index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
bugs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/bugs: Do not use UNTRAIN_RET with IBPB on entry
Johannes Wikner
2024-10-10
1
-0
/
+17
*
x86/bugs: Skip RSB fill at VMEXIT
Johannes Wikner
2024-10-10
1
-0
/
+15
*
x86/bugs: Fix handling when SRSO mitigation is disabled
David Kaplan
2024-09-05
1
-9
/
+5
*
x86/bugs: Add a separate config for GDS
Breno Leitao
2024-07-30
1
-1
/
+2
*
x86/bugs: Remove GDS Force Kconfig option
Breno Leitao
2024-07-30
1
-4
/
+0
*
x86/bugs: Add a separate config for SSB
Breno Leitao
2024-07-30
1
-4
/
+6
*
x86/bugs: Add a separate config for Spectre V2
Breno Leitao
2024-07-30
1
-4
/
+5
*
x86/bugs: Add a separate config for SRBDS
Breno Leitao
2024-07-30
1
-1
/
+2
*
x86/bugs: Add a separate config for Spectre v1
Breno Leitao
2024-07-30
1
-1
/
+2
*
x86/bugs: Add a separate config for RETBLEED
Breno Leitao
2024-07-30
1
-1
/
+1
*
x86/bugs: Add a separate config for L1TF
Breno Leitao
2024-07-30
1
-1
/
+2
*
x86/bugs: Add a separate config for MMIO Stable Data
Breno Leitao
2024-07-30
1
-1
/
+2
*
x86/bugs: Add a separate config for TAA
Breno Leitao
2024-07-30
1
-1
/
+2
*
x86/bugs: Add a separate config for MDS
Breno Leitao
2024-07-30
1
-1
/
+2
*
x86/bugs: Add 'spectre_bhi=vmexit' cmdline option
Josh Poimboeuf
2024-06-28
1
-5
/
+11
*
Merge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-05-14
1
-15
/
+15
|
\
|
*
x86/bugs: Switch to new Intel CPU model defines
Tony Luck
2024-04-25
1
-15
/
+15
*
|
x86/bugs: Fix BHI retpoline check
Josh Poimboeuf
2024-04-14
1
-4
/
+7
|
/
*
x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHI
Josh Poimboeuf
2024-04-12
1
-1
/
+1
*
x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=auto
Josh Poimboeuf
2024-04-12
1
-9
/
+1
*
x86/bugs: Clarify that syscall hardening isn't a BHI mitigation
Josh Poimboeuf
2024-04-11
1
-3
/
+3
*
x86/bugs: Fix BHI handling of RRSBA
Josh Poimboeuf
2024-04-11
1
-12
/
+18
*
x86/bugs: Rename various 'ia32_cap' variables to 'x86_arch_cap_msr'
Ingo Molnar
2024-04-11
1
-15
/
+15
*
x86/bugs: Cache the value of MSR_IA32_ARCH_CAPABILITIES
Josh Poimboeuf
2024-04-11
1
-15
/
+7
*
x86/bugs: Fix return type of spectre_bhi_state()
Daniel Sneddon
2024-04-10
1
-1
/
+1
*
x86/bhi: Mitigate KVM by default
Pawan Gupta
2024-04-08
1
-1
/
+8
*
x86/bhi: Add BHI mitigation knob
Pawan Gupta
2024-04-08
1
-1
/
+89
*
x86/bugs: Change commas to semicolons in 'spectre_v2' sysfs file
Josh Poimboeuf
2024-04-08
1
-12
/
+12
*
Merge tag 'rfds-for-linus-2024-03-11' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2024-03-12
1
-5
/
+87
|
\
|
*
x86/rfds: Mitigate Register File Data Sampling (RFDS)
Pawan Gupta
2024-03-11
1
-3
/
+75
|
*
x86/mmio: Disable KVM mitigation when X86_FEATURE_CLEAR_CPU_BUF is set
Pawan Gupta
2024-03-11
1
-2
/
+12
*
|
Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-03-12
1
-21
/
+27
|
\
\
|
*
|
x86/retpoline: Ensure default return thunk isn't used at runtime
Josh Poimboeuf
2024-02-12
1
-0
/
+5
|
*
|
x86/bugs: Rename CONFIG_CPU_SRSO => CONFIG_MITIGATION_SRSO
Breno Leitao
2024-01-10
1
-4
/
+4
|
*
|
x86/bugs: Rename CONFIG_CPU_IBRS_ENTRY => CONFIG_MITIGATION_IBRS_ENTRY
Breno Leitao
2024-01-10
1
-2
/
+2
|
*
|
x86/bugs: Rename CONFIG_CPU_UNRET_ENTRY => CONFIG_MITIGATION_UNRET_ENTRY
Breno Leitao
2024-01-10
1
-3
/
+3
|
*
|
x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINE
Breno Leitao
2024-01-10
1
-3
/
+3
|
*
|
x86/bugs: Rename CONFIG_CALL_DEPTH_TRACKING => CONFIG_MITIGATION_CALL_DEPTH_...
Breno Leitao
2024-01-10
1
-3
/
+3
|
*
|
x86/bugs: Rename CONFIG_CPU_IBPB_ENTRY => CONFIG_MITIGATION_IBPB_ENTRY
Breno Leitao
2024-01-10
1
-5
/
+6
|
*
|
x86/bugs: Rename CONFIG_GDS_FORCE_MITIGATION => CONFIG_MITIGATION_GDS_FORCE
Breno Leitao
2024-01-10
1
-1
/
+1
*
|
|
x86/cpu: Use EXPORT_PER_CPU_SYMBOL_GPL() for x86_spec_ctrl_current
Thomas Gleixner
2024-03-04
1
-1
/
+1
|
|
/
|
/
|
*
|
x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static key
Pawan Gupta
2024-02-20
1
-9
/
+6
|
/
*
x86/srso: Remove unnecessary semicolon
Yang Li
2023-10-20
1
-1
/
+1
*
x86/calldepth: Rename __x86_return_skl() to call_depth_return_thunk()
Josh Poimboeuf
2023-10-20
1
-1
/
+2
*
x86/srso: Disentangle rethunk-dependent options
Josh Poimboeuf
2023-10-20
1
-3
/
+2
*
x86/srso: Move retbleed IBPB check into existing 'has_microcode' code block
Josh Poimboeuf
2023-10-20
1
-3
/
+1
*
x86/bugs: Remove default case for fully switched enums
Josh Poimboeuf
2023-10-20
1
-10
/
+7
*
x86/srso: Remove 'pred_cmd' label
Josh Poimboeuf
2023-10-20
1
-8
/
+13
*
x86/srso: Fix vulnerability reporting for missing microcode
Josh Poimboeuf
2023-10-20
1
-14
/
+22
*
x86/srso: Print mitigation for retbleed IBPB case
Josh Poimboeuf
2023-10-20
1
-3
/
+3
[next]