Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Peter Anvin: - Three EFI-related fixes - Two early memory initialization fixes - build fix for older binutils - fix for an eager FPU performance regression -- currently we don't allow the use of the FPU at interrupt time *at all* in eager mode, which is clearly wrong. * 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86: Allow FPU to be used at interrupt time even with eagerfpu x86, crc32-pclmul: Fix build with older binutils x86-64, init: Fix a possible wraparound bug in switchover in head_64.S x86, range: fix missing merge during add range x86, efi: initial the local variable of DataSize to zero efivar: fix oops in efivar_update_sysfs_entries() caused by memory reuse efivarfs: Never return ENOENT from firmware again
No related branches found
No related tags found
Showing
- arch/x86/crypto/crc32-pclmul_asm.S 1 addition, 1 deletionarch/x86/crypto/crc32-pclmul_asm.S
- arch/x86/include/asm/inst.h 72 additions, 2 deletionsarch/x86/include/asm/inst.h
- arch/x86/kernel/head_64.S 4 additions, 2 deletionsarch/x86/kernel/head_64.S
- arch/x86/kernel/i387.c 5 additions, 9 deletionsarch/x86/kernel/i387.c
- arch/x86/platform/efi/efi.c 1 addition, 1 deletionarch/x86/platform/efi/efi.c
- drivers/firmware/efi/efivars.c 3 additions, 5 deletionsdrivers/firmware/efi/efivars.c
- fs/efivarfs/file.c 12 additions, 2 deletionsfs/efivarfs/file.c
- kernel/range.c 5 additions, 3 deletionskernel/range.c
Loading
Please register or sign in to comment