| Commit message (Expand) | Author | Age | Files | Lines |
* | [libata] sata_svw, sata_vsc: kill iomem warnings | Jeff Garzik | 2006-12-20 | 2 | -37/+47 |
* | [PATCH] libata: take scmd->cmd_len into account when translating SCSI commands | Tejun Heo | 2006-12-20 | 1 | -4/+25 |
* | [PATCH] libata: kill @cdb argument from xlat methods | Tejun Heo | 2006-12-20 | 1 | -17/+13 |
* | [PATCH] libata: clean up variable name usage in xlat related functions | Tejun Heo | 2006-12-20 | 1 | -112/+105 |
* | [libata] Move some PCI IDs from sata_nv to ahci | Peer Chen | 2006-12-20 | 2 | -8/+8 |
* | [libata] pata_via: suspend/resume support fix | Andrew Morton | 2006-12-20 | 1 | -1/+1 |
* | [libata] pata_cs5530: suspend/resume support tweak | Andrew Morton | 2006-12-20 | 1 | -1/+2 |
* | [PATCH] pata_via: Cable detect error | Alan | 2006-12-16 | 1 | -2/+7 |
* | [PATCH] Fix help text for CONFIG_ATA_PIIX | Alan | 2006-12-16 | 1 | -3/+3 |
* | [PATCH] initializer entry defined twice in pata_rz1000 | Ira Snyder | 2006-12-16 | 1 | -2/+0 |
* | [PATCH] ata: fix platform_device_register_simple() error check | Akinobu Mita | 2006-12-16 | 3 | -5/+7 |
* | [PATCH] ahci: do not mangle saved HOST_CAP while resetting controller | Tejun Heo | 2006-12-16 | 1 | -2/+0 |
* | [PATCH] libata: don't initialize sg in ata_exec_internal() if DMA_NONE (take #2) | Tejun Heo | 2006-12-16 | 1 | -4/+10 |
* | [libata] sata_svw: Disable ATAPI DMA on current boards (errata workaround) | Jeff Garzik | 2006-12-16 | 1 | -7/+34 |
* | [libata] use kmap_atomic(KM_IRQ0) in SCSI simulator | Jeff Garzik | 2006-12-16 | 1 | -2/+2 |
* | [PATCH] ata_piix: use piix_host_stop() in ich_pata_ops | Tejun Heo | 2006-12-16 | 1 | -1/+1 |
* | [PATCH] ata_piix: IDE mode SATA patch for Intel ICH9 | Jason Gaston | 2006-12-16 | 1 | -4/+16 |
* | [PATCH] Fix numerous kcalloc() calls, convert to kzalloc() | Robert P. J. Day | 2006-12-13 | 1 | -2/+2 |
* | [PATCH] libata: Incorrect timing computation for PIO5/6 | Alan | 2006-12-07 | 1 | -1/+1 |
* | [PATCH] sata_promise: new EH conversion, take 2 | Mikael Pettersson | 2006-12-07 | 1 | -12/+68 |
* | [PATCH] libata: let ATA_FLAG_PIO_POLLING use polling pio for ATA_PROT_NODATA | Albert Lee | 2006-12-07 | 1 | -0/+1 |
* | [PATCH] sata_promise: cleanups, take 2 | Mikael Pettersson | 2006-12-07 | 1 | -31/+9 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 2006-12-06 | 1 | -10/+5 |
|\ |
|
| * | [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation | Dominik Brodowski | 2006-12-04 | 1 | -7/+0 |
| * | [PATCH] pcmcia: remove manf_id and card_id indirection | Dominik Brodowski | 2006-12-04 | 1 | -3/+3 |
| * | [PATCH] pcmcia: yet another IDE ID | Marcin Juszkiewicz | 2006-12-04 | 1 | -0/+1 |
| * | [PATCH] pcmcia: Add an id to ide-cs.c | Matt Reimer | 2006-12-04 | 1 | -0/+1 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 2006-12-05 | 56 | -942/+3769 |
|\| |
|
| * | [PATCH] pata_ali: small fixes | Alan | 2006-12-04 | 1 | -3/+3 |
| * | [PATCH] pata_via: VIA 8251 bridged systems are now out and about | Alan | 2006-12-04 | 1 | -0/+2 |
| * | [PATCH] trivial piix: swap bogus dot for comma space | Alan | 2006-12-04 | 1 | -1/+1 |
| * | [PATCH] sata_promise: PHYMODE4 fixup | Mikael Pettersson | 2006-12-03 | 1 | -0/+11 |
| * | [PATCH] libata: always use polling IDENTIFY | Tejun Heo | 2006-12-03 | 4 | -14/+4 |
| * | [libata] pata_cs5535: fix build | Jeff Garzik | 2006-12-03 | 1 | -1/+1 |
| * | [PATCH] ahci: do not powerdown during initialization | Tejun Heo | 2006-12-03 | 1 | -7/+7 |
| * | [PATCH] libata: prepare ata_sg_clean() for invocation from EH | Tejun Heo | 2006-12-03 | 2 | -3/+4 |
| * | [PATCH] libata: separate out rw ATA taskfile building into ata_build_rw_tf() | Tejun Heo | 2006-12-03 | 3 | -112/+145 |
| * | [PATCH] libata: implement ata_exec_internal_sg() | Tejun Heo | 2006-12-03 | 2 | -7/+46 |
| * | [PATCH] libata: make sure IRQ is cleared after ata_bmdma_freeze() | Tejun Heo | 2006-12-03 | 2 | -3/+10 |
| * | [PATCH] libata: move BMDMA host status recording from EH to interrupt handler | Tejun Heo | 2006-12-03 | 3 | -3/+11 |
| * | [PATCH] libata: make sure sdev doesn't go away while rescanning | Tejun Heo | 2006-12-03 | 1 | -4/+16 |
| * | [PATCH] libata: don't request sense if the port is frozen | Tejun Heo | 2006-12-03 | 1 | -13/+15 |
| * | [PATCH] libata: fix READ CAPACITY simulation | Tejun Heo | 2006-12-03 | 1 | -45/+36 |
| * | [PATCH] libata: implement ATA_FLAG_SETXFER_POLLING and use it in pata_via, ta... | Tejun Heo | 2006-12-03 | 2 | -6/+14 |
| * | [PATCH] libata: set IRQF_SHARED for legacy PCI IDE IRQs | Tejun Heo | 2006-12-03 | 1 | -0/+1 |
| * | [PATCH] libata: kill unnecessary sht->max_sectors initializations | Tejun Heo | 2006-12-03 | 43 | -49/+0 |
| * | [PATCH] libata: add missing sht->slave_destroy | Tejun Heo | 2006-12-03 | 4 | -0/+4 |
| * | [PATCH] libata: print cdb[0] in failed qc report | Tejun Heo | 2006-12-01 | 1 | -2/+3 |
| * | [PATCH] sata_nv: fix ATAPI in ADMA mode | Robert Hancock | 2006-12-01 | 1 | -130/+188 |
| * | [PATCH] pata_marvell: merge Mandriva patches | Alan | 2006-12-01 | 1 | -3/+3 |