]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit64406b969b8aee4427f9b3f2de1ef50e3facdab9
tree0ad3bfa743e5201654da6dbb6f09d18c5a6797f5
parent582c4d32a75d060c4c606513e7ca93cba5e19102
parent79f6a1be1a735556d829f5dcf2f2db90a828114e
Merge tag 'x86_fpu_for_v5.12' of git://git.kernel.org/pub/scm/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