summaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: workaround hard-wired bus number V2Yinghai Lu2012-02-101-0/+5
* PCI: remove pci_create_bus()Bjorn Helgaas2012-01-061-14/+0Star
* PCI: deprecate pci_scan_bus_parented()Bjorn Helgaas2012-01-061-0/+1
* PCI: convert pci_scan_bus_parented() to use pci_create_root_bus()Bjorn Helgaas2012-01-061-1/+6
* PCI: convert pci_scan_bus() to use pci_create_root_bus()Bjorn Helgaas2012-01-061-0/+19
* PCI: add pci_scan_root_bus() that accepts resource listBjorn Helgaas2012-01-061-0/+15
* PCI: add pci_create_root_bus() that accepts resource listBjorn Helgaas2012-01-061-4/+21
* PCI: show host bridges and root bus resourcesBjorn Helgaas2012-01-061-1/+12
* PCI: fix a brace coding style issue in probe.cZac Storer2012-01-061-1/+1
* PCI: Clean-up MPS debug outputJon Mason2011-10-271-6/+7
* PCI: enable MPS "performance" setting to properly handle bridge MPSJon Mason2011-10-271-31/+24Star
* PCI: Disable MPS configuration by defaultJon Mason2011-10-041-1/+13
* pci: Don't crash when reading mpss from root complexBenjamin Herrenschmidt2011-09-141-1/+2
* PCI: Remove MRRS modification from MPS setting codeJon Mason2011-09-101-19/+22
* Fix pointer dereference before call to pcie_bus_configure_settingsShyam Iyer2011-09-101-3/+0Star
* PCI: export pcie_bus_configure_settings symbolJon Mason2011-08-021-0/+1
* PCI: Set PCI-E Max Payload Size on fabricJon Mason2011-08-011-0/+145
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-07-301-46/+41Star
|\
| * PCI: remove printks about disabled bridge windowsBjorn Helgaas2011-07-221-12/+0Star
| * PCI: fold pci_calc_resource_flags() into decode_bar()Bjorn Helgaas2011-07-221-28/+17Star
| * PCI: treat mem BAR type "11" (reserved) as 32-bit, not 64-bit, BARBjorn Helgaas2011-07-221-3/+19
| * PCI: enumerate the PCI device only removed out PCI hieratchy of OS when re-sc...Tiejun Chen2011-07-221-6/+8
* | Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/p...Linus Torvalds2011-07-221-1/+6
|\ \ | |/ |/|
| * pci/of: Match PCI devices to OF nodes dynamicallyBenjamin Herrenschmidt2011-06-081-1/+6
* | 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/+0Star
* 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-181-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-201-8/+0Star
* PCI: revert broken device warningBjorn Helgaas2010-04-231-16/+7Star
* 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-231-3/+15
* PCI: Make pci_scan_slot more robustMatthew Wilcox2010-02-231-4/+14
* PCI: Add support for reporting PCIe 3.0 speedsMatthew Wilcox2010-02-231-1/+1
* PCI: Add support for AGP in cur/max bus speedMatthew Wilcox2010-02-231-0/+45
* PCI: Add support for detection of PCIe and PCI-X bus speedsMatthew Wilcox2010-02-231-0/+66
* PCI: Make current and maximum bus speeds part of the PCI coreMatthew Wilcox2010-02-231-0/+27
* PCI: Rewrite pci_scan_slotMatthew Wilcox2010-02-231-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-051-4/+1Star
* PCI: use pci_pcie_cap() in pci coreKenji Kaneshige2009-11-251-2/+2
* PCI: cache PCIe capability offsetKenji Kaneshige2009-11-061-0/+1