deliverable/linux.git
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, kvm: Simplify fx_init()
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: 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: Uninline the irq_ts_save()/restore() functions
2015-05-19  Ingo Molnarx86/fpu: Move various internal function prototypes...
2015-05-19  Ingo Molnarx86/fpu: Uninline kernel_fpu_begin()/end()
2015-05-19  Ingo Molnarx86/fpu: Move fpu__save() to fpu/internals.h
2015-05-19  Ingo Molnarx86/fpu: Add more comments to the FPU init code
2015-05-19  Ingo Molnarx86/fpu: Reorder init methods
2015-05-19  Ingo Molnarx86/fpu: Rename fpstate_xstate_init_size() to fpu__init...
2015-05-19  Ingo Molnarx86/fpu: Remove the extra fpu__detect() layer
2015-05-19  Ingo Molnarx86/fpu: Move fpu__init_system_early_generic() out...
2015-05-19  Ingo Molnarx86/fpu: Make check_fpu() init ordering independent
2015-05-19  Ingo Molnarx86/fpu: Factor out FPU bug checks into fpu/bugs.c
2015-05-19  Ingo Molnarx86/fpu: Move !FPU check ingo fpu__init_system_early_ge...
2015-05-19  Ingo Molnarx86/fpu: Factor out fpu__init_system_early_generic()
2015-05-19  Ingo Molnarx86/fpu: Factor out fpu__init_system_generic()
2015-05-19  Ingo Molnarx86/fpu: Factor out fpu__init_cpu_generic()
2015-05-19  Ingo Molnarx86/fpu: Simplify fpu__cpu_init()
2015-05-19  Ingo Molnarx86/fpu: Remove fpu__init_cpu_ctx_switch() call from...
2015-05-19  Ingo Molnarx86/fpu: Do system-wide setup from fpu__detect()
2015-05-19  Ingo Molnarx86/fpu: Call fpu__init_cpu_ctx_switch() from fpu__init...
2015-05-19  Ingo Molnarx86/fpu: Move the fpstate_xstate_init_size() call into...
2015-05-19  Ingo Molnarx86/fpu: Do CLTS fpu__init_system()
2015-05-19  Ingo Molnarx86/fpu: Split fpu__ctx_switch_init() into _cpu() and...
2015-05-19  Ingo Molnarx86/fpu: Clean up eager_fpu_init() and rename it to...
2015-05-19  Ingo Molnarx86/fpu: Move eager_fpu_init() to fpu/init.c
2015-05-19  Ingo Molnarx86/fpu: Move all eager-fpu setup code to eager_fpu_init()
2015-05-19  Ingo Molnarx86/fpu: Remove setup_init_fpu_buf() call from eager_fp...
2015-05-19  Ingo Molnarx86/fpu: Set up the legacy FPU init image from fpu__ini...
2015-05-19  Ingo Molnarx86/fpu: Do fpu__init_system_xstate only from fpu__init...
2015-05-19  Ingo Molnarx86/fpu: Remove xsave_init()
2015-05-19  Ingo Molnarx86/fpu: Propagate once per boot quirk into fpu__init_s...
2015-05-19  Ingo Molnarx86/fpu: Move legacy check to fpu__init_system_xstate()
2015-05-19  Ingo Molnarx86/fpu: Move CPU capability check into fpu__init_cpu_x...
2015-05-19  Ingo Molnarx86/fpu: Make the system/cpu init distinction clear...
2015-05-19  Ingo Molnarx86/fpu: Split fpu__cpu_init() into early-boot and...
2015-05-19  Ingo Molnarx86/fpu: Remove 'init_xstate_buf' bootmem allocation
2015-05-19  Ingo Molnarx86/fpu: Make setup_init_fpu_buf() run-once explicitly
2015-05-19  Ingo Molnarx86/fpu: Remove xsave_init() bootmem allocations
2015-05-19  Ingo Molnarx86/fpu: Remove fpstate_xstate_init_size() boot quirk
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: Improve the __sanitize_i387_state() documentation
2015-05-19  Ingo Molnarx86/fpu: Explain the AVX register layout in the xsave...
2015-05-19  Ingo Molnarx86/fpu: Rename regset FPU register accessors
2015-05-19  Ingo Molnarx86/fpu: Clean up and fix MXCSR handling
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: Move XCR0 manipulation to the FPU code proper
2015-05-19  Ingo Molnarx86/fpu: Rename 'xstate_features' to 'xfeatures_nr'
2015-05-19  Ingo Molnarx86/fpu: Rename 'pcntxt_mask' to 'xfeatures_mask'
2015-05-19  Ingo Molnarx86/fpu: Print supported xstate features in human reada...
2015-05-19  Ingo Molnarx86/fpu: Improve FPU detection kernel messages
2015-05-19  Ingo Molnarx86/fpu: Remove assembly guard from asm/fpu/api.h
2015-05-19  Ingo Molnarx86/fpu: Remove xsave_init() __init obfuscation
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
2015-05-19  Ingo Molnarx86/fpu: Move xsave.h to fpu/xsave.h
2015-05-19  Ingo Molnarx86/fpu: Rename i387.h to fpu/api.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 switch_fpu_finish()
2015-05-19  Ingo Molnarx86/fpu: Use 'struct fpu' in switch_fpu_prepare()
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: Use 'struct fpu' in fpu_lazy_restore()
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: Remove 'struct task_struct' usage from __threa...
next
This page took 0.077988 seconds and 5 git commands to generate.