aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-09-01[ARM] cputype: separate definitions, use themRussell King1-3/+1
2008-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-108/+114
2008-08-25bnx2x: Version updateEilon Greenstein1-2/+2
2008-08-25bnx2x: Multi QueueYitchak Gertner1-4/+2
2008-08-25bnx2x: NAPI and interrupts enable/disableYitchak Gertner1-76/+73
2008-08-25bnx2x: NIC load failure cleanupYitchak Gertner1-12/+10
2008-08-25bnx2x: Initialization structureYitchak Gertner1-11/+11
2008-08-25bnx2x: HW lock timeoutEilon Greenstein1-2/+2
2008-08-25bnx2x: Minimize lock timeEilon Greenstein1-1/+4
2008-08-25bnx2x: Fan failure mechanism on additional designEilon Greenstein1-0/+3
2008-08-25bnx2x: Rx work checkEilon Greenstein2-1/+8
2008-08-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds5-37/+32
2008-08-26lguest: update commentryRusty Russell1-0/+8
2008-08-26stop_machine: wean Xen off stop_machine_runRusty Russell1-1/+1
2008-08-26virtio_balloon: fix towards_target when deflating balloonAnthony Liguori1-1/+1
2008-08-23Fix oops in acer_wmi driver (acer_wmi_init)Arjan van de Ven1-0/+5
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk49-53/+0
2008-08-22Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds12-126/+96
2008-08-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds4-14/+25
2008-08-22[libata] pata_it821x: fix warningJeff Garzik1-1/+1
2008-08-22libata: Fix a large collection of DMA mode mismatchesAlan Cox6-11/+11
2008-08-22ahci: sis controllers actually can do PMPTejun Heo1-3/+3
2008-08-22pata_via: clean up recent tf_load changesTejun Heo1-48/+11
2008-08-22libata: restore SControl on detachTejun Heo1-5/+5
2008-08-22libata: use ata_link_printk() when printing SErrorTejun Heo1-1/+1
2008-08-22libata: always do follow-up SRST if hardreset returned -EAGAINTejun Heo1-14/+6
2008-08-22libata: fix EH action overwriting in ata_eh_reset()Tejun Heo1-2/+2
2008-08-22sata_mv: add the Gen IIE flag to the SoC devices.Saeed Bishara1-1/+2
2008-08-22ata_piix: IDE Mode SATA patch for Intel Ibex Peak DeviceIDsSeth Heasley1-0/+8
2008-08-22ahci: RAID mode SATA patch for Intel Ibex Peak DeviceIDsSeth Heasley1-0/+2
2008-08-22sata_mv: don't issue two DMA commands concurrentlyTejun Heo1-24/+10
2008-08-22libata: implement no[hs]rst force paramsTejun Heo2-16/+34
2008-08-21PCI: fix reference leak in pci_get_dev_by_id()Greg KH1-0/+2
2008-08-21PCI: shpchp: Rename duplicate slot name N as N-1, N-2, N-M...Alex Chiang1-19/+15
2008-08-21PCI: pciehp: Rename duplicate slot name N as N-1, N-2, N-M...Alex Chiang3-18/+15
2008-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds9-31/+248
2008-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds38-1032/+191
2008-08-21[S390] dcssblk: fix race in dcssblk_add_store()Gerald Schaefer1-0/+4
2008-08-21[S390] cio: call ccw driver notify function with lock heldPeter Oberparleiter5-38/+41
2008-08-21[S390] dasd: fix data size for PSF/PRSSD commandStefan Weinhuber1-1/+1
2008-08-21[S390] cio: fix ccw group device cleanupPeter Oberparleiter1-8/+12
2008-08-21[S390] qdio: remove the module_get & module_put pairJan Glauber1-4/+0
2008-08-21[S390] qdio: improve s390 debug feature usageJan Glauber3-42/+40
2008-08-21[S390] qdio: prevent oopsing if qdio_establish failsJan Glauber1-1/+5
2008-08-21[S390] drivers/s390: Use an IS_ERR test rather than a NULL testJulien Brunel3-3/+4
2008-08-21USB: sisusbvga: add USB ID for 0711:0918 Magic Control Technology Corp.Stefan Lippers-Hollmann1-0/+1
2008-08-21USB: automatically enable RHSC interruptsAlan Stern22-72/+31
2008-08-21USB: Don't rebind before "complete" callbackAlan Stern1-21/+9
2008-08-21USB: Add new PM callback methods for USBAlan Stern3-19/+72
2008-08-21USB: Defer Set-Interface for suspended devicesAlan Stern1-3/+28