aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/fpu/regset.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-02x86: Add PTRACE interface for shadow stackRick Edgecombe1-0/+81
2022-11-16x86/fpu: Add a pkru argument to copy_uabi_from_kernel_to_xstate().Kyle Huey1-1/+1
2022-02-18x86/ptrace: Fix xfpregs_set()'s incorrect xmm clearingAndy Lutomirski1-5/+4
2021-10-21x86/fpu: Move xstate size to fpu_*_cfgThomas Gleixner1-1/+1
2021-10-21x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate()Thomas Gleixner1-3/+2
2021-10-20x86/fpu/regset: Convert to fpstateThomas Gleixner1-13/+14
2021-10-20x86/fpu: Replace the includes of fpu/internal.hThomas Gleixner1-1/+1
2021-10-20x86/fpu: Move mxcsr related code to coreThomas Gleixner1-0/+1
2021-10-20x86/fpu: Move fpregs_restore_userregs() to coreThomas Gleixner1-0/+1
2021-10-20x86/fpu: Clean up CPU feature testsThomas Gleixner1-0/+2
2021-06-23x86/fpu: Hook up PKRU into ptrace()Dave Hansen1-6/+4
2021-06-23x86/fpu: Rename and sanitize fpu__save/copy()Thomas Gleixner1-1/+1
2021-06-23x86/fpu: Rename xstate copy functions which are related to UABIThomas Gleixner1-1/+1
2021-06-23x86/fpu: Move fpu__write_begin() to regsetThomas Gleixner1-3/+22
2021-06-23x86/fpu/regset: Move fpu__read_begin() into regsetThomas Gleixner1-3/+19
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 Gleixner1-1/+1
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 Hansen1-21/+3
2021-06-23x86/fpu: Sanitize xstateregs_set()Thomas Gleixner1-25/+17
2021-06-23x86/fpu: Limit xstate copy size in xstateregs_set()Thomas Gleixner1-1/+1
2020-07-27x86: switch to ->regset_get()Al Viro1-24/+15
2020-06-26x86: kill dump_fpu()Al Viro1-16/+0
2020-05-12x86/fpu/xstate: Rename validate_xstate_header() to validate_user_xstate_header()Fenghua Yu1-1/+1
2019-04-10x86/fpu: Remove fpu->initializedSebastian Andrzej Siewior1-15/+4
2019-04-09x86/fpu: Remove fpu->initialized usage in __fpu__restore_sig()Sebastian Andrzej Siewior1-3/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-26x86/fpu: Use using_compacted_format() instead of open coded X86_FEATURE_XSAVESEric Biggers1-1/+1
2017-09-26x86/fpu: Use validate_xstate_header() to validate the xstate_header in xstate...Eric Biggers1-13/+6
2017-09-26x86/fpu: Rename fpu__activate_fpstate_read/write() to fpu__prepare_[read|writ...Ingo Molnar1-6/+6
2017-09-26x86/fpu: Rename fpu::fpstate_active to fpu::initializedIngo Molnar1-3/+3
2017-09-25x86/fpu: Don't let userspace set bogus xcomp_bvEric Biggers1-0/+4
2017-09-24x86/fpu: Flip the parameter order in copy_*_to_xstate()Ingo Molnar1-2/+2
2017-09-24x86/fpu: Remove 'kbuf' parameter from the copy_user_to_xstate() APIIngo Molnar1-1/+1
2017-09-24x86/fpu: Remove 'ubuf' parameter from the copy_kernel_to_xstate() APIIngo Molnar1-1/+1
2017-09-24x86/fpu: Split copy_user_to_xstate() into copy_kernel_to_xstate() & copy_user...Ingo Molnar1-3/+7
2017-09-24x86/fpu: Clean up parameter order in the copy_xstate_to_*() APIsIngo Molnar1-2/+2
2017-09-24x86/fpu: Remove 'kbuf' parameter from the copy_xstate_to_user() APIsIngo Molnar1-1/+1
2017-09-24x86/fpu: Remove 'ubuf' parameter from the copy_xstate_to_kernel() APIsIngo Molnar1-1/+1
2017-09-24x86/fpu: Split copy_xstate_to_user() into copy_xstate_to_kernel() & copy_xsta...Ingo Molnar1-1/+4
2017-09-24x86/fpu: Rename copyin_to_xsaves()/copyout_from_xsaves() to copy_user_to_xsta...Ingo Molnar1-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2016-07-10x86/fpu/xstate: Fix PTRACE frames for XSAVESYu-cheng Yu1-15/+37
2016-04-13x86/fpu/regset: Replace static_cpu_has() usage with boot_cpu_has()Borislav Petkov1-2/+2
2016-04-13x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usageBorislav Petkov1-4/+4
2016-04-13x86/cpufeature: Replace cpu_has_fxsr with boot_cpu_has() usageBorislav Petkov1-5/+8
2016-02-24x86: Fix misspellings in commentsAdam Buchbinder1-1/+1