aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/bugs.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-13/+9
2025-12-02Merge tag 'x86_misc_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-10/+8
2025-12-02Merge tag 'x86_bugs_for_v6.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-140/+93
2025-11-26Merge tag 'kvm-x86-misc-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-13/+9
2025-11-18x86/bugs: Use an x86 feature to track the MMIO Stale Data mitigationSean Christopherson1-10/+1
2025-11-18x86/bugs: Use VM_CLEAR_CPU_BUFFERS in VMX as wellPawan Gupta1-4/+9
2025-11-14x86/bugs: Get rid of the forward declarationsBorislav Petkov (AMD)1-140/+93
2025-11-12x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possibleSean Christopherson1-9/+8
2025-11-12x86/bugs: Drop unnecessary export of "x86_spec_ctrl_base"Sean Christopherson1-1/+0
2025-10-24x86/bugs: Remove dead code which might prevent from buildingAndy Shevchenko1-7/+0
2025-10-21x86/bugs: Qualify RETBLEED_INTEL_MSGDavid Kaplan1-1/+3
2025-09-16x86/bugs: Report correct retbleed mitigation statusDavid Kaplan1-1/+3
2025-09-16x86/bugs: Fix reporting of LFENCE retpolineDavid Kaplan1-4/+1
2025-09-16x86/bugs: Fix spectre_v2 forcingDavid Kaplan1-18/+18
2025-09-15x86/bugs: Remove uses of cpu_mitigations_off()David Kaplan1-5/+5
2025-09-15x86/bugs: Simplify SSB cmdline parsingDavid Kaplan1-80/+40
2025-09-15x86/bugs: Use early_param() for spectre_v2David Kaplan1-99/+82
2025-09-15x86/bugs: Use early_param() for spectre_v2_userDavid Kaplan1-42/+26
2025-09-12x86/bugs: Add attack vector controls for VMSCAPEDavid Kaplan1-4/+10
2025-09-10Merge tag 'vmscape-for-linus-20250904' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-82/+203
2025-08-27x86/bugs: Add attack vector controls for SSBDavid Kaplan1-0/+9
2025-08-19x86/bugs: Fix GDS mitigation selecting when mitigation is offLi RongQing1-3/+1
2025-08-14x86/vmscape: Warn when STIBP is disabled with SMTPawan Gupta1-0/+22
2025-08-14x86/bugs: Move cpu_bugs_smt_update() downPawan Gupta1-82/+83
2025-08-14x86/vmscape: Enable the mitigationPawan Gupta1-0/+90
2025-08-14x86/vmscape: Add conditional IBPB mitigationPawan Gupta1-0/+8
2025-08-11x86/bugs: Select best SRSO mitigationDavid Kaplan1-2/+11
2025-07-11x86/bugs: Print enabled attack vectorsDavid Kaplan1-0/+35
2025-07-11x86/bugs: Add attack vector controls for TSADavid Kaplan1-8/+23
2025-07-11x86/bugs: Add attack vector controls for ITSDavid Kaplan1-5/+10
2025-07-11x86/bugs: Add attack vector controls for SRSODavid Kaplan1-5/+10
2025-07-11x86/bugs: Add attack vector controls for L1TFDavid Kaplan1-6/+12
2025-07-11x86/bugs: Add attack vector controls for spectre_v2David Kaplan1-4/+6
2025-07-11x86/bugs: Add attack vector controls for BHIDavid Kaplan1-3/+12
2025-07-11x86/bugs: Add attack vector controls for spectre_v2_userDavid Kaplan1-1/+8
2025-07-11x86/bugs: Add attack vector controls for retbleedDavid Kaplan1-3/+8
2025-07-11x86/bugs: Add attack vector controls for spectre_v1David Kaplan1-2/+5
2025-07-11x86/bugs: Add attack vector controls for GDSDavid Kaplan1-5/+8
2025-07-11x86/bugs: Add attack vector controls for SRBDSDavid Kaplan1-3/+9
2025-07-11x86/bugs: Add attack vector controls for RFDSDavid Kaplan1-4/+8
2025-07-11x86/bugs: Add attack vector controls for MMIODavid Kaplan1-4/+8
2025-07-11x86/bugs: Add attack vector controls for TAADavid Kaplan1-7/+8
2025-07-11x86/bugs: Add attack vector controls for MDSDavid Kaplan1-5/+9
2025-07-11x86/bugs: Define attack vectors relevant for each bugDavid Kaplan1-0/+56
2025-07-09Merge tag 'tsa_x86_bugs_for_6.16' into tip-x86-bugsBorislav Petkov (AMD)1-6/+130
2025-06-26x86/bugs: Clean up SRSO microcode handlingDavid Kaplan1-19/+18
2025-06-26x86/bugs: Use IBPB for retbleed if used by SRSODavid Kaplan1-15/+19
2025-06-26x86/bugs: Add SRSO_MITIGATION_NOSMTDavid Kaplan1-7/+4
2025-06-24x86/bugs: Allow ITS stuffing in eIBRS+retpoline mode alsoPawan Gupta1-2/+4
2025-06-23x86/bugs: Remove its=stuff dependency on retbleedPawan Gupta1-8/+6