summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2022-07-29x86/entry_32: Fix segment exceptionsPeter Zijlstra
2022-07-29x86: drop bogus "cc" clobber from __try_cmpxchg_user_asm()Jan Beulich
2022-07-29KVM: x86: fix typo in __try_cmpxchg_user causing non-atomicnessMaxim Levitsky
2022-07-29x86/extable: Prefer local labels in .set directivesNick Desaulniers
2022-07-29tty: the rest, stop using tty_schedule_flip()Jiri Slaby
2022-07-29x86/alternative: Report missing return thunk detailsKees Cook
2022-07-29x86/amd: Use IBPB for firmware callsPeter Zijlstra
2022-07-29um: virtio_uml: Fix broken device handling in time-travelJohannes Berg
2022-07-29um: virtio_uml: Allow probing from devicetreeVincent Whitchurch
2022-07-29KVM: x86: Use __try_cmpxchg_user() to emulate atomic accessesSean Christopherson
2022-07-29x86/futex: Remove .fixup usagePeter Zijlstra
2022-07-29x86/msr: Remove .fixup usagePeter Zijlstra
2022-07-29x86/extable: Extend extable functionalityPeter Zijlstra
2022-07-29x86/entry_32: Remove .fixup usagePeter Zijlstra
2022-07-29x86/extable: Provide EX_TYPE_DEFAULT_MCE_SAFE and EX_TYPE_FAULT_MCE_SAFEThomas Gleixner
2022-07-29x86/extable: Rework the exception table mechanicsThomas Gleixner
2022-07-29x86/mce: Deduplicate exception handlingThomas Gleixner
2022-07-29x86/extable: Get rid of redundant macrosThomas Gleixner
2022-07-29x86/extable: Tidy up redundant handler functionsThomas Gleixner
2022-07-29x86/uaccess: Implement macros for CMPXCHG on user addressesPeter Zijlstra
2022-07-29x86/bugs: Warn when "ibrs" mitigation is selected on Enhanced IBRS partsPawan Gupta
2022-07-29PCI: hv: Fix hv_arch_irq_unmask() for multi-MSIJeffrey Hugo
2022-07-29riscv: add as-options for modules with assembly compontentsBen Dooks
2022-07-23um: Add missing apply_returns()Peter Zijlstra
2022-07-23x86/bugs: Remove apostrophe typoKim Phillips
2022-07-23KVM: emulate: do not adjust size of fastop and setcc subroutinesPaolo Bonzini
2022-07-23x86/kvm: fix FASTOP_SIZE when return thunks are enabledThadeu Lima de Souza Cascardo
2022-07-23efi/x86: use naked RET on mixed mode call wrapperThadeu Lima de Souza Cascardo
2022-07-23x86/speculation: Use DECLARE_PER_CPU for x86_spec_ctrl_currentNathan Chancellor
2022-07-23x86/asm/32: Fix ANNOTATE_UNRET_SAFE use on 32-bitJiri Slaby
2022-07-23x86/xen: Fix initialisation in hypercall_page after rethunkBen Hutchings
2022-07-23x86/static_call: Serialize __static_call_fixup() properlyThomas Gleixner
2022-07-23x86/speculation: Disable RRSBA behaviorPawan Gupta
2022-07-23x86/kexec: Disable RET on kexecKonrad Rzeszutek Wilk
2022-07-23x86/bugs: Do not enable IBPB-on-entry when IBPB is not supportedThadeu Lima de Souza Cascardo
2022-07-23x86/entry: Move PUSH_AND_CLEAR_REGS() back into error_entryPeter Zijlstra
2022-07-23x86/bugs: Add Cannon lake to RETBleed affected CPU listPawan Gupta
2022-07-23x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra
2022-07-23x86/cpu/amd: Enumerate BTC_NOAndrew Cooper
2022-07-23x86/common: Stamp out the stepping madnessPeter Zijlstra
2022-07-23x86/speculation: Fill RSB on vmexit for IBRSJosh Poimboeuf
2022-07-23KVM: VMX: Fix IBRS handling after vmexitJosh Poimboeuf
2022-07-23KVM: VMX: Prevent guest RSB poisoning attacks with eIBRSJosh Poimboeuf
2022-07-23KVM: VMX: Convert launched argument to flagsJosh Poimboeuf
2022-07-23KVM: VMX: Flatten __vmx_vcpu_run()Josh Poimboeuf
2022-07-23objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}Josh Poimboeuf
2022-07-23x86/speculation: Remove x86_spec_ctrl_maskJosh Poimboeuf
2022-07-23x86/speculation: Use cached host SPEC_CTRL value for guest entry/exitJosh Poimboeuf
2022-07-23x86/speculation: Fix SPEC_CTRL write on SMT state changeJosh Poimboeuf
2022-07-23x86/speculation: Fix firmware entry SPEC_CTRL handlingJosh Poimboeuf