summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2007-05-22[SCSI] aic7xxx: fix aicasm build failure with gcc-3.4.6James Bottomley2-0/+2
2007-05-22[SCSI] aacraid: apply commit config for reset_devices flagSalyzyn, Mark3-5/+14
2007-05-22[SCSI] sd: fix refcounting regression in suspend/resume routinesAlan Stern1-7/+11
2007-05-16[SCSI] aacraid: fix panic on short InquiryJames Bottomley1-2/+2
2007-05-16[SCSI] aacraid: Correct sa platform support. (Was: [Bug 8469] Bad EIP value o...Salyzyn, Mark3-2/+10
2007-05-16[SCSI] tgt: fix a rdma indirect transfer error bugFUJITA Tomonori1-0/+1
2007-05-16[SCSI] stex: minor cleanup and version updateEd Lin1-3/+13
2007-05-16[SCSI] stex: fix reset recovery for console deviceEd Lin1-0/+7
2007-05-16[SCSI] stex: extend hard reset wait timeEd Lin1-1/+6
2007-05-16[SCSI] stex: fix id mapping issueEd Lin2-32/+29
2007-05-16[SCSI] ipr: Proper return codes for eh_dev_reset for SATA devicesBrian King1-0/+7
2007-05-16[SCSI] zfcp: IO stall after deleting and path checker changes after reenablin...Michael Loehr3-4/+5
2007-05-16[SCSI] zfcp: avoid clutter in erp_dbfMartin Peschke1-27/+13
2007-05-15rpadlpar breakage - fallout of struct subsystem removalAl Viro1-2/+3
2007-05-15em28xx and ivtv should depend on PCIAl Viro2-2/+2
2007-05-15missing includes in mlx4Al Viro4-0/+4
2007-05-15missing dependencies for USB drivers in inputAl Viro5-0/+12
2007-05-15missing mm.h in fw-ohciAl Viro1-0/+1
2007-05-15Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds18-679/+340
2007-05-16Use menuconfig objects: IDEJan Engelhardt1-11/+4
2007-05-16sl82c105: Switch to ref counting APIAlan Cox1-3/+5
2007-05-16ide: remove ide_use_dma()Bartlomiej Zolnierkiewicz1-37/+5
2007-05-16ide: add missing validity checks for identify words 62 and 63Bartlomiej Zolnierkiewicz1-2/+4
2007-05-16ide: remove ide_dma_enable()Bartlomiej Zolnierkiewicz8-100/+11
2007-05-16sl82c105: add speedproc() method and MWDMA0/1 supportSergei Shtylyov1-5/+66
2007-05-16cs5530/sc1200: add ->speedproc supportBartlomiej Zolnierkiewicz2-46/+81
2007-05-16cs5530/sc1200: DMA support cleanupBartlomiej Zolnierkiewicz2-21/+13
2007-05-16ide: use ide_tune_dma() part #2Bartlomiej Zolnierkiewicz4-58/+4
2007-05-16cs5530/sc1200: add ->udma_filter methodsBartlomiej Zolnierkiewicz2-117/+89
2007-05-16ide: always disable DMA before tuning itBartlomiej Zolnierkiewicz2-0/+2
2007-05-16pdc202xx_new: use ide_tune_dma()Bartlomiej Zolnierkiewicz1-28/+1
2007-05-16alim15x3: use ide_tune_dma()Bartlomiej Zolnierkiewicz1-62/+7
2007-05-16sis5513: PIO mode setup fixesBartlomiej Zolnierkiewicz1-49/+36
2007-05-16serverworks: PIO mode setup fixesBartlomiej Zolnierkiewicz1-53/+15
2007-05-16pdc202xx_old: rewrite mode programming code (v2)Bartlomiej Zolnierkiewicz1-134/+44
2007-05-15ucc_geth: eliminate max-speed, change interface-type to phy-connection-typeKim Phillips3-33/+26
2007-05-15smc911x: fix compilation breakageVitaly Wool1-4/+2
2007-05-15pasemi_mac: Fix local-mac-address parsingolof@lixom.net1-3/+14
2007-05-15pasemi_mac: Terminate PCI ID listolof@lixom.net1-0/+1
2007-05-15pasemi_mac: Interrupt ack fixesOlof Johansson1-14/+13
2007-05-15pasemi_mac: Fix register definesolof@lixom.net1-2/+2
2007-05-15Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds1-3/+3
2007-05-15Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds17-133/+154
2007-05-14Revert "ipmi: add new IPMI nmi watchdog handling"Linus Torvalds1-92/+42
2007-05-14IPoIB/cm: Optimize stale connection detectionMichael S. Tsirkin1-4/+7
2007-05-14IB/mthca: Set cleaned CQEs back to HW ownership when cleaning CQMichael S. Tsirkin1-1/+3
2007-05-14IB/mthca: Fix posting >255 recv WRs for TavorMichael S. Tsirkin1-0/+1
2007-05-14RDMA/cma: Add check to validate that cm_id is bound to a deviceSean Hefty1-4/+8
2007-05-14RDMA/cma: Fix synchronization with device removal in cma_iw_handlerSean Hefty1-2/+3
2007-05-14RDMA/cma: Simplify device removal handling codeSean Hefty1-41/+48