x86/fpu: Rename fpu__activate_fpstate() to fpu__activate_fpstate_write()
[firefly-linux-kernel-4.4.55.git] / arch / x86 / kernel / fpu / core.c
2015-05-27 Ingo Molnarx86/fpu: Rename fpu__activate_fpstate() to fpu__activat...
2015-05-27 Ingo Molnarx86/fpu: Optimize fpu__activate_fpstate_read()
2015-05-27 Ingo Molnarx86/fpu: Split out the fpu__activate_fpstate_read(...
2015-05-27 Ingo Molnarx86/fpu: Fix FPU register read access to the current...
2015-05-25 Ingo MolnarMerge branch 'linus' into x86/fpu
2015-05-20 Ingo MolnarMerge branch 'x86/urgent' into x86/fpu, to resolve...
2015-05-19 Ingo Molnarx86/fpu: Add CONFIG_X86_DEBUG_FPU=y FPU debugging code
2015-05-19 Ingo Molnarx86/fpu: Pass 'struct fpu' to fpu__restore()
2015-05-19 Ingo Molnarx86/fpu: Move debugging check from kernel_fpu_begin...
2015-05-19 Ingo Molnarx86/fpu: Change fpu->fpregs_active from 'int' to 'char...
2015-05-19 Ingo Molnarx86/fpu: Harmonize FPU register state types
2015-05-19 Ingo Molnarx86/fpu: Factor out the FPU regset code into fpu/regset.c
2015-05-19 Ingo Molnarx86/fpu: Rename all the fpregs, xregs, fxregs and fregs...
2015-05-19 Ingo Molnarx86/fpu: Move restore_init_xstate() out of fpu/internal.h
2015-05-19 Ingo Molnarx86/fpu: Generalize 'init_xstate_ctx'
2015-05-19 Ingo Molnarx86/fpu: Create 'union thread_xstate' helper for fpstat...
2015-05-19 Ingo Molnarx86/fpu: Harmonize the names of the fpstate_init()...
2015-05-19 Ingo Molnarx86/fpu: Factor out the exception error code handling...
2015-05-19 Ingo Molnarx86/fpu: Factor out fpu/regset.h from fpu/internal.h
2015-05-19 Ingo Molnarx86/fpu: Split out fpu/signal.h from fpu/internal.h...
2015-05-19 Ingo Molnarx86/fpu: Merge fpu__reset() and fpu__clear()
2015-05-19 Ingo Molnarx86/fpu: Move fpu__clear() to 'struct fpu *' parameter...
2015-05-19 Ingo Molnarx86/fpu: Move all the fpu__*() high level methods close...
2015-05-19 Ingo Molnarx86/fpu: Rename restore_fpu_checking() to copy_fpstate_...
2015-05-19 Ingo Molnarx86/fpu: Synchronize the naming of drop_fpu() and fpu_r...
2015-05-19 Ingo Molnarx86/fpu: Better document fpu__clear() state handling
2015-05-19 Ingo Molnarx86/fpu: Clarify ancient comments in fpu__restore()
2015-05-19 Ingo Molnarx86/fpu: Pass 'struct fpu' to fpstate_sanitize_xstate()
2015-05-19 Ingo Molnarx86/fpu: Rename sanitize_i387_state() to fpstate_saniti...
2015-05-19 Ingo Molnarx86/fpu: Optimize fpu_copy() some more on lazy switchin...
2015-05-19 Ingo Molnarx86/fpu: Optimize fpu_copy()
2015-05-19 Ingo Molnarx86/fpu: Optimize fpu__save()
2015-05-19 Ingo Molnarx86/fpu: Simplify fpu__save()
2015-05-19 Ingo Molnarx86/fpu: Eliminate __save_fpu()
2015-05-19 Ingo Molnarx86/fpu: Simplify __save_fpu()
2015-05-19 Ingo Molnarx86/fpu: Factor out FPU hw activation/deactivation
2015-05-19 Ingo Molnarx86/fpu: Rename fpu__unlazy_stopped() to fpu__activate_...
2015-05-19 Ingo Molnarx86/fpu: Simplify fpstate_init_curr() usage
2015-05-19 Ingo Molnarx86/fpu: Simplify fpu__unlazy_stopped() error handling
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: Rename fpu_save_init() to copy_fpregs_to_fpstate()
2015-05-19 Ingo Molnarx86/fpu: Uninline the irq_ts_save()/restore() functions
2015-05-19 Ingo Molnarx86/fpu: Uninline kernel_fpu_begin()/end()
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 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: Clean up regset functions
2015-05-19 Ingo Molnarx86/fpu: Rename 'pcntxt_mask' to 'xfeatures_mask'
2015-05-19 Ingo Molnarx86/fpu: Rename fpu-internal.h to fpu/internal.h
2015-05-19 Ingo Molnarx86/fpu: Clean up fpu__clear() a bit
2015-05-19 Ingo Molnarx86/fpu: Rename fpu__flush_thread() to fpu__clear()
2015-05-19 Ingo Molnarx86/fpu: Use 'struct fpu' in fpu__unlazy_stopped()
2015-05-19 Ingo Molnarx86/fpu: Use 'struct fpu' in fpstate_alloc_init()
2015-05-19 Ingo Molnarx86/fpu: Use 'struct fpu' in fpu__copy()
2015-05-19 Ingo Molnarx86/fpu: Use 'struct fpu' in fpu_copy()
2015-05-19 Ingo Molnarx86/fpu: Use 'struct fpu' in fpu__save()
2015-05-19 Ingo Molnarx86/fpu: Use 'struct fpu' in __fpu_save()
2015-05-19 Ingo Molnarx86/fpu: Move __save_fpu() into fpu/core.c
2015-05-19 Ingo Molnarx86/fpu: Use 'struct fpu' in fpu_reset_state()
2015-05-19 Ingo Molnarx86/fpu: Use 'struct fpu' in restore_fpu_checking()
2015-05-19 Ingo Molnarx86/fpu: Remove task_disable_lazy_fpu_restore()
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: Document fpu__unlazy_stopped()
2015-05-19 Ingo Molnarx86/fpu: Open code PF_USED_MATH usages
2015-05-19 Ingo Molnarx86/fpu: Remove 'struct task_struct' usage from __threa...
2015-05-19 Ingo Molnarx86/fpu: Remove 'struct task_struct' usage from __threa...
2015-05-19 Ingo Molnarx86/fpu: Change fpu_owner_task to fpu_fpregs_owner_ctx
2015-05-19 Ingo Molnarx86/fpu: Move 'PER_CPU(fpu_owner_task)' to fpu/core.c
2015-05-19 Ingo Molnarx86/fpu: Eliminate the __thread_has_fpu() wrapper
2015-05-19 Ingo Molnarx86/fpu: Add debugging check to fpu_copy()
2015-05-19 Ingo Molnarx86/fpu: Move fpu_copy() to fpu/core.c
2015-05-19 Ingo Molnarx86/fpu: Remove __save_init_fpu()
2015-05-19 Ingo Molnarx86/fpu: Add kernel_fpu_disabled()
2015-05-19 Ingo Molnarx86/fpu: Add debug check to kernel_fpu_disable()
2015-05-19 Ingo Molnarx86/fpu: Make kernel_fpu_disable/enable() static
2015-05-19 Ingo Molnarx86/fpu: Make task_xstate_cachep static
2015-05-19 Ingo Molnarx86/fpu: Uninline fpstate_free() and move it next to...
2015-05-19 Ingo Molnarx86/fpu: Factor out fpu__copy()
2015-05-19 Ingo Molnarx86/fpu: Move task_xstate_cachep handling to core.c
2015-05-19 Ingo Molnarx86/fpu: Rename math_state_restore() to fpu__restore()
2015-05-19 Ingo Molnarx86/fpu: Move math_state_restore() to fpu/core.c
2015-05-19 Ingo Molnarx86/fpu: Factor out fpu__flush_thread() from flush_thread()
2015-05-19 Ingo Molnarx86/fpu: Move the no_387 handling and FPU detection...
2015-05-19 Ingo Molnarx86/fpu: Remove unnecessary includes from core.c
2015-05-19 Ingo Molnarx86/fpu: Split out the boot time FPU init code into...
2015-05-19 Ingo Molnarx86/fpu: Move i387.c and xsave.c to arch/x86/kernel...