Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Ingo Molnar: "This fixes 3 FPU handling related bugs, an EFI boot crash and a runtime warning. The EFI fix arrived late but I didn't want to delay it to after v4.5 because the effects are pretty bad for the systems that are affected by it" [ Actually, I don't think the EFI fix really matters yet, because we haven't switched to the separate EFI page tables in mainline yet ] * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/efi: Fix boot crash by always mapping boot service regions into new EFI page tables x86/fpu: Fix eager-FPU handling on legacy FPU machines x86/delay: Avoid preemptible context checks in delay_mwaitx() x86/fpu: Revert ("x86/fpu: Disable AVX when eagerfpu is off") x86/fpu: Fix 'no387' regression
No related branches found
No related tags found
Showing
- arch/x86/include/asm/fpu/xstate.h 4 additions, 5 deletionsarch/x86/include/asm/fpu/xstate.h
- arch/x86/kernel/fpu/core.c 3 additions, 1 deletionarch/x86/kernel/fpu/core.c
- arch/x86/kernel/fpu/init.c 9 additions, 13 deletionsarch/x86/kernel/fpu/init.c
- arch/x86/lib/delay.c 1 addition, 1 deletionarch/x86/lib/delay.c
- arch/x86/platform/efi/quirks.c 62 additions, 17 deletionsarch/x86/platform/efi/quirks.c
Loading
Please register or sign in to comment