]> 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)
commitadda17b85394147cf19e8a4a98f42415e29aa6cd
tree0ad3bfa743e5201654da6dbb6f09d18c5a6797f5
parent06d020a651a9dc0ca93d3da6237613a73b2487cd
parentd27f7a5c77cee9bd28badfbe7c99664e890afdf3
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