aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/bugs.c
AgeCommit message (Expand)Author
2024-02-19x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static keyPawan Gupta
2023-10-20x86/srso: Remove unnecessary semicolonYang Li
2023-10-20x86/calldepth: Rename __x86_return_skl() to call_depth_return_thunk()Josh Poimboeuf
2023-10-20x86/srso: Disentangle rethunk-dependent optionsJosh Poimboeuf
2023-10-20x86/srso: Move retbleed IBPB check into existing 'has_microcode' code blockJosh Poimboeuf
2023-10-20x86/bugs: Remove default case for fully switched enumsJosh Poimboeuf
2023-10-20x86/srso: Remove 'pred_cmd' labelJosh Poimboeuf
2023-10-20x86/srso: Fix vulnerability reporting for missing microcodeJosh Poimboeuf
2023-10-20x86/srso: Print mitigation for retbleed IBPB caseJosh Poimboeuf
2023-10-20x86/srso: Print actual mitigation if requested mitigation isn't possibleJosh Poimboeuf
2023-10-20x86/srso: Fix SBPB enablement for (possible) future fixed HWJosh Poimboeuf
2023-09-19x86/srso: Fix SBPB enablement for spec_rstack_overflow=offJosh Poimboeuf
2023-09-19x86/srso: Set CPUID feature bits independently of bug or mitigation statusJosh Poimboeuf
2023-09-19x86/srso: Fix srso_show_state() side effectJosh Poimboeuf
2023-08-18x86/srso: Correct the mitigation status when SMT is disabledBorislav Petkov (AMD)
2023-08-16x86/cpu/kvm: Provide UNTRAIN_RET_VMPeter Zijlstra
2023-08-16x86/cpu: Cleanup the untrain messPeter Zijlstra
2023-08-16x86/cpu: Rename original retbleed methodsPeter Zijlstra
2023-08-16x86/cpu: Clean up SRSO return thunk messPeter Zijlstra
2023-08-16x86/alternative: Make custom return thunk unconditionalPeter Zijlstra
2023-08-14x86/srso: Disable the mitigation on unaffected configurationsBorislav Petkov (AMD)
2023-08-07Merge tag 'gds-for-linus-2023-08-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-08-07Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2023-08-07x86/srso: Tie SBPB bit setting to microcode patch detectionBorislav Petkov (AMD)
2023-07-29x86/srso: Fix return thunks in generated codeJosh Poimboeuf
2023-07-27x86/srso: Add IBPB on VMEXITBorislav Petkov (AMD)
2023-07-27x86/srso: Add IBPBBorislav Petkov (AMD)
2023-07-27x86/srso: Add SRSO_NO supportBorislav Petkov (AMD)
2023-07-27x86/srso: Add IBPB_BRTYPE supportBorislav Petkov (AMD)
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)
2023-07-22x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabledKim Phillips
2023-07-21KVM: Add GDS_NO support to KVMDaniel Sneddon
2023-07-21x86/speculation: Add Kconfig option for GDSDaniel Sneddon
2023-07-21x86/speculation: Add force option to GDS mitigationDaniel Sneddon
2023-07-19x86/speculation: Add Gather Data Sampling mitigationDaniel Sneddon
2023-06-16x86/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner
2023-03-16x86/CPU/AMD: Make sure EFER[AIBRSE] is setBorislav Petkov (AMD)
2023-02-27x86/speculation: Allow enabling STIBP with legacy IBRSKP Singh
2023-02-21Merge tag 'x86_cpu_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar
2023-01-25x86/cpu: Support AMD Automatic IBRSKim Phillips
2023-01-13cpuidle, intel_idle: Fix CPUIDLE_FLAG_IBRSPeter Zijlstra
2023-01-12x86/bugs: Reset speculation control settings on initBreno Leitao
2023-01-10x86/cpu: Remove redundant extern x86_read_arch_cap_msr()Ashok Raj
2023-01-04x86/bugs: Flush IBP in ib_prctl_set()Rodrigo Branco
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-13Merge tag 'x86_cpu_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-12-02x86/bugs: Make sure MSR_SPEC_CTRL is updated properly upon resume from S3Pawan Gupta
2022-11-22x86/cpu: Switch to cpu_feature_enabled() for X86_FEATURE_XENPVJuergen Gross
2022-11-21Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar