Merge tag 'x86_fpu_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 21 Feb 2021 04:07:44 +0000 (20:07 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 21 Feb 2021 04:07:44 +0000 (20:07 -0800)
commit8831d718aa5a9540aaeb527a582af5fc140aed6e
tree0ad3bfa743e5201654da6dbb6f09d18c5a6797f5
parentd00c4ed02e90c1a4290acdd4f9bc4d056a573859
parent0a74d61c7d842b583f33f74d7a9e93201826f4c5
Merge tag 'x86_fpu_for_v5.12' of git://git./linux/kernel/git/tip/tip

Pull x86 FPU updates from Borislav Petkov:
 "x86 fpu usage optimization and cleanups:

   - make 64-bit kernel code which uses 387 insns request a x87 init
     (FNINIT) explicitly when using the FPU

   - misc cleanups"

* tag 'x86_fpu_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/fpu/xstate: Use sizeof() instead of a constant
  x86/fpu/64: Don't FNINIT in kernel_fpu_begin()
  x86/fpu: Make the EFI FPU calling convention explicit
arch/x86/include/asm/efi.h
arch/x86/platform/efi/efi_64.c