index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
bugs.c
Age
Commit message (
Expand
)
Author
2024-09-05
x86/bugs: Fix handling when SRSO mitigation is disabled
David Kaplan
2024-07-30
x86/bugs: Add a separate config for GDS
Breno Leitao
2024-07-30
x86/bugs: Remove GDS Force Kconfig option
Breno Leitao
2024-07-30
x86/bugs: Add a separate config for SSB
Breno Leitao
2024-07-30
x86/bugs: Add a separate config for Spectre V2
Breno Leitao
2024-07-30
x86/bugs: Add a separate config for SRBDS
Breno Leitao
2024-07-30
x86/bugs: Add a separate config for Spectre v1
Breno Leitao
2024-07-30
x86/bugs: Add a separate config for RETBLEED
Breno Leitao
2024-07-30
x86/bugs: Add a separate config for L1TF
Breno Leitao
2024-07-30
x86/bugs: Add a separate config for MMIO Stable Data
Breno Leitao
2024-07-30
x86/bugs: Add a separate config for TAA
Breno Leitao
2024-07-30
x86/bugs: Add a separate config for MDS
Breno Leitao
2024-06-28
x86/bugs: Add 'spectre_bhi=vmexit' cmdline option
Josh Poimboeuf
2024-05-13
Merge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-04-25
x86/bugs: Switch to new Intel CPU model defines
Tony Luck
2024-04-14
x86/bugs: Fix BHI retpoline check
Josh Poimboeuf
2024-04-12
x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHI
Josh Poimboeuf
2024-04-12
x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=auto
Josh Poimboeuf
2024-04-11
x86/bugs: Clarify that syscall hardening isn't a BHI mitigation
Josh Poimboeuf
2024-04-11
x86/bugs: Fix BHI handling of RRSBA
Josh Poimboeuf
2024-04-11
x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch_cap_msr'
Ingo Molnar
2024-04-11
x86/bugs: Cache the value of MSR_IA32_ARCH_CAPABILITIES
Josh Poimboeuf
2024-04-10
x86/bugs: Fix return type of spectre_bhi_state()
Daniel Sneddon
2024-04-08
x86/bhi: Mitigate KVM by default
Pawan Gupta
2024-04-08
x86/bhi: Add BHI mitigation knob
Pawan Gupta
2024-04-08
x86/bugs: Change commas to semicolons in 'spectre_v2' sysfs file
Josh Poimboeuf
2024-03-12
Merge tag 'rfds-for-linus-2024-03-11' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2024-03-11
Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-03-11
x86/rfds: Mitigate Register File Data Sampling (RFDS)
Pawan Gupta
2024-03-11
x86/mmio: Disable KVM mitigation when X86_FEATURE_CLEAR_CPU_BUF is set
Pawan Gupta
2024-03-04
x86/cpu: Use EXPORT_PER_CPU_SYMBOL_GPL() for x86_spec_ctrl_current
Thomas Gleixner
2024-02-19
x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
Pawan Gupta
2024-02-12
x86/retpoline: Ensure default return thunk isn't used at runtime
Josh Poimboeuf
2024-01-10
x86/bugs: Rename CONFIG_CPU_SRSO => CONFIG_MITIGATION_SRSO
Breno Leitao
2024-01-10
x86/bugs: Rename CONFIG_CPU_IBRS_ENTRY => CONFIG_MITIGATION_IBRS_ENTRY
Breno Leitao
2024-01-10
x86/bugs: Rename CONFIG_CPU_UNRET_ENTRY => CONFIG_MITIGATION_UNRET_ENTRY
Breno Leitao
2024-01-10
x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINE
Breno Leitao
2024-01-10
x86/bugs: Rename CONFIG_CALL_DEPTH_TRACKING => CONFIG_MITIGATION_CALL_DEPTH_...
Breno Leitao
2024-01-10
x86/bugs: Rename CONFIG_CPU_IBPB_ENTRY => CONFIG_MITIGATION_IBPB_ENTRY
Breno Leitao
2024-01-10
x86/bugs: Rename CONFIG_GDS_FORCE_MITIGATION => CONFIG_MITIGATION_GDS_FORCE
Breno Leitao
2023-10-20
x86/srso: Remove unnecessary semicolon
Yang Li
2023-10-20
x86/calldepth: Rename __x86_return_skl() to call_depth_return_thunk()
Josh Poimboeuf
2023-10-20
x86/srso: Disentangle rethunk-dependent options
Josh Poimboeuf
2023-10-20
x86/srso: Move retbleed IBPB check into existing 'has_microcode' code block
Josh Poimboeuf
2023-10-20
x86/bugs: Remove default case for fully switched enums
Josh Poimboeuf
2023-10-20
x86/srso: Remove 'pred_cmd' label
Josh Poimboeuf
2023-10-20
x86/srso: Fix vulnerability reporting for missing microcode
Josh Poimboeuf
2023-10-20
x86/srso: Print mitigation for retbleed IBPB case
Josh Poimboeuf
2023-10-20
x86/srso: Print actual mitigation if requested mitigation isn't possible
Josh Poimboeuf
2023-10-20
x86/srso: Fix SBPB enablement for (possible) future fixed HW
Josh Poimboeuf
[next]