-
- Downloads
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Thoma Gleixner: "Another round of fixes for x86: - Move the initialization of the microcode driver to late_initcall to make sure everything that init function needs is available. - Make sure that lockdep knows about interrupts being off in the entry code before calling into c-code. - Undo the cpu hotplug init delay regression. - Use the proper conditionals in the mpx instruction decoder. - Fixup restart_syscall for x32 tasks. - Fix the hugepage regression on PAE kernels which was introduced with the latest PAT changes" * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/signal: Fix restart_syscall number for x32 tasks x86/mpx: Fix instruction decoder condition x86/mm: Fix regression with huge pages on PAE x86 smpboot: Re-enable init_udelay=0 by default on modern CPUs x86/entry/64: Fix irqflag tracing wrt context tracking x86/microcode: Initialize the driver late when facilities are up
Showing
- arch/x86/boot/boot.h 0 additions, 1 deletionarch/x86/boot/boot.h
- arch/x86/boot/video-mode.c 2 additions, 0 deletionsarch/x86/boot/video-mode.c
- arch/x86/boot/video.c 2 additions, 0 deletionsarch/x86/boot/video.c
- arch/x86/entry/entry_64.S 18 additions, 1 deletionarch/x86/entry/entry_64.S
- arch/x86/include/asm/page_types.h 9 additions, 7 deletionsarch/x86/include/asm/page_types.h
- arch/x86/include/asm/pgtable_types.h 4 additions, 10 deletionsarch/x86/include/asm/pgtable_types.h
- arch/x86/include/asm/x86_init.h 0 additions, 1 deletionarch/x86/include/asm/x86_init.h
- arch/x86/kernel/cpu/microcode/core.c 1 addition, 0 deletionsarch/x86/kernel/cpu/microcode/core.c
- arch/x86/kernel/setup.c 0 additions, 2 deletionsarch/x86/kernel/setup.c
- arch/x86/kernel/signal.c 10 additions, 7 deletionsarch/x86/kernel/signal.c
- arch/x86/kernel/smpboot.c 5 additions, 4 deletionsarch/x86/kernel/smpboot.c
- arch/x86/mm/mpx.c 3 additions, 3 deletionsarch/x86/mm/mpx.c
Loading
Please register or sign in to comment