All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] x86/fpu: Clean up "dynamic" APIs
@ 2021-06-11  5:13 Andy Lutomirski
  2021-06-11  5:13 ` [PATCH 1/2] x86/fpu: Rename "dynamic" XSTATEs to "independent" Andy Lutomirski
  2021-06-11  5:13 ` [PATCH 2/2] x86/fpu: Improve FPU APIs for independent features Andy Lutomirski
  0 siblings, 2 replies; 6+ messages in thread
From: Andy Lutomirski @ 2021-06-11  5:13 UTC (permalink / raw)
  To: x86; +Cc: Dave Hansen, LKML, Andy Lutomirski

"Dynamic" XSTATEs are not dynamic.  They are just managed separately from
the normal struct fpu states.  Rename the functions and make their interfaces
sane.

Andy Lutomirski (2):
  x86/fpu: Rename "dynamic" XSTATEs to "independent"
  x86/fpu: Improve FPU APIs for independent features

 arch/x86/events/intel/lbr.c       |  6 +--
 arch/x86/include/asm/fpu/xstate.h | 19 +++++----
 arch/x86/kernel/fpu/core.c        |  3 ++
 arch/x86/kernel/fpu/xstate.c      | 67 +++++++++++++------------------
 4 files changed, 46 insertions(+), 49 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-06-23 22:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-11  5:13 [PATCH 0/2] x86/fpu: Clean up "dynamic" APIs Andy Lutomirski
2021-06-11  5:13 ` [PATCH 1/2] x86/fpu: Rename "dynamic" XSTATEs to "independent" Andy Lutomirski
2021-06-11  8:01   ` Peter Zijlstra
2021-06-11 13:30     ` Thomas Gleixner
2021-06-23 22:09   ` [tip: x86/fpu] " tip-bot2 for Andy Lutomirski
2021-06-11  5:13 ` [PATCH 2/2] x86/fpu: Improve FPU APIs for independent features Andy Lutomirski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.