index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
sparc64
/
kernel
/
pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-22
sparc64: fix up bus_id changes in sparc core code
Greg Kroah-Hartman
1
-1
/
+1
2008-07-08
PCI: make pci_name use dev_name
Greg KH
1
-1
/
+1
2008-05-02
sparc64: Stop creating dummy root PCI host controller devices.
David S. Miller
1
-97
/
+33
2008-04-27
sparc64: Kill unused local ISA bus layer.
David S. Miller
1
-2
/
+0
2008-04-24
[SPARC64]: NUMA device infrastructure.
David S. Miller
1
-0
/
+12
2008-02-19
[SPARC64]: Kill pcic_present().
David S. Miller
1
-21
/
+0
2007-12-27
[SPARC64]: Implement pci_resource_to_user()
David S. Miller
1
-0
/
+16
2007-10-23
[SPARC64]: ARRAY_SIZE() cleanup
Alejandro Martinez Ruiz
1
-2
/
+1
2007-10-14
[SPARC64]: Kill pci_memspace_mask.
David S. Miller
1
-30
/
+30
2007-09-12
[SPARC64]: Fix booting on V100 systems.
David S. Miller
1
-1
/
+12
2007-08-31
[SPARC64]: Fix several bugs in MSI handling.
David S. Miller
1
-1
/
+0
2007-07-30
[SPARC64]: Fix conflicts in SBUS/PCI/EBUS/ISA DMA handling.
David S. Miller
1
-11
/
+51
2007-07-30
[SPARC64]: Fix sun4u PCI config space accesses on sun4u.
David S. Miller
1
-5
/
+10
2007-07-12
PCI: read revision ID by default
Auke Kok
1
-0
/
+1
2007-06-08
[SPARC64]: Handle PCI bridges without 'ranges' property.
David S. Miller
1
-8
/
+89
2007-05-29
[SPARC64]: PCI device scan is way too verbose by default.
David S. Miller
1
-14
/
+40
2007-05-12
[SPARC64]: pci_resource_adjust() cannot be __init.
David S. Miller
1
-2
/
+2
2007-05-10
[SPARC64]: Use alloc_pci_dev() in PCI bus probes.
David S. Miller
1
-1
/
+1
2007-05-09
[SPARC64]: Kill asm-sparc64/pbm.h
David S. Miller
1
-1
/
+1
2007-05-09
[SPARC64]: Removal of trivial pci_controller_info uses.
David S. Miller
1
-2
/
+0
2007-05-09
[SPARC64]: Move index info pci_pbm_info.
David S. Miller
1
-7
/
+3
2007-05-09
[SPARC64]: Move {setup,teardown}_msi_irq into pci_pbm_info.
David S. Miller
1
-11
/
+5
2007-05-09
[SPARC64]: Move pci_ops into pci_pbm_info.
David S. Miller
1
-2
/
+1
2007-05-09
[SPARC64] PCI: Use root list of pbm's instead of pci_controller_info's
David S. Miller
1
-6
/
+6
2007-05-08
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
1
-1
/
+0
2007-05-07
[SPARC64]: Fix section mismatch warnings in arch/sparc64/kernel/pci.c
David S. Miller
1
-14
/
+14
2007-05-07
[SPARC64]: SUN4U PCI-E controller support.
David S. Miller
1
-0
/
+9
2007-05-03
MSI: arch must connect the irq and the msi_desc
Michael Ellerman
1
-2
/
+2
2007-04-26
[SPARC64]: Fix PCI rework to adhere to of_get_property() const return.
David S. Miller
1
-1
/
+1
2007-04-26
[SPARC64]: Force dummy host controller onto bus zero.
David S. Miller
1
-8
/
+10
2007-04-26
[SPARC64]: Add dummy host controller to root of all PCI domains.
David S. Miller
1
-30
/
+89
2007-04-26
[SPARC64]: Const'ify pci_iommu_ops.
David S. Miller
1
-2
/
+2
2007-04-26
[SPARC64]: Kill pci_controller->pbms_same_domain
David S. Miller
1
-63
/
+12
2007-04-26
[SPARC64]: Kill pci_controller->resource_adjust()
David S. Miller
1
-5
/
+12
2007-04-26
[SPARC64]: Fix sabre pci controllers with new probing scheme.
David S. Miller
1
-6
/
+74
2007-04-26
[SPARC64]: Fix obppath pci device sysfs creation.
David S. Miller
1
-0
/
+3
2007-04-26
[SPARC64]: Internalize pci_memspace_mask.
David S. Miller
1
-0
/
+2
2007-04-26
[SPARC64]: Probe PCI bus using OF device tree.
David S. Miller
1
-18
/
+357
2007-04-13
[SPARC]: Fix section mismatch warnings in pci.c and pcic.c
Robert Reif
1
-2
/
+2
2007-03-03
[SPARC]: Provide pci_device_to_OF_node() just like powerpc.
David S. Miller
1
-0
/
+8
2007-02-26
[SPARC64]: Fix arch_teardown_msi_irq().
David S. Miller
1
-1
/
+1
2007-02-11
[SPARC64]: Add PCI MSI support on Niagara.
David S. Miller
1
-0
/
+35
2006-12-02
PCI: Use pci_generic_prep_mwi on sparc64
Matthew Wilcox
1
-9
/
+0
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-30
[SPARC64]: of_device layer IRQ resolution
David S. Miller
1
-6
/
+0
2006-06-30
[SPARC]: Convert clock drivers to of_driver framework.
David S. Miller
1
-2
/
+0
2006-06-27
[PATCH] 64bit resource: change pci core and arch code to use resource_size_t
Greg Kroah-Hartman
1
-1
/
+1
2006-06-24
[SPARC64]: Disable verbose PCI IRQ probing messages by default.
David S. Miller
1
-0
/
+6
2006-06-24
[SPARC64]: Use in-kernel OBP device tree for PCI controller probing.
David S. Miller
1
-28
/
+25
2006-06-20
[SPARC64]: Move over to GENERIC_HARDIRQS.
David S. Miller
1
-38
/
+0
[next]