aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/fpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-23x86/fpu: Rename fpu__clear_all() to fpu_flush_thread()Thomas Gleixner1-2/+2
2021-06-23x86/fpu: Use pkru_write_default() in copy_init_fpstate_to_fpregs()Thomas Gleixner1-2/+1
2021-06-23x86/cpu: Sanitize X86_FEATURE_OSPKEThomas Gleixner2-2/+2
2021-06-23x86/fpu: Rename and sanitize fpu__save/copy()Thomas Gleixner2-10/+9
2021-06-23x86/fpu/xstate: Sanitize handling of independent featuresThomas Gleixner1-50/+48
2021-06-23x86/fpu: Rename "dynamic" XSTATEs to "independent"Andy Lutomirski1-31/+31
2021-06-23x86/fpu: Rename initstate copy functionsThomas Gleixner1-3/+3
2021-06-23x86/fpu: Get rid of the FNSAVE optimizationThomas Gleixner1-31/+23
2021-06-23x86/fpu: Rename copy_fpregs_to_fpstate() to save_fpregs_to_fpstate()Thomas Gleixner1-5/+5
2021-06-23x86/fpu: Deduplicate copy_uabi_from_user/kernel_to_xstate()Thomas Gleixner1-90/+47
2021-06-23x86/fpu: Rename xstate copy functions which are related to UABIThomas Gleixner3-4/+5
2021-06-23x86/fpu: Rename fregs-related copy functionsThomas Gleixner2-4/+4
2021-06-23x86/fpu: Rename fxregs-related copy functionsThomas Gleixner2-8/+8
2021-06-23x86/fpu: Rename copy_user_to_xregs() and copy_xregs_to_user()Thomas Gleixner1-2/+2
2021-06-23x86/fpu: Rename copy_xregs_to_kernel() and copy_kernel_to_xregs()Thomas Gleixner3-15/+15
2021-06-23x86/fpu: Get rid of copy_supervisor_to_kernel()Thomas Gleixner2-60/+8
2021-06-23x86/fpu: Cleanup arch_set_user_pkey_access()Thomas Gleixner1-5/+6
2021-06-23x86/fpu: Get rid of using_compacted_format()Thomas Gleixner1-18/+4
2021-06-23x86/fpu: Move fpu__write_begin() to regsetThomas Gleixner2-27/+22
2021-06-23x86/fpu/regset: Move fpu__read_begin() into regsetThomas Gleixner2-23/+19
2021-06-23x86/fpu: Remove fpstate_sanitize_xstate()Thomas Gleixner1-79/+0
2021-06-23x86/fpu: Use copy_xstate_to_uabi_buf() in fpregs_get()Thomas Gleixner1-10/+20
2021-06-23x86/fpu: Use copy_xstate_to_uabi_buf() in xfpregs_get()Thomas Gleixner1-3/+8
2021-06-23x86/fpu: Make copy_xstate_to_kernel() usable for [x]fpregs_get()Thomas Gleixner2-12/+32
2021-06-23x86/fpu: Clean up fpregs_set()Andy Lutomirski1-15/+16
2021-06-23x86/fpu: Fail ptrace() requests that try to set invalid MXCSR valuesAndy Lutomirski1-2/+3
2021-06-23x86/fpu: Rewrite xfpregs_set()Andy Lutomirski1-14/+23
2021-06-23x86/fpu: Simplify PTRACE_GETREGS codeDave Hansen2-24/+6
2021-06-23x86/fpu: Reject invalid MXCSR values in copy_kernel_to_xstate()Thomas Gleixner1-3/+16
2021-06-23x86/fpu: Sanitize xstateregs_set()Thomas Gleixner2-31/+25
2021-06-23x86/fpu: Limit xstate copy size in xstateregs_set()Thomas Gleixner1-1/+1
2021-06-23x86/fpu: Move inlines where they belongThomas Gleixner1-0/+15
2021-06-23x86/fpu: Remove unused get_xsave_field_ptr()Thomas Gleixner1-30/+0
2021-06-23x86/fpu: Get rid of fpu__get_supported_xfeatures_mask()Thomas Gleixner2-12/+3
2021-06-23x86/fpu: Make xfeatures_mask_all __ro_after_initThomas Gleixner1-13/+15
2021-06-23x86/fpu: Mark various FPU state variables __ro_after_initThomas Gleixner2-7/+11
2021-06-23x86/fpu: Fix copy_xstate_to_kernel() gap handlingThomas Gleixner1-44/+61
2021-06-23Merge x86/urgent into x86/fpuBorislav Petkov2-97/+81
2021-06-22x86/fpu: Make init_fpstate correct with optimized XSAVEThomas Gleixner1-3/+38
2021-06-22x86/fpu: Preserve supervisor states in sanitize_restored_user_xstate()Thomas Gleixner1-18/+8
2021-06-10x86/fpu: Reset state for all signal restore failuresThomas Gleixner1-11/+15
2021-06-09x86/fpu: Add address range checks to copy_user_to_xstate()Andy Lutomirski1-3/+3
2021-06-09x86/fpu: Invalidate FPU state after a failed XRSTOR from a user bufferAndy Lutomirski1-0/+19
2021-06-09x86/fpu: Prevent state corruption in __fpu__restore_sig()Thomas Gleixner1-8/+1
2021-06-03x86/cpufeatures: Force disable X86_FEATURE_ENQCMD and remove update_pasid()Thomas Gleixner1-57/+0
2021-05-19x86/signal: Introduce helpers to get the maximum signal frame sizeChang S. Bae1-0/+19
2021-03-18x86: Fix various typos in commentsIngo Molnar1-1/+1
2021-01-29x86/fpu/xstate: Use sizeof() instead of a constantYejune Deng1-2/+2
2021-01-21x86/fpu: Add kernel_fpu_begin_mask() to selectively initialize stateAndy Lutomirski1-4/+5
2020-10-12Merge tag 'x86_fpu_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-41/+0