Age | Commit message (Expand) | Author | Files | Lines |
2006-11-29 | [PATCH] libata: add missing sht->slave_destroy | Tejun Heo | 38 | -0/+38 |
2006-11-29 | [PATCH] ahci: ignore PORT_IRQ_IF_ERR on JMB controllers | Tejun Heo | 1 | -5/+22 |
2006-11-28 | [PATCH] libata: Fixup ata_sas_queuecmd to handle __ata_scsi_queuecmd failure | Brian King | 1 | -3/+6 |
2006-11-28 | [PATCH] ahci: AHCI mode SATA patch for Intel ICH9 | Jason Gaston | 1 | -0/+11 |
2006-11-28 | [PATCH] libata: don't schedule EH on wcache on/off if old EH | Tejun Heo | 1 | -5/+7 |
2006-11-15 | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -5/+18 |
2006-11-15 | [PATCH] libata: Convert from module_init to subsys_initcall | Brian King | 1 | -1/+1 |
2006-11-14 | libata: fix double-completion on error | Darrick J. Wong | 1 | -1/+1 |
2006-11-14 | [PATCH] pata_artop: fix "& (1 >>" typo | Alexey Dobriyan | 1 | -1/+1 |
2006-11-14 | [PATCH] hpt37x: Check the enablebits | Alan Cox | 1 | -3/+16 |
2006-11-08 | [libata] sata_via: fix obvious typo | Jeff Garzik | 1 | -1/+1 |
2006-11-03 | [libata] Add support for AHCI controllers of MCP67. | Peer Chen | 1 | -0/+8 |
2006-11-03 | [libata] Add support for PATA controllers of MCP67 to pata_amd.c. | Peer Chen | 1 | -0/+2 |
2006-11-02 | Revert "[PATCH] Add 0x7110 piix to ata_piix.c" | Jeff Garzik | 1 | -1/+0 |
2006-11-01 | [libata] sata_nv: Add PCI IDs | Peer Chen | 1 | -4/+8 |
2006-11-01 | [PATCH] ahci: fix status register check in ahci_softreset | Tejun Heo | 1 | -2/+1 |
2006-11-01 | [PATCH] ata_piix: allow 01b MAP for both ICH6M and ICH7M | Tejun Heo | 1 | -32/+5 |
2006-11-01 | [PATCH] libata: unexport ata_dev_revalidate() | Tejun Heo | 2 | -1/+1 |
2006-11-01 | [PATCH] Add 0x7110 piix to ata_piix.c | Jens Axboe | 1 | -0/+1 |
2006-11-01 | [PATCH] sata_sis: fix flags handling for the secondary port | Tejun Heo | 1 | -11/+10 |
2006-10-21 | [PATCH] libata-sff: Allow for wacky systems | Alan Cox | 1 | -0/+9 |
2006-10-21 | [PATCH] ahci: readability tweak | Alan Cox | 1 | -1/+1 |
2006-10-21 | [PATCH] ATA must depend on BLOCK | Adrian Bunk | 1 | -0/+1 |
2006-10-21 | [PATCH] libata: use correct map_db values for ICH8 | Kristen Carlson Accardi | 1 | -2/+2 |
2006-10-11 | Merge branch 'master' into upstream-fixes | Jeff Garzik | 3 | -4/+4 |
2006-10-11 | [PATCH] pata-qdi: fix le32 in data_xfer | Peter Korsgaard | 1 | -1/+1 |
2006-10-11 | [libata] sata_promise: add PCI ID | Jeff Garzik | 1 | -0/+1 |
2006-10-11 | [PATCH] libata: return sense data in HDIO_DRIVE_CMD ioctl | Eran Tromer | 1 | -7/+39 |
2006-10-11 | [PATCH] trivial iomem annotations: sata_promise | Al Viro | 1 | -1/+1 |
2006-10-11 | [PATCH] misc sata __iomem annotations | Al Viro | 2 | -3/+3 |
2006-10-06 | Merge branch 'master' into upstream-fixes | Jeff Garzik | 11 | -37/+24 |
2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 11 | -37/+24 |
2006-10-05 | [PATCH] libata: Don't believe bogus claims in the older PIO mode register | Alan Cox | 1 | -1/+5 |
2006-10-04 | [PATCH] pata: teach ali about rev C8, keep pcmcia driver in sync | Alan Cox | 2 | -3/+5 |
2006-10-04 | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 50 | -415/+351 |
2006-10-03 | [PATCH] pata_hpt366: fix typo | OGAWA Hirofumi | 1 | -1/+1 |
2006-10-01 | [libata] pata_artop: kill gcc warning | Jeff Garzik | 1 | -1/+4 |
2006-09-30 | [PATCH] libata: turn off NCQ if queue depth is adjusted to 1 | Tejun Heo | 1 | -1/+11 |
2006-09-29 | [libata] DocBook minor updates, fixes | Jeff Garzik | 2 | -2/+2 |
2006-09-29 | [libata] PCI ID table cleanup in various drivers | Jeff Garzik | 42 | -235/+215 |
2006-09-28 | [libata] Print out Status register, if a BSY-sleep takes too long | Jeff Garzik | 1 | -2/+4 |
2006-09-28 | [libata] init probe_ent->private_data in a common location | Jeff Garzik | 2 | -2/+3 |
2006-09-28 | [libata] minor PCI IDE probe fixes and cleanups | Jeff Garzik | 1 | -20/+20 |
2006-09-28 | [libata] Use new PCI_VDEVICE() macro to dramatically shorten ID lists | Jeff Garzik | 9 | -150/+91 |
2006-09-28 | [PATCH] Fix reference of uninitialised memory in ata_device_add() | Dave Jones | 1 | -2/+1 |
2006-09-27 | [libata] Don't use old-EH ->eng_timeout() hook when not needed | Jeff Garzik | 34 | -74/+54 |
2006-09-27 | [libata] sata_mv: fix oops by filling in missing hook | Jeff Garzik | 1 | -0/+1 |
2006-09-27 | [libata] One more s/15/ATA_SECONDARY_IRQ/ substitution | Jeff Garzik | 1 | -1/+1 |
2006-09-27 | [libata] pata_serverworks: fill in ->irq_clear hook | Jeff Garzik | 1 | -0/+4 |
2006-09-27 | [PATCH] pata_serverworks: correct PCI ID in cable detection table | Alan Cox | 1 | -2/+2 |