summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/fpu
AgeCommit message (Expand)Author
2015-05-19x86/fpu: Uninline fpstate_free() and move it next to the allocation functionIngo Molnar
2015-05-19x86/fpu: Factor out fpu__copy()Ingo Molnar
2015-05-19x86/fpu: Move task_xstate_cachep handling to core.cIngo Molnar
2015-05-19x86/fpu: Simplify the xsave_state*() methodsIngo Molnar
2015-05-19x86/fpu: Factor out the FPU bug detection code into fpu__init_check_bugs()Ingo Molnar
2015-05-19x86/fpu: Rename math_state_restore() to fpu__restore()Ingo Molnar
2015-05-19x86/fpu: Move math_state_restore() to fpu/core.cIngo Molnar
2015-05-19x86/fpu: Factor out fpu__flush_thread() from flush_thread()Ingo Molnar
2015-05-19x86/fpu: Move the no_387 handling and FPU detection code into init.cIngo Molnar
2015-05-19x86/fpu: Remove unnecessary includes from core.cIngo Molnar
2015-05-19x86/fpu: Split out the boot time FPU init code into fpu/init.cIngo Molnar
2015-05-19x86/fpu: Move i387.c and xsave.c to arch/x86/kernel/fpu/Ingo Molnar