aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds43-169/+151
2012-10-10Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds17-361/+2022
2012-10-10Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds37-784/+1873
2012-10-10Merge tag 'for-linus-20121009' of git://git.infradead.org/mtd-2.6Linus Torvalds77-3169/+5990
2012-10-09netdev/phy: Prototype of_mdio_find_bus()Mark Brown1-0/+1
2012-10-09farsync: fix support for over 30 cardsDan Carpenter1-1/+1
2012-10-09be2net: Remove code that stops further access to BE NIC based on UE bitsAjit Khaparde1-2/+5
2012-10-09pch_gbe: Fix build error by selecting all the possible dependencies.Haicheng Li1-0/+3
2012-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1793-27741/+52626
2012-10-09mtd: Disable mtdchar mmap on MMU systemsDavid Woodhouse1-1/+5
2012-10-09Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowells/linux-headersDavid Woodhouse5327-146742/+316777
2012-10-09Fix staging driver use of VM_RESERVEDLinus Torvalds1-1/+1
2012-10-09e1000e: add device IDs for i218Bruce Allan2-0/+4
2012-10-09ixgbe/ixgbevf: Limit maximum jumbo frame size to 9.5K to avoid Tx hangsAlexander Duyck2-2/+2
2012-10-09ixgbevf: Set the netdev number of Tx queuesGreg Rose1-0/+7
2012-10-09Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds47-94/+79
2012-10-09memory-hotplug: update memory block's state and notify userspaceWen Congyang1-4/+27
2012-10-09memory-hotplug: preparation to notify memory block's state at memory hot removeWen Congyang1-6/+3
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov43-65/+44
2012-10-09mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_fileKonstantin Khlebnikov1-14/+3
2012-10-09mm: kill vma flag VM_CAN_NONLINEARKonstantin Khlebnikov1-1/+0
2012-10-09mm: remove __GFP_NO_KSWAPDRik van Riel1-4/+2
2012-10-09Merge tag 'xtensa-next-20121008' of git://github.com/czankel/xtensa-linuxLinus Torvalds3-7/+8
2012-10-09Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds12-135/+2621
2012-10-09net: fix typo in freescale/ucc_geth.cMichael Neuling1-1/+1
2012-10-09Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds12-20/+51
2012-10-08vxlan: fix more sparse warningsStephen Hemminger1-2/+2
2012-10-08net: gro: selective flush of packetsEric Dumazet2-2/+2
2012-10-08skge: Add DMA mask quirk for Marvell 88E8001 on ASUS P5NSLI motherboardGraham Gower1-0/+7
2012-10-08cxgb4: Address various sparse warningsVipul Pandya3-29/+39
2012-10-08Merge tag 'upstream-3.7-rc1-fastmap' of git://git.infradead.org/linux-ubiLinus Torvalds9-211/+2784
2012-10-08Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds30-300/+1014
2012-10-08cxgb4: allocate enough data in t4_memory_rw()Dan Carpenter1-1/+1
2012-10-08Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds36-621/+742
2012-10-07mmc: core: Fixup broken suspend and eMMC4.5 power off notifyUlf Hansson4-87/+35
2012-10-07mmc: sdhci-spear: Add clk_{un}prepare() supportViresh Kumar1-5/+5
2012-10-07mmc: sdhci-spear: add device tree bindingsViresh Kumar1-2/+55
2012-10-07mmc: sdhci-s3c: Add clk_(enable/disable) in runtime suspend/resumeChander Kashyap1-2/+27
2012-10-07mmc: core: Replace MMC_CAP2_BROKEN_VOLTAGE with test for fixed regulatorChris Ball1-4/+6
2012-10-07mmc: sdhci-pxav3: Use sdhci_get_of_property for parsing DT quirksChris Ball1-0/+2
2012-10-07mmc: dt: Support "broken-cd" property in sdhci-pltfmChris Ball1-0/+3
2012-10-07mmc: sdhci-s3c: fix the wrong number of max bus clocksJaehoon Chung1-1/+1
2012-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds2-624/+1187
2012-10-08Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds16-71/+315
2012-10-08Merge tag 'iommu-updates-v3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds10-44/+1071
2012-10-07ptp: use list_move instead of list_del/list_addWei Yongjun1-6/+3
2012-10-07vxlan: remove unused including <linux/version.h>Wei Yongjun1-1/+0
2012-10-07drivers/net/ethernet/marvell/sky2.c: fix error return codePeter Senna Tschudin1-1/+4
2012-10-07drivers/net/ethernet/marvell/skge.c: fix error return codePeter Senna Tschudin1-1/+3
2012-10-07drivers/net/ethernet/sun/sungem.c: fix error return codePeter Senna Tschudin1-1/+2