Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Ingo Molnar: "Two families of fixes: - Fix an FPU context related boot crash on newer x86 hardware with larger context sizes than what most people test. To fix this without ugly kludges or extensive reverts we had to touch core task allocator, to allow x86 to determine the task size dynamically, at boot time. I've tested it on a number of x86 platforms, and I cross-built it to a handful of architectures: (warns) (warns) testing x86-64: -git: pass ( 0), -tip: pass ( 0) testing x86-32: -git: pass ( 0), -tip: pass ( 0) testing arm: -git: pass ( 1359), -tip: pass ( 1359) testing cris: -git: pass ( 1031), -tip: pass ( 1031) testing m32r: -git: pass ( 1135), -tip: pass ( 1135) testing m68k: -git: pass (...
No related branches found
No related tags found
Showing
- arch/Kconfig 4 additions, 0 deletionsarch/Kconfig
- arch/x86/Kconfig 1 addition, 0 deletionsarch/x86/Kconfig
- arch/x86/Kconfig.debug 12 additions, 0 deletionsarch/x86/Kconfig.debug
- arch/x86/entry/entry_64.S 199 additions, 100 deletionsarch/x86/entry/entry_64.S
- arch/x86/include/asm/fpu/types.h 38 additions, 34 deletionsarch/x86/include/asm/fpu/types.h
- arch/x86/include/asm/processor.h 7 additions, 3 deletionsarch/x86/include/asm/processor.h
- arch/x86/kernel/fpu/init.c 40 additions, 0 deletionsarch/x86/kernel/fpu/init.c
- arch/x86/kernel/nmi.c 52 additions, 71 deletionsarch/x86/kernel/nmi.c
- arch/x86/kernel/process.c 1 addition, 1 deletionarch/x86/kernel/process.c
- fs/proc/kcore.c 2 additions, 2 deletionsfs/proc/kcore.c
- include/linux/sched.h 14 additions, 2 deletionsinclude/linux/sched.h
- kernel/fork.c 6 additions, 1 deletionkernel/fork.c
Please register or sign in to comment