summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/fpu
Commit message (Expand)AuthorAgeFilesLines
...
* x86/fpu: Rename "dynamic" XSTATEs to "independent"Andy Lutomirski2021-06-231-31/+31
* x86/fpu: Rename initstate copy functionsThomas Gleixner2021-06-231-3/+3
* x86/fpu: Get rid of the FNSAVE optimizationThomas Gleixner2021-06-231-31/+23
* x86/fpu: Rename copy_fpregs_to_fpstate() to save_fpregs_to_fpstate()Thomas Gleixner2021-06-231-5/+5
* x86/fpu: Deduplicate copy_uabi_from_user/kernel_to_xstate()Thomas Gleixner2021-06-231-90/+47
* x86/fpu: Rename xstate copy functions which are related to UABIThomas Gleixner2021-06-233-4/+5
* x86/fpu: Rename fregs-related copy functionsThomas Gleixner2021-06-232-4/+4
* x86/fpu: Rename fxregs-related copy functionsThomas Gleixner2021-06-232-8/+8
* x86/fpu: Rename copy_user_to_xregs() and copy_xregs_to_user()Thomas Gleixner2021-06-231-2/+2
* x86/fpu: Rename copy_xregs_to_kernel() and copy_kernel_to_xregs()Thomas Gleixner2021-06-233-15/+15
* x86/fpu: Get rid of copy_supervisor_to_kernel()Thomas Gleixner2021-06-232-60/+8
* x86/fpu: Cleanup arch_set_user_pkey_access()Thomas Gleixner2021-06-231-5/+6
* x86/fpu: Get rid of using_compacted_format()Thomas Gleixner2021-06-231-18/+4
* x86/fpu: Move fpu__write_begin() to regsetThomas Gleixner2021-06-232-27/+22
* x86/fpu/regset: Move fpu__read_begin() into regsetThomas Gleixner2021-06-232-23/+19
* x86/fpu: Remove fpstate_sanitize_xstate()Thomas Gleixner2021-06-231-79/+0
* x86/fpu: Use copy_xstate_to_uabi_buf() in fpregs_get()Thomas Gleixner2021-06-231-10/+20
* x86/fpu: Use copy_xstate_to_uabi_buf() in xfpregs_get()Thomas Gleixner2021-06-231-3/+8
* x86/fpu: Make copy_xstate_to_kernel() usable for [x]fpregs_get()Thomas Gleixner2021-06-232-12/+32
* x86/fpu: Clean up fpregs_set()Andy Lutomirski2021-06-231-15/+16
* x86/fpu: Fail ptrace() requests that try to set invalid MXCSR valuesAndy Lutomirski2021-06-231-2/+3
* x86/fpu: Rewrite xfpregs_set()Andy Lutomirski2021-06-231-14/+23
* x86/fpu: Simplify PTRACE_GETREGS codeDave Hansen2021-06-232-24/+6
* x86/fpu: Reject invalid MXCSR values in copy_kernel_to_xstate()Thomas Gleixner2021-06-231-3/+16
* x86/fpu: Sanitize xstateregs_set()Thomas Gleixner2021-06-232-31/+25
* x86/fpu: Limit xstate copy size in xstateregs_set()Thomas Gleixner2021-06-231-1/+1
* x86/fpu: Move inlines where they belongThomas Gleixner2021-06-231-0/+15
* x86/fpu: Remove unused get_xsave_field_ptr()Thomas Gleixner2021-06-231-30/+0
* x86/fpu: Get rid of fpu__get_supported_xfeatures_mask()Thomas Gleixner2021-06-232-12/+3
* x86/fpu: Make xfeatures_mask_all __ro_after_initThomas Gleixner2021-06-231-13/+15
* x86/fpu: Mark various FPU state variables __ro_after_initThomas Gleixner2021-06-232-7/+11
* x86/fpu: Fix copy_xstate_to_kernel() gap handlingThomas Gleixner2021-06-231-44/+61
* Merge x86/urgent into x86/fpuBorislav Petkov2021-06-232-97/+81
|\
| * x86/fpu: Make init_fpstate correct with optimized XSAVEThomas Gleixner2021-06-221-3/+38
| * x86/fpu: Preserve supervisor states in sanitize_restored_user_xstate()Thomas Gleixner2021-06-221-18/+8
| * x86/fpu: Reset state for all signal restore failuresThomas Gleixner2021-06-101-11/+15
| * x86/fpu: Invalidate FPU state after a failed XRSTOR from a user bufferAndy Lutomirski2021-06-091-0/+19
| * x86/fpu: Prevent state corruption in __fpu__restore_sig()Thomas Gleixner2021-06-091-8/+1
| * x86/cpufeatures: Force disable X86_FEATURE_ENQCMD and remove update_pasid()Thomas Gleixner2021-06-031-57/+0
* | x86/fpu: Add address range checks to copy_user_to_xstate()Andy Lutomirski2021-06-091-3/+3
* | x86/signal: Introduce helpers to get the maximum signal frame sizeChang S. Bae2021-05-191-0/+19
|/
* x86: Fix various typos in commentsIngo Molnar2021-03-181-1/+1
* x86/fpu/xstate: Use sizeof() instead of a constantYejune Deng2021-01-291-2/+2
* x86/fpu: Add kernel_fpu_begin_mask() to selectively initialize stateAndy Lutomirski2021-01-211-4/+5
* Merge tag 'x86_fpu_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-121-41/+0
|\
| * x86/fpu: Handle FPU-related and clearcpuid command line arguments earlierMike Hommey2020-09-221-55/+0
| * x86/fpu: Allow multiple bits in clearcpuid= parameterArvind Sankar2020-09-101-8/+22
* | x86/mmu: Allocate/free a PASIDFenghua Yu2020-09-171-0/+57
* | x86/fpu/xstate: Add supervisor PASID state for ENQCMDYu-cheng Yu2020-09-171-1/+5
|/
* Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-151-1/+32
|\