Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Ingo Molnar: "Three fixes, a hw-enablement and a cross-arch fix/enablement change: - SGI/UV fix for older platforms - x32 signal handling fix - older x86 platform bootup APIC fix - AVX512-4VNNIW (Neural Network Instructions) and AVX512-4FMAPS (Multiply Accumulation Single precision instructions) enablement. - move thread_info back into x86 specific code, to make life easier for other architectures trying to make use of CONFIG_THREAD_INFO_IN_TASK_STRUCT=y" * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/boot/smp: Don't try to poke disabled/non-existent APIC sched/core, x86: Make struct thread_info arch specific again x86/signal: Remove bogus user_64bit_mode() check from sigaction_compat_abi() x86/platform/UV: Fix support for EFI_OLD_MEMMAP after BIOS callback updates x86/cpufeature: Add AVX512_4VNNIW and AVX512...
No related branches found
No related tags found
Showing
- arch/x86/include/asm/cpufeatures.h 2 additions, 0 deletionsarch/x86/include/asm/cpufeatures.h
- arch/x86/include/asm/thread_info.h 9 additions, 0 deletionsarch/x86/include/asm/thread_info.h
- arch/x86/kernel/cpu/scattered.c 2 additions, 0 deletionsarch/x86/kernel/cpu/scattered.c
- arch/x86/kernel/cpu/vmware.c 5 additions, 0 deletionsarch/x86/kernel/cpu/vmware.c
- arch/x86/kernel/fpu/xstate.c 2 additions, 0 deletionsarch/x86/kernel/fpu/xstate.c
- arch/x86/kernel/signal_compat.c 0 additions, 3 deletionsarch/x86/kernel/signal_compat.c
- arch/x86/kernel/smpboot.c 9 additions, 7 deletionsarch/x86/kernel/smpboot.c
- arch/x86/platform/uv/bios_uv.c 9 additions, 1 deletionarch/x86/platform/uv/bios_uv.c
- include/linux/thread_info.h 0 additions, 11 deletionsinclude/linux/thread_info.h
- tools/arch/x86/include/asm/cpufeatures.h 2 additions, 0 deletionstools/arch/x86/include/asm/cpufeatures.h
Please register or sign in to comment