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
/
drivers
/
pci
/
probe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PCI: disable mmio during bar sizing
Jacob Pan
2010-07-30
1
-0
/
+10
*
ACPI, APEI, PCIE AER, use general HEST table parsing in AER firmware_first setup
Huang Ying
2010-05-19
1
-8
/
+0
*
PCI: revert broken device warning
Bjorn Helgaas
2010-04-22
1
-16
/
+7
*
PCI: complain about devices that seem to be broken
Bjorn Helgaas
2010-03-24
1
-7
/
+16
*
PCI: make disabled window printk style match the enabled ones
Bjorn Helgaas
2010-03-24
1
-3
/
+3
*
PCI: break out primary/secondary/subordinate for readability
Bjorn Helgaas
2010-03-24
1
-10
/
+14
*
PM: Allow PCI devices to suspend/resume asynchronously
Rafael J. Wysocki
2010-02-26
1
-0
/
+1
*
PCI: augment bus resource table with a list
Bjorn Helgaas
2010-02-23
1
-4
/
+13
*
PCI: read bridge windows before filling in subtractive decode resources
Bjorn Helgaas
2010-02-23
1
-5
/
+10
*
PCI: split up pci_read_bridge_bases()
Bjorn Helgaas
2010-02-23
1
-15
/
+39
*
PCI: reject mmio ranges starting at 0 on pci_bridge read
Yinghai Lu
2010-02-22
1
-3
/
+15
*
PCI: Make pci_scan_slot more robust
Matthew Wilcox
2010-02-22
1
-4
/
+14
*
PCI: Add support for reporting PCIe 3.0 speeds
Matthew Wilcox
2010-02-22
1
-1
/
+1
*
PCI: Add support for AGP in cur/max bus speed
Matthew Wilcox
2010-02-22
1
-0
/
+45
*
PCI: Add support for detection of PCIe and PCI-X bus speeds
Matthew Wilcox
2010-02-22
1
-0
/
+66
*
PCI: Make current and maximum bus speeds part of the PCI core
Matthew Wilcox
2010-02-22
1
-0
/
+27
*
PCI: Rewrite pci_scan_slot
Matthew Wilcox
2010-02-22
1
-9
/
+47
*
powerpc/pci: Add calls to set_pcie_port_type() and set_pcie_hotplug_bridge()
Benjamin Herrenschmidt
2010-01-29
1
-2
/
+2
*
PCI: add pci_request_acs
Chris Wright
2009-12-04
1
-4
/
+1
*
PCI: use pci_pcie_cap() in pci core
Kenji Kaneshige
2009-11-24
1
-2
/
+2
*
PCI: cache PCIe capability offset
Kenji Kaneshige
2009-11-06
1
-0
/
+1
*
PCI: improve discovery/configuration messages
Bjorn Helgaas
2009-11-04
1
-4
/
+9
*
PCI: replace pr_debug with dev_dbg
Bjorn Helgaas
2009-11-04
1
-8
/
+7
*
vsprintf: use %pR, %pr instead of %pRt, %pRf
Bjorn Helgaas
2009-11-04
1
-8
/
+9
*
PCI: populate subsystem vendor and device IDs for PCI bridges
Gabe Black
2009-11-04
1
-0
/
+6
*
PCI: PCIe AER: honor ACPI HEST FIRMWARE FIRST mode
Matt Domsch
2009-11-04
1
-0
/
+8
*
PCI: fix nit in ROM BAR size probing
Michael S. Tsirkin
2009-11-04
1
-2
/
+2
*
PCI: add xen dom0 checking before ACS initialization
Allen Kay
2009-11-04
1
-1
/
+2
*
PCI: acs p2p upsteram forwarding enabling
Allen Kay
2009-11-04
1
-0
/
+5
*
PCI: print resources consistently with %pRt
Bjorn Helgaas
2009-11-04
1
-18
/
+8
*
PCI: Clear saved_state after the state has been restored
Rafael J. Wysocki
2009-09-14
1
-0
/
+3
*
PCI: pcie: Ensure hotplug ports have a minimum number of resources
Eric W. Biederman
2009-09-09
1
-0
/
+18
*
PCI: print out pref if mmio is prefetchable
Yinghai Lu
2009-09-09
1
-2
/
+7
*
PCI: remove pcibios_scan_all_fns()
Alex Chiang
2009-09-09
1
-2
/
+1
*
PCI: use pci_is_root_bus() in pci_read_bridge_bases()
Kenji Kaneshige
2009-06-16
1
-1
/
+1
*
PCI/x86: don't assume prefetchable ranges are 64bit
Yinghai Lu
2009-06-11
1
-2
/
+7
*
PCI: use fixed-up device class when configuring device
Yu Zhao
2009-06-04
1
-0
/
+2
*
x86/PCI: Move set_pci_bus_resources_arch_default into arch/x86
Matthew Wilcox
2009-04-22
1
-6
/
+0
*
PCI: annotate pci_rescan_bus as __ref, not __devinit
Alex Chiang
2009-04-06
1
-1
/
+1
*
PCI: fix conflict between SR-IOV and config space sizing
Yu Zhao
2009-03-26
1
-4
/
+3
*
PCI: Introduce /sys/bus/pci/rescan
Alex Chiang
2009-03-20
1
-2
/
+2
*
PCI: Introduce pci_rescan_bus()
Alex Chiang
2009-03-20
1
-0
/
+32
*
PCI: always scan child buses
Alex Chiang
2009-03-20
1
-14
/
+20
*
PCI: pci_scan_slot() returns newly found devices
Trent Piepho
2009-03-20
1
-24
/
+16
*
PCI: don't scan existing devices
Trent Piepho
2009-03-20
1
-0
/
+6
*
PCI: centralize device setup code
Yu Zhao
2009-03-20
1
-38
/
+40
*
PCI: reserve bus range for SR-IOV device
Yu Zhao
2009-03-20
1
-0
/
+3
*
PCI: initialize and release SR-IOV capability
Yu Zhao
2009-03-20
1
-0
/
+4
*
PCI/x86: detect host bridge config space size w/o using quirks
Yinghai Lu
2009-03-20
1
-1
/
+8
*
PCI: Use kzalloc() in pci_create_bus()
Geert Uytterhoeven
2009-03-20
1
-2
/
+1
[next]