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
/
signal.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/fpu: Deactivate FPU state after failure during state load
Sebastian Andrzej Siewior
2020-01-07
1
-0
/
+3
*
x86/fpu: Update kernel's FPU state before using for the fsave header
Sebastian Andrzej Siewior
2019-06-08
1
-0
/
+5
*
x86/fpu: Use fault_in_pages_writeable() for pre-faulting
Hugh Dickins
2019-06-06
1
-9
/
+2
*
x86/fpu: Fault-in user stack if copy_fpstate_to_sigframe() fails
Sebastian Andrzej Siewior
2019-05-06
1
-16
/
+15
*
x86/fpu: Restore regs in copy_fpstate_to_sigframe() in order to use the fastpath
Sebastian Andrzej Siewior
2019-04-12
1
-12
/
+13
*
x86/fpu: Add a fastpath to copy_fpstate_to_sigframe()
Sebastian Andrzej Siewior
2019-04-12
1
-12
/
+22
*
x86/fpu: Add a fastpath to __fpu__restore_sig()
Sebastian Andrzej Siewior
2019-04-12
1
-2
/
+21
*
x86/fpu: Defer FPU state load until return to userspace
Rik van Riel
2019-04-12
1
-19
/
+30
*
x86/fpu: Merge the two code paths in __fpu__restore_sig()
Sebastian Andrzej Siewior
2019-04-12
1
-85
/
+54
*
x86/fpu: Restore from kernel memory on the 64-bit path too
Sebastian Andrzej Siewior
2019-04-12
1
-13
/
+49
*
x86/fpu: Inline copy_user_to_fpregs_zeroing()
Sebastian Andrzej Siewior
2019-04-11
1
-1
/
+19
*
x86/fpu: Prepare copy_fpstate_to_sigframe() for TIF_NEED_FPU_LOAD
Rik van Riel
2019-04-11
1
-1
/
+11
*
x86/fpu: Always store the registers in copy_fpstate_to_sigframe()
Rik van Riel
2019-04-11
1
-5
/
+14
*
x86/fpu: Remove user_fpu_begin()
Sebastian Andrzej Siewior
2019-04-10
1
-1
/
+0
*
x86/fpu: Don't save fxregs for ia32 frames in copy_fpstate_to_sigframe()
Sebastian Andrzej Siewior
2019-04-10
1
-4
/
+0
*
x86/fpu: Remove fpu->initialized usage in copy_fpstate_to_sigframe()
Sebastian Andrzej Siewior
2019-04-09
1
-27
/
+8
*
x86/fpu: Remove fpu->initialized usage in __fpu__restore_sig()
Sebastian Andrzej Siewior
2019-04-09
1
-25
/
+15
*
x86/fpu: Fix __user annotations
Jann Horn
2019-04-03
1
-3
/
+3
*
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-04
1
-2
/
+2
*
x86/fpu: Disable bottom halves while loading FPU registers
Sebastian Andrzej Siewior
2018-11-20
1
-2
/
+2
*
x86/fpu: Remove second definition of fpu in __fpu__restore_sig()
Sebastian Andrzej Siewior
2018-10-17
1
-1
/
+0
*
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 validate_xstate_header() to validate the xstate_header in __fpu_...
Eric Biggers
2017-09-26
1
-7
/
+9
*
x86/fpu: Rename fpu__activate_curr() to fpu__initialize()
Ingo Molnar
2017-09-26
1
-1
/
+1
*
x86/fpu: Rename fpu::fpstate_active to fpu::initialized
Ingo Molnar
2017-09-26
1
-4
/
+4
*
x86/fpu: Don't let userspace set bogus xcomp_bv
Eric Biggers
2017-09-25
1
-2
/
+7
*
x86/fpu: Remove struct fpu::fpregs_active
Ingo Molnar
2017-09-24
1
-2
/
+0
*
x86/fpu: Change fpu->fpregs_active users to fpu->fpstate_active
Ingo Molnar
2017-09-24
1
-1
/
+3
*
x86/fpu: Simplify fpu->fpregs_active use
Ingo Molnar
2017-09-24
1
-4
/
+5
*
x86/fpu: Flip the parameter order in copy_*_to_xstate()
Ingo Molnar
2017-09-24
1
-1
/
+1
*
x86/fpu: Remove 'kbuf' parameter from the copy_user_to_xstate() API
Ingo Molnar
2017-09-24
1
-7
/
+4
*
x86/fpu: Rename copyin_to_xsaves()/copyout_from_xsaves() to copy_user_to_xsta...
Ingo Molnar
2017-09-24
1
-1
/
+1
*
x86/fpu: Remove use_eager_fpu()
Andy Lutomirski
2016-10-07
1
-5
/
+3
*
tree-wide: replace config_enabled() with IS_ENABLED()
Masahiro Yamada
2016-08-04
1
-6
/
+6
*
x86/fpu/xstate: Fix __fpu_restore_sig() for XSAVES
Yu-cheng Yu
2016-07-11
1
-2
/
+9
*
x86/fpu/xstate: Copy xstate registers directly to the signal frame when compa...
Yu-cheng Yu
2016-06-18
1
-1
/
+2
*
x86/fpu/xstate: Rename 'xstate_size' to 'fpu_kernel_xstate_size', to distingu...
Fenghua Yu
2016-06-18
1
-1
/
+1
*
x86/fpu/xstate: Define and use 'fpu_user_xstate_size'
Fenghua Yu
2016-06-18
1
-7
/
+20
*
x86/fpu: Add tracepoints to dump FPU state at key points
Dave Hansen
2016-06-08
1
-0
/
+3
*
x86/fpu: Fix 32-bit signal frame handling
Dave Hansen
2015-11-12
1
-6
/
+5
*
Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2015-11-04
1
-2
/
+2
|
\
|
*
x86/headers: Convert uses of _fpstate_ia32 to _fpstate_32
Ingo Molnar
2015-09-08
1
-2
/
+2
*
|
x86/fpu: Rename XSAVE macros
Dave Hansen
2015-09-14
1
-3
/
+3
|
/
*
x86/fpu: Pass 'struct fpu' to fpu__restore()
Ingo Molnar
2015-05-19
1
-1
/
+1
*
x86/fpu: Harmonize FPU register state types
Ingo Molnar
2015-05-19
1
-16
/
+16
*
x86/fpu: Factor out fpu/signal.c
Ingo Molnar
2015-05-19
1
-0
/
+404