| Commit message (Expand) | Author | Age | Files | Lines |
* | sparc,sparc64: unify kernel/ | Sam Ravnborg | 2008-12-04 | 1 | -1095/+0 |
* | sparc64: Fix PCI resource mapping on sparc64 | Max Dmitrichenko | 2008-11-02 | 1 | -1/+9 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2008-10-11 | 1 | -1/+1 |
|\ |
|
| * | sparc64: Fix missing devices due to PCI bridge test in of_create_pci_dev(). | David S. Miller | 2008-09-23 | 1 | -1/+1 |
* | | sparc64: Fix sparse warnings in pci.c | David S. Miller | 2008-09-12 | 1 | -8/+6 |
* | | sparc64: Record OF device instead of device node pointer in pci_pbm_info. | David S. Miller | 2008-09-11 | 1 | -1/+1 |
* | | sparc64: Get rid of pci_controller_info. | David S. Miller | 2008-09-11 | 1 | -2/+2 |
* | | sparc64: Pass proper parent device down into root pci_create_bus() call. | David S. Miller | 2008-09-02 | 1 | -3/+3 |
* | | sparc64: Convert FIRE PCI controller driver into a real driver. | David S. Miller | 2008-08-30 | 1 | -96/+0 |
* | | sparc64: Convert SABRE PCI controller driver into a real driver. | David S. Miller | 2008-08-30 | 1 | -4/+0 |
* | | sparc64: Convert PSYCHO PCI controller driver into a real driver. | David S. Miller | 2008-08-30 | 1 | -3/+0 |
* | | sparc64: Convert SUN4V PCI controller driver into a real driver. | David S. Miller | 2008-08-30 | 1 | -2/+0 |
* | | sparc64: Convert SCHIZO PCI controller driver into a real driver. | David S. Miller | 2008-08-30 | 1 | -11/+4 |
* | | sparc64: Don't invoke power_init() from pcibios_init(). | David S. Miller | 2008-08-30 | 1 | -4/+0 |
* | | sparc: Kill EBUS driver layer. | David S. Miller | 2008-08-30 | 1 | -2/+2 |
* | | sparc64: Propagate PCI device archdata into OF device tree for EBUS. | David S. Miller | 2008-08-30 | 1 | -2/+6 |
* | | sparc64: Use the cond_syscall()s in kernel/sys_ni.c instead of home-grown copy. | David S. Miller | 2008-08-26 | 1 | -18/+0 |
|/ |
|
* | sparc64: fix up bus_id changes in sparc core code | Greg Kroah-Hartman | 2008-07-22 | 1 | -1/+1 |
* | PCI: make pci_name use dev_name | Greg KH | 2008-07-08 | 1 | -1/+1 |
* | sparc64: Stop creating dummy root PCI host controller devices. | David S. Miller | 2008-05-02 | 1 | -97/+33 |
* | sparc64: Kill unused local ISA bus layer. | David S. Miller | 2008-04-27 | 1 | -2/+0 |
* | [SPARC64]: NUMA device infrastructure. | David S. Miller | 2008-04-24 | 1 | -0/+12 |
* | [SPARC64]: Kill pcic_present(). | David S. Miller | 2008-02-19 | 1 | -21/+0 |
* | [SPARC64]: Implement pci_resource_to_user() | David S. Miller | 2007-12-27 | 1 | -0/+16 |
* | [SPARC64]: ARRAY_SIZE() cleanup | Alejandro Martinez Ruiz | 2007-10-23 | 1 | -2/+1 |
* | [SPARC64]: Kill pci_memspace_mask. | David S. Miller | 2007-10-14 | 1 | -30/+30 |
* | [SPARC64]: Fix booting on V100 systems. | David S. Miller | 2007-09-12 | 1 | -1/+12 |
* | [SPARC64]: Fix several bugs in MSI handling. | David S. Miller | 2007-08-31 | 1 | -1/+0 |
* | [SPARC64]: Fix conflicts in SBUS/PCI/EBUS/ISA DMA handling. | David S. Miller | 2007-07-30 | 1 | -11/+51 |
* | [SPARC64]: Fix sun4u PCI config space accesses on sun4u. | David S. Miller | 2007-07-30 | 1 | -5/+10 |
* | PCI: read revision ID by default | Auke Kok | 2007-07-12 | 1 | -0/+1 |
* | [SPARC64]: Handle PCI bridges without 'ranges' property. | David S. Miller | 2007-06-08 | 1 | -8/+89 |
* | [SPARC64]: PCI device scan is way too verbose by default. | David S. Miller | 2007-05-29 | 1 | -14/+40 |
* | [SPARC64]: pci_resource_adjust() cannot be __init. | David S. Miller | 2007-05-12 | 1 | -2/+2 |
* | [SPARC64]: Use alloc_pci_dev() in PCI bus probes. | David S. Miller | 2007-05-10 | 1 | -1/+1 |
* | [SPARC64]: Kill asm-sparc64/pbm.h | David S. Miller | 2007-05-09 | 1 | -1/+1 |
* | [SPARC64]: Removal of trivial pci_controller_info uses. | David S. Miller | 2007-05-09 | 1 | -2/+0 |
* | [SPARC64]: Move index info pci_pbm_info. | David S. Miller | 2007-05-09 | 1 | -7/+3 |
* | [SPARC64]: Move {setup,teardown}_msi_irq into pci_pbm_info. | David S. Miller | 2007-05-09 | 1 | -11/+5 |
* | [SPARC64]: Move pci_ops into pci_pbm_info. | David S. Miller | 2007-05-09 | 1 | -2/+1 |
* | [SPARC64] PCI: Use root list of pbm's instead of pci_controller_info's | David S. Miller | 2007-05-09 | 1 | -6/+6 |
* | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 1 | -1/+0 |
* | [SPARC64]: Fix section mismatch warnings in arch/sparc64/kernel/pci.c | David S. Miller | 2007-05-07 | 1 | -14/+14 |
* | [SPARC64]: SUN4U PCI-E controller support. | David S. Miller | 2007-05-07 | 1 | -0/+9 |
* | MSI: arch must connect the irq and the msi_desc | Michael Ellerman | 2007-05-03 | 1 | -2/+2 |
* | [SPARC64]: Fix PCI rework to adhere to of_get_property() const return. | David S. Miller | 2007-04-26 | 1 | -1/+1 |
* | [SPARC64]: Force dummy host controller onto bus zero. | David S. Miller | 2007-04-26 | 1 | -8/+10 |
* | [SPARC64]: Add dummy host controller to root of all PCI domains. | David S. Miller | 2007-04-26 | 1 | -30/+89 |
* | [SPARC64]: Const'ify pci_iommu_ops. | David S. Miller | 2007-04-26 | 1 | -2/+2 |
* | [SPARC64]: Kill pci_controller->pbms_same_domain | David S. Miller | 2007-04-26 | 1 | -63/+12 |