index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
fpu
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
x86/fpu: Move fpregs_restore_userregs() to core
Thomas Gleixner
2021-10-20
4
-0
/
+88
*
|
x86/fpu: Make WARN_ON_FPU() private
Thomas Gleixner
2021-10-20
2
-0
/
+8
*
|
x86/fpu: Move legacy ASM wrappers to core
Thomas Gleixner
2021-10-20
4
-0
/
+111
*
|
x86/fpu: Move os_xsave() and os_xrstor() to core
Thomas Gleixner
2021-10-20
2
-0
/
+175
*
|
x86/fpu: Make os_xrstor_booting() private
Thomas Gleixner
2021-10-20
1
-0
/
+23
*
|
x86/fpu: Clean up CPU feature tests
Thomas Gleixner
2021-10-20
3
-0
/
+14
*
|
x86/fpu: Move context switch and exit to user inlines into sched.h
Thomas Gleixner
2021-10-20
1
-0
/
+1
*
|
x86/fpu: Mark fpu__init_prepare_fx_sw_frame() as __init
Thomas Gleixner
2021-10-20
3
-1
/
+12
*
|
x86/fpu: Rework copy_xstate_to_uabi_buf()
Thomas Gleixner
2021-10-20
2
-8
/
+29
*
|
x86/fpu: Replace KVMs home brewed FPU copy from user
Thomas Gleixner
2021-10-20
2
-3
/
+38
*
|
x86/fpu: Move KVMs FPU swapping to FPU core
Thomas Gleixner
2021-10-20
3
-6
/
+26
*
|
x86/fpu/xstate: Mark all init only functions __init
Thomas Gleixner
2021-10-20
1
-5
/
+5
*
|
x86/fpu/xstate: Provide and use for_each_xfeature()
Thomas Gleixner
2021-10-20
1
-33
/
+23
*
|
x86/fpu: Cleanup xstate xcomp_bv initialization
Thomas Gleixner
2021-10-20
4
-24
/
+43
*
|
x86/fpu: Do not inherit FPU context for kernel and IO worker threads
Thomas Gleixner
2021-10-20
1
-11
/
+26
*
|
x86/fpu: Remove pointless memset in fpu_clone()
Thomas Gleixner
2021-10-20
1
-6
/
+0
*
|
x86/fpu: Cleanup the on_boot_cpu clutter
Thomas Gleixner
2021-10-20
2
-25
/
+0
*
|
x86/fpu: Restrict xsaves()/xrstors() to independent states
Thomas Gleixner
2021-10-20
1
-15
/
+7
*
|
x86/fpu: Update stale comments
Thomas Gleixner
2021-10-20
1
-10
/
+3
*
|
Merge branch 'x86/urgent' into x86/fpu, to resolve a conflict
Ingo Molnar
2021-10-16
1
-3
/
+8
|
\
\
|
*
|
x86/fpu: Mask out the invalid MXCSR bits properly
Borislav Petkov
2021-10-16
1
-1
/
+1
|
|
/
|
*
x86/fpu: Restore the masking out of reserved MXCSR bits
Borislav Petkov
2021-10-08
1
-3
/
+8
*
|
x86/fpu/signal: Fix missed conversion to correct boolean retval in save_xstat...
Anders Roxell
2021-09-23
1
-1
/
+1
*
|
x86/fpu/signal: Change return code of restore_fpregs_from_user() to boolean
Thomas Gleixner
2021-09-14
1
-9
/
+8
*
|
x86/fpu/signal: Change return code of check_xstate_in_sigframe() to boolean
Thomas Gleixner
2021-09-14
1
-7
/
+7
*
|
x86/fpu/signal: Change return type of __fpu_restore_sig() to boolean
Thomas Gleixner
2021-09-14
1
-21
/
+20
*
|
x86/fpu/signal: Change return type of fpu__restore_sig() to boolean
Thomas Gleixner
2021-09-14
1
-12
/
+10
*
|
x86/fpu/signal: Change return type of copy_fpregs_to_sigframe() helpers to bo...
Thomas Gleixner
2021-09-14
1
-8
/
+9
*
|
x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to boolean
Thomas Gleixner
2021-09-14
1
-10
/
+10
*
|
x86/fpu/signal: Move xstate clearing out of copy_fpregs_to_sigframe()
Thomas Gleixner
2021-09-14
1
-12
/
+6
*
|
x86/fpu/signal: Move header zeroing out of xsave_to_user_sigframe()
Thomas Gleixner
2021-09-14
1
-0
/
+12
*
|
x86/fpu/signal: Clarify exception handling in restore_fpregs_from_user()
Thomas Gleixner
2021-09-13
1
-2
/
+3
|
/
*
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
[prev]
[next]