summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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/po...Linus Torvalds2-7/+8
2009-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sam...Linus 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/g...Linus Torvalds3-9/+27
2009-10-29Merge branch 'urgent-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus 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 ...Krauth.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-28Merge commit 'gcl/merge' into mergeBenjamin Herrenschmidt2-7/+8
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-21niu: VLAN_ETH_HLEN should be used to make sure that the whole MAC header was ...Joyce Yu1-1/+1
2009-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds6-61/+127
2009-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds6-45/+55
2009-10-22mmc: at91_mci: Don't include asm/mach/mmc.hUwe Kleine-König1-1/+0
2009-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+12
2009-10-21ARM: Fix lubbock defconfig buildRussell King1-0/+1
2009-10-20KS8851: Fix ks8851_set_rx_mode() for IFF_MULTICASTBen Dooks1-1/+1
2009-10-20KS8851: Fix MAC address write orderBen Dooks2-4/+34
2009-10-20KS8851: Add soft reset at probe timeBen Dooks1-0/+3
2009-10-20net: fix section mismatch in fec.cSteven King1-1/+1
2009-10-20pcmcia: Fix possible printk format warningsWolfram Sang4-16/+24
2009-10-20UBI: fix check on unsigned longRoel Kluin1-1/+2
2009-10-20UBI: fix backward compatibilityArtem Bityutskiy2-6/+3
2009-10-18ethoc: clear only pending irqsThomas Chou1-1/+1
2009-10-18ethoc: inline regs accessThomas Chou1-9/+10