index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
fpu
/
signal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-16
x86/fpu/xstate: Restore supervisor states for signal return
Yu-cheng Yu
1
-5
/
+39
2020-05-16
x86/fpu/xstate: Preserve supervisor states for the slow path in __fpu__restor...
Yu-cheng Yu
1
-25
/
+28
2020-05-13
x86/fpu/xstate: Update sanitize_restored_xstate() for supervisor xstates
Yu-cheng Yu
1
-13
/
+24
2020-05-13
x86/fpu/xstate: Define new functions for clearing fpregs and xstates
Fenghua Yu
1
-2
/
+2
2020-05-13
x86/fpu/xstate: Separate user and supervisor xfeatures mask
Yu-cheng Yu
1
-5
/
+11
2020-05-12
x86/fpu/xstate: Rename validate_xstate_header() to validate_user_xstate_header()
Fenghua Yu
1
-1
/
+1
2020-01-07
x86/fpu: Deactivate FPU state after failure during state load
Sebastian Andrzej Siewior
1
-0
/
+3
2019-06-08
x86/fpu: Update kernel's FPU state before using for the fsave header
Sebastian Andrzej Siewior
1
-0
/
+5
2019-06-06
x86/fpu: Use fault_in_pages_writeable() for pre-faulting
Hugh Dickins
1
-9
/
+2
2019-05-06
x86/fpu: Fault-in user stack if copy_fpstate_to_sigframe() fails
Sebastian Andrzej Siewior
1
-16
/
+15
2019-04-12
x86/fpu: Restore regs in copy_fpstate_to_sigframe() in order to use the fastpath
Sebastian Andrzej Siewior
1
-12
/
+13
2019-04-12
x86/fpu: Add a fastpath to copy_fpstate_to_sigframe()
Sebastian Andrzej Siewior
1
-12
/
+22
2019-04-12
x86/fpu: Add a fastpath to __fpu__restore_sig()
Sebastian Andrzej Siewior
1
-2
/
+21
2019-04-12
x86/fpu: Defer FPU state load until return to userspace
Rik van Riel
1
-19
/
+30
2019-04-12
x86/fpu: Merge the two code paths in __fpu__restore_sig()
Sebastian Andrzej Siewior
1
-85
/
+54
2019-04-12
x86/fpu: Restore from kernel memory on the 64-bit path too
Sebastian Andrzej Siewior
1
-13
/
+49
2019-04-11
x86/fpu: Inline copy_user_to_fpregs_zeroing()
Sebastian Andrzej Siewior
1
-1
/
+19
2019-04-11
x86/fpu: Prepare copy_fpstate_to_sigframe() for TIF_NEED_FPU_LOAD
Rik van Riel
1
-1
/
+11
2019-04-11
x86/fpu: Always store the registers in copy_fpstate_to_sigframe()
Rik van Riel
1
-5
/
+14
2019-04-10
x86/fpu: Remove user_fpu_begin()
Sebastian Andrzej Siewior
1
-1
/
+0
2019-04-10
x86/fpu: Don't save fxregs for ia32 frames in copy_fpstate_to_sigframe()
Sebastian Andrzej Siewior
1
-4
/
+0
2019-04-09
x86/fpu: Remove fpu->initialized usage in copy_fpstate_to_sigframe()
Sebastian Andrzej Siewior
1
-27
/
+8
2019-04-09
x86/fpu: Remove fpu->initialized usage in __fpu__restore_sig()
Sebastian Andrzej Siewior
1
-25
/
+15
2019-04-03
x86/fpu: Fix __user annotations
Jann Horn
1
-3
/
+3
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-2
/
+2
2018-11-20
x86/fpu: Disable bottom halves while loading FPU registers
Sebastian Andrzej Siewior
1
-2
/
+2
2018-10-17
x86/fpu: Remove second definition of fpu in __fpu__restore_sig()
Sebastian Andrzej Siewior
1
-1
/
+0
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-09-26
x86/fpu: Use validate_xstate_header() to validate the xstate_header in __fpu_...
Eric Biggers
1
-7
/
+9
2017-09-26
x86/fpu: Rename fpu__activate_curr() to fpu__initialize()
Ingo Molnar
1
-1
/
+1
2017-09-26
x86/fpu: Rename fpu::fpstate_active to fpu::initialized
Ingo Molnar
1
-4
/
+4
2017-09-25
x86/fpu: Don't let userspace set bogus xcomp_bv
Eric Biggers
1
-2
/
+7
2017-09-24
x86/fpu: Remove struct fpu::fpregs_active
Ingo Molnar
1
-2
/
+0
2017-09-24
x86/fpu: Change fpu->fpregs_active users to fpu->fpstate_active
Ingo Molnar
1
-1
/
+3
2017-09-24
x86/fpu: Simplify fpu->fpregs_active use
Ingo Molnar
1
-4
/
+5
2017-09-24
x86/fpu: Flip the parameter order in copy_*_to_xstate()
Ingo Molnar
1
-1
/
+1
2017-09-24
x86/fpu: Remove 'kbuf' parameter from the copy_user_to_xstate() API
Ingo Molnar
1
-7
/
+4
2017-09-24
x86/fpu: Rename copyin_to_xsaves()/copyout_from_xsaves() to copy_user_to_xsta...
Ingo Molnar
1
-1
/
+1
2016-10-07
x86/fpu: Remove use_eager_fpu()
Andy Lutomirski
1
-5
/
+3
2016-08-04
tree-wide: replace config_enabled() with IS_ENABLED()
Masahiro Yamada
1
-6
/
+6
2016-07-11
x86/fpu/xstate: Fix __fpu_restore_sig() for XSAVES
Yu-cheng Yu
1
-2
/
+9
2016-06-18
x86/fpu/xstate: Copy xstate registers directly to the signal frame when compa...
Yu-cheng Yu
1
-1
/
+2
2016-06-18
x86/fpu/xstate: Rename 'xstate_size' to 'fpu_kernel_xstate_size', to distingu...
Fenghua Yu
1
-1
/
+1
2016-06-18
x86/fpu/xstate: Define and use 'fpu_user_xstate_size'
Fenghua Yu
1
-7
/
+20
2016-06-08
x86/fpu: Add tracepoints to dump FPU state at key points
Dave Hansen
1
-0
/
+3
2015-11-12
x86/fpu: Fix 32-bit signal frame handling
Dave Hansen
1
-6
/
+5
2015-11-03
Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+2
2015-09-14
x86/fpu: Rename XSAVE macros
Dave Hansen
1
-3
/
+3
2015-09-08
x86/headers: Convert uses of _fpstate_ia32 to _fpstate_32
Ingo Molnar
1
-2
/
+2
2015-05-19
x86/fpu: Pass 'struct fpu' to fpu__restore()
Ingo Molnar
1
-1
/
+1
[next]