summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/fpu
Commit message (Expand)AuthorAgeFilesLines
* x86/fpu: Rename math_state_restore() to fpu__restore()Ingo Molnar2015-05-192-4/+4
* x86/fpu: Move math_state_restore() to fpu/core.cIngo Molnar2015-05-191-0/+42
* x86/fpu: Factor out fpu__flush_thread() from flush_thread()Ingo Molnar2015-05-191-0/+17
* x86/fpu: Move the no_387 handling and FPU detection code into init.cIngo Molnar2015-05-192-34/+34
* x86/fpu: Remove unnecessary includes from core.cIngo Molnar2015-05-191-13/+0
* x86/fpu: Split out the boot time FPU init code into fpu/init.cIngo Molnar2015-05-193-89/+94
* x86/fpu: Move i387.c and xsave.c to arch/x86/kernel/fpu/Ingo Molnar2015-05-193-0/+1447