aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/fpu/internal.h
AgeCommit message (Expand)Author
2022-05-20x86: Remove empty filesBorislav Petkov
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 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: 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-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: 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/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 fregs-related copy functionsThomas Gleixner
2021-06-23x86/fpu: Rename fxregs-related copy functionsThomas Gleixner
2021-06-23x86/fpu: Rename copy_user_to_xregs() and copy_xregs_to_user()Thomas Gleixner
2021-06-23x86/fpu: Rename copy_xregs_to_kernel() and copy_kernel_to_xregs()Thomas Gleixner
2021-06-23x86/fpu: Move fpu__write_begin() to regsetThomas Gleixner
2021-06-23x86/fpu/regset: Move fpu__read_begin() into regsetThomas Gleixner
2021-06-23x86/fpu: Remove fpstate_sanitize_xstate()Thomas Gleixner
2021-06-23x86/fpu: Move inlines where they belongThomas Gleixner
2021-06-23x86/fpu: Get rid of fpu__get_supported_xfeatures_mask()Thomas Gleixner
2021-06-22x86/fpu: Make init_fpstate correct with optimized XSAVEThomas Gleixner
2021-06-09x86/pkru: Write hardware init value to PKRU when xstate is initThomas Gleixner
2021-06-09x86/process: Check PF_KTHREAD and not current->mm for kernel threadsThomas Gleixner
2021-06-03x86/cpufeatures: Force disable X86_FEATURE_ENQCMD and remove update_pasid()Thomas Gleixner
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-12Merge tag 'x86_pasid_for_5.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-09-17x86/mmu: Allocate/free a PASIDFenghua Yu
2020-09-07x86/fpu: Move xgetbv()/xsetbv() into a separate headerJoerg Roedel