summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/tsx.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-10x86/cpu: Remove redundant extern x86_read_arch_cap_msr()Ashok Raj1-0/+1
2022-11-21x86/tsx: Add a feature bit for TSX control MSR supportPawan Gupta1-21/+17
2022-04-11x86/tsx: Disable TSX development mode at bootPawan Gupta1-3/+47
2022-04-11x86/tsx: Use MSR_TSX_CTRL to clear CPUID bitsPawan Gupta1-7/+47
2021-06-15x86/tsx: Clear CPUID bits when TSX always force abortsPawan Gupta1-2/+35
2020-01-28Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+4
2020-01-17x86/cpu: Update cached HLE state on write to TSX_CTRL_CPUID_CLEARPawan Gupta1-6/+7
2019-12-15x86/cpu/tsx: Define pr_fmt()Borislav Petkov1-1/+4
2019-10-28x86/tsx: Add config options to set tsx=on|off|autoMichal Hocko1-6/+16
2019-10-28x86/tsx: Add "auto" option to the tsx= cmdline parameterPawan Gupta1-1/+6
2019-10-28x86/cpu: Add a "tsx=" cmdline option with TSX disabled by defaultPawan Gupta1-0/+125