Merge tag 'x86_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Borislav Petkov: - Add a new Intel model number for Alder Lake - Differentiate which aspects of the FPU state get saved/restored when the FPU is used in-kernel and fix a boot crash on K7 due to early MXCSR access before CR4.OSFXSR is even set. - A couple of noinstr annotation fixes - Correct die ID setting on AMD for users of topology information which need the correct die ID - A SEV-ES fix to handle string port IO to/from kernel memory properly * tag 'x86_urgent_for_v5.11_rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/cpu: Add another Alder Lake CPU to the Intel family x86/mmx: Use KFPU_387 for MMX string operations x86/fpu: Add kernel_fpu_begin_mask() to selectively initialize state x86/topology: Make __max_die_per_package available unconditionally x86: __always_inline __{rd,wr}msr() x86/mce: Remove explicit/superfluous tracing locking/lockdep: Avoid noinstr warning for DEBUG_LOCKDEP locking/lockdep: Cure noinstr fail x86/sev: Fix nonistr violation x86/entry: Fix noinstr fail x86/cpu/amd: Set __max_die_per_package on AMD x86/sev-es: Handle string port IO to kernel memory properly
Showing
- arch/x86/entry/common.c 7 additions, 3 deletionsarch/x86/entry/common.c
- arch/x86/include/asm/fpu/api.h 13 additions, 2 deletionsarch/x86/include/asm/fpu/api.h
- arch/x86/include/asm/intel-family.h 1 addition, 0 deletionsarch/x86/include/asm/intel-family.h
- arch/x86/include/asm/msr.h 2 additions, 2 deletionsarch/x86/include/asm/msr.h
- arch/x86/include/asm/topology.h 2 additions, 2 deletionsarch/x86/include/asm/topology.h
- arch/x86/kernel/cpu/amd.c 2 additions, 2 deletionsarch/x86/kernel/cpu/amd.c
- arch/x86/kernel/cpu/mce/core.c 4 additions, 3 deletionsarch/x86/kernel/cpu/mce/core.c
- arch/x86/kernel/cpu/topology.c 1 addition, 1 deletionarch/x86/kernel/cpu/topology.c
- arch/x86/kernel/fpu/core.c 5 additions, 4 deletionsarch/x86/kernel/fpu/core.c
- arch/x86/kernel/sev-es.c 13 additions, 1 deletionarch/x86/kernel/sev-es.c
- arch/x86/lib/mmx_32.c 15 additions, 5 deletionsarch/x86/lib/mmx_32.c
- kernel/locking/lockdep.c 7 additions, 2 deletionskernel/locking/lockdep.c
Loading
Please register or sign in to comment