aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/fpu/signal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-30x86/fpu/signal: Initialize sw_bytes in save_xstate_epilog()Marco Elver1-1/+1
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds1-1/+1
2021-10-26x86/fpu: Update XFD state where requiredChang S. Bae1-0/+2
2021-10-26x86/fpu: Add sanity checks for XFDThomas Gleixner1-3/+3
2021-10-26x86/fpu/signal: Prepare for variable sigframe lengthChang S. Bae1-36/+26
2021-10-22x86/fpu: Mop up xfeatures_mask_uabi()Thomas Gleixner1-1/+1
2021-10-21x86/fpu: Move xstate feature masks to fpu_*_cfgThomas Gleixner1-1/+2
2021-10-21x86/fpu: Move xstate size to fpu_*_cfgThomas Gleixner1-3/+3
2021-10-21x86/fpu/signal: Use fpstate for size and featuresThomas Gleixner1-17/+27
2021-10-21x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate()Thomas Gleixner1-1/+1
2021-10-21x86/fpu/xstate: Use fpstate for os_xsave()Thomas Gleixner1-2/+2
2021-10-21x86/fpu: Use fpstate::sizeThomas Gleixner1-4/+3
2021-10-20x86/fpu/signal: Convert to fpstateThomas Gleixner1-14/+16
2021-10-20x86/fpu: Convert fpstate_init() to struct fpstateThomas Gleixner1-1/+1
2021-10-20x86/fpu: Remove internal.h dependency from fpu/signal.hThomas Gleixner1-1/+0
2021-10-20x86/fpu: Move fpregs_restore_userregs() to coreThomas Gleixner1-0/+1
2021-10-20x86/fpu: Move legacy ASM wrappers to coreThomas Gleixner1-0/+1
2021-10-20x86/fpu: Move os_xsave() and os_xrstor() to coreThomas Gleixner1-0/+1
2021-10-20x86/fpu: Mark fpu__init_prepare_fx_sw_frame() as __initThomas Gleixner1-1/+3
2021-10-20x86/fpu: Update stale commentsThomas Gleixner1-10/+3
2021-10-18gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher1-4/+3
2021-10-16Merge branch 'x86/urgent' into x86/fpu, to resolve a conflictIngo Molnar1-3/+8
2021-10-16x86/fpu: Mask out the invalid MXCSR bits properlyBorislav Petkov1-1/+1
2021-10-08x86/fpu: Restore the masking out of reserved MXCSR bitsBorislav Petkov1-3/+8
2021-09-23x86/fpu/signal: Fix missed conversion to correct boolean retval in save_xstate_epilog()Anders Roxell1-1/+1
2021-09-14x86/fpu/signal: Change return code of restore_fpregs_from_user() to booleanThomas Gleixner1-9/+8
2021-09-14x86/fpu/signal: Change return code of check_xstate_in_sigframe() to booleanThomas Gleixner1-7/+7
2021-09-14x86/fpu/signal: Change return type of __fpu_restore_sig() to booleanThomas Gleixner1-21/+20
2021-09-14x86/fpu/signal: Change return type of fpu__restore_sig() to booleanThomas Gleixner1-12/+10
2021-09-14x86/fpu/signal: Change return type of copy_fpregs_to_sigframe() helpers to booleanThomas Gleixner1-8/+9
2021-09-14x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to booleanThomas Gleixner1-10/+10
2021-09-14x86/fpu/signal: Move xstate clearing out of copy_fpregs_to_sigframe()Thomas Gleixner1-12/+6
2021-09-14x86/fpu/signal: Move header zeroing out of xsave_to_user_sigframe()Thomas Gleixner1-0/+12
2021-09-13x86/fpu/signal: Clarify exception handling in restore_fpregs_from_user()Thomas Gleixner1-2/+3
2021-06-23x86/fpu/signal: Let xrstor handle the features to initThomas Gleixner1-58/+31
2021-06-23x86/fpu/signal: Handle #PF in the direct restore pathThomas Gleixner1-34/+33
2021-06-23x86/fpu/signal: Split out the direct restore codeThomas Gleixner1-54/+58
2021-06-23x86/fpu/signal: Sanitize copy_user_to_fpregs_zeroing()Thomas Gleixner1-21/+15
2021-06-23x86/fpu/signal: Sanitize the xstate check on sigframeThomas Gleixner1-37/+33
2021-06-23x86/fpu/signal: Remove the legacy alignment checkThomas Gleixner1-3/+0
2021-06-23x86/fpu/signal: Move initial checks into fpu__restore_sig()Thomas Gleixner1-35/+41
2021-06-23x86/fpu: Rename xfeatures_mask_user() to xfeatures_mask_uabi()Thomas Gleixner1-5/+5
2021-06-23x86/fpu: Rename __fpregs_load_activate() to fpregs_restore_userregs()Thomas Gleixner1-1/+1
2021-06-23x86/fpu: Rename xstate copy functions which are related to UABIThomas Gleixner1-1/+1
2021-06-23x86/fpu: Rename fregs-related copy functionsThomas Gleixner1-3/+3
2021-06-23x86/fpu: Rename fxregs-related copy functionsThomas Gleixner1-5/+5
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 Gleixner1-10/+11
2021-06-23x86/fpu: Get rid of copy_supervisor_to_kernel()Thomas Gleixner1-5/+8
2021-06-23Merge x86/urgent into x86/fpuBorislav Petkov1-37/+43