- 71f6bd4 PCI: workaround hard-wired bus number V2 by Yinghai Lu · 13 years ago
- 118faaf PCI: remove pci_create_bus() by Bjorn Helgaas · 13 years ago
- 7e00fe2 PCI: deprecate pci_scan_bus_parented() by Bjorn Helgaas · 13 years ago
- 1e39ae9 PCI: convert pci_scan_bus_parented() to use pci_create_root_bus() by Bjorn Helgaas · 13 years ago
- de4b2f7 PCI: convert pci_scan_bus() to use pci_create_root_bus() by Bjorn Helgaas · 13 years ago
- a2ebb82 PCI: add pci_scan_root_bus() that accepts resource list by Bjorn Helgaas · 13 years ago
- 166c637 PCI: add pci_create_root_bus() that accepts resource list by Bjorn Helgaas · 13 years ago
- a9d9f52 PCI: show host bridges and root bus resources by Bjorn Helgaas · 13 years ago
- 68e35c9 PCI: fix a brace coding style issue in probe.c by Zac Storer · 13 years ago
- a513a99 PCI: Clean-up MPS debug output by Jon Mason · 13 years ago
- 62f392e PCI: enable MPS "performance" setting to properly handle bridge MPS by Jon Mason · 13 years ago
- 5f39e67 PCI: Disable MPS configuration by default by Jon Mason · 13 years ago
- 1a4b1a4 pci: Don't crash when reading mpss from root complex by Benjamin Herrenschmidt · 13 years ago
- ed2888e PCI: Remove MRRS modification from MPS setting code by Jon Mason · 13 years ago
- 5307f6d Fix pointer dereference before call to pcie_bus_configure_settings by Shyam Iyer · 13 years ago
- debc3b7 PCI: export pcie_bus_configure_settings symbol by Jon Mason · 13 years ago
- b03e749 PCI: Set PCI-E Max Payload Size on fabric by Jon Mason · 13 years ago
- f85f19d Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 13 years ago
- acb41c0 Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
- 7b87c9d PCI: remove printks about disabled bridge windows by Bjorn Helgaas · 13 years ago
- 28c6821 PCI: fold pci_calc_resource_flags() into decode_bar() by Bjorn Helgaas · 13 years ago
- 8d6a6a4 PCI: treat mem BAR type "11" (reserved) as 32-bit, not 64-bit, BAR by Bjorn Helgaas · 13 years ago
- b1a98b6 PCI: enumerate the PCI device only removed out PCI hieratchy of OS when re-scanning PCI by Tiejun Chen · 13 years ago
- 98d9f30 pci/of: Match PCI devices to OF nodes dynamically by Benjamin Herrenschmidt · 14 years ago
- 5aceca9 PCI: Fix warning in drivers/pci/probe.c on sparc64 by David S. Miller · 13 years ago
- dc2c2c9 PCI/sysfs: move bus cpuaffinity to class dev_attrs by Yinghai Lu · 13 years ago
- b9d320f PCI: add rescan to /sys/.../pci_bus/.../ by Yinghai Lu · 13 years ago
- 7c867c8 PCI: Avoid potential NULL pointer dereference in pci_scan_bridge by Jesper Juhl · 14 years ago
- 2c6413a PCI: log vendor/device ID always by Bjorn Helgaas · 14 years ago
- 253d2e5 PCI: disable mmio during bar sizing by Jacob Pan · 14 years ago
- affb72c ACPI, APEI, PCIE AER, use general HEST table parsing in AER firmware_first setup by Huang Ying · 14 years ago
- 45aa23b PCI: revert broken device warning by Bjorn Helgaas · 15 years ago
- c519a5a PCI: complain about devices that seem to be broken by Bjorn Helgaas · 15 years ago
- 7b8ff6d PCI: make disabled window printk style match the enabled ones by Bjorn Helgaas · 15 years ago
- 99ddd55 PCI: break out primary/secondary/subordinate for readability by Bjorn Helgaas · 15 years ago
- a1e4d72 PM: Allow PCI devices to suspend/resume asynchronously by Rafael J. Wysocki · 15 years ago
- 2fe2abf PCI: augment bus resource table with a list by Bjorn Helgaas · 15 years ago
- 2adf751 PCI: read bridge windows before filling in subtractive decode resources by Bjorn Helgaas · 15 years ago
- fa27b2d PCI: split up pci_read_bridge_bases() by Bjorn Helgaas · 15 years ago
- cd81e1ea PCI: reject mmio ranges starting at 0 on pci_bridge read by Yinghai Lu · 15 years ago
- 4fb88c1 PCI: Make pci_scan_slot more robust by Matthew Wilcox · 15 years ago
- 9dfd97f PCI: Add support for reporting PCIe 3.0 speeds by Matthew Wilcox · 15 years ago
- 45b4cdd PCI: Add support for AGP in cur/max bus speed by Matthew Wilcox · 15 years ago
- 9be60ca PCI: Add support for detection of PCIe and PCI-X bus speeds by Matthew Wilcox · 15 years ago
- 3749c51 PCI: Make current and maximum bus speeds part of the PCI core by Matthew Wilcox · 15 years ago
- f07852d PCI: Rewrite pci_scan_slot by Matthew Wilcox · 15 years ago
- bb209c8 powerpc/pci: Add calls to set_pcie_port_type() and set_pcie_hotplug_bridge() by Benjamin Herrenschmidt · 15 years ago
- 5d990b6 PCI: add pci_request_acs by Chris Wright · 15 years ago
- 06a1cba PCI: use pci_pcie_cap() in pci core by Kenji Kaneshige · 15 years ago
- 0efea00 PCI: cache PCIe capability offset by Kenji Kaneshige · 15 years ago
- 865df57 PCI: improve discovery/configuration messages by Bjorn Helgaas · 15 years ago
- 0207c35 PCI: replace pr_debug with dev_dbg by Bjorn Helgaas · 15 years ago
- c7dabef vsprintf: use %pR, %pr instead of %pRt, %pRf by Bjorn Helgaas · 15 years ago
- bc577d2 PCI: populate subsystem vendor and device IDs for PCI bridges by Gabe Black · 15 years ago
- 0584396 PCI: PCIe AER: honor ACPI HEST FIRMWARE FIRST mode by Matt Domsch · 15 years ago
- 1ed6743 PCI: fix nit in ROM BAR size probing by Michael S. Tsirkin · 15 years ago
- df0e97c PCI: add xen dom0 checking before ACS initialization by Allen Kay · 15 years ago
- ae21ee6 PCI: acs p2p upsteram forwarding enabling by Allen Kay · 15 years ago
- a369c79 PCI: print resources consistently with %pRt by Bjorn Helgaas · 15 years ago
- 4b77b0a PCI: Clear saved_state after the state has been restored by Rafael J. Wysocki · 15 years ago
- 2876048 PCI: pcie: Ensure hotplug ports have a minimum number of resources by Eric W. Biederman · 15 years ago
- d0b8cbe PCI: print out pref if mmio is prefetchable by Yinghai Lu · 15 years ago
- a7db504 PCI: remove pcibios_scan_all_fns() by Alex Chiang · 15 years ago
- 9fc3925 PCI: use pci_is_root_bus() in pci_read_bridge_bases() by Kenji Kaneshige · 15 years ago
- 1f82de1 PCI/x86: don't assume prefetchable ranges are 64bit by Yinghai Lu · 16 years ago
- f79b1b1 PCI: use fixed-up device class when configuring device by Yu Zhao · 15 years ago
- 0bb1be3 x86/PCI: Move set_pci_bus_resources_arch_default into arch/x86 by Matthew Wilcox · 16 years ago
- 5446a6b PCI: annotate pci_rescan_bus as __ref, not __devinit by Alex Chiang · 16 years ago
- 853346e PCI: fix conflict between SR-IOV and config space sizing by Yu Zhao · 16 years ago
- 705b1aa PCI: Introduce /sys/bus/pci/rescan by Alex Chiang · 16 years ago
- 3ed4fd9 PCI: Introduce pci_rescan_bus() by Alex Chiang · 16 years ago
- 74710de PCI: always scan child buses by Alex Chiang · 16 years ago
- 1b69dfc PCI: pci_scan_slot() returns newly found devices by Trent Piepho · 16 years ago
- 90bdb31 PCI: don't scan existing devices by Trent Piepho · 16 years ago
- 480b93b PCI: centralize device setup code by Yu Zhao · 16 years ago
- a28724b PCI: reserve bus range for SR-IOV device by Yu Zhao · 16 years ago
- d1b054d PCI: initialize and release SR-IOV capability by Yu Zhao · 16 years ago
- dfadd9e PCI/x86: detect host bridge config space size w/o using quirks by Yinghai Lu · 16 years ago
- 6a3b3e2 PCI: Use kzalloc() in pci_create_bus() by Geert Uytterhoeven · 16 years ago
- f92d4e2 PCI: fix wrong assumption in pci_read_bridge_bases by Kenji Kaneshige · 16 years ago
- 4e9b1c1 Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- eb9c39d PCI: set device wakeup capable flag if platform support is present by Jesse Barnes · 16 years ago
- 3789fa8 PCI: allow pci_alloc_child_bus() to handle a NULL bridge by Yu Zhao · 16 years ago
- 0b400c7 PCI: export __pci_read_base() by Yu Zhao · 16 years ago
- fde09c6 PCI: define PCI resource names in an 'enum' by Yu Zhao · 16 years ago
- 63f4898 PCI: handle PCI state saving with interrupts disabled by Rafael J. Wysocki · 16 years ago
- 1a92713 PCI: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
- 588235b cpumask: update pci_bus_show_cpuaffinity to use new cpumask API by Mike Travis · 16 years ago
- 29c0177 cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers. by Rusty Russell · 16 years ago
- a491913 PCI: remove unused resource assignment in pci_read_bridge_bases() by Zhao, Yu · 16 years ago
- a1c1989 PCI: Workaround invalid P2P bridge bus numbers by Benjamin Herrenschmidt · 16 years ago
- f19aeb1 PCI: Add ability to mmap legacy_io on some platforms by Benjamin Herrenschmidt · 16 years ago
- f393d9b PCI: probing debug message uniformization by Vincent Legoll · 16 years ago
- 58c3a72 PCI: support PCIe ARI capability by Yu Zhao · 16 years ago
- 201de56 PCI: centralize the capabilities code in probe.c by Zhao, Yu · 16 years ago
- e354597 PCI: fix 64-vbit prefetchable memory resource BARs by Peter Chubb · 16 years ago
- 557848c PCI: replace cfg space size (256/4096) by macros. by Zhao, Yu · 16 years ago
- cef354d PCI: connect struct pci_dev to struct pci_slot by Alex Chiang · 16 years ago
- 34a2e15 PCI: follow lspci device/vendor style by Bjorn Helgaas · 16 years ago
- 096e6f6 pci: Use new %pR to print resource ranges by Benjamin Herrenschmidt · 16 years ago