aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-11/+2
2009-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-0/+1
2009-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds8-25/+43
2009-10-29Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds3-17/+47
2009-10-29ray_cs: Fix copy_from_user handlingAlan Cox1-1/+1
2009-10-29dpt_i2o: Fix up copy*userAlan Cox1-0/+4
2009-10-29Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds2-7/+8
2009-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds2-2/+3
2009-10-29Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6Linus Torvalds3-7/+5
2009-10-29Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds3-9/+27
2009-10-29Merge branch 'urgent-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds13-38/+54
2009-10-29Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+1
2009-10-29lis3: add support for the HP HDX 18Ian E. Morgan1-0/+1
2009-10-29lis3: add support for the HP EliteBook 8530wÉric Piel1-0/+1
2009-10-29lis3: better support for hp 6730xPavel Herrmann1-1/+2
2009-10-29cpuidle: always return with interrupts enabledKevin Hilman1-1/+4
2009-10-29edac: i5100 fix initialization codeKeith Mannthey1-3/+4
2009-10-29edac: i5400 fix missing CONFIG_PCI defineIra W. Snyder1-0/+2
2009-10-29edac: i5400 fix csrow mappingJeff Roberson1-61/+28
2009-10-29twl4030-gpio: remove __devexit markings from remove funcMike Frysinger1-2/+3
2009-10-298250_pci: add IBM Saturn serial cardBenjamin Herrenschmidt1-0/+11
2009-10-29serial: add ADDI-DATA GmbH PCI-Express communication cards in 8250_pci.c and pci_ids.hKrauth.Julien1-0/+67
2009-10-29atmel_serial: fix bad BUILD_BUG_ON() usageHaavard Skinnemoen1-1/+1
2009-10-29loop: fix NULL dereference if mount failsAlexey Dobriyan1-1/+1
2009-10-29omap_hsmmc: add missing probe handler hookRoger Quadros1-1/+1
2009-10-28drm/kms: fix kms/fbdev colormap support properly.Dave Airlie1-13/+29
2009-10-28drm: Add the basic check for the detailed timing in EDIDZhao Yakui1-0/+15
2009-10-28drm/radeon/kms: ignore vga arbiter return.Dave Airlie1-4/+3
2009-10-28Merge commit 'gcl/merge' into mergeBenjamin Herrenschmidt2-7/+8
2009-10-27Revert "PCI: get larger bridge ranges when space is available"Jesse Barnes1-11/+2
2009-10-27mfd: Do not dereference null pointer in twl4030 error pathIlkka Koskinen1-1/+1
2009-10-27mfd: Always initialise WM831x IRQ mutexMark Brown1-1/+2
2009-10-24pcmcia: do not load the pd6729 driver if io_base is NULLKomuro1-0/+6
2009-10-24hwmon: (it87) Fix VID reading on IT8718F/IT8720FJean Delvare1-3/+2
2009-10-24hwmon: (dme1737) No vid attributes for SCH311xJean Delvare1-5/+24
2009-10-24hwmon: (fschmd) Fix check on unsigned in watchdog_write()Roel Kluin1-1/+1
2009-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds5-42/+5
2009-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds11-53/+111
2009-10-22move virtrng_remove to .devexit.textUwe Kleine-König1-1/+1
2009-10-22move virtballoon_remove to .devexit.textUwe Kleine-König1-1/+1
2009-10-22virtio_blk: Revert serial number supportRusty Russell1-34/+3
2009-10-22virtio: let header files include virtio_ids.hChristian Borntraeger5-5/+0
2009-10-22virtio_blk: revert QUEUE_FLAG_VIRT additionChristoph Hellwig1-1/+0
2009-10-22[SCSI] zfcp: Flush SCSI registration work when adding unitChristof Schmitt1-0/+1
2009-10-22[SCSI] zfcp: Fix timer initialization for ct and els requestsChristof Schmitt1-1/+1
2009-10-22[SCSI] zfcp: Warn about storage devices with broken PLOGI dataChristof Schmitt1-2/+9
2009-10-22[SCSI] zfcp: Handle WWPN mismatch in PLOGI payloadChristof Schmitt3-12/+22
2009-10-22[SCSI] zfcp: fix kfree handling in zfcp_init_device_setupHeiko Carstens1-5/+6
2009-10-21niu: VLAN_ETH_HLEN should be used to make sure that the whole MAC header was copied to the head buffer in the Vlan packets caseJoyce Yu1-1/+1
2009-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds6-61/+127