index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
fpu
/
signal.c
Age
Commit message (
Expand
)
Author
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-26
x86/fpu: Use validate_xstate_header() to validate the xstate_header in __fpu_...
Eric Biggers
2017-09-26
x86/fpu: Rename fpu__activate_curr() to fpu__initialize()
Ingo Molnar
2017-09-26
x86/fpu: Rename fpu::fpstate_active to fpu::initialized
Ingo Molnar
2017-09-25
x86/fpu: Don't let userspace set bogus xcomp_bv
Eric Biggers
2017-09-24
x86/fpu: Remove struct fpu::fpregs_active
Ingo Molnar
2017-09-24
x86/fpu: Change fpu->fpregs_active users to fpu->fpstate_active
Ingo Molnar
2017-09-24
x86/fpu: Simplify fpu->fpregs_active use
Ingo Molnar
2017-09-24
x86/fpu: Flip the parameter order in copy_*_to_xstate()
Ingo Molnar
2017-09-24
x86/fpu: Remove 'kbuf' parameter from the copy_user_to_xstate() API
Ingo Molnar
2017-09-24
x86/fpu: Rename copyin_to_xsaves()/copyout_from_xsaves() to copy_user_to_xsta...
Ingo Molnar
2016-10-07
x86/fpu: Remove use_eager_fpu()
Andy Lutomirski
2016-08-04
tree-wide: replace config_enabled() with IS_ENABLED()
Masahiro Yamada
2016-07-11
x86/fpu/xstate: Fix __fpu_restore_sig() for XSAVES
Yu-cheng Yu
2016-06-18
x86/fpu/xstate: Copy xstate registers directly to the signal frame when compa...
Yu-cheng Yu
2016-06-18
x86/fpu/xstate: Rename 'xstate_size' to 'fpu_kernel_xstate_size', to distingu...
Fenghua Yu
2016-06-18
x86/fpu/xstate: Define and use 'fpu_user_xstate_size'
Fenghua Yu
2016-06-08
x86/fpu: Add tracepoints to dump FPU state at key points
Dave Hansen
2015-11-12
x86/fpu: Fix 32-bit signal frame handling
Dave Hansen
2015-11-03
Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2015-09-14
x86/fpu: Rename XSAVE macros
Dave Hansen
2015-09-08
x86/headers: Convert uses of _fpstate_ia32 to _fpstate_32
Ingo Molnar
2015-05-19
x86/fpu: Pass 'struct fpu' to fpu__restore()
Ingo Molnar
2015-05-19
x86/fpu: Harmonize FPU register state types
Ingo Molnar
2015-05-19
x86/fpu: Factor out fpu/signal.c
Ingo Molnar