开源镜像站
帮助
下载
动态
GitHub
index
:
lwn.git
alabaster
automarkup
b4/review/20260312-kernel-doc-use-a-c-lexical-tokenizer-for-transforms-0e0e9e143327
build-script
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
media-uapi
next
Linux kernel documentation tree maintained by Jonathan Corbet
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-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
2023-09-19
x86/srso: Fix SBPB enablement for spec_rstack_overflow=off
Josh Poimboeuf
2023-09-19
x86/srso: Set CPUID feature bits independently of bug or mitigation status
Josh Poimboeuf
2023-09-19
x86/srso: Fix srso_show_state() side effect
Josh Poimboeuf
2023-08-18
x86/srso: Correct the mitigation status when SMT is disabled
Borislav Petkov (AMD)
2023-08-16
x86/cpu/kvm: Provide UNTRAIN_RET_VM
Peter Zijlstra
2023-08-16
x86/cpu: Cleanup the untrain mess
Peter Zijlstra
2023-08-16
x86/cpu: Rename original retbleed methods
Peter Zijlstra
2023-08-16
x86/cpu: Clean up SRSO return thunk mess
Peter Zijlstra
2023-08-16
x86/alternative: Make custom return thunk unconditional
Peter Zijlstra
2023-08-14
x86/srso: Disable the mitigation on unaffected configurations
Borislav Petkov (AMD)
2023-08-07
Merge tag 'gds-for-linus-2023-08-01' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2023-08-07
Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2023-08-07
x86/srso: Tie SBPB bit setting to microcode patch detection
Borislav Petkov (AMD)
[next]