summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/fpu/xstate.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-11KVM: SEV: sync FPU and AVX state at LAUNCH_UPDATE_VMSA timePaolo Bonzini1-2/+0
2024-03-24x86/fpu: Keep xfd_state in sync with MSR_IA32_XFDAdamos Ttofari1-4/+10
2023-10-12x86/fpu: Allow caller to constrain xfeatures when copying to uabi bufferSean Christopherson1-1/+2
2022-11-17x86/fpu: Add a pkru argument to copy_uabi_from_kernel_to_xstate().Kyle Huey1-1/+1
2022-11-17x86/fpu: Take task_struct* in copy_sigframe_from_user_to_xstate()Kyle Huey1-1/+1
2022-04-25x86/fpu/xsave: Support XSAVEC in the kernelThomas Gleixner1-5/+9
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+17
2022-01-14x86/fpu: Add guest support to xfd_enable_feature()Thomas Gleixner1-0/+6
2022-01-07x86/fpu: Extend fpu_xstate_prctl() with guest permissionsThomas Gleixner1-2/+11
2021-12-11x86/fpu: Remove .fixup usagePeter Zijlstra1-5/+1
2021-11-04x86/fpu: Optimize out sigframe xfeatures when in init stateDave Hansen1-2/+35
2021-10-26x86/fpu: Update XFD state where requiredChang S. Bae1-1/+18
2021-10-26x86/fpu: Add sanity checks for XFDThomas Gleixner1-4/+30
2021-10-26x86/fpu: Add XFD state to fpstateChang S. Bae1-0/+4
2021-10-26x86/arch_prctl: Add controls for dynamic XSTATE componentsChang S. Bae1-0/+6
2021-10-22x86/fpu/xstate: Move remaining xfeature helpers to coreThomas Gleixner1-0/+13
2021-10-21x86/fpu: Move xstate size to fpu_*_cfgThomas Gleixner1-1/+1
2021-10-21x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate()Thomas Gleixner1-0/+12
2021-10-21x86/fpu: Use fpstate in __copy_xstate_to_uabi_buf()Thomas Gleixner1-1/+1
2021-10-21x86/fpu/xstate: Use fpstate for xsave_to_user_sigframe()Thomas Gleixner1-1/+1
2021-10-21x86/fpu/xstate: Use fpstate for os_xsave()Thomas Gleixner1-3/+3
2021-10-20x86/fpu: Replace KVMs xstate component clearingThomas Gleixner1-0/+2
2021-10-20x86/fpu: Mop up the internal.h leftoversThomas Gleixner1-0/+3
2021-10-20x86/fpu: Move os_xsave() and os_xrstor() to coreThomas Gleixner1-0/+174
2021-10-20x86/fpu: Rework copy_xstate_to_uabi_buf()Thomas Gleixner1-0/+3
2021-10-20x86/fpu: Cleanup xstate xcomp_bv initializationThomas Gleixner1-0/+18