summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/fpu
AgeCommit message (Expand)Author
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
2021-09-14x86/fpu/signal: Change return type of fpu__restore_sig() to booleanThomas Gleixner
2021-09-14x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to booleanThomas Gleixner
2021-09-14x86/fpu/signal: Move header zeroing out of xsave_to_user_sigframe()Thomas Gleixner
2021-09-13x86/fpu/signal: Clarify exception handling in restore_fpregs_from_user()Thomas Gleixner
2021-09-13x86/fpu: Use EX_TYPE_FAULT_MCE_SAFE for exception fixupsThomas Gleixner
2021-09-13x86/extable: Rework the exception table mechanicsThomas Gleixner
2021-06-23x86/fpu: Return proper error codes from user access functionsThomas Gleixner
2021-06-23x86/fpu: Remove PKRU handling from switch_fpu_finish()Thomas Gleixner
2021-06-23x86/fpu: Mask PKRU from kernel XRSTOR[S] operationsThomas Gleixner
2021-06-23x86/fpu: Hook up PKRU into ptrace()Dave Hansen
2021-06-23x86/fpu: Dont restore PKRU in fpregs_restore_userspace()Thomas Gleixner
2021-06-23x86/fpu: Rename xfeatures_mask_user() to xfeatures_mask_uabi()Thomas Gleixner
2021-06-23x86/fpu: Move FXSAVE_LEAK quirk info __copy_kernel_to_fpregs()Thomas Gleixner
2021-06-23x86/fpu: Rename __fpregs_load_activate() to fpregs_restore_userregs()Thomas Gleixner
2021-06-23x86/fpu: Rename fpu__clear_all() to fpu_flush_thread()Thomas Gleixner
2021-06-23x86/fpu: Rename and sanitize fpu__save/copy()Thomas Gleixner
2021-06-23x86/pkeys: Move read_pkru() and write_pkru()Dave Hansen
2021-06-23x86/fpu/xstate: Sanitize handling of independent featuresThomas Gleixner
2021-06-23x86/fpu: Rename "dynamic" XSTATEs to "independent"Andy Lutomirski
2021-06-23x86/fpu: Rename copy_kernel_to_fpregs() to restore_fpregs_from_fpstate()Thomas Gleixner
2021-06-23x86/fpu: Get rid of the FNSAVE optimizationThomas Gleixner
2021-06-23x86/fpu: Rename copy_fpregs_to_fpstate() to save_fpregs_to_fpstate()Thomas Gleixner
2021-06-23x86/fpu: Rename xstate copy functions which are related to UABIThomas Gleixner
2021-06-23x86/fpu: Rename fregs-related copy functionsThomas Gleixner
2021-06-23x86/fpu: Rename fxregs-related copy functionsThomas Gleixner