summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/fpu/signal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* x86/fpu: Rename fxregs-related copy functionsThomas Gleixner2021-06-231-5/+5
* 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-231-10/+11
* x86/fpu: Get rid of copy_supervisor_to_kernel()Thomas Gleixner2021-06-231-5/+8
* Merge x86/urgent into x86/fpuBorislav Petkov2021-06-231-37/+43
|\
| * 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/signal: Introduce helpers to get the maximum signal frame sizeChang S. Bae2021-05-191-0/+19
|/
* x86: switch to ->regset_get()Al Viro2020-07-271-1/+2
* x86: copy_fpstate_to_sigframe(): have fpregs_soft_get() use kernel bufferAl Viro2020-06-261-6/+6
* x86/fpu/xstate: Restore supervisor states for signal returnYu-cheng Yu2020-05-161-5/+39
* x86/fpu/xstate: Preserve supervisor states for the slow path in __fpu__restor...Yu-cheng Yu2020-05-161-25/+28
* x86/fpu/xstate: Update sanitize_restored_xstate() for supervisor xstatesYu-cheng Yu2020-05-131-13/+24
* x86/fpu/xstate: Define new functions for clearing fpregs and xstatesFenghua Yu2020-05-131-2/+2
* x86/fpu/xstate: Separate user and supervisor xfeatures maskYu-cheng Yu2020-05-131-5/+11
* x86/fpu/xstate: Rename validate_xstate_header() to validate_user_xstate_header()Fenghua Yu2020-05-121-1/+1
* x86/fpu: Deactivate FPU state after failure during state loadSebastian Andrzej Siewior2020-01-071-0/+3
* x86/fpu: Update kernel's FPU state before using for the fsave headerSebastian Andrzej Siewior2019-06-081-0/+5
* x86/fpu: Use fault_in_pages_writeable() for pre-faultingHugh Dickins2019-06-061-9/+2
* x86/fpu: Fault-in user stack if copy_fpstate_to_sigframe() failsSebastian Andrzej Siewior2019-05-061-16/+15
* x86/fpu: Restore regs in copy_fpstate_to_sigframe() in order to use the fastpathSebastian Andrzej Siewior2019-04-121-12/+13
* x86/fpu: Add a fastpath to copy_fpstate_to_sigframe()Sebastian Andrzej Siewior2019-04-121-12/+22
* x86/fpu: Add a fastpath to __fpu__restore_sig()Sebastian Andrzej Siewior2019-04-121-2/+21
* x86/fpu: Defer FPU state load until return to userspaceRik van Riel2019-04-121-19/+30
* x86/fpu: Merge the two code paths in __fpu__restore_sig()Sebastian Andrzej Siewior2019-04-121-85/+54
* x86/fpu: Restore from kernel memory on the 64-bit path tooSebastian Andrzej Siewior2019-04-121-13/+49
* x86/fpu: Inline copy_user_to_fpregs_zeroing()Sebastian Andrzej Siewior2019-04-111-1/+19
* x86/fpu: Prepare copy_fpstate_to_sigframe() for TIF_NEED_FPU_LOADRik van Riel2019-04-111-1/+11
* x86/fpu: Always store the registers in copy_fpstate_to_sigframe()Rik van Riel2019-04-111-5/+14
* x86/fpu: Remove user_fpu_begin()Sebastian Andrzej Siewior2019-04-101-1/+0
* x86/fpu: Don't save fxregs for ia32 frames in copy_fpstate_to_sigframe()Sebastian Andrzej Siewior2019-04-101-4/+0
* x86/fpu: Remove fpu->initialized usage in copy_fpstate_to_sigframe()Sebastian Andrzej Siewior2019-04-091-27/+8
* x86/fpu: Remove fpu->initialized usage in __fpu__restore_sig()Sebastian Andrzej Siewior2019-04-091-25/+15
* x86/fpu: Fix __user annotationsJann Horn2019-04-031-3/+3
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-2/+2
* x86/fpu: Disable bottom halves while loading FPU registersSebastian Andrzej Siewior2018-11-201-2/+2
* x86/fpu: Remove second definition of fpu in __fpu__restore_sig()Sebastian Andrzej Siewior2018-10-171-1/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/fpu: Use validate_xstate_header() to validate the xstate_header in __fpu_...Eric Biggers2017-09-261-7/+9
* x86/fpu: Rename fpu__activate_curr() to fpu__initialize()Ingo Molnar2017-09-261-1/+1
* x86/fpu: Rename fpu::fpstate_active to fpu::initializedIngo Molnar2017-09-261-4/+4
* x86/fpu: Don't let userspace set bogus xcomp_bvEric Biggers2017-09-251-2/+7
* x86/fpu: Remove struct fpu::fpregs_activeIngo Molnar2017-09-241-2/+0
* x86/fpu: Change fpu->fpregs_active users to fpu->fpstate_activeIngo Molnar2017-09-241-1/+3
* x86/fpu: Simplify fpu->fpregs_active useIngo Molnar2017-09-241-4/+5
* x86/fpu: Flip the parameter order in copy_*_to_xstate()Ingo Molnar2017-09-241-1/+1
* x86/fpu: Remove 'kbuf' parameter from the copy_user_to_xstate() APIIngo Molnar2017-09-241-7/+4
* x86/fpu: Rename copyin_to_xsaves()/copyout_from_xsaves() to copy_user_to_xsta...Ingo Molnar2017-09-241-1/+1