index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
bugs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-02
x86/bugs: Fix reporting of LFENCE retpoline
David Kaplan
1
-4
/
+1
2025-11-02
x86/bugs: Add attack vector controls for VMSCAPE
David Kaplan
1
-4
/
+10
2025-11-02
x86/bugs: Qualify RETBLEED_INTEL_MSG
David Kaplan
1
-1
/
+3
2025-11-02
x86/bugs: Report correct retbleed mitigation status
David Kaplan
1
-1
/
+3
2025-09-10
Merge tag 'vmscape-for-linus-20250904' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-82
/
+203
2025-08-27
x86/bugs: Add attack vector controls for SSB
David Kaplan
1
-0
/
+9
2025-08-19
x86/bugs: Fix GDS mitigation selecting when mitigation is off
Li RongQing
1
-3
/
+1
2025-08-14
x86/vmscape: Warn when STIBP is disabled with SMT
Pawan Gupta
1
-0
/
+22
2025-08-14
x86/bugs: Move cpu_bugs_smt_update() down
Pawan Gupta
1
-82
/
+83
2025-08-14
x86/vmscape: Enable the mitigation
Pawan Gupta
1
-0
/
+90
2025-08-14
x86/vmscape: Add conditional IBPB mitigation
Pawan Gupta
1
-0
/
+8
2025-08-11
x86/bugs: Select best SRSO mitigation
David Kaplan
1
-2
/
+11
2025-07-11
x86/bugs: Print enabled attack vectors
David Kaplan
1
-0
/
+35
2025-07-11
x86/bugs: Add attack vector controls for TSA
David Kaplan
1
-8
/
+23
2025-07-11
x86/bugs: Add attack vector controls for ITS
David Kaplan
1
-5
/
+10
2025-07-11
x86/bugs: Add attack vector controls for SRSO
David Kaplan
1
-5
/
+10
2025-07-11
x86/bugs: Add attack vector controls for L1TF
David Kaplan
1
-6
/
+12
2025-07-11
x86/bugs: Add attack vector controls for spectre_v2
David Kaplan
1
-4
/
+6
2025-07-11
x86/bugs: Add attack vector controls for BHI
David Kaplan
1
-3
/
+12
2025-07-11
x86/bugs: Add attack vector controls for spectre_v2_user
David Kaplan
1
-1
/
+8
2025-07-11
x86/bugs: Add attack vector controls for retbleed
David Kaplan
1
-3
/
+8
2025-07-11
x86/bugs: Add attack vector controls for spectre_v1
David Kaplan
1
-2
/
+5
2025-07-11
x86/bugs: Add attack vector controls for GDS
David Kaplan
1
-5
/
+8
2025-07-11
x86/bugs: Add attack vector controls for SRBDS
David Kaplan
1
-3
/
+9
2025-07-11
x86/bugs: Add attack vector controls for RFDS
David Kaplan
1
-4
/
+8
2025-07-11
x86/bugs: Add attack vector controls for MMIO
David Kaplan
1
-4
/
+8
2025-07-11
x86/bugs: Add attack vector controls for TAA
David Kaplan
1
-7
/
+8
2025-07-11
x86/bugs: Add attack vector controls for MDS
David Kaplan
1
-5
/
+9
2025-07-11
x86/bugs: Define attack vectors relevant for each bug
David Kaplan
1
-0
/
+56
2025-07-09
Merge tag 'tsa_x86_bugs_for_6.16' into tip-x86-bugs
Borislav Petkov (AMD)
1
-6
/
+130
2025-06-26
x86/bugs: Clean up SRSO microcode handling
David Kaplan
1
-19
/
+18
2025-06-26
x86/bugs: Use IBPB for retbleed if used by SRSO
David Kaplan
1
-15
/
+19
2025-06-26
x86/bugs: Add SRSO_MITIGATION_NOSMT
David Kaplan
1
-7
/
+4
2025-06-24
x86/bugs: Allow ITS stuffing in eIBRS+retpoline mode also
Pawan Gupta
1
-2
/
+4
2025-06-23
x86/bugs: Remove its=stuff dependency on retbleed
Pawan Gupta
1
-8
/
+6
2025-06-23
x86/bugs: Introduce cdt_possible()
Pawan Gupta
1
-1
/
+14
2025-06-23
x86/bugs: Use switch/case in its_apply_mitigation()
Pawan Gupta
1
-7
/
+13
2025-06-23
x86/bugs: Avoid warning when overriding return thunk
Pawan Gupta
1
-3
/
+2
2025-06-23
x86/bugs: Simplify the retbleed=stuff checks
Pawan Gupta
1
-16
/
+8
2025-06-23
x86/bugs: Avoid AUTO after the select step in the retbleed mitigation
Pawan Gupta
1
-9
/
+10
2025-06-17
x86/bugs: Add a Transient Scheduler Attacks mitigation
Borislav Petkov (AMD)
1
-0
/
+124
2025-06-16
x86/bugs: Rename MDS machinery to something more generic
Borislav Petkov (AMD)
1
-6
/
+6
2025-05-21
x86/bugs: Fix spectre_v2 mitigation default on Intel
Pawan Gupta
1
-1
/
+2
2025-05-21
x86/bugs: Restructure ITS mitigation
David Kaplan
1
-77
/
+90
2025-05-17
x86/bugs: Fix indentation due to ITS merge
Borislav Petkov (AMD)
1
-2
/
+2
2025-05-13
x86/bugs: Fix SRSO reporting on Zen1/2 with SMT disabled
Borislav Petkov (AMD)
1
-1
/
+3
2025-05-13
Merge commit 'its-for-linus-20250509-merge' into x86/core, to resolve conflicts
Ingo Molnar
1
-7
/
+169
2025-05-13
Merge branch 'x86/msr' into x86/core, to resolve conflicts
Ingo Molnar
1
-12
/
+12
2025-05-13
Merge branch 'x86/microcode' into x86/core, to merge dependent commits
Ingo Molnar
1
-0
/
+16
2025-05-13
Merge branch 'x86/cpu' into x86/core, to resolve conflicts
Ingo Molnar
1
-12
/
+4
[next]