summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2023-05-30x86/mm: Avoid incomplete Global INVLPG flushesDave Hansen1-0/+5
2023-03-11x86/microcode/AMD: Add a @cpu parameter to the reloading functionsBorislav Petkov (AMD)2-4/+4
2023-03-11x86/crash: Disable virt in core NMI crash handler to avoid double shootdownSean Christopherson1-0/+2
2023-03-11x86/virt: Force GIF=1 prior to disabling SVM (for reboot flows)Sean Christopherson1-1/+15
2023-03-11x86/bugs: Reset speculation control settings on initBreno Leitao1-0/+4
2022-12-08x86/tsx: Add a feature bit for TSX control MSR supportPawan Gupta1-0/+1
2022-12-08x86/bugs: Make sure MSR_SPEC_CTRL is updated properly upon resume from S3Pawan Gupta1-1/+1
2022-12-08Revert "x86/speculation: Change FILL_RETURN_BUFFER to work with objtool"Ben Hutchings1-5/+5
2022-11-25x86/cpu: Restore AMD's DE_CFG MSR after resumeBorislav Petkov1-3/+5
2022-11-23x86/speculation: Add RSB VM Exit protectionsDaniel Sneddon3-3/+18
2022-11-23x86/speculation: Use DECLARE_PER_CPU for x86_spec_ctrl_currentNathan Chancellor1-1/+2
2022-11-23x86/speculation: Disable RRSBA behaviorPawan Gupta2-1/+10
2022-11-23x86/cpu/amd: Enumerate BTC_NOAndrew Cooper1-0/+1
2022-11-23x86/speculation: Fill RSB on vmexit for IBRSJosh Poimboeuf2-2/+2
2022-11-23KVM: VMX: Prevent guest RSB poisoning attacks with eIBRSJosh Poimboeuf1-1/+2
2022-11-23x86/speculation: Fix firmware entry SPEC_CTRL handlingJosh Poimboeuf1-6/+4
2022-11-23x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=nJosh Poimboeuf1-2/+0
2022-11-23x86/speculation: Change FILL_RETURN_BUFFER to work with objtoolPeter Zijlstra1-5/+5
2022-11-23intel_idle: Disable IBRS during long idlePeter Zijlstra1-0/+1
2022-11-23x86/bugs: Report Intel retbleed vulnerabilityPeter Zijlstra1-0/+1
2022-11-23x86/speculation: Add spectre_v2=ibrs option to support Kernel IBRSPawan Gupta1-0/+1
2022-11-23x86/bugs: Optimize SPEC_CTRL MSR writesPeter Zijlstra1-1/+1
2022-11-23x86/entry: Add kernel IBRS implementationPeter Zijlstra1-1/+1
2022-11-23x86/bugs: Keep a per-CPU IA32_SPEC_CTRL valuePeter Zijlstra1-0/+1
2022-11-23x86/bugs: Report AMD retbleed vulnerabilityAlexandre Chartre1-0/+1
2022-11-23x86/cpufeatures: Move RETPOLINE flags to word 11Peter Zijlstra1-2/+10
2022-11-23x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross1-3/+24
2022-11-23x86/cpu: Add consistent CPU match macrosThomas Gleixner2-9/+137
2022-11-23x86/devicetable: Move x86 specific macro out of generic codeThomas Gleixner1-1/+12
2022-11-23x86/cpufeature: Fix various quality problems in the <asm/cpu_device_hd.h> headerIngo Molnar1-16/+15
2022-11-23x86/cpufeature: Add facility to check for min microcode revisionsKan Liang1-0/+28
2022-11-23Revert "x86/cpu: Add a steppings field to struct x86_cpu_id"Suleiman Souhlal1-27/+0
2022-11-23Revert "x86/speculation: Add RSB VM Exit protections"Suleiman Souhlal3-21/+0
2022-10-26x86/hyperv: Fix 'struct hv_enlightened_vmcs' definitionVitaly Kuznetsov1-2/+2
2022-09-15x86/nospec: Fix i386 RSB stuffingPeter Zijlstra1-0/+14
2022-09-05x86/bugs: Add "unknown" reporting for MMIO Stale DataPawan Gupta1-1/+2
2022-08-11x86/speculation: Add LFENCE to RSB fill sequencePawan Gupta1-1/+3
2022-08-11x86/speculation: Add RSB VM Exit protectionsDaniel Sneddon3-0/+21
2022-07-02kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao1-0/+9
2022-06-25x86/tsc: Use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2-4/+12
2022-06-25x86: Remove arch_has_random, arch_has_random_seedRichard Henderson1-8/+4
2022-06-16KVM: x86/speculation: Disable Fill buffer clear within guestsPawan Gupta1-0/+6
2022-06-16x86/speculation/mmio: Add mitigation for Processor MMIO Stale DataPawan Gupta1-0/+2
2022-06-16x86/speculation/mmio: Enumerate Processor MMIO Stale Data bugPawan Gupta2-0/+20
2022-06-16x86/cpu: Add another Alder Lake CPU to the Intel familyGayatri Kammela1-0/+1
2022-06-16x86/cpu: Add Lakefield, Alder Lake and Rocket Lake models to the to Intel CPU...Tony Luck1-0/+7
2022-06-16x86/cpu: Add Jasper Lake to Intel familyZhang Rui1-0/+1
2022-06-16x86/cpu: Add Elkhart Lake to Intel familyGayatri Kammela1-0/+2
2022-06-14x86/pm: Fix false positive kmemleak report in msr_build_context()Matthieu Baerts2-5/+9
2022-06-14ACPICA: Avoid cache flush inside virtual machinesKirill A. Shutemov1-1/+13