summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/fpu/signal.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-26x86/fpu: Use validate_xstate_header() to validate the xstate_header in __fpu_...Eric Biggers1-7/+9
2017-09-26x86/fpu: Rename fpu__activate_curr() to fpu__initialize()Ingo Molnar1-1/+1
2017-09-26x86/fpu: Rename fpu::fpstate_active to fpu::initializedIngo Molnar1-4/+4
2017-09-25x86/fpu: Don't let userspace set bogus xcomp_bvEric Biggers1-2/+7
2017-09-24x86/fpu: Remove struct fpu::fpregs_activeIngo Molnar1-2/+0
2017-09-24x86/fpu: Change fpu->fpregs_active users to fpu->fpstate_activeIngo Molnar1-1/+3
2017-09-24x86/fpu: Simplify fpu->fpregs_active useIngo Molnar1-4/+5
2017-09-24x86/fpu: Flip the parameter order in copy_*_to_xstate()Ingo Molnar1-1/+1
2017-09-24x86/fpu: Remove 'kbuf' parameter from the copy_user_to_xstate() APIIngo Molnar1-7/+4
2017-09-24x86/fpu: Rename copyin_to_xsaves()/copyout_from_xsaves() to copy_user_to_xsta...Ingo Molnar1-1/+1
2016-10-07x86/fpu: Remove use_eager_fpu()Andy Lutomirski1-5/+3
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada1-6/+6
2016-07-11x86/fpu/xstate: Fix __fpu_restore_sig() for XSAVESYu-cheng Yu1-2/+9
2016-06-18x86/fpu/xstate: Copy xstate registers directly to the signal frame when compa...Yu-cheng Yu1-1/+2
2016-06-18x86/fpu/xstate: Rename 'xstate_size' to 'fpu_kernel_xstate_size', to distingu...Fenghua Yu1-1/+1
2016-06-18x86/fpu/xstate: Define and use 'fpu_user_xstate_size'Fenghua Yu1-7/+20
2016-06-08x86/fpu: Add tracepoints to dump FPU state at key pointsDave Hansen1-0/+3
2015-11-12x86/fpu: Fix 32-bit signal frame handlingDave Hansen1-6/+5
2015-11-03Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2015-09-14x86/fpu: Rename XSAVE macrosDave Hansen1-3/+3
2015-09-08x86/headers: Convert uses of _fpstate_ia32 to _fpstate_32Ingo Molnar1-2/+2
2015-05-19x86/fpu: Pass 'struct fpu' to fpu__restore()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Harmonize FPU register state typesIngo Molnar1-16/+16
2015-05-19x86/fpu: Factor out fpu/signal.cIngo Molnar1-0/+404