aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/bugs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2025-06-23x86/bugs: Introduce cdt_possible()Pawan Gupta1-1/+14
2025-06-23x86/bugs: Use switch/case in its_apply_mitigation()Pawan Gupta1-7/+13
2025-06-23x86/bugs: Avoid warning when overriding return thunkPawan Gupta1-3/+2
2025-06-23x86/bugs: Simplify the retbleed=stuff checksPawan Gupta1-16/+8
2025-06-23x86/bugs: Avoid AUTO after the select step in the retbleed mitigationPawan Gupta1-9/+10
2025-06-17x86/bugs: Add a Transient Scheduler Attacks mitigationBorislav Petkov (AMD)1-0/+124
2025-06-16x86/bugs: Rename MDS machinery to something more genericBorislav Petkov (AMD)1-6/+6
2025-05-21x86/bugs: Fix spectre_v2 mitigation default on IntelPawan Gupta1-1/+2
2025-05-21x86/bugs: Restructure ITS mitigationDavid Kaplan1-77/+90