]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 27 Dec 2018 01:37:51 +0000 (17:37 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 27 Dec 2018 01:37:51 +0000 (17:37 -0800)
commitf5e04bca0133b052d1ed1299a2893108f01ec646
treee41fd0248cdb927bcdc37d8f6d6798baf8ee276b
parent9bf0922ebc36689572f18dae444da2a7ac568db8
parent02f2d5099f7fb7123fff51df964049a5b0144afc
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 fpu updates from Ingo Molnar:
 "Misc preparatory changes for an upcoming FPU optimization that will
  delay the loading of FPU registers to return-to-userspace"

* 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/fpu: Don't export __kernel_fpu_{begin,end}()
  x86/fpu: Update comment for __raw_xsave_addr()
  x86/fpu: Add might_fault() to user_insn()
  x86/pkeys: Make init_pkru_value static
  x86/thread_info: Remove _TIF_ALLWORK_MASK
  x86/process/32: Remove asm/math_emu.h include
  x86/fpu: Use unsigned long long shift in xfeature_uncompacted_offset()
arch/x86/include/asm/efi.h
arch/x86/kernel/fpu/xstate.c
arch/x86/kernel/process_32.c