
The x86/fpu updates for Linux 6.15 improve crypto performance by making the kernel-mode FPU reliably usable in soft IRQs. This improvement was talked about previously on Phoronix within New Patches Would Make All Kernel Encryption/Decryption Faster On x86/x86_64 Hardware . The patches for this pull request range from a few percent up to a 23% improvement for AES-XTS for this very nice code improvement.

While Intel Advanced Performance Extensions is geared just for user-space use, there are some kernel-side changes needed for supporting APX use with future Intel processors. Intel engineers recently began posting the Linux kernel patches for APX and now with this x86/fpu pull that enablement work has begun to land. These are just the initial steps with more to come in follow on kernel cycles.
Those are the most exciting x86/fpu changes queued up ahead of the Linux 6.15 merge window. They'll be merged barring any last minute objections by Linus Torvalds. See this pull request for all the details.