summaryrefslogtreecommitdiff
path: root/drivers
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-10video: mark nuc900fb_map_video_memory as __devinitArnd Bergmann1-1/+1
2012-10-10video/mx3fb: set .owner to prevent module unloading while being usedUwe Kleine-König1-1/+2
2012-10-10video: exynos_dp: use clk_prepare_enable and clk_disable_unprepareJingoo Han1-4/+4
2012-10-10drivers/video/exynos/exynos_mipi_dsi.c: fix error return codePeter Senna Tschudin1-0/+3
2012-10-10drivers/video/savage/savagefb_driver.c: fix error return codePeter Senna Tschudin1-1/+3
2012-10-10video: s3c-fb: use clk_prepare_enable and clk_disable_unprepareThomas Abraham1-14/+14
2012-10-10da8xx-fb: save and restore LCDC context across suspend/resume cycleManjunathappa, Prakash1-0/+65
2012-10-10da8xx-fb: add pm_runtime supportManjunathappa, Prakash1-14/+13
2012-10-10video/udlfb: fix line counting in fb_writeAlexander Holler1-1/+1
2012-10-10Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds37-784/+1873
2012-10-10Merge tag 'for-linus-20121009' of git://git.infradead.org/mtd-2.6Linus Torvalds77-3169/+5990
2012-10-10[media] stk1160: Add support for S-Video inputEzequiel Garcia3-6/+19
2012-10-10Revert "[media] omap3isp: Replace cpu_is_omap3630() with ISP revision check"Mauro Carvalho Chehab1-16/+9
2012-10-10Merge tag 'omap-for-v3.7-rc1/fixes-cpufreq-signed' of git://git.kernel.org/pu...Olof Johansson1-24/+12
2012-10-10Merge tag 'omap-for-v3.7-rc1/fixes-pm-signed' of git://git.kernel.org/pub/scm...Olof Johansson1-4/+4
2012-10-09USB: EHCI: mark ehci_orion_conf_mbus_windows __devinitArnd Bergmann1-1/+1
2012-10-09SCSI: ARM: make fas216_dumpinfo function conditionalArnd Bergmann1-1/+1
2012-10-09SCSI: ARM: ncr5380/oak uses no interruptsArnd Bergmann1-0/+1
2012-10-09ARM: Xen: fix initial build problemsArnd Bergmann2-0/+3
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-09firewire: cdev: fix user memory corruption (i386 userland on amd64 kernel)Stefan Richter1-2/+2
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/dhowel...David Woodhouse5327-146742/+316777
2012-10-09s390/zcrypt: remove duplicated include from zcrypt_pcixcc.cWei Yongjun1-1/+0
2012-10-09s390/dcssblk: cleanup device attribute usageSebastian Ott1-29/+23
2012-10-09Fix staging driver use of VM_RESERVEDLinus Torvalds1-1/+1
2012-10-09[SCSI] storvsc: Account for in-transit packets in the RESET pathK. Y. Srinivasan1-0/+5
2012-10-09[SCSI] qla2xxx: fix potential deadlock on ha->hardware_lockJiri Kosina1-2/+3
2012-10-09[SCSI] scsi_debug: Fix off-by-one bug when unmapping regionLukas Czerner1-1/+1
2012-10-09[SCSI] Shorten the path length of scsi_cmd_to_driver()Li Zhong1-3/+5
2012-10-09[SCSI] virtio-scsi: support online resizing of disksPaolo Bonzini1-1/+30
2012-10-09[SCSI] virtio-scsi: fix LUNs greater than 255Paolo Bonzini1-1/+5
2012-10-09[SCSI] virtio-scsi: initialize scatterlist structureRichard W.M. Jones1-1/+1
2012-10-09[SCSI] megaraid_sas: Version, Changelog, Copyright updateadam radford5-9/+9
2012-10-09[SCSI] megaraid_sas: Remove duplicate codeadam radford2-3/+0
2012-10-09[SCSI] megaraid_sas: Add SystemPD FastPath supportadam radford1-0/+2
2012-10-09[SCSI] megaraid_sas: Add array boundary check for SystemPDadam radford1-1/+2
2012-10-09[SCSI] megaraid_sas: Load io_request DataLength in bytesadam radford1-9/+7
2012-10-09[SCSI] megaraid_sas: Add module param for configurable MSI-X vector countadam radford1-0/+8
2012-10-09[SCSI] megaraid_sas: Remove un-needed completion_lock spinlock callsadam radford1-2/+0
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