| Commit message (Expand) | Author | Age |
* | [SPARC64]: Use in-kernel PROM tree for EBUS and ISA. | David S. Miller | 2006-06-24 |
* | [SPARC64]: Convert sparc64 PCI layer to in-kernel device tree. | David S. Miller | 2006-06-24 |
* | [SPARC64]: Convert sun4v virtual-device layer to in-kernel PROM device tree. | David S. Miller | 2006-06-24 |
* | [SBUS]: Start cleaning up generic sbus support layer. | David S. Miller | 2006-06-24 |
* | [PATCH] fix typo in acpi video brightness changes. | Dave Jones | 2006-06-24 |
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2006-06-23 |
|\ |
|
| * | [libata] conversion to new debug scheme, part 1 of $N | Borislav Petkov | 2006-06-23 |
| * | [PATCH] libata: Add ata_scsi_dev_disabled | Brian King | 2006-06-22 |
| * | [libata] Add host lock to struct ata_port | Jeff Garzik | 2006-06-22 |
| * | [PATCH] libata: implement per-dev EH action mask eh_info->dev_action[] | Tejun Heo | 2006-06-22 |
| * | [PATCH] libata-dev: move the CDB-intr DMA blacklisting | Albert Lee | 2006-06-22 |
| * | [PATCH] ahci: disable NCQ support on vt8251 | Tejun Heo | 2006-06-22 |
| * | [libata] ahci: add JMicron PCI IDs | Jeff Garzik | 2006-06-22 |
| * | [libata] sata_nv: add PCI IDs | Jeff Garzik | 2006-06-22 |
| * | [libata] ahci: Add NVIDIA PCI IDs. | Jeff Garzik | 2006-06-22 |
| * | Merge branch 'master' into upstream | Jeff Garzik | 2006-06-22 |
| |\ |
|
| * | | [PATCH] libata: convert several bmdma-style controllers to new EH, take #3 | Tejun Heo | 2006-06-20 |
| * | | [PATCH] sata_via: convert to new EH, take #3 | Tejun Heo | 2006-06-20 |
| * | | [libata] sata_nv: s/spin_lock_irqsave/spin_lock/ in irq handler | Jeff Garzik | 2006-06-20 |
| * | | [PATCH] sata_nv: add hotplug support | Tejun Heo | 2006-06-20 |
| * | | [PATCH] sata_nv: convert to new EH | Tejun Heo | 2006-06-20 |
| * | | [PATCH] sata_nv: better irq handlers | Tejun Heo | 2006-06-20 |
| * | | [PATCH] sata_nv: simplify constants | Tejun Heo | 2006-06-20 |
| * | | [PATCH] sata_nv: kill struct nv_host_desc and nv_host | Tejun Heo | 2006-06-20 |
| * | | [PATCH] sata_nv: kill not-working hotplug code | Tejun Heo | 2006-06-20 |
| * | | Merge branch 'master' into upstream | Jeff Garzik | 2006-06-18 |
| |\ \ |
|
| * \ \ | Merge branch 'master' into upstream | Jeff Garzik | 2006-06-13 |
| |\ \ \ |
|
| * | | | | [libata] Update docs to reflect current driver API | Jeff Garzik | 2006-06-13 |
| * | | | | [PATCH] libata: add host_set->next for legacy two host_sets case, take #3 | Tejun Heo | 2006-06-12 |
| * | | | | [PATCH] libata: fix oops caused rescanning NULL sdev | Tejun Heo | 2006-06-12 |
| * | | | | [PATCH] sata_sil: update device hotplug handling, take #2 | Tejun Heo | 2006-06-12 |
| * | | | | [PATCH] libata: fast exit from EH while unloading | Tejun Heo | 2006-06-12 |
| * | | | | [PATCH] libata: fix ATA_EH_REVALIDATE clearing | Tejun Heo | 2006-06-12 |
| * | | | | [PATCH] libata: fix comment above ata_exec_internal() | Tejun Heo | 2006-06-12 |
| * | | | | [PATCH] sata_sil: add controller unplug detection in sil_interrupt() | Tejun Heo | 2006-06-12 |
| * | | | | [PATCH] Snoop SET FEATURES - WRITE CACHE ENABLE/DISABLE command(v5) | zhao, forrest | 2006-06-12 |
| * | | | | libata: more verbose request_irq() failure | Jeff Garzik | 2006-06-11 |
| * | | | | [PATCH] libata: Setup nbytes in ata_sg_init_one | Brian King | 2006-06-11 |
| * | | | | libata: Adjust initial debugging levels through preprocessor defines. | Borislav Petkov | 2006-06-11 |
| * | | | | [PATCH] sata_sil24: endian anotations | Alexey Dobriyan | 2006-06-11 |
| * | | | | Merge branch 'upstream-fixes' into upstream | Jeff Garzik | 2006-06-11 |
| |\ \ \ \ |
|
| * | | | | | [PATCH] libata: add missing ->data_xfer for pdc_adma | Tejun Heo | 2006-06-11 |
| * | | | | | [PATCH] libata: add missing finish_wait() call in ata_port_wait_eh() | Tejun Heo | 2006-06-10 |
| * | | | | | [PATCH] libata-hp: move ata_do_reset() to libata-eh.c | Tejun Heo | 2006-05-31 |
| * | | | | | [PATCH] libata-hp: killl ops->probe_reset | Tejun Heo | 2006-05-31 |
| * | | | | | [PATCH] sata_sil24: convert to new probing mechanism and add hotplug support | Tejun Heo | 2006-05-31 |
| * | | | | | [PATCH] ahci: convert to new probing mechanism and add hotplug support | Tejun Heo | 2006-05-31 |
| * | | | | | [PATCH] sata_sil: convert to new probing mechanism and add hotplug support | Tejun Heo | 2006-05-31 |
| * | | | | | [PATCH] ata_piix: convert ata_piix to new probing mechanism | Tejun Heo | 2006-05-31 |
| * | | | | | [PATCH] libata-hp: update unload-unplug | Tejun Heo | 2006-05-31 |