mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/4] x86/fpu/xstate: Fix XSAVES issues - Part 3
@ 2016-07-11 16:18 Fenghua Yu
  2016-07-11 16:18 ` [PATCH 1/4] x86/fpu/xstate: Fix __fpu_restore_sig() for XSAVES Fenghua Yu
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Fenghua Yu @ 2016-07-11 16:18 UTC (permalink / raw)
  To: Ingo Molnar, Thomas Gleixner, H. Peter Anvin, Dave Hansen,
	Ravi V Shankar
  Cc: Yu-cheng Yu, Fenghua Yu, x86, linux-kernel

From: Yu-cheng Yu <yu-cheng.yu@intel.com>

** Based on tip/master **

This is Part 3 of previous 13 XSAVES patches. Break it down to
smaller series. There are no code changes; only minor fixes in
the titles.

Yu-cheng Yu (4):
  x86/fpu/xstate: Fix __fpu_restore_sig() for XSAVES
  x86/fpu/xstate: Return NULL for disabled xstate component address
  x86/fpu/xstate: Fix fpstate_init() for XRSTORS
  x86/fpu/xstate: Re-enable XSAVES

 arch/x86/include/asm/fpu/types.h |  6 ++++++
 arch/x86/kernel/fpu/core.c       |  8 ++++++++
 arch/x86/kernel/fpu/init.c       | 15 ---------------
 arch/x86/kernel/fpu/signal.c     | 11 +++++++++--
 arch/x86/kernel/fpu/xstate.c     | 14 ++++++++++++++
 5 files changed, 37 insertions(+), 17 deletions(-)

-- 
2.5.0

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-07-11 16:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-11 16:18 [PATCH 0/4] x86/fpu/xstate: Fix XSAVES issues - Part 3 Fenghua Yu
2016-07-11 16:18 ` [PATCH 1/4] x86/fpu/xstate: Fix __fpu_restore_sig() for XSAVES Fenghua Yu
2016-07-11 16:12   ` [tip:x86/fpu] " tip-bot for Yu-cheng Yu
2016-07-11 16:18 ` [PATCH 2/4] x86/fpu/xstate: Return NULL for disabled xstate component address Fenghua Yu
2016-07-11 16:13   ` [tip:x86/fpu] " tip-bot for Yu-cheng Yu
2016-07-11 16:18 ` [PATCH 3/4] x86/fpu/xstate: Fix fpstate_init() for XRSTORS Fenghua Yu
2016-07-11 16:13   ` [tip:x86/fpu] " tip-bot for Yu-cheng Yu
2016-07-11 16:18 ` [PATCH 4/4] x86/fpu/xstate: Re-enable XSAVES Fenghua Yu
2016-07-11 16:14   ` [tip:x86/fpu] " tip-bot for Yu-cheng Yu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome