summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds118-1576/+4647
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds26-631/+3415
2012-01-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds68-2600/+3618
2012-01-10Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds35-284/+325
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds48-337/+1215
2012-01-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds12-178/+722
2012-01-10Merge branch 'upstream-linus' of git://github.com/jgarzik/libata-devLinus Torvalds26-323/+321
2012-01-10Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds32-227/+1061
2012-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds1-2/+2
2012-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-13/+11
2012-01-10Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds8-33/+36
2012-01-10Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-61/+367
2012-01-10Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds28-740/+1581
2012-01-10Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds6-31/+39
2012-01-10Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2-14/+7
2012-01-10Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds14-1130/+776
2012-01-10Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds15-174/+191
2012-01-10netdev: make net_device_ops conststephen hemminger2-3/+2
2012-01-10bcm63xx: make ethtool_ops conststephen hemminger1-1/+1
2012-01-10usbnet: make ethtool_ops conststephen hemminger4-5/+5
2012-01-10Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds459-36009/+24338
2012-01-10Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds183-3727/+4727
2012-01-10Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds38-564/+1953
2012-01-10Merge branch 'char-misc-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-123/+123
2012-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-35/+22
2012-01-09Merge branch 'samsung/driver' into next/driversArnd Bergmann154-1002/+2693
2012-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds6-141/+328
2012-01-09Merge branch 'samsung/dt' into samsung/cleanupArnd Bergmann157-1095/+2760
2012-01-09xen/pciback: Expand the warning message to include domain id.Konrad Rzeszutek Wilk1-2/+2
2012-01-09Merge branch 'hid-battery' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Jiri Kosina3-29/+87
2012-01-09Merge branch 'next' into for-linusDmitry Torokhov5453-285133/+415966
2012-01-098139cp: fix missing napi_gro_flush.françois romieu1-0/+1
2012-01-09... and the same for gadgetfsAl Viro1-15/+11
2012-01-09functionfs: unfuck failure exits on mountAl Viro1-20/+11
2012-01-09ahci: support the STA2X11 I/O HubAlessandro Rubini1-5/+21
2012-01-09pata_bf54x: fix BMIDE status register emulationSergei Shtylyov1-18/+2
2012-01-09ata: add ata port hibernate callbacksLin Ming1-4/+36
2012-01-09ata: update ata port's runtime status during system resumeLin Ming1-2/+16
2012-01-09[SCSI] runtime resume parent for child's system-resumeLin Ming1-1/+10
2012-01-09ahci: platform support for suspend/resumeBrian Norris1-0/+68
2012-01-09libata-core: kill duplicate statement in ata_do_set_mode()Sergei Shtylyov1-2/+2
2012-01-09pata_of_platform: remove direct dependency on OF_IRQRob Herring2-10/+7
2012-01-09SATA/PATA: convert drivers/ata/* to use module_platform_driver()Axel Lin12-158/+13
2012-01-09pata_cs5536: forward port changes from cs5536Bartlomiej Zolnierkiewicz1-57/+42
2012-01-09libata-sff: use ATAPI_{COD|IO}Sergei Shtylyov1-2/+2
2012-01-09ata: add ata port runtime PM callbacksLin Ming3-0/+15
2012-01-09ata: add ata port system PM callbacksLin Ming3-70/+76
2012-01-09[SCSI] sd: check runtime PM status in sd_shutdownLin Ming1-0/+5
2012-01-09[SCSI] check runtime PM status in system PMLin Ming1-1/+15
2012-01-09[SCSI] add flag to skip the runtime PM calls on the hostLin Ming1-2/+3