summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/bugs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/bugs: Do not use UNTRAIN_RET with IBPB on entryJohannes Wikner2024-10-101-0/+17
* x86/bugs: Skip RSB fill at VMEXITJohannes Wikner2024-10-101-0/+15
* x86/bugs: Fix handling when SRSO mitigation is disabledDavid Kaplan2024-09-051-9/+5
* x86/bugs: Add a separate config for GDSBreno Leitao2024-07-301-1/+2
* x86/bugs: Remove GDS Force Kconfig optionBreno Leitao2024-07-301-4/+0
* x86/bugs: Add a separate config for SSBBreno Leitao2024-07-301-4/+6
* x86/bugs: Add a separate config for Spectre V2Breno Leitao2024-07-301-4/+5
* x86/bugs: Add a separate config for SRBDSBreno Leitao2024-07-301-1/+2
* x86/bugs: Add a separate config for Spectre v1Breno Leitao2024-07-301-1/+2
* x86/bugs: Add a separate config for RETBLEEDBreno Leitao2024-07-301-1/+1
* x86/bugs: Add a separate config for L1TFBreno Leitao2024-07-301-1/+2
* x86/bugs: Add a separate config for MMIO Stable DataBreno Leitao2024-07-301-1/+2
* x86/bugs: Add a separate config for TAABreno Leitao2024-07-301-1/+2
* x86/bugs: Add a separate config for MDSBreno Leitao2024-07-301-1/+2
* x86/bugs: Add 'spectre_bhi=vmexit' cmdline optionJosh Poimboeuf2024-06-281-5/+11
* Merge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-141-15/+15
|\
| * x86/bugs: Switch to new Intel CPU model definesTony Luck2024-04-251-15/+15
* | x86/bugs: Fix BHI retpoline checkJosh Poimboeuf2024-04-141-4/+7
|/
* x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHIJosh Poimboeuf2024-04-121-1/+1
* x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=autoJosh Poimboeuf2024-04-121-9/+1
* x86/bugs: Clarify that syscall hardening isn't a BHI mitigationJosh Poimboeuf2024-04-111-3/+3
* x86/bugs: Fix BHI handling of RRSBAJosh Poimboeuf2024-04-111-12/+18
* x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch_cap_msr'Ingo Molnar2024-04-111-15/+15
* x86/bugs: Cache the value of MSR_IA32_ARCH_CAPABILITIESJosh Poimboeuf2024-04-111-15/+7
* x86/bugs: Fix return type of spectre_bhi_state()Daniel Sneddon2024-04-101-1/+1
* x86/bhi: Mitigate KVM by defaultPawan Gupta2024-04-081-1/+8
* x86/bhi: Add BHI mitigation knobPawan Gupta2024-04-081-1/+89
* x86/bugs: Change commas to semicolons in 'spectre_v2' sysfs fileJosh Poimboeuf2024-04-081-12/+12
* Merge tag 'rfds-for-linus-2024-03-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-03-121-5/+87
|\
| * x86/rfds: Mitigate Register File Data Sampling (RFDS)Pawan Gupta2024-03-111-3/+75
| * x86/mmio: Disable KVM mitigation when X86_FEATURE_CLEAR_CPU_BUF is setPawan Gupta2024-03-111-2/+12
* | Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-121-21/+27
|\ \
| * | x86/retpoline: Ensure default return thunk isn't used at runtimeJosh Poimboeuf2024-02-121-0/+5
| * | x86/bugs: Rename CONFIG_CPU_SRSO => CONFIG_MITIGATION_SRSOBreno Leitao2024-01-101-4/+4
| * | x86/bugs: Rename CONFIG_CPU_IBRS_ENTRY => CONFIG_MITIGATION_IBRS_ENTRYBreno Leitao2024-01-101-2/+2
| * | x86/bugs: Rename CONFIG_CPU_UNRET_ENTRY => CONFIG_MITIGATION_UNRET_ENTRYBreno Leitao2024-01-101-3/+3
| * | x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao2024-01-101-3/+3
| * | x86/bugs: Rename CONFIG_CALL_DEPTH_TRACKING => CONFIG_MITIGATION_CALL_DEPTH_...Breno Leitao2024-01-101-3/+3
| * | x86/bugs: Rename CONFIG_CPU_IBPB_ENTRY => CONFIG_MITIGATION_IBPB_ENTRYBreno Leitao2024-01-101-5/+6
| * | x86/bugs: Rename CONFIG_GDS_FORCE_MITIGATION => CONFIG_MITIGATION_GDS_FORCEBreno Leitao2024-01-101-1/+1
* | | x86/cpu: Use EXPORT_PER_CPU_SYMBOL_GPL() for x86_spec_ctrl_currentThomas Gleixner2024-03-041-1/+1
| |/ |/|
* | x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static keyPawan Gupta2024-02-201-9/+6
|/
* x86/srso: Remove unnecessary semicolonYang Li2023-10-201-1/+1
* x86/calldepth: Rename __x86_return_skl() to call_depth_return_thunk()Josh Poimboeuf2023-10-201-1/+2
* x86/srso: Disentangle rethunk-dependent optionsJosh Poimboeuf2023-10-201-3/+2
* x86/srso: Move retbleed IBPB check into existing 'has_microcode' code blockJosh Poimboeuf2023-10-201-3/+1
* x86/bugs: Remove default case for fully switched enumsJosh Poimboeuf2023-10-201-10/+7
* x86/srso: Remove 'pred_cmd' labelJosh Poimboeuf2023-10-201-8/+13
* x86/srso: Fix vulnerability reporting for missing microcodeJosh Poimboeuf2023-10-201-14/+22
* x86/srso: Print mitigation for retbleed IBPB caseJosh Poimboeuf2023-10-201-3/+3