OSDN Git Service

uclinux-h8/linux.git
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...
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: Change __thread_clear_has_fpu() to 'struct...
2015-05-19 Ingo Molnarx86/fpu: Eliminate the __thread_has_fpu() wrapper
2015-05-19 Ingo Molnarx86/fpu: Print out whether we are doing lazy/eager...
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: Remove fpu_xsave()
2015-05-19 Ingo Molnarx86/fpu: Simplify the xsave_state*() methods
2015-05-19 Ingo Molnarx86/fpu: Factor out the FPU bug detection code into...
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: Remove the free_thread_xstate() complication
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: Fix header file dependencies of fpu-internal.h
2015-05-19 Ingo Molnarx86/fpu: Move i387.c and xsave.c to arch/x86/kernel...
2015-05-19 Ingo Molnarx86/fpu: Clean up asm/fpu/types.h
2015-05-19 Ingo Molnarx86/fpu: Move FPU data structures to asm/fpu_types.h
2015-05-19 Ingo Molnarx86/fpu: Improve the comment for the fpu::counter field
2015-05-19 Ingo Molnarx86/fpu: Move thread_info::fpu_counter into thread_info...
2015-05-19 Ingo Molnarx86/fpu: Rename init_thread_xstate() to fpstate_xstate_...
2015-05-19 Ingo Molnarx86/fpu: Rename fpu_init() to fpu__cpu_init()
2015-05-19 Ingo Molnarx86/fpu: Rename fpu_finit() to fpstate_init()
next