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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/fpu/xstate: Clear xstate header in copy_xstate_to_uabi_buf() again
Thomas Gleixner
2021-06-24
1
-0
/
+1
*
x86/fpu/signal: Let xrstor handle the features to init
Thomas Gleixner
2021-06-23
1
-58
/
+31
*
x86/fpu/signal: Handle #PF in the direct restore path
Thomas Gleixner
2021-06-23
1
-34
/
+33
*
x86/fpu/signal: Split out the direct restore code
Thomas Gleixner
2021-06-23
1
-54
/
+58
*
x86/fpu/signal: Sanitize copy_user_to_fpregs_zeroing()
Thomas Gleixner
2021-06-23
1
-21
/
+15
*
x86/fpu/signal: Sanitize the xstate check on sigframe
Thomas Gleixner
2021-06-23
1
-37
/
+33
*
x86/fpu/signal: Remove the legacy alignment check
Thomas Gleixner
2021-06-23
1
-3
/
+0
*
x86/fpu/signal: Move initial checks into fpu__restore_sig()
Thomas Gleixner
2021-06-23
1
-35
/
+41
*
x86/fpu: Mark init_fpstate __ro_after_init
Thomas Gleixner
2021-06-23
1
-1
/
+1
*
x86/fpu: Don't store PKRU in xstate in fpu_reset_fpstate()
Thomas Gleixner
2021-06-23
1
-18
/
+4
*
x86/fpu: Mask PKRU from kernel XRSTOR[S] operations
Thomas Gleixner
2021-06-23
1
-0
/
+1
*
x86/fpu: Hook up PKRU into ptrace()
Dave Hansen
2021-06-23
2
-13
/
+22
*
x86/fpu: Dont restore PKRU in fpregs_restore_userspace()
Thomas Gleixner
2021-06-23
1
-1
/
+1
*
x86/fpu: Rename xfeatures_mask_user() to xfeatures_mask_uabi()
Thomas Gleixner
2021-06-23
3
-15
/
+15
*
x86/fpu: Move FXSAVE_LEAK quirk info __copy_kernel_to_fpregs()
Thomas Gleixner
2021-06-23
1
-0
/
+27
*
x86/fpu: Rename __fpregs_load_activate() to fpregs_restore_userregs()
Thomas Gleixner
2021-06-23
2
-2
/
+2
*
x86/fpu: Clean up the fpu__clear() variants
Andy Lutomirski
2021-06-23
1
-37
/
+76
*
x86/fpu: Rename fpu__clear_all() to fpu_flush_thread()
Thomas Gleixner
2021-06-23
1
-2
/
+2
*
x86/fpu: Use pkru_write_default() in copy_init_fpstate_to_fpregs()
Thomas Gleixner
2021-06-23
1
-2
/
+1
*
x86/cpu: Sanitize X86_FEATURE_OSPKE
Thomas Gleixner
2021-06-23
2
-2
/
+2
*
x86/fpu: Rename and sanitize fpu__save/copy()
Thomas Gleixner
2021-06-23
2
-10
/
+9
*
x86/fpu/xstate: Sanitize handling of independent features
Thomas Gleixner
2021-06-23
1
-50
/
+48
*
x86/fpu: Rename "dynamic" XSTATEs to "independent"
Andy Lutomirski
2021-06-23
1
-31
/
+31
*
x86/fpu: Rename initstate copy functions
Thomas Gleixner
2021-06-23
1
-3
/
+3
*
x86/fpu: Get rid of the FNSAVE optimization
Thomas Gleixner
2021-06-23
1
-31
/
+23
*
x86/fpu: Rename copy_fpregs_to_fpstate() to save_fpregs_to_fpstate()
Thomas Gleixner
2021-06-23
1
-5
/
+5
*
x86/fpu: Deduplicate copy_uabi_from_user/kernel_to_xstate()
Thomas Gleixner
2021-06-23
1
-90
/
+47
*
x86/fpu: Rename xstate copy functions which are related to UABI
Thomas Gleixner
2021-06-23
3
-4
/
+5
*
x86/fpu: Rename fregs-related copy functions
Thomas Gleixner
2021-06-23
2
-4
/
+4
*
x86/fpu: Rename fxregs-related copy functions
Thomas Gleixner
2021-06-23
2
-8
/
+8
*
x86/fpu: Rename copy_user_to_xregs() and copy_xregs_to_user()
Thomas Gleixner
2021-06-23
1
-2
/
+2
*
x86/fpu: Rename copy_xregs_to_kernel() and copy_kernel_to_xregs()
Thomas Gleixner
2021-06-23
3
-15
/
+15
*
x86/fpu: Get rid of copy_supervisor_to_kernel()
Thomas Gleixner
2021-06-23
2
-60
/
+8
*
x86/fpu: Cleanup arch_set_user_pkey_access()
Thomas Gleixner
2021-06-23
1
-5
/
+6
*
x86/fpu: Get rid of using_compacted_format()
Thomas Gleixner
2021-06-23
1
-18
/
+4
*
x86/fpu: Move fpu__write_begin() to regset
Thomas Gleixner
2021-06-23
2
-27
/
+22
*
x86/fpu/regset: Move fpu__read_begin() into regset
Thomas Gleixner
2021-06-23
2
-23
/
+19
*
x86/fpu: Remove fpstate_sanitize_xstate()
Thomas Gleixner
2021-06-23
1
-79
/
+0
*
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
2
-12
/
+32
*
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
2
-24
/
+6
*
x86/fpu: Reject invalid MXCSR values in copy_kernel_to_xstate()
Thomas Gleixner
2021-06-23
1
-3
/
+16
*
x86/fpu: Sanitize xstateregs_set()
Thomas Gleixner
2021-06-23
2
-31
/
+25
*
x86/fpu: Limit xstate copy size in xstateregs_set()
Thomas Gleixner
2021-06-23
1
-1
/
+1
*
x86/fpu: Move inlines where they belong
Thomas Gleixner
2021-06-23
1
-0
/
+15
*
x86/fpu: Remove unused get_xsave_field_ptr()
Thomas Gleixner
2021-06-23
1
-30
/
+0
[next]