summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-08-11x86/speculation: Add LFENCE to RSB fill sequencePawan Gupta1-1/+3
2022-08-11x86/speculation: Add RSB VM Exit protectionsDaniel Sneddon6-29/+100
2022-08-11arm64: set UXN on swapper page tablesPeter Collingbourne2-3/+3
2022-08-11KVM: x86/svm: add __GFP_ACCOUNT to __sev_dbg_{en,de}crypt_user()Mingwei Zhang1-2/+2
2022-08-11KVM: x86: disable preemption while updating apicv inhibitionMaxim Levitsky1-0/+2
2022-08-11KVM: x86/MMU: Zap non-leaf SPTEs when disabling dirty loggingBen Gardon3-6/+42
2022-08-11KVM: x86: do not set st->preempted when going back to user spacePaolo Bonzini2-14/+18
2022-08-11KVM: x86: do not report a vCPU as preempted outside instruction boundariesPaolo Bonzini4-0/+28
2022-08-11crypto: arm64/poly1305 - fix a read out-of-boundGUO Zihua1-1/+1
2022-08-11x86/speculation: Make all RETbleed mitigations 64-bit onlyBen Hutchings1-4/+4
2022-08-03x86/bugs: Do not enable IBPB at firmware entry when IBPB is not availableThadeu Lima de Souza Cascardo1-0/+1
2022-08-03ARM: 9216/1: Fix MAX_DMA_ADDRESS overflowFlorian Fainelli1-1/+1
2022-08-03s390/archrandom: prevent CPACF trng invocations in interrupt contextHarald Freudenberger1-3/+6
2022-08-03ARM: pxa2xx: Fix GPIO descriptor tablesLinus Walleij7-9/+9
2022-08-03ARM: dts: lan966x: fix sys_clk frequencyMichael Walle1-1/+1
2022-07-29x86/alternative: Report missing return thunk detailsKees Cook1-1/+3
2022-07-29x86/amd: Use IBPB for firmware callsPeter Zijlstra3-1/+13
2022-07-29x86/bugs: Warn when "ibrs" mitigation is selected on Enhanced IBRS partsPawan Gupta1-0/+3
2022-07-29perf/x86/intel/lbr: Fix unchecked MSR access error on HSWKan Liang1-9/+10
2022-07-29riscv: add as-options for modules with assembly compontentsBen Dooks1-0/+1
2022-07-23um: Add missing apply_returns()Peter Zijlstra1-0/+4
2022-07-23x86/bugs: Remove apostrophe typoKim Phillips1-1/+1
2022-07-23KVM: emulate: do not adjust size of fastop and setcc subroutinesPaolo Bonzini1-10/+7
2022-07-23x86/kvm: fix FASTOP_SIZE when return thunks are enabledThadeu Lima de Souza Cascardo1-4/+6
2022-07-23efi/x86: use naked RET on mixed mode call wrapperThadeu Lima de Souza Cascardo1-1/+4
2022-07-23x86/speculation: Use DECLARE_PER_CPU for x86_spec_ctrl_currentNathan Chancellor1-1/+2
2022-07-23x86/asm/32: Fix ANNOTATE_UNRET_SAFE use on 32-bitJiri Slaby1-0/+1
2022-07-23x86/static_call: Serialize __static_call_fixup() properlyThomas Gleixner1-5/+8
2022-07-23x86/speculation: Disable RRSBA behaviorPawan Gupta4-1/+37
2022-07-23x86/kexec: Disable RET on kexecKonrad Rzeszutek Wilk2-12/+36
2022-07-23x86/bugs: Do not enable IBPB-on-entry when IBPB is not supportedThadeu Lima de Souza Cascardo1-2/+5
2022-07-23x86/entry: Move PUSH_AND_CLEAR_REGS() back into error_entryPeter Zijlstra1-3/+6
2022-07-23x86/bugs: Add Cannon lake to RETBleed affected CPU listPawan Gupta1-0/+1
2022-07-23x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra13-53/+158
2022-07-23x86/cpu/amd: Enumerate BTC_NOAndrew Cooper3-8/+20
2022-07-23x86/common: Stamp out the stepping madnessPeter Zijlstra1-21/+16
2022-07-23KVM: VMX: Prevent RSB underflow before vmenterJosh Poimboeuf7-15/+42
2022-07-23x86/speculation: Fill RSB on vmexit for IBRSJosh Poimboeuf3-9/+62
2022-07-23KVM: VMX: Fix IBRS handling after vmexitJosh Poimboeuf1-1/+6
2022-07-23KVM: VMX: Prevent guest RSB poisoning attacks with eIBRSJosh Poimboeuf6-31/+73
2022-07-23KVM: VMX: Convert launched argument to flagsJosh Poimboeuf5-9/+31
2022-07-23KVM: VMX: Flatten __vmx_vcpu_run()Josh Poimboeuf1-73/+46
2022-07-23objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}Josh Poimboeuf1-2/+10
2022-07-23x86/speculation: Remove x86_spec_ctrl_maskJosh Poimboeuf1-30/+1
2022-07-23x86/speculation: Use cached host SPEC_CTRL value for guest entry/exitJosh Poimboeuf1-11/+1
2022-07-23x86/speculation: Fix SPEC_CTRL write on SMT state changeJosh Poimboeuf1-1/+2
2022-07-23x86/speculation: Fix firmware entry SPEC_CTRL handlingJosh Poimboeuf1-6/+4
2022-07-23x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=nJosh Poimboeuf3-6/+0
2022-07-23x86/cpu/amd: Add Spectral ChickenPeter Zijlstra4-1/+33
2022-07-23objtool: Add entry UNRET validationThadeu Lima de Souza Cascardo6-9/+31