summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/fpu/regset.c
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/fpu: Use using_compacted_format() instead of open coded X86_FEATURE_XSAVESEric Biggers2017-09-261-1/+1
* x86/fpu: Use validate_xstate_header() to validate the xstate_header in xstate...Eric Biggers2017-09-261-13/+6
* x86/fpu: Rename fpu__activate_fpstate_read/write() to fpu__prepare_[read|writ...Ingo Molnar2017-09-261-6/+6
* x86/fpu: Rename fpu::fpstate_active to fpu::initializedIngo Molnar2017-09-261-3/+3
* x86/fpu: Don't let userspace set bogus xcomp_bvEric Biggers2017-09-251-0/+4
* x86/fpu: Flip the parameter order in copy_*_to_xstate()Ingo Molnar2017-09-241-2/+2
* x86/fpu: Remove 'kbuf' parameter from the copy_user_to_xstate() APIIngo Molnar2017-09-241-1/+1
* x86/fpu: Remove 'ubuf' parameter from the copy_kernel_to_xstate() APIIngo Molnar2017-09-241-1/+1
* x86/fpu: Split copy_user_to_xstate() into copy_kernel_to_xstate() & copy_user...Ingo Molnar2017-09-241-3/+7
* x86/fpu: Clean up parameter order in the copy_xstate_to_*() APIsIngo Molnar2017-09-241-2/+2
* x86/fpu: Remove 'kbuf' parameter from the copy_xstate_to_user() APIsIngo Molnar2017-09-241-1/+1
* x86/fpu: Remove 'ubuf' parameter from the copy_xstate_to_kernel() APIsIngo Molnar2017-09-241-1/+1
* x86/fpu: Split copy_xstate_to_user() into copy_xstate_to_kernel() & copy_xsta...Ingo Molnar2017-09-241-1/+4
* x86/fpu: Rename copyin_to_xsaves()/copyout_from_xsaves() to copy_user_to_xsta...Ingo Molnar2017-09-241-2/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* x86/fpu/xstate: Fix PTRACE frames for XSAVESYu-cheng Yu2016-07-101-15/+37
* x86/fpu/regset: Replace static_cpu_has() usage with boot_cpu_has()Borislav Petkov2016-04-131-2/+2
* x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usageBorislav Petkov2016-04-131-4/+4
* x86/cpufeature: Replace cpu_has_fxsr with boot_cpu_has() usageBorislav Petkov2016-04-131-5/+8
* x86: Fix misspellings in commentsAdam Buchbinder2016-02-241-1/+1
* x86/fpu: Rename XSAVE macrosDave Hansen2015-09-141-2/+2
* x86/fpu: Rename fpu__activate_fpstate() to fpu__activate_fpstate_write()Ingo Molnar2015-05-271-3/+3
* x86/fpu: Split out the fpu__activate_fpstate_read() methodIngo Molnar2015-05-271-3/+3
* x86/fpu: Fix FPU register read access to the current taskIngo Molnar2015-05-271-6/+6
* x86/fpu: Harmonize FPU register state typesIngo Molnar2015-05-191-5/+5
* x86/fpu: Factor out the FPU regset code into fpu/regset.cIngo Molnar2015-05-191-0/+356
OpenPOWER on IntegriCloud