summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/fpu/signal.c
AgeCommit message (Expand)Author
2017-10-05x86/fpu: Don't let userspace set bogus xcomp_bvEric Biggers
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada
2016-07-11x86/fpu/xstate: Fix __fpu_restore_sig() for XSAVESYu-cheng Yu
2016-06-18x86/fpu/xstate: Copy xstate registers directly to the signal frame when compa...Yu-cheng Yu
2016-06-18x86/fpu/xstate: Rename 'xstate_size' to 'fpu_kernel_xstate_size', to distingu...Fenghua Yu
2016-06-18x86/fpu/xstate: Define and use 'fpu_user_xstate_size'Fenghua Yu
2016-06-08x86/fpu: Add tracepoints to dump FPU state at key pointsDave Hansen
2015-11-12x86/fpu: Fix 32-bit signal frame handlingDave Hansen
2015-11-04Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-09-14x86/fpu: Rename XSAVE macrosDave Hansen
2015-09-08x86/headers: Convert uses of _fpstate_ia32 to _fpstate_32Ingo Molnar
2015-05-19x86/fpu: Pass 'struct fpu' to fpu__restore()Ingo Molnar
2015-05-19x86/fpu: Harmonize FPU register state typesIngo Molnar
2015-05-19x86/fpu: Factor out fpu/signal.cIngo Molnar