summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2022-06-29x86/retbleed: Add fine grained Kconfig knobsPeter Zijlstra13-55/+161
2022-06-27x86/cpu/amd: Enumerate BTC_NOAndrew Cooper3-8/+20
2022-06-27x86/common: Stamp out the stepping madnessPeter Zijlstra1-21/+16
2022-06-27KVM: VMX: Prevent RSB underflow before vmenterJosh Poimboeuf7-15/+42
2022-06-27x86/speculation: Fill RSB on vmexit for IBRSJosh Poimboeuf3-9/+62
2022-06-27KVM: VMX: Fix IBRS handling after vmexitJosh Poimboeuf1-1/+6
2022-06-27KVM: VMX: Prevent guest RSB poisoning attacks with eIBRSJosh Poimboeuf6-31/+73
2022-06-27KVM: VMX: Convert launched argument to flagsJosh Poimboeuf5-9/+31
2022-06-27KVM: VMX: Flatten __vmx_vcpu_run()Josh Poimboeuf1-73/+46
2022-06-27objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}Josh Poimboeuf1-2/+10
2022-06-27x86/speculation: Remove x86_spec_ctrl_maskJosh Poimboeuf1-30/+1
2022-06-27x86/speculation: Use cached host SPEC_CTRL value for guest entry/exitJosh Poimboeuf1-11/+1
2022-06-27x86/speculation: Fix SPEC_CTRL write on SMT state changeJosh Poimboeuf1-1/+2
2022-06-27x86/speculation: Fix firmware entry SPEC_CTRL handlingJosh Poimboeuf1-6/+4
2022-06-27x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=nJosh Poimboeuf3-6/+0
2022-06-27x86/cpu/amd: Add Spectral ChickenPeter Zijlstra4-1/+33
2022-06-27objtool: Add entry UNRET validationPeter Zijlstra6-9/+31
2022-06-27x86/bugs: Do IBPB fallback check only onceJosh Poimboeuf1-10/+5
2022-06-27x86/bugs: Add retbleed=ibpbPeter Zijlstra5-13/+64
2022-06-27x86/xen: Add UNTRAIN_RETPeter Zijlstra1-1/+7
2022-06-27x86/xen: Rename SYS* entry pointsPeter Zijlstra3-16/+16
2022-06-27objtool: Update Retpoline validationPeter Zijlstra3-0/+9
2022-06-27intel_idle: Disable IBRS during long idlePeter Zijlstra2-0/+7
2022-06-27x86/bugs: Report Intel retbleed vulnerabilityPeter Zijlstra3-18/+46
2022-06-27x86/bugs: Split spectre_v2_select_mitigation() and spectre_v2_user_select_mit...Peter Zijlstra1-8/+17
2022-06-27x86/speculation: Add spectre_v2=ibrs option to support Kernel IBRSPawan Gupta2-14/+53
2022-06-27x86/bugs: Optimize SPEC_CTRL MSR writesPeter Zijlstra3-8/+14
2022-06-27x86/entry: Add kernel IBRS implementationPeter Zijlstra4-10/+111
2022-06-27x86/bugs: Keep a per-CPU IA32_SPEC_CTRL valuePeter Zijlstra3-6/+25
2022-06-27x86/bugs: Enable STIBP for JMP2RETKim Phillips1-12/+46
2022-06-27x86/bugs: Add AMD retbleed= boot parameterAlexandre Chartre2-1/+110
2022-06-27x86/bugs: Report AMD retbleed vulnerabilityAlexandre Chartre3-0/+33
2022-06-27x86: Add magic AMD return-thunkPeter Zijlstra8-6/+109
2022-06-27x86/entry: Avoid very early RETPeter Zijlstra1-10/+2
2022-06-27x86: Use return-thunk in asm codePeter Zijlstra3-1/+15
2022-06-27x86/sev: Avoid using __x86_return_thunkKim Phillips1-2/+6
2022-06-27x86/vsyscall_emu/64: Don't use RET in vsyscall emulationPeter Zijlstra1-3/+6
2022-06-27x86/kvm: Fix SETcc emulation for return thunksPeter Zijlstra1-13/+15
2022-06-27x86/bpf: Use alternative RET encodingPeter Zijlstra1-2/+17
2022-06-27x86/ftrace: Use alternative RET encodingPeter Zijlstra1-2/+5
2022-06-27x86,static_call: Use alternative RET encodingPeter Zijlstra3-7/+64
2022-06-27x86: Undo return-thunk damagePeter Zijlstra6-2/+78
2022-06-27x86/retpoline: Use -mfunction-returnPeter Zijlstra3-0/+17
2022-06-27x86/retpoline: Swizzle retpoline thunkPeter Zijlstra1-3/+3
2022-06-27x86/retpoline: Cleanup some #ifdeferyPeter Zijlstra3-9/+14
2022-06-27x86/cpufeatures: Move RETPOLINE flags to word 11Peter Zijlstra1-2/+6
2022-06-27x86/kvm/vmx: Make noinstr cleanPeter Zijlstra2-5/+5
2022-06-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-35/+50
2022-06-24KVM: SEV: Init target VMCBs in sev_migrate_fromPeter Gonda3-33/+48
2022-06-24KVM: x86/svm: add __GFP_ACCOUNT to __sev_dbg_{en,de}crypt_user()Mingwei Zhang1-2/+2