summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-01-14Merge branch 'tg3-net'David S. Miller
2015-01-14tg3: Release tp->lock before invoking synchronize_irq()Prashant Sreedharan
2015-01-14tg3: tg3_reset_task() needs to use rtnl_lock to synchronizePrashant Sreedharan
2015-01-14tg3: tg3_timer() should grab tp->lock before checking for tp->irq_syncPrashant Sreedharan
2015-01-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-01-14team: avoid possible underflow of count_pending value for notify_peers and mc...Jiri Pirko
2015-01-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2015-01-14openvswitch: packet messages need their own probe attribtueThomas Graf
2015-01-14i40e: adds FCoE configure optionVasu Dev
2015-01-14cxgb4vf: Fix queue allocation for 40G adapterHariprasad Shenai
2015-01-15Merge tag 'locks-v3.19-1' of git://git.samba.org/jlayton/linuxLinus Torvalds
2015-01-14netdevice: Add missing parentheses in macroBenjamin Poirier
2015-01-15Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-01-14bridge: only provide proxy ARP when CONFIG_INET is enabledArnd Bergmann
2015-01-14ASoC: wm8904: fix runtime warningBo Shen
2015-01-14usb: dwc3: gadget: Stop TRB preparation after limit is reachedAmit Virdi
2015-01-14usb: dwc3: gadget: Fix TRB preparation during SGAmit Virdi
2015-01-14ASoC: simple-card: Fix crash in asoc_simple_card_unref()Geert Uytterhoeven
2015-01-14ASoC: fsl: imx-wm8962: Set the card owner fieldFabio Estevam
2015-01-14gpio: unregister gpiochip device before removing itJohan Hovold
2015-01-14gpio: fix sleep-while-atomic in gpiochip_removeJohan Hovold
2015-01-14gpio: fix memory leak and sleep-while-atomicJohan Hovold
2015-01-14gpio: clean up gpiochip_add error handlingJohan Hovold
2015-01-14gpio: fix gpio-chip list corruptionJohan Hovold
2015-01-14gpio: fix memory and reference leaks in gpiochip_add error pathJohan Hovold
2015-01-14pinctrl: lantiq: remove bogus of_gpio_chip_addJohan Hovold
2015-01-14pinctrl: Fix two deadlocksJim Lin
2015-01-14pinctrl: rockchip: Avoid losing interrupts when supporting both edgesDoug Anderson
2015-01-14gpio: crystalcove: use handle_nested_irqAaron Lu
2015-01-14mmc: sdhci: Set SDHCI_POWER_ON with external vmmcTim Kryger
2015-01-14Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui
2015-01-14neighbour: fix base_reachable_time(_ms) not effective immediatly when changedJean-Francois Remy
2015-01-14net: fec: fix MDIO bus assignement for dual fec SoC'sStefan Agner
2015-01-14Merge branch 'leds-fixes-for-3.19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-01-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds
2015-01-13xen-netfront: use different locks for Rx and Tx statsDavid Vrabel
2015-01-13drivers: net: cpsw: fix multicast flush in dual emac modeMugunthan V N
2015-01-13leds: netxbig: fix oops at probe timeSimon Guinot
2015-01-13cxgb4vf: Initialize mdio_addr before using itHariprasad Shenai
2015-01-13ata: pata_at91: depend on !ARCH_MULTIPLATFORMAlexandre Belloni
2015-01-13devicetree: document the "qemu" and "virtio" vendor prefixesLaszlo Ersek
2015-01-13devicetree: document ARM bindings for QEMU's Firmware Config interfaceLaszlo Ersek
2015-01-13Documentation: of: fix typo in graph bindingsKaixu Xia
2015-01-13dma-mapping: fix debug print to display correct dma_pfn_offsetMurali Karicheri
2015-01-13of: replace Asahi Kasei Corp vendor prefixKuninori Morimoto
2015-01-13ARM: dt: GIC: Spelling s/specific/specifier/, s/flaggs/flags/Geert Uytterhoeven
2015-01-13dt/bindings: arm-boards: Spelling s/pointong/pointing/Geert Uytterhoeven
2015-01-13MAINTAINERS: Update DT website and git repositoryRob Herring
2015-01-13MAINTAINERS: drop DT regex matching on of_get_property and of_match_tableRob Herring
2015-01-13kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val)Christian Borntraeger