aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Check P2P bridge for invalid secondary/subordinate rangeYinghai Lu2012-10-131-2/+4
* PCI: workaround hard-wired bus number V2Yinghai Lu2012-02-291-0/+5
* PCI: Fix warning in drivers/pci/probe.c on sparc64David S. Miller2011-05-311-1/+1
* PCI/sysfs: move bus cpuaffinity to class dev_attrsYinghai Lu2011-05-211-42/+0
* PCI: add rescan to /sys/.../pci_bus/.../Yinghai Lu2011-05-211-0/+1
* PCI: Avoid potential NULL pointer dereference in pci_scan_bridgeJesper Juhl2011-02-081-1/+3
* PCI: log vendor/device ID alwaysBjorn Helgaas2010-10-171-2/+2
* PCI: disable mmio during bar sizingJacob Pan2010-07-301-0/+10
* ACPI, APEI, PCIE AER, use general HEST table parsing in AER firmware_first setupHuang Ying2010-05-191-8/+0
* PCI: revert broken device warningBjorn Helgaas2010-04-221-16/+7
* PCI: complain about devices that seem to be brokenBjorn Helgaas2010-03-241-7/+16
* PCI: make disabled window printk style match the enabled onesBjorn Helgaas2010-03-241-3/+3
* PCI: break out primary/secondary/subordinate for readabilityBjorn Helgaas2010-03-241-10/+14
* PM: Allow PCI devices to suspend/resume asynchronouslyRafael J. Wysocki2010-02-261-0/+1
* PCI: augment bus resource table with a listBjorn Helgaas2010-02-231-4/+13
* PCI: read bridge windows before filling in subtractive decode resourcesBjorn Helgaas2010-02-231-5/+10
* PCI: split up pci_read_bridge_bases()Bjorn Helgaas2010-02-231-15/+39
* PCI: reject mmio ranges starting at 0 on pci_bridge readYinghai Lu2010-02-221-3/+15
* PCI: Make pci_scan_slot more robustMatthew Wilcox2010-02-221-4/+14
* PCI: Add support for reporting PCIe 3.0 speedsMatthew Wilcox2010-02-221-1/+1
* PCI: Add support for AGP in cur/max bus speedMatthew Wilcox2010-02-221-0/+45
* PCI: Add support for detection of PCIe and PCI-X bus speedsMatthew Wilcox2010-02-221-0/+66
* PCI: Make current and maximum bus speeds part of the PCI coreMatthew Wilcox2010-02-221-0/+27
* PCI: Rewrite pci_scan_slotMatthew Wilcox2010-02-221-9/+47
* powerpc/pci: Add calls to set_pcie_port_type() and set_pcie_hotplug_bridge()Benjamin Herrenschmidt2010-01-291-2/+2
* PCI: add pci_request_acsChris Wright2009-12-041-4/+1
* PCI: use pci_pcie_cap() in pci coreKenji Kaneshige2009-11-241-2/+2
* PCI: cache PCIe capability offsetKenji Kaneshige2009-11-061-0/+1
* PCI: improve discovery/configuration messagesBjorn Helgaas2009-11-041-4/+9
* PCI: replace pr_debug with dev_dbgBjorn Helgaas2009-11-041-8/+7
* vsprintf: use %pR, %pr instead of %pRt, %pRfBjorn Helgaas2009-11-041-8/+9
* PCI: populate subsystem vendor and device IDs for PCI bridgesGabe Black2009-11-041-0/+6
* PCI: PCIe AER: honor ACPI HEST FIRMWARE FIRST modeMatt Domsch2009-11-041-0/+8
* PCI: fix nit in ROM BAR size probingMichael S. Tsirkin2009-11-041-2/+2
* PCI: add xen dom0 checking before ACS initializationAllen Kay2009-11-041-1/+2
* PCI: acs p2p upsteram forwarding enablingAllen Kay2009-11-041-0/+5
* PCI: print resources consistently with %pRtBjorn Helgaas2009-11-041-18/+8
* PCI: Clear saved_state after the state has been restoredRafael J. Wysocki2009-09-141-0/+3
* PCI: pcie: Ensure hotplug ports have a minimum number of resourcesEric W. Biederman2009-09-091-0/+18
* PCI: print out pref if mmio is prefetchableYinghai Lu2009-09-091-2/+7
* PCI: remove pcibios_scan_all_fns()Alex Chiang2009-09-091-2/+1
* PCI: use pci_is_root_bus() in pci_read_bridge_bases()Kenji Kaneshige2009-06-161-1/+1
* PCI/x86: don't assume prefetchable ranges are 64bitYinghai Lu2009-06-111-2/+7
* PCI: use fixed-up device class when configuring deviceYu Zhao2009-06-041-0/+2
* x86/PCI: Move set_pci_bus_resources_arch_default into arch/x86Matthew Wilcox2009-04-221-6/+0
* PCI: annotate pci_rescan_bus as __ref, not __devinitAlex Chiang2009-04-061-1/+1
* PCI: fix conflict between SR-IOV and config space sizingYu Zhao2009-03-261-4/+3
* PCI: Introduce /sys/bus/pci/rescanAlex Chiang2009-03-201-2/+2
* PCI: Introduce pci_rescan_bus()Alex Chiang2009-03-201-0/+32
* PCI: always scan child busesAlex Chiang2009-03-201-14/+20