summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/fpu
AgeCommit message (Expand)Author
2021-11-26iommu/vt-d: Remove unused PASID_DISABLEDJoerg Roedel
2021-11-14Merge tag 'x86_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-11-04Merge tag 'iommu-updates-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-11-03x86/fpu: Optimize out sigframe xfeatures when in init stateDave Hansen
2021-10-26x86/fpu/amx: Enable the AMX feature in 64-bit modeChang S. Bae
2021-10-26x86/fpu/amx: Define AMX state components and have it used for boot-time checksChang S. Bae
2021-10-26x86/fpu/xstate: Add fpstate_realloc()/free()Chang S. Bae
2021-10-26x86/fpu/xstate: Add XFD #NM handlerChang S. Bae
2021-10-26x86/fpu: Add XFD state to fpstateChang S. Bae
2021-10-26x86/fpu: Prepare fpu_clone() for dynamically enabled featuresThomas Gleixner
2021-10-26x86/fpu: Add basic helpers for dynamically enabled featuresThomas Gleixner
2021-10-26x86/arch_prctl: Add controls for dynamic XSTATE componentsChang S. Bae
2021-10-26x86/fpu: Add fpu_state_config::legacy_featuresThomas Gleixner
2021-10-26x86/fpu: Add members to struct fpu to cache permission informationThomas Gleixner
2021-10-23x86/fpu: Remove old KVM FPU interfaceThomas Gleixner
2021-10-23x86/kvm: Convert FPU handling to a single swap bufferThomas Gleixner
2021-10-23x86/fpu: Provide infrastructure for KVM FPU cleanupThomas Gleixner
2021-10-23x86/fpu: Prepare for sanitizing KVM FPU codeThomas Gleixner
2021-10-22x86/fpu/xstate: Move remaining xfeature helpers to coreThomas Gleixner
2021-10-22x86/fpu: Rework restore_regs_from_fpstate()Thomas Gleixner
2021-10-22x86/fpu: Mop up xfeatures_mask_uabi()Thomas Gleixner
2021-10-21x86/fpu: Move xstate feature masks to fpu_*_cfgThomas Gleixner
2021-10-21x86/fpu: Provide struct fpu_configThomas Gleixner
2021-10-21x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate()Thomas Gleixner
2021-10-21x86/fpu: Add size and mask information to fpstateThomas Gleixner
2021-10-20x86/fpu: Remove fpu::stateThomas Gleixner
2021-10-20x86/fpu/core: Convert to fpstateThomas Gleixner
2021-10-20x86/fpu: Replace KVMs xstate component clearingThomas Gleixner
2021-10-20x86/fpu: Convert restore_fpregs_from_fpstate() to struct fpstateThomas Gleixner
2021-10-20x86/fpu: Provide struct fpstateThomas Gleixner
2021-10-20x86/fpu: Replace KVMs home brewed FPU copy to userThomas Gleixner
2021-10-20x86/fpu: Provide a proper function for ex_handler_fprestore()Thomas Gleixner
2021-10-20x86/fpu: Replace the includes of fpu/internal.hThomas Gleixner
2021-10-20x86/fpu: Mop up the internal.h leftoversThomas Gleixner
2021-10-20x86/fpu: Remove internal.h dependency from fpu/signal.hThomas Gleixner
2021-10-20x86/fpu: Move fpstate functions to api.hThomas Gleixner
2021-10-20x86/fpu: Move mxcsr related code to coreThomas Gleixner
2021-10-20x86/fpu: Move fpregs_restore_userregs() to coreThomas Gleixner
2021-10-20x86/fpu: Make WARN_ON_FPU() privateThomas Gleixner
2021-10-20x86/fpu: Move legacy ASM wrappers to coreThomas Gleixner
2021-10-20x86/fpu: Move os_xsave() and os_xrstor() to coreThomas Gleixner
2021-10-20x86/fpu: Make os_xrstor_booting() privateThomas Gleixner
2021-10-20x86/fpu: Clean up CPU feature testsThomas Gleixner
2021-10-20x86/fpu: Move context switch and exit to user inlines into sched.hThomas Gleixner
2021-10-20x86/fpu: Mark fpu__init_prepare_fx_sw_frame() as __initThomas Gleixner
2021-10-20x86/fpu: Replace KVMs home brewed FPU copy from userThomas Gleixner
2021-10-20x86/fpu: Move KVMs FPU swapping to FPU coreThomas Gleixner
2021-10-20x86/fpu: Cleanup xstate xcomp_bv initializationThomas Gleixner
2021-10-20x86/fpu: Remove pointless argument from switch_fpu_finish()Thomas Gleixner
2021-10-18iommu/vt-d: Clean up unused PASID updating functionsFenghua Yu