x86/fpu: Rename sanitize_i387_state() to fpstate_sanitize_xstate()
[deliverable/linux.git] / arch /
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 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...
2015-05-16  Linus TorvaldsMerge tag 'linux-kselftest-4.1-rc4' of git://git./linux...
2015-05-15  Linus TorvaldsMerge branch 'parisc-4.1-2' of git://git./linux/kernel...
2015-05-15  James HoganMIPS: tlb-r4k: Fix PG_ELPA comment
2015-05-15  Ezequiel GarciaMIPS: Fix up obsolete cpu_set usage
2015-05-15  Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2015-05-15  Linus TorvaldsMerge branch 'sched-urgent-for-linus' of git://git...
2015-05-15  Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2015-05-15  Linus TorvaldsMerge branch 'irq-urgent-for-linus' of git://git./linux...
2015-05-15  Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2015-05-15  Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2015-05-15  Arnd BergmannMerge tag 'samsung-fixes-2' of git://git./linux/kernel...
2015-05-15  Arnd BergmannMerge tag 'mvebu-fixes-4.1-2' of git://git.infradead...
2015-05-15  Ingo MolnarMerge branch 'liblockdep-fixes' of git://git./linux...
2015-05-15  Dave AirlieMerge branch 'drm-fixes-4.1' of git://people.freedeskto...
2015-05-15  Linus TorvaldsMerge tag 'pm+acpi-4.1-rc4' of git://git./linux/kernel...
2015-05-15  Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2015-05-15  Linus TorvaldsMerge branch 'dmi-for-linus' of git://git./linux/kernel...
2015-05-14  Rafael J. WysockiMerge branches 'acpi-init' and 'acpica'
2015-05-14  Greg Kroah-HartmanMerge tag 'usb-serial-4.1-rc4' of git://git./linux...
2015-05-14  Krzysztof KozlowskiARM: EXYNOS: Use of_machine_is_compatible instead of...
next
This page took 0.051081 seconds and 8 git commands to generate.