summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-12-11Merge tag 'sound-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-12-11Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-11Merge tag 'fbdev-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...Linus Torvalds
2014-12-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2014-12-11Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fu...Linus Torvalds
2014-12-11Merge tag 'spi-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2014-12-11Merge tag 'edac/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2014-12-11Fix race condition between vxlan_sock_add and vxlan_sock_releaseMarcelo Leitner
2014-12-11net/macb: fix compilation warning for print_hex_dump() called with skb->mac_h...Cyrille Pitchen
2014-12-11Merge tag 'media/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-12-11Merge branch 'mlx4-next'David S. Miller
2014-12-11net/mlx4: Add support for A0 steeringMatan Barak
2014-12-11net/mlx4: Refactor QUERY_PORTMatan Barak
2014-12-11net/mlx4_core: Add explicit error message when rule doesn't meet configurationMatan Barak
2014-12-11net/mlx4: Add A0 hybrid steeringMatan Barak
2014-12-11net/mlx4: Add mlx4_bitmap zone allocatorMatan Barak
2014-12-11net/mlx4: Add a check if there are too many reserved QPsDotan Barak
2014-12-11net/mlx4: Change QP allocation schemeEugenia Emantayev
2014-12-11net/mlx4_core: Use tasklet for user-space CQ completion eventsMatan Barak
2014-12-11net/mlx4_core: Mask out host side virtualization features for guestsOr Gerlitz
2014-12-11net/mlx4_en: Set csum level for encapsulated packetsOr Gerlitz
2014-12-11Merge tag 'backlight-for-linus-3.19' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-12-11be2net: Export tunnel offloads only when a VxLAN tunnel is createdSriharsha Basavapatna
2014-12-11gianfar: Fix dma check map error when DMA_API_DEBUG is enabledKevin Hao
2014-12-11cxgb4/csiostor: Don't use MASTER_MUST for fw_hello callHariprasad Shenai
2014-12-11Merge tag 'pinctrl-v3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-12-10Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-12-10Merge tag 'ktest-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2014-12-10Merge branch 'fec-next'David S. Miller
2014-12-10net: fec: only enable mdio interrupt before phy device link upNimrod Andy
2014-12-10net: fec: clear all interrupt events to support i.MX6SXNimrod Andy
2014-12-10net: fec: reset fep link status in suspend functionNimrod Andy
2014-12-10Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-12-10net: sock: fix access via invalid file descriptorAlexei Starovoitov
2014-12-10Merge tag 'ftracetest-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-12-10Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds
2014-12-10exit: pidns: fix/update the comments in zap_pid_ns_processes()Oleg Nesterov
2014-12-10exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exitingOleg Nesterov
2014-12-10exit: exit_notify: re-use "dead" list to autoreap currentOleg Nesterov
2014-12-10exit: reparent: call forget_original_parent() under tasklist_lockOleg Nesterov
2014-12-10exit: reparent: avoid find_new_reaper() if no childrenOleg Nesterov
2014-12-10exit: reparent: introduce find_alive_thread()Oleg Nesterov
2014-12-10exit: reparent: introduce find_child_reaper()Oleg Nesterov
2014-12-10exit: reparent: document the ->has_child_subreaper checksOleg Nesterov
2014-12-10exit: reparent: s/while_each_thread/for_each_thread/ in find_new_reaper()Oleg Nesterov
2014-12-10exit: reparent: fix the cross-namespace PR_SET_CHILD_SUBREAPER reparentingOleg Nesterov