summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2022-11-10KVM: x86: emulator: em_sysexit should update ctxt->modeMaxim Levitsky1-0/+1
2022-11-10KVM: x86: Mask off reserved bits in CPUID.80000008HJim Mattson1-0/+1
2022-11-10KVM: x86: Mask off reserved bits in CPUID.8000001AHJim Mattson1-0/+3
2022-11-10perf/x86/intel: Add Cooper Lake stepping to isolation_ucodes[]Kan Liang1-0/+1
2022-11-10perf/x86/intel: Fix pebs event constraints for ICLKan Liang1-2/+7
2022-11-03x86/unwind/orc: Fix unreliable stack dump with gcovChen Zhongjin1-1/+1
2022-10-29x86/microcode/AMD: Apply the patch early on every logical threadBorislav Petkov1-3/+13
2022-10-26x86/hyperv: Fix 'struct hv_enlightened_vmcs' definitionVitaly Kuznetsov1-2/+2
2022-10-26x86/microcode/AMD: Track patch allocation size explicitlyKees Cook2-1/+3
2022-10-26x86/resctrl: Fix to restore to original value when re-enabling hardware prefe...Kohei Tarumizu1-3/+9
2022-10-26KVM: VMX: Drop bits 31:16 when shoving exception error code into VMCSSean Christopherson2-2/+21
2022-10-26KVM: nVMX: Unconditionally purge queued/injected events on nested "exit"Sean Christopherson1-8/+11
2022-10-26KVM: x86/emulator: Fix handing of POP SS to correctly set interruptibilityMichal Luczaj1-1/+1
2022-10-15arch: um: Mark the stack non-executable to fix a binutils warningDavid Gow1-1/+1
2022-10-15um: Cleanup compiler warning in arch/x86/um/tls_32.cLukas Straub1-6/+0
2022-10-15um: Cleanup syscall_handler_t cast in syscalls_32.hLukas Straub1-3/+2
2022-10-07x86/speculation: Add RSB VM Exit protectionsDaniel Sneddon6-29/+99
2022-10-07x86/bugs: Warn when "ibrs" mitigation is selected on Enhanced IBRS partsPawan Gupta1-0/+3
2022-10-07x86/speculation: Use DECLARE_PER_CPU for x86_spec_ctrl_currentNathan Chancellor1-1/+2
2022-10-07x86/speculation: Disable RRSBA behaviorPawan Gupta4-0/+37
2022-10-07x86/bugs: Add Cannon lake to RETBleed affected CPU listPawan Gupta1-0/+1
2022-10-07x86/cpu/amd: Enumerate BTC_NOAndrew Cooper3-8/+20
2022-10-07x86/common: Stamp out the stepping madnessPeter Zijlstra1-21/+16
2022-10-07x86/speculation: Fill RSB on vmexit for IBRSJosh Poimboeuf3-9/+62
2022-10-07KVM: VMX: Fix IBRS handling after vmexitJosh Poimboeuf1-1/+6
2022-10-07KVM: VMX: Prevent guest RSB poisoning attacks with eIBRSJosh Poimboeuf6-31/+73
2022-10-07KVM: VMX: Convert launched argument to flagsThadeu Lima de Souza Cascardo5-7/+28
2022-10-07KVM: VMX: Flatten __vmx_vcpu_run()Josh Poimboeuf1-77/+37
2022-10-07KVM/nVMX: Use __vmx_vcpu_run in nested_vmx_check_vmentry_hwUros Bizjak3-31/+4
2022-10-07KVM/VMX: Use TEST %REG,%REG instead of CMP $0,%REG in vmenter.SUros Bizjak1-1/+1
2022-10-07x86/speculation: Remove x86_spec_ctrl_maskJosh Poimboeuf1-30/+1
2022-10-07x86/speculation: Use cached host SPEC_CTRL value for guest entry/exitJosh Poimboeuf1-11/+1
2022-10-07x86/speculation: Fix SPEC_CTRL write on SMT state changeJosh Poimboeuf1-1/+2
2022-10-07x86/speculation: Fix firmware entry SPEC_CTRL handlingJosh Poimboeuf1-6/+4
2022-10-07x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=nJosh Poimboeuf3-6/+0
2022-10-07x86/speculation: Change FILL_RETURN_BUFFER to work with objtoolPeter Zijlstra1-5/+5
2022-10-07intel_idle: Disable IBRS during long idlePeter Zijlstra2-0/+7
2022-10-07x86/bugs: Report Intel retbleed vulnerabilityPeter Zijlstra3-17/+44
2022-10-07x86/bugs: Split spectre_v2_select_mitigation() and spectre_v2_user_select_mit...Peter Zijlstra1-8/+17
2022-10-07x86/speculation: Add spectre_v2=ibrs option to support Kernel IBRSPawan Gupta2-14/+53
2022-10-07x86/bugs: Optimize SPEC_CTRL MSR writesPeter Zijlstra3-8/+14
2022-10-07x86/entry: Add kernel IBRS implementationPeter Zijlstra4-3/+97
2022-10-07x86/entry: Remove skip_r11rcxPeter Zijlstra2-11/+2
2022-10-07x86/bugs: Keep a per-CPU IA32_SPEC_CTRL valuePeter Zijlstra3-6/+25
2022-10-07x86/bugs: Add AMD retbleed= boot parameterAlexandre Chartre1-1/+73
2022-10-07x86/bugs: Report AMD retbleed vulnerabilityAlexandre Chartre3-1/+34
2022-10-07x86/cpufeatures: Move RETPOLINE flags to word 11Peter Zijlstra1-2/+4
2022-10-07x86/kvm/vmx: Make noinstr cleanPeter Zijlstra2-5/+5
2022-10-07x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross2-4/+30
2022-10-07x86/cpu: Add consistent CPU match macrosThomas Gleixner3-13/+146