| Commit message (Expand) | Author | Age | Files | Lines |
* | [SPARC64]: Convert Cheetah memory controller driver to in-kernel PROM tree. | David S. Miller | 2006-06-23 | 1 | -44/+25 |
* | [SPARC64]: Convert central bus layer to in-kernel PROM device tree. | David S. Miller | 2006-06-23 | 4 | -80/+78 |
* | [SPARC64]: Kill ebus/isa range and interrupt mapping struct members. | David S. Miller | 2006-06-23 | 4 | -105/+41 |
* | [SPARC64]: Use in-kernel PROM tree for EBUS and ISA. | David S. Miller | 2006-06-23 | 21 | -450/+440 |
* | [SPARC64]: Convert sparc64 PCI layer to in-kernel device tree. | David S. Miller | 2006-06-23 | 17 | -134/+182 |
* | [SPARC64]: Must run smp_setup_cpu_possible_map() after paging_init() | David S. Miller | 2006-06-23 | 1 | -2/+2 |
* | [SPARC64]: Fix for Niagara memory corruption. | David S. Miller | 2006-06-23 | 3 | -6/+39 |
* | [SPARC64]: Minor bug fix to obp_read_memory(). | David S. Miller | 2006-06-23 | 1 | -2/+19 |
* | [SPARC64]: Convert cpu_find_by_*() interface to in-kernel PROM device tree. | David S. Miller | 2006-06-23 | 6 | -103/+104 |
* | [SPARC64]: Add of_getintprop_default(). | David S. Miller | 2006-06-23 | 2 | -0/+15 |
* | [SPARC64]: Convert sun4v virtual-device layer to in-kernel PROM device tree. | David S. Miller | 2006-06-23 | 3 | -88/+56 |
* | [SPARC64]: Rate limited kernel unaligned trap logging, ala IA64. | David S. Miller | 2006-06-23 | 1 | -0/+9 |
* | [SPARC64]: Disable verbose PCI IRQ probing messages by default. | David S. Miller | 2006-06-23 | 2 | -11/+23 |
* | [SPARC64]: Use in-kernel OBP device tree for PCI controller probing. | David S. Miller | 2006-06-23 | 7 | -385/+312 |
* | [SPARC64]: Add of_find_node_by_{name,type}(). | David S. Miller | 2006-06-23 | 2 | -0/+36 |
* | [SPARC64]: Import OBP device tree into kernel data structures. | David S. Miller | 2006-06-23 | 4 | -1/+626 |
* | [SBUS]: Start cleaning up generic sbus support layer. | David S. Miller | 2006-06-23 | 5 | -125/+87 |
* | [PATCH] fix typo in acpi video brightness changes. | Dave Jones | 2006-06-23 | 1 | -1/+1 |
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2006-06-23 | 32 | -2333/+6505 |
|\ |
|
| * | [libata] conversion to new debug scheme, part 1 of $N | Borislav Petkov | 2006-06-23 | 1 | -26/+47 |
| * | [PATCH] libata: Add ata_scsi_dev_disabled | Brian King | 2006-06-22 | 1 | -10/+31 |
| * | [libata] Add host lock to struct ata_port | Jeff Garzik | 2006-06-22 | 5 | -73/+73 |
| * | [PATCH] libata: implement per-dev EH action mask eh_info->dev_action[] | Tejun Heo | 2006-06-22 | 2 | -16/+71 |
| * | [PATCH] libata-dev: move the CDB-intr DMA blacklisting | Albert Lee | 2006-06-22 | 1 | -10/+9 |
| * | [PATCH] ahci: disable NCQ support on vt8251 | Tejun Heo | 2006-06-22 | 1 | -2/+4 |
| * | [libata] ahci: add JMicron PCI IDs | Jeff Garzik | 2006-06-22 | 1 | -0/+6 |
| * | [libata] sata_nv: add PCI IDs | Jeff Garzik | 2006-06-22 | 1 | -0/+4 |
| * | [libata] ahci: Add NVIDIA PCI IDs. | Jeff Garzik | 2006-06-22 | 1 | -0/+18 |
| * | Merge branch 'master' into upstream | Jeff Garzik | 2006-06-22 | 2778 | -92451/+113059 |
| |\ |
|
| * | | [PATCH] libata: convert several bmdma-style controllers to new EH, take #3 | Tejun Heo | 2006-06-20 | 4 | -16/+21 |
| * | | [PATCH] sata_via: convert to new EH, take #3 | Tejun Heo | 2006-06-20 | 1 | -6/+6 |
| * | | [libata] sata_nv: s/spin_lock_irqsave/spin_lock/ in irq handler | Jeff Garzik | 2006-06-20 | 1 | -6/+4 |
| * | | [PATCH] sata_nv: add hotplug support | Tejun Heo | 2006-06-20 | 1 | -1/+8 |
| * | | [PATCH] sata_nv: convert to new EH | Tejun Heo | 2006-06-20 | 1 | -26/+89 |
| * | | [PATCH] sata_nv: better irq handlers | Tejun Heo | 2006-06-20 | 1 | -17/+194 |
| * | | [PATCH] sata_nv: simplify constants | Tejun Heo | 2006-06-20 | 1 | -19/+12 |
| * | | [PATCH] sata_nv: kill struct nv_host_desc and nv_host | Tejun Heo | 2006-06-20 | 1 | -48/+2 |
| * | | [PATCH] sata_nv: kill not-working hotplug code | Tejun Heo | 2006-06-20 | 1 | -169/+0 |
| * | | Merge branch 'master' into upstream | Jeff Garzik | 2006-06-18 | 10 | -51/+44 |
| |\ \ |
|
| * \ \ | Merge branch 'master' into upstream | Jeff Garzik | 2006-06-13 | 19 | -38/+84 |
| |\ \ \ |
|
| * | | | | [libata] Update docs to reflect current driver API | Jeff Garzik | 2006-06-13 | 2 | -25/+81 |
| * | | | | [PATCH] libata: add host_set->next for legacy two host_sets case, take #3 | Tejun Heo | 2006-06-12 | 3 | -3/+19 |
| * | | | | [PATCH] libata: fix oops caused rescanning NULL sdev | Tejun Heo | 2006-06-12 | 1 | -8/+9 |
| * | | | | [PATCH] sata_sil: update device hotplug handling, take #2 | Tejun Heo | 2006-06-12 | 1 | -1/+19 |
| * | | | | [PATCH] libata: fast exit from EH while unloading | Tejun Heo | 2006-06-12 | 1 | -0/+4 |
| * | | | | [PATCH] libata: fix ATA_EH_REVALIDATE clearing | Tejun Heo | 2006-06-12 | 1 | -3/+3 |
| * | | | | [PATCH] libata: fix comment above ata_exec_internal() | Tejun Heo | 2006-06-12 | 1 | -1/+3 |
| * | | | | [PATCH] sata_sil: add controller unplug detection in sil_interrupt() | Tejun Heo | 2006-06-12 | 1 | -1/+2 |
| * | | | | libata: fix build, by adding required workqueue member to port struct | Jeff Garzik | 2006-06-12 | 1 | -0/+1 |
| * | | | | [PATCH] Snoop SET FEATURES - WRITE CACHE ENABLE/DISABLE command(v5) | zhao, forrest | 2006-06-12 | 5 | -0/+44 |