index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
fpu
/
regset.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86: Add PTRACE interface for shadow stack
Rick Edgecombe
2023-08-03
1
-0
/
+81
*
x86/fpu: Add a pkru argument to copy_uabi_from_kernel_to_xstate().
Kyle Huey
2022-11-17
1
-1
/
+1
*
x86/ptrace: Fix xfpregs_set()'s incorrect xmm clearing
Andy Lutomirski
2022-02-18
1
-5
/
+4
*
x86/fpu: Move xstate size to fpu_*_cfg
Thomas Gleixner
2021-10-21
1
-1
/
+1
*
x86/fpu/xstate: Use fpstate for copy_uabi_to_xstate()
Thomas Gleixner
2021-10-21
1
-3
/
+2
*
x86/fpu/regset: Convert to fpstate
Thomas Gleixner
2021-10-20
1
-13
/
+14
*
x86/fpu: Replace the includes of fpu/internal.h
Thomas Gleixner
2021-10-20
1
-1
/
+1
*
x86/fpu: Move mxcsr related code to core
Thomas Gleixner
2021-10-20
1
-0
/
+1
*
x86/fpu: Move fpregs_restore_userregs() to core
Thomas Gleixner
2021-10-20
1
-0
/
+1
*
x86/fpu: Clean up CPU feature tests
Thomas Gleixner
2021-10-20
1
-0
/
+2
*
x86/fpu: Hook up PKRU into ptrace()
Dave Hansen
2021-06-23
1
-6
/
+4
*
x86/fpu: Rename and sanitize fpu__save/copy()
Thomas Gleixner
2021-06-23
1
-1
/
+1
*
x86/fpu: Rename xstate copy functions which are related to UABI
Thomas Gleixner
2021-06-23
1
-1
/
+1
*
x86/fpu: Move fpu__write_begin() to regset
Thomas Gleixner
2021-06-23
1
-3
/
+22
*
x86/fpu/regset: Move fpu__read_begin() into regset
Thomas Gleixner
2021-06-23
1
-3
/
+19
*
x86/fpu: Use copy_xstate_to_uabi_buf() in fpregs_get()
Thomas Gleixner
2021-06-23
1
-10
/
+20
*
x86/fpu: Use copy_xstate_to_uabi_buf() in xfpregs_get()
Thomas Gleixner
2021-06-23
1
-3
/
+8
*
x86/fpu: Make copy_xstate_to_kernel() usable for [x]fpregs_get()
Thomas Gleixner
2021-06-23
1
-1
/
+1
*
x86/fpu: Clean up fpregs_set()
Andy Lutomirski
2021-06-23
1
-15
/
+16
*
x86/fpu: Fail ptrace() requests that try to set invalid MXCSR values
Andy Lutomirski
2021-06-23
1
-2
/
+3
*
x86/fpu: Rewrite xfpregs_set()
Andy Lutomirski
2021-06-23
1
-14
/
+23
*
x86/fpu: Simplify PTRACE_GETREGS code
Dave Hansen
2021-06-23
1
-21
/
+3
*
x86/fpu: Sanitize xstateregs_set()
Thomas Gleixner
2021-06-23
1
-25
/
+17
*
x86/fpu: Limit xstate copy size in xstateregs_set()
Thomas Gleixner
2021-06-23
1
-1
/
+1
*
x86: switch to ->regset_get()
Al Viro
2020-07-27
1
-24
/
+15
*
x86: kill dump_fpu()
Al Viro
2020-06-26
1
-16
/
+0
*
x86/fpu/xstate: Rename validate_xstate_header() to validate_user_xstate_header()
Fenghua Yu
2020-05-12
1
-1
/
+1
*
x86/fpu: Remove fpu->initialized
Sebastian Andrzej Siewior
2019-04-10
1
-15
/
+4
*
x86/fpu: Remove fpu->initialized usage in __fpu__restore_sig()
Sebastian Andrzej Siewior
2019-04-09
1
-3
/
+2
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
x86/fpu: Use using_compacted_format() instead of open coded X86_FEATURE_XSAVES
Eric Biggers
2017-09-26
1
-1
/
+1
*
x86/fpu: Use validate_xstate_header() to validate the xstate_header in xstate...
Eric Biggers
2017-09-26
1
-13
/
+6
*
x86/fpu: Rename fpu__activate_fpstate_read/write() to fpu__prepare_[read|writ...
Ingo Molnar
2017-09-26
1
-6
/
+6
*
x86/fpu: Rename fpu::fpstate_active to fpu::initialized
Ingo Molnar
2017-09-26
1
-3
/
+3
*
x86/fpu: Don't let userspace set bogus xcomp_bv
Eric Biggers
2017-09-25
1
-0
/
+4
*
x86/fpu: Flip the parameter order in copy_*_to_xstate()
Ingo Molnar
2017-09-24
1
-2
/
+2
*
x86/fpu: Remove 'kbuf' parameter from the copy_user_to_xstate() API
Ingo Molnar
2017-09-24
1
-1
/
+1
*
x86/fpu: Remove 'ubuf' parameter from the copy_kernel_to_xstate() API
Ingo Molnar
2017-09-24
1
-1
/
+1
*
x86/fpu: Split copy_user_to_xstate() into copy_kernel_to_xstate() & copy_user...
Ingo Molnar
2017-09-24
1
-3
/
+7
*
x86/fpu: Clean up parameter order in the copy_xstate_to_*() APIs
Ingo Molnar
2017-09-24
1
-2
/
+2
*
x86/fpu: Remove 'kbuf' parameter from the copy_xstate_to_user() APIs
Ingo Molnar
2017-09-24
1
-1
/
+1
*
x86/fpu: Remove 'ubuf' parameter from the copy_xstate_to_kernel() APIs
Ingo Molnar
2017-09-24
1
-1
/
+1
*
x86/fpu: Split copy_xstate_to_user() into copy_xstate_to_kernel() & copy_xsta...
Ingo Molnar
2017-09-24
1
-1
/
+4
*
x86/fpu: Rename copyin_to_xsaves()/copyout_from_xsaves() to copy_user_to_xsta...
Ingo Molnar
2017-09-24
1
-2
/
+2
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
x86/fpu/xstate: Fix PTRACE frames for XSAVES
Yu-cheng Yu
2016-07-10
1
-15
/
+37
*
x86/fpu/regset: Replace static_cpu_has() usage with boot_cpu_has()
Borislav Petkov
2016-04-13
1
-2
/
+2
*
x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usage
Borislav Petkov
2016-04-13
1
-4
/
+4
*
x86/cpufeature: Replace cpu_has_fxsr with boot_cpu_has() usage
Borislav Petkov
2016-04-13
1
-5
/
+8
*
x86: Fix misspellings in comments
Adam Buchbinder
2016-02-24
1
-1
/
+1
[next]