OSDN Git Service

uclinux-h8/linux.git
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()
2015-05-19 Ingo Molnarx86/fpu: Rename fpu_free() to fpstate_free()
2015-05-19 Ingo Molnarx86/fpu: Rename fpu_alloc() to fpstate_alloc()
2015-05-19 Ingo Molnarx86/fpu: Move fpu_alloc() out of line
2015-05-19 Ingo Molnarx86/fpu: Remove fpu_allocated()
2015-05-19 Ingo Molnarx86/fpu: Simplify fpu__unlazy_stopped()
2015-05-19 Ingo Molnarx86/fpu: Optimize fpu__unlazy_stopped()
2015-05-19 Ingo Molnarx86/fpu: Rename init_fpu() to fpu__unlazy_stopped(...
2015-05-19 Ingo Molnarx86/fpu: Make init_fpu() static
2015-05-19 Ingo Molnarx86/fpu: Split an fpstate_alloc_init() function out...
2015-05-19 Ingo Molnarx86/fpu: Remove stale init_fpu() prototype
2015-05-19 Ingo Molnarx86/fpu: Rename fpu_detect() to fpu__detect()
2015-05-19 Ingo Molnarx86/fpu: Add debugging check to fpu__save()
2015-05-19 Ingo Molnarx86/fpu: Add comments to fpu__save() and restrict its...
2015-05-19 Ingo Molnarx86/fpu: Rename unlazy_fpu() to fpu__save()
2015-05-18 Linus TorvaldsLinux 4.1-rc4 v4.1-rc4
2015-05-18 Peter Zijlstrawatchdog: Fix merge 'conflict'
2015-05-18 Linus TorvaldsMerge tag 'for-linus-20150516' of git://git.infradead...
2015-05-17 Linus TorvaldsMerge tag 'usb-4.1-rc4' of git://git./linux/kernel...
2015-05-17 Linus TorvaldsMerge tag 'tty-4.1-rc4' of git://git./linux/kernel...
2015-05-17 Linus TorvaldsMerge tag 'staging-4.1-rc4' of git://git./linux/kernel...
2015-05-17 Linus TorvaldsMerge tag 'char-misc-4.1-rc4' of git://git./linux/kerne...
2015-05-16 Linus TorvaldsMerge branch 'for-linus-4.1-rc4' of git://git./linux...
2015-05-16 Linus TorvaldsMerge tag 'upstream-4.1-rc4' of git://git.infradead...
2015-05-16 Linus TorvaldsMerge tag 'for_linus_stable' of git://git./linux/kernel...
2015-05-16 Linus TorvaldsMerge branch 'for-linus-4.1' of git://git./linux/kernel...
2015-05-16 Linus TorvaldsMerge branch 'master' of git://git.linux-mips.org/ralf...
2015-05-16 Linus TorvaldsMerge tag 'arc-4.1-fixes' of git://git./linux/kernel...
2015-05-16 Linus TorvaldsMerge tag 'fixes-for-linus' of git://git./linux/kernel...
2015-05-16 Linus TorvaldsMerge branch 'for-rc' of git://git./linux/kernel/git...
next