]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/history - arch/x86/include/asm/fpu/internal.h
x86/fpu: Rename fpu/xsave.h to fpu/xstate.h
[mirror_ubuntu-bionic-kernel.git] / arch / x86 / include / asm / fpu / internal.h
2015-05-19 Ingo Molnarx86/fpu: Rename fpu/xsave.h to fpu/xstate.h
2015-05-19 Ingo Molnarx86/fpu: Factor out FPU hw activation/deactivation
2015-05-19 Ingo Molnarx86/fpu: Simplify fpstate_init_curr() usage
2015-05-19 Ingo Molnarx86/fpu: Rename fpstate_alloc_init() to fpstate_init_curr()
2015-05-19 Ingo Molnarx86/fpu: Remove failure return from fpstate_alloc_init()
2015-05-19 Ingo Molnarx86/fpu: Remove failure paths from fpstate-alloc low...
2015-05-19 Ingo Molnarx86/fpu: Simplify FPU handling by embedding the fpstate...
2015-05-19 Ingo Molnarx86/fpu: Optimize copy_fpregs_to_fpstate() by removing...
2015-05-19 Ingo Molnarx86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate()
2015-05-19 Ingo Molnarx86/fpu: Move various internal function prototypes...
2015-05-19 Ingo Molnarx86/fpu: Move fpu__save() to fpu/internals.h
2015-05-19 Ingo Molnarx86/fpu: Move fpu__init_system_early_generic() out...
2015-05-19 Ingo Molnarx86/fpu: Simplify fpu__cpu_init()
2015-05-19 Ingo Molnarx86/fpu: Make the system/cpu init distinction clear...
2015-05-19 Ingo Molnarx86/fpu: Remove 'init_xstate_buf' bootmem allocation
2015-05-19 Ingo Molnarx86/fpu: Rename __thread_fpu_end() to fpregs_deactivate()
2015-05-19 Ingo Molnarx86/fpu: Rename __thread_fpu_begin() to fpregs_activate()
2015-05-19 Ingo Molnarx86/fpu: Rename __thread_clear_has_fpu() to __fpregs_de...
2015-05-19 Ingo Molnarx86/fpu: Rename __thread_set_has_fpu() to __fpregs_acti...
2015-05-19 Ingo Molnarx86/fpu: Rename fpu->has_fpu to fpu->fpregs_active
2015-05-19 Ingo Molnarx86/fpu: Rename regset FPU register accessors
2015-05-19 Ingo Molnarx86/fpu: Rename xsave.header::xstate_bv to 'xfeatures'
2015-05-19 Ingo Molnarx86/fpu: Rename 'xsave_hdr' to 'header'
2015-05-19 Ingo Molnarx86/fpu: Move MXCSR_DEFAULT to fpu/internal.h
2015-05-19 Ingo Molnarx86/fpu: Rename fpu-internal.h to fpu/internal.h