-
- Downloads
Merge tag 'x86-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Thomas Gleixner: "Two x86 fixes related to TSX: - Use either MSR_TSX_FORCE_ABORT or MSR_IA32_TSX_CTRL to disable TSX to cover all CPUs which allow to disable it. - Disable TSX development mode at boot so that a microcode update which provides TSX development mode does not suddenly make the system vulnerable to TSX Asynchronous Abort" * tag 'x86-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/tsx: Disable TSX development mode at boot x86/tsx: Use MSR_TSX_CTRL to clear CPUID bits
Showing
- arch/x86/include/asm/msr-index.h 2 additions, 2 deletionsarch/x86/include/asm/msr-index.h
- arch/x86/kernel/cpu/common.c 2 additions, 0 deletionsarch/x86/kernel/cpu/common.c
- arch/x86/kernel/cpu/cpu.h 2 additions, 3 deletionsarch/x86/kernel/cpu/cpu.h
- arch/x86/kernel/cpu/intel.c 0 additions, 7 deletionsarch/x86/kernel/cpu/intel.c
- arch/x86/kernel/cpu/tsx.c 94 additions, 10 deletionsarch/x86/kernel/cpu/tsx.c
- tools/arch/x86/include/asm/msr-index.h 2 additions, 2 deletionstools/arch/x86/include/asm/msr-index.h
Loading
Please register or sign in to comment