index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
tsx.c
Age
Commit message (
Expand
)
Author
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
2025-04-10
x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
2023-01-10
x86/cpu: Remove redundant extern x86_read_arch_cap_msr()
Ashok Raj
2022-11-21
x86/tsx: Add a feature bit for TSX control MSR support
Pawan Gupta
2022-04-11
x86/tsx: Disable TSX development mode at boot
Pawan Gupta
2022-04-11
x86/tsx: Use MSR_TSX_CTRL to clear CPUID bits
Pawan Gupta
2021-06-15
x86/tsx: Clear CPUID bits when TSX always force aborts
Pawan Gupta
2020-01-28
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2020-01-17
x86/cpu: Update cached HLE state on write to TSX_CTRL_CPUID_CLEAR
Pawan Gupta
2019-12-15
x86/cpu/tsx: Define pr_fmt()
Borislav Petkov
2019-10-28
x86/tsx: Add config options to set tsx=on|off|auto
Michal Hocko
2019-10-28
x86/tsx: Add "auto" option to the tsx= cmdline parameter
Pawan Gupta
2019-10-28
x86/cpu: Add a "tsx=" cmdline option with TSX disabled by default
Pawan Gupta