index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
sparc64
/
kernel
/
pci_sabre.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sparc,sparc64: unify kernel/
Sam Ravnborg
2008-12-04
1
-609
/
+0
*
sparc64: Kill hand-crafted I/O accessors in PCI controller drivers.
David S. Miller
2008-09-10
1
-39
/
+22
*
sparc64: Commonize large portions of PSYCHO error handling.
David S. Miller
2008-09-10
1
-218
/
+5
*
sparc64: Create and use psycho_pbm_init_common().
David S. Miller
2008-09-10
1
-18
/
+1
*
sparc64: Start commonizing code common between SABRE and PSYCHO.
David S. Miller
2008-09-10
1
-61
/
+2
*
sparc64: Record OF device instead of device node pointer in pci_pbm_info.
David S. Miller
2008-09-10
1
-2
/
+2
*
sparc64: Get rid of pci_controller_info.
David S. Miller
2008-09-10
1
-17
/
+16
*
sparc64: Pass proper parent device down into root pci_create_bus() call.
David S. Miller
2008-09-01
1
-5
/
+8
*
sparc64: Simplify error handling in PCI controller probing.
David S. Miller
2008-08-31
1
-12
/
+13
*
sparc: Annotate of_device_id arrays with const or __initdata.
David S. Miller
2008-08-31
1
-1
/
+1
*
sparc64: Convert SABRE PCI controller driver into a real driver.
David S. Miller
2008-08-30
1
-41
/
+85
*
sparc: don't use asm/of_device.h
Stephen Rothwell
2008-08-07
1
-1
/
+1
*
[SPARC64]: NUMA device infrastructure.
David S. Miller
2008-04-23
1
-1
/
+3
*
[SPARC64]: Fix of section mismatch warnings.
Sam Ravnborg
2008-01-21
1
-3
/
+4
*
[SPARC64]: Fix conflicts in SBUS/PCI/EBUS/ISA DMA handling.
David S. Miller
2007-07-30
1
-13
/
+22
*
[SPARC64]: Fix 2 bugs in PCI Sabre bus scanning.
David S. Miller
2007-06-07
1
-6
/
+11
*
[SPARC64]: Use machine description and OBP properly for cpu probing.
David S. Miller
2007-05-29
1
-3
/
+4
*
[SPARC64] PCI: Consolidate PCI access code into pci_common.c
David S. Miller
2007-05-09
1
-286
/
+2
*
[SPARC64]: Fix request_irq() ignored result warnings in PCI controller code.
David S. Miller
2007-05-08
1
-4
/
+14
*
[SPARC64]: Kill asm-sparc64/pbm.h
David S. Miller
2007-05-08
1
-1
/
+1
*
[SPARC64]: Removal of trivial pci_controller_info uses.
David S. Miller
2007-05-08
1
-29
/
+28
*
[SPARC64]: Move index info pci_pbm_info.
David S. Miller
2007-05-08
1
-53
/
+53
*
[SPARC64]: Move pci_ops into pci_pbm_info.
David S. Miller
2007-05-08
1
-1
/
+1
*
[SPARC64] PCI: Use root list of pbm's instead of pci_controller_info's
David S. Miller
2007-05-08
1
-15
/
+16
*
[SPARC64] PCI: Use common routine to fetch PBM properties.
David S. Miller
2007-05-08
1
-7
/
+1
*
[SPARC64]: Convert PCI over to generic struct iommu/strbuf.
David S. Miller
2007-04-26
1
-6
/
+5
*
[SPARC64]: Fix PCI rework to adhere to of_get_property() const return.
David S. Miller
2007-04-26
1
-3
/
+3
*
[SPARC64]: Add dummy host controller to root of all PCI domains.
David S. Miller
2007-04-26
1
-0
/
+12
*
[SPARC64]: Kill pbm->pci_first_slot.
David S. Miller
2007-04-26
1
-1
/
+0
*
[SPARC64]: Kill pci_controller->pbms_same_domain
David S. Miller
2007-04-26
1
-1
/
+0
*
[SPARC64]: Kill pci_controller->base_address_update().
David S. Miller
2007-04-26
1
-46
/
+0
*
[SPARC64]: Kill pci_controller->resource_adjust()
David S. Miller
2007-04-26
1
-17
/
+0
*
[SPARC64]: Consolidate PCI mem/io resource determination.
David S. Miller
2007-04-26
1
-35
/
+3
*
[SPARC64]: Fix sabre pci controllers with new probing scheme.
David S. Miller
2007-04-26
1
-278
/
+62
*
[SPARC64]: Probe PCI bus using OF device tree.
David S. Miller
2007-04-26
1
-45
/
+8
*
[SPARC64]: Compute dma_end argument to sabre_pbm_init() correctly.
David S. Miller
2006-10-19
1
-1
/
+1
*
[SPARC64]: Fix PCI memory space root resource on Hummingbird.
David S. Miller
2006-10-17
1
-4
/
+19
*
[PATCH] sparc64 pt_regs fixes
Al Viro
2006-10-08
1
-3
/
+3
*
[PATCH] irq-flags: SPARC64: Use the new IRQF_ constants
Thomas Gleixner
2006-07-02
1
-3
/
+3
*
[SPARC64]: of_device layer IRQ resolution
David S. Miller
2006-06-29
1
-135
/
+23
*
[SPARC64]: Convert sparc64 PCI layer to in-kernel device tree.
David S. Miller
2006-06-23
1
-2
/
+2
*
[SPARC64]: Convert cpu_find_by_*() interface to in-kernel PROM device tree.
David S. Miller
2006-06-23
1
-6
/
+3
*
[SPARC64]: Use in-kernel OBP device tree for PCI controller probing.
David S. Miller
2006-06-23
1
-110
/
+82
*
[SPARC64]: Move over to GENERIC_HARDIRQS.
David S. Miller
2006-06-20
1
-2
/
+2
*
[SPARC64]: Virtualize IRQ numbers.
David S. Miller
2006-06-20
1
-9
/
+9
*
[SPARC64]: Kill ino_bucket->pil
David S. Miller
2006-06-20
1
-79
/
+2
*
[SPARC64]: Fix new context version SMP handling.
David S. Miller
2006-03-20
1
-7
/
+7
*
[SPARC64]: kzalloc() conversion
Eric Sesterhenn
2006-03-20
1
-6
/
+3
*
[SPARC64]: Consolidate common PCI IOMMU init code.
David S. Miller
2005-10-13
1
-35
/
+4
*
[PATCH] Make sparc64 use setup-res.c
David S. Miller
2005-09-08
1
-18
/
+18
[next]