aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-02-10RDMA/cma: Increment port number after close to avoid re-useSean Hefty1-10/+56
2007-02-10IB/ehca: Fix memleak on module unloadingAkinobu Mita1-0/+2
2007-02-10IB/mthca: Work around gcc bug on sparc64David Howells1-2/+7
2007-02-10IPoIB: Connected mode experimental supportMichael S. Tsirkin9-32/+1575
2007-02-10IB/core: Use ARRAY_SIZE macro for mandatory_tableAhmed S. Darwish1-1/+2
2007-02-10IB/mthca: Use correct structure size in call to memset()Roland Dreier1-1/+1
2007-02-09libata: kill ATA_ENABLE_PATAJeff Garzik2-4/+0
2007-02-09libata: build fix after dmesg probe output changesJeff Garzik1-2/+2
2007-02-09libata: Early CFA adapters are not required to support mode settingAlan1-0/+4
2007-02-09sata_nv: propagate ata_pci_device_do_resume return valueRobert Hancock1-1/+4
2007-02-09sata_nv: wait for response on entering/leaving ADMA modeRobert Hancock1-2/+39
2007-02-09sata_nv: use ADMA for NODATA commandsRobert Hancock1-7/+25
2007-02-09sata_nv: cleanup ADMA error handlingRobert Hancock1-75/+72
2007-02-09(2.6.20) pata_mpiix: probing cleanup (resend)Sergei Shtylyov1-7/+6
2007-02-09(2.6.20) pata_mpiix: fix PIO setup issuesSergei Shtylyov1-9/+10
2007-02-09(2.6.20) pata_oldpiix: fix PIO2 underclockingSergei Shtylyov1-8/+10
2007-02-09ata: Add defines for the iordy bitsAlan1-0/+2
2007-02-09Kconfig: clarify ATA_PIIX descriptionAlan1-3/+3
2007-02-09sata_inic162x: fix a few glitches in hardresetTejun Heo1-8/+4
2007-02-09libata: add 150ms between completion of hardreset and status checkingTejun Heo1-0/+3
2007-02-09libata: rearrange dmesg info to add full ATA revisionEric D. Mudama1-21/+31
2007-02-09pata_sl82c105: wrong assumptions about compatible PIO modesSergei Shtylyov1-2/+2
2007-02-09libata: add another IRQ calls (libata drivers)Akira Iguchi60-0/+206
2007-02-09libata: add another IRQ calls (core and headers)Akira Iguchi3-48/+57
2007-02-09git-libata-all: forward declare struct deviceAndrew Morton1-0/+2
2007-02-09libata: convert to iomapTejun Heo63-1448/+977
2007-02-09pata_platform: fix devres conversionTejun Heo1-24/+7
2007-02-09iomap: iomap should be in obj-y not in lib-yTejun Heo1-2/+2
2007-02-09[libata] Shuffle DRV_xxx in core and SiS drivers, to kill warningsJeff Garzik4-1/+5
2007-02-09devres: implement pcim_iomap_regions()Tejun Heo2-0/+55
2007-02-09libata: remove unused functionsTejun Heo2-79/+6
2007-02-09libata: update libata LLDs to use devresTejun Heo59-1245/+355
2007-02-09libata: update libata core layer to use devresTejun Heo5-160/+106
2007-02-09libata: implement ata_host_detach()Tejun Heo3-6/+21
2007-02-09devres: device resource managementTejun Heo21-5/+1853
2007-02-09fix CONFIG_SATA_SIS=y compile errorAdrian Bunk3-4/+6
2007-02-09sata_sis: Support for PATA supportsAlan3-12/+33
2007-02-09libata: implement HDIO_GET_IDENTITYTejun Heo1-1/+42
2007-02-09libata: trivial stuffAlan2-3/+3
2007-02-09sata_promise: kill qc->nsectTejun Heo1-2/+0
2007-02-09libata piix3 support warning fixAndrew Morton1-1/+1
2007-02-09libata: PIIX3 supportAlan1-3/+15
2007-02-09sata_promise: handle ATAPI_NODATA ourselvesMikael Pettersson1-7/+23
2007-02-09sata_promise: issue ATAPI commands as normal packetsMikael Pettersson1-102/+60
2007-02-09sata_promise: ATAPI cleanupMikael Pettersson1-11/+16
2007-02-09sata_inic162x: finally, driver for initio 162x SATA controllers, take #2Tejun Heo3-0/+816
2007-02-09libata: kill qc->nsect and cursectTejun Heo6-25/+13
2007-02-09[libata] sata_vsc: build fix after PCI MSI feature additionJeff Garzik1-4/+4
2007-02-09[libata] sata_vsc: support PCI MSIDan Wolstenholme1-3/+41
2007-02-09libata: handle pci_enable_device() failure while resumingTejun Heo5-9/+30