Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Thomas Gleixner: "Another set of x86 related updates: - Fix the long broken x32 version of the IPC user space headers which was noticed by Arnd Bergman in course of his ongoing y2038 work. GLIBC seems to have non broken private copies of these headers so this went unnoticed. - Two microcode fixlets which address some more fallout from the recent modifications in that area: - Unconditionally save the microcode patch, which was only saved when CPU_HOTPLUG was enabled causing failures in the late loading mechanism - Make the later loader synchronization finally work under all circumstances. It was exiting early and causing timeout failures due to a missing synchronization point. - Do not use mwait_play_dead() on AMD systems to prevent excessive power consumption as the CPU cannot go into deep power states from ...
Showing
- arch/x86/include/asm/cpufeatures.h 1 addition, 0 deletionsarch/x86/include/asm/cpufeatures.h
- arch/x86/include/asm/irq_vectors.h 0 additions, 7 deletionsarch/x86/include/asm/irq_vectors.h
- arch/x86/include/asm/jailhouse_para.h 1 addition, 1 deletionarch/x86/include/asm/jailhouse_para.h
- arch/x86/include/asm/pgtable_64_types.h 4 additions, 4 deletionsarch/x86/include/asm/pgtable_64_types.h
- arch/x86/include/uapi/asm/msgbuf.h 31 additions, 0 deletionsarch/x86/include/uapi/asm/msgbuf.h
- arch/x86/include/uapi/asm/shmbuf.h 42 additions, 0 deletionsarch/x86/include/uapi/asm/shmbuf.h
- arch/x86/kernel/cpu/intel.c 3 additions, 0 deletionsarch/x86/kernel/cpu/intel.c
- arch/x86/kernel/cpu/microcode/core.c 2 additions, 4 deletionsarch/x86/kernel/cpu/microcode/core.c
- arch/x86/kernel/cpu/microcode/intel.c 0 additions, 2 deletionsarch/x86/kernel/cpu/microcode/intel.c
- arch/x86/kernel/jailhouse.c 1 addition, 1 deletionarch/x86/kernel/jailhouse.c
- arch/x86/kernel/setup.c 6 additions, 0 deletionsarch/x86/kernel/setup.c
- arch/x86/kernel/smpboot.c 2 additions, 0 deletionsarch/x86/kernel/smpboot.c
Please register or sign in to comment