firefly-linux-kernel-4.4.55.git
2015-05-19 David S. MillerMerge tag 'mac80211-for-davem-2015-05-19' of git:/...
2015-05-19 Yuchung Chengtcp: don't over-send F-RTO probes
2015-05-19 Yuchung Chengtcp: only undo on partial ACKs in CA_Loss
2015-05-19 Henning Roggenet/ipv6/udp: Fix ipv6 multicast socket filter regression
2015-05-19 David Vrabelxen/events: don't bind non-percpu VIRQs with percpu...
2015-05-19 Linus TorvaldsMerge tag 'nfs-for-4.1-2' of git://git.linux-nfs.org...
2015-05-19 Linus TorvaldsMerge tag 'powerpc-4.1-4' of git://git./linux/kernel...
2015-05-19 Linus TorvaldsMerge tag 'pwm/for-4.1-rc5' of git://git./linux/kernel...
2015-05-19 Michal Hockowatchdog: fix double lock in watchdog_nmi_enable_all
2015-05-19 Eric Dumazetinet: properly align icsk_ca_priv
2015-05-19 Naidu Tellapatipwm: img: Impose upper and lower timebase steps value
2015-05-19 Krzysztof Kozlowskidrm/exynos: dp: Lower level of EDID read success message
2015-05-19 Tobias Jakobidrm/exynos: cleanup exynos_drm_plane
2015-05-19 Tobias Jakobidrm/exynos: 'win' is always unsigned
2015-05-19 Tobias Jakobidrm/exynos: mixer: don't dump registers under spinlock
2015-05-19 Krzysztof Kozlowskidrm/exynos: Consolidate return statements in fimd_bind()
2015-05-19 Krzysztof Kozlowskidrm/exynos: Constify exynos_drm_crtc_ops
2015-05-19 Krzysztof Kozlowskidrm/exynos: Fix build breakage on !DRM_EXYNOS_FIMD
2015-05-19 Krzysztof Kozlowskidrm/exynos: mixer: Constify platform_device_id
2015-05-19 Tobias Jakobidrm/exynos: mixer: cleanup pixelformat handling
2015-05-19 Tobias Jakobidrm/exynos: mixer: also allow NV21 for the video processor
2015-05-19 Tobias Jakobidrm/exynos: mixer: remove buffer count handling in...
2015-05-19 Tobias Jakobidrm/exynos: plane: honor buffer offset for dma_addr
2015-05-19 Tobias Jakobidrm/exynos: fb: use drm_format_num_planes to get buffer...
2015-05-19 Ingo Molnarx86/fpu: Reorganize fpu/internal.h
2015-05-19 Ingo Molnarx86/fpu: Add CONFIG_X86_DEBUG_FPU=y FPU debugging code
2015-05-19 Ingo Molnarx86/fpu: Fix the 'nofxsr' boot parameter to also clear...
2015-05-19 Ingo Molnarx86/fpu: Pass 'struct fpu' to fpu__restore()
2015-05-19 Ingo Molnarx86/fpu/init: Propagate __init annotations
2015-05-19 Ingo Molnarx86/fpu/xstate: Clean up setup_xstate_comp() call
2015-05-19 Ingo Molnarx86/fpu: Clean up xstate feature reservation
2015-05-19 Ingo Molnarx86/fpu/xstate: Don't assume the first zero xfeatures...
2015-05-19 Ingo Molnarx86/fpu: Move debugging check from kernel_fpu_begin...
2015-05-19 Ingo Molnarx86/fpu: Document the various fpregs state formats
2015-05-19 Ingo Molnarx86/fpu: Change fpu->fpregs_active from 'int' to 'char...
2015-05-19 Ingo Molnarx86/fpu: Harmonize FPU register state types
2015-05-19 Ingo Molnarx86/fpu: Factor out the FPU regset code into fpu/regset.c
2015-05-19 Ingo Molnarx86/fpu: Factor out fpu/signal.c
2015-05-19 Ingo Molnarx86/fpu: Rename all the fpregs, xregs, fxregs and fregs...
2015-05-19 Ingo Molnarx86/fpu: Move restore_init_xstate() out of fpu/internal.h
2015-05-19 Ingo Molnarx86/fpu: Generalize 'init_xstate_ctx'
2015-05-19 Ingo Molnarx86/fpu: Create 'union thread_xstate' helper for fpstat...
2015-05-19 Ingo Molnarx86/fpu: Harmonize the names of the fpstate_init()...
2015-05-19 Ingo Molnarx86/fpu: Factor out the exception error code handling...
2015-05-19 Ingo Molnarx86/fpu: Remove run-once init quirks
2015-05-19 Ingo Molnarx86/fpu: Factor out fpu/regset.h from fpu/internal.h
2015-05-19 Ingo Molnarx86/fpu: Split out fpu/signal.h from fpu/internal.h...
2015-05-19 Ingo Molnarx86/fpu: Move is_ia32*frame() helpers out of fpu/internal.h
2015-05-19 Ingo Molnarx86/fpu: Merge fpu__reset() and fpu__clear()
2015-05-19 Ingo Molnarx86/fpu: Move the signal frame handling code closer...
2015-05-19 Ingo Molnarx86/fpu: Rename restore_xstate_sig() to fpu__restore_sig()
2015-05-19 Ingo Molnarx86/fpu: Move fpu__clear() to 'struct fpu *' parameter...
2015-05-19 Ingo Molnarx86/fpu: Move all the fpu__*() high level methods close...
2015-05-19 Ingo Molnarx86/fpu: Rename restore_fpu_checking() to copy_fpstate_...
2015-05-19 Ingo Molnarx86/fpu: Synchronize the naming of drop_fpu() and fpu_r...
2015-05-19 Ingo Molnarx86/alternatives, x86/fpu: Add 'alternatives_patched...
2015-05-19 Ingo Molnarx86/fpu: Better document fpu__clear() state handling
2015-05-19 Ingo Molnarx86/fpu: Initialize fpregs in fpu__init_cpu_generic()
2015-05-19 Ingo Molnarx86/fpu: Rename user_has_fpu() to fpregs_active()
2015-05-19 Ingo Molnarx86/fpu: Clarify ancient comments in fpu__restore()
2015-05-19 Ingo Molnarx86/fpu: Rename save_user_xstate() to copy_fpregs_to_si...
2015-05-19 Ingo Molnarx86/fpu: Rename save_xstate_sig() to copy_fpstate_to_si...
2015-05-19 Ingo Molnarx86/fpu: Pass 'struct fpu' to fpstate_sanitize_xstate()
2015-05-19 Ingo Molnarx86/fpu: Simplify fpstate_sanitize_xstate() calls
2015-05-19 Ingo Molnarx86/fpu: Rename sanitize_i387_state() to fpstate_saniti...
2015-05-19 Ingo Molnarx86/fpu: Move asm/xcr.h to asm/fpu/internal.h
2015-05-19 Ingo Molnarx86/fpu, crypto x86/sha1_mb: Remove FPU internal header...
2015-05-19 Ingo Molnarx86/fpu, crypto x86/serpent_avx2: Simplify the init...
2015-05-19 Ingo Molnarx86/fpu, crypto x86/sha1_ssse3: Simplify the sha1_ssse3...
2015-05-19 Ingo Molnarx86/fpu, crypto x86/cast6_avx: Simplify the cast6_init...
2015-05-19 Ingo Molnarx86/fpu, crypto x86/sha512_ssse3: Simplify the sha512_s...
2015-05-19 Ingo Molnarx86/fpu, crypto x86/cast5_avx: Simplify the cast5_init...
2015-05-19 Ingo Molnarx86/fpu, crypto x86/serpent_avx: Simplify the serpent_i...
2015-05-19 Ingo Molnarx86/fpu, crypto x86/twofish_avx: Simplify the twofish_i...
2015-05-19 Ingo Molnarx86/fpu, crypto x86/camellia_aesni_avx2: Simplify the...
2015-05-19 Ingo Molnarx86/fpu, crypto x86/sha256_ssse3: Simplify the sha256_s...
2015-05-19 Ingo Molnarx86/fpu, crypto x86/camellia_aesni_avx: Simplify the...
2015-05-19 Ingo Molnarx86/fpu: Move xfeature type enumeration to fpu/types.h
2015-05-19 Ingo Molnarx86/fpu: Enumerate xfeature bits
2015-05-19 Ingo Molnarx86/fpu: Simplify print_xstate_features()
2015-05-19 Ingo Molnarx86/fpu: Introduce cpu_has_xfeatures(xfeatures_mask...
2015-05-19 Ingo Molnarx86/fpu: Rename fpu/xsave.c to fpu/xstate.c
2015-05-19 Ingo Molnarx86/fpu: Rename fpu/xsave.h to fpu/xstate.h
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()
next