summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2015-05-19x86/fpu: Clean up asm/fpu/types.hIngo Molnar
2015-05-19x86/fpu: Move FPU data structures to asm/fpu_types.hIngo Molnar
2015-05-19x86/fpu: Improve the comment for the fpu::counter fieldIngo Molnar
2015-05-19x86/fpu: Move thread_info::fpu_counter into thread_info::fpu.counterIngo Molnar
2015-05-19x86/fpu: Rename init_thread_xstate() to fpstate_xstate_init_size()Ingo Molnar
2015-05-19x86/fpu: Rename fpu_init() to fpu__cpu_init()Ingo Molnar
2015-05-19x86/fpu: Rename fpu_finit() to fpstate_init()Ingo Molnar
2015-05-19x86/fpu: Rename fpu_free() to fpstate_free()Ingo Molnar
2015-05-19x86/fpu: Rename fpu_alloc() to fpstate_alloc()Ingo Molnar
2015-05-19x86/fpu: Move fpu_alloc() out of lineIngo Molnar
2015-05-19x86/fpu: Remove fpu_allocated()Ingo Molnar
2015-05-19x86/fpu: Simplify fpu__unlazy_stopped()Ingo Molnar
2015-05-19x86/fpu: Optimize fpu__unlazy_stopped()Ingo Molnar
2015-05-19x86/fpu: Rename init_fpu() to fpu__unlazy_stopped() and add debugging checkIngo Molnar
2015-05-19x86/fpu: Make init_fpu() staticIngo Molnar
2015-05-19x86/fpu: Split an fpstate_alloc_init() function out of init_fpu()Ingo Molnar
2015-05-19x86/fpu: Remove stale init_fpu() prototypeIngo Molnar
2015-05-19x86/fpu: Rename fpu_detect() to fpu__detect()Ingo Molnar
2015-05-19x86/fpu: Add debugging check to fpu__save()Ingo Molnar
2015-05-19x86/fpu: Add comments to fpu__save() and restrict its exportIngo Molnar
2015-05-19x86/fpu: Rename unlazy_fpu() to fpu__save()Ingo Molnar
2015-05-16Merge branch 'master' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2015-05-16Merge tag 'arc-4.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds
2015-05-16Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-05-15Merge branch 'parisc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-05-15MIPS: tlb-r4k: Fix PG_ELPA commentJames Hogan
2015-05-15MIPS: Fix up obsolete cpu_set usageEzequiel Garcia
2015-05-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-05-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-05-15Merge tag 'samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann
2015-05-15Merge tag 'mvebu-fixes-4.1-2' of git://git.infradead.org/linux-mvebu into fixesArnd Bergmann
2015-05-15Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2015-05-14ARM: EXYNOS: Use of_machine_is_compatible instead of soc_is_exynos4Krzysztof Kozlowski
2015-05-14ARM: EXYNOS: Fix failed second suspend on Exynos4Krzysztof Kozlowski
2015-05-13Merge tag 'v4.1-rockchip-socfixes2' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann
2015-05-13Revert "ARM: rockchip: fix undefined instruction of reset_ctrl_regs"Heiko Stuebner
2015-05-13ARM: EXYNOS: Fix dereference of ERR_PTR returned by of_genpd_get_from_providerKrzysztof Kozlowski
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-05-13x86: bpf_jit: fix FROM_BE16 and FROM_LE16/32 instructionsAlexei Starovoitov
2015-05-12Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2015-05-12MIPS: IP32: Fix build errors in reset code in DS1685 platform hook.Joshua Kinard
2015-05-12MIPS: KVM: Fix unused variable build warningNicholas Mc Guire
2015-05-12MIPS: traps: remove extra Tainted: line from __show_regs() outputPetri Gynther
2015-05-12MIPS: Fix wrong CHECKFLAGS (sparse builds) with GCC 5.1Aaro Koskinen
2015-05-12MIPS: Fix a preemption issue with thread's FPU defaultsMaciej W. Rozycki
2015-05-12parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a...Helge Deller
2015-05-12ARM: EXYNOS: Don't try to initialize suspend on old DTJulien Grall
2015-05-12ARM: dts: Add keep-power-in-suspend to WiFi SDIO node for Peach BoardsJavier Martinez Canillas
2015-05-12MIPS: fix FP mode selection in lieu of .MIPS.abiflags dataPaul Burton
2015-05-12arm64: perf: fix memory leak when probing PMU PPIsWill Deacon