]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/history - arch/x86/kernel/fpu/xsave.c
x86/fpu: Rename fpu-internal.h to fpu/internal.h
[mirror_ubuntu-artful-kernel.git] / arch / x86 / kernel / fpu / xsave.c
2015-05-19 Ingo Molnarx86/fpu: Rename fpu-internal.h to fpu/internal.h
2015-05-19 Ingo Molnarx86/fpu: Rename i387.h to fpu/api.h
2015-05-19 Ingo Molnarx86/fpu: Use 'struct fpu' in fpstate_alloc_init()
2015-05-19 Ingo Molnarx86/fpu: Use 'struct fpu' in fpu_reset_state()
2015-05-19 Ingo Molnarx86/fpu: Remove 'struct task_struct' usage from drop_fpu()
2015-05-19 Ingo Molnarx86/fpu: Get rid of PF_USED_MATH usage, convert it...
2015-05-19 Ingo Molnarx86/fpu: Open code PF_USED_MATH usages
2015-05-19 Ingo Molnarx86/fpu: Print out whether we are doing lazy/eager...
2015-05-19 Ingo Molnarx86/fpu: Simplify the xsave_state*() methods
2015-05-19 Ingo Molnarx86/fpu: Rename math_state_restore() to fpu__restore()
2015-05-19 Ingo Molnarx86/fpu: Move i387.c and xsave.c to arch/x86/kernel...