[PATCH 0/2] x86/fpu: Clean up "dynamic" APIs

From: Andy Lutomirski
Date: Fri Jun 11 2021 - 01:13:47 EST


"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