summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/fpu/regset.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-10x86/fpu/xstate: Fix PTRACE frames for XSAVESYu-cheng Yu1-15/+37
2016-04-13x86/fpu/regset: Replace static_cpu_has() usage with boot_cpu_has()Borislav Petkov1-2/+2
2016-04-13x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usageBorislav Petkov1-4/+4
2016-04-13x86/cpufeature: Replace cpu_has_fxsr with boot_cpu_has() usageBorislav Petkov1-5/+8
2016-02-24x86: Fix misspellings in commentsAdam Buchbinder1-1/+1
2015-09-14x86/fpu: Rename XSAVE macrosDave Hansen1-2/+2
2015-05-27x86/fpu: Rename fpu__activate_fpstate() to fpu__activate_fpstate_write()Ingo Molnar1-3/+3
2015-05-27x86/fpu: Split out the fpu__activate_fpstate_read() methodIngo Molnar1-3/+3
2015-05-27x86/fpu: Fix FPU register read access to the current taskIngo Molnar1-6/+6
2015-05-19x86/fpu: Harmonize FPU register state typesIngo Molnar1-5/+5
2015-05-19x86/fpu: Factor out the FPU regset code into fpu/regset.cIngo Molnar1-0/+356