aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/probe.c
AgeCommit message (Expand)Author
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu
2012-05-07Merge branch 'topic/stratus' into nextBjorn Helgaas
2012-04-30PCI: work around Stratus ftServer broken PCIe hierarchyBjorn Helgaas
2012-04-30PCI: add host bridge release supportYinghai Lu
2012-04-30PCI: add generic device into pci_host_bridge structYinghai Lu
2012-04-30PCI: move host bridge-related code to host-bridge.cYinghai Lu
2012-03-20PCI: fix bridge I/O window bus-to-resource conversionBjorn Helgaas
2012-02-24PCI: Move "pci reassigndev resource alignment" out of quirks.cYinghai Lu
2012-02-23PCI: collapse pcibios_resource_to_busBjorn Helgaas
2012-02-23PCI: add generic pcibios_resource_to_bus()Bjorn Helgaas
2012-02-23PCI: convert bus addresses to resource when reading BARsBjorn Helgaas
2012-02-23PCI: add struct pci_host_bridge_window with CPU/bus address offsetBjorn Helgaas
2012-02-23PCI: add struct pci_host_bridge and a list of all bridges foundBjorn Helgaas
2012-02-23PCI: don't publish new root bus until it's fully initializedBjorn Helgaas
2012-02-23PCI: fix memleak for pci dev removing during hotplugYinghai Lu
2012-02-23PCI: Fix device class print outYinghai Lu
2012-02-14PCI: Separate pci_bus_read_dev_vendor_id from pci_scan_deviceYinghai Lu
2012-02-14PCI: Make pci_rescan_bus handle add_listYinghai Lu
2012-02-14PCI: Make rescan bus increase bridge resource size if neededYinghai Lu
2012-02-10PCI: workaround hard-wired bus number V2Yinghai Lu
2012-01-06PCI: remove pci_create_bus()Bjorn Helgaas
2012-01-06PCI: deprecate pci_scan_bus_parented()Bjorn Helgaas
2012-01-06PCI: convert pci_scan_bus_parented() to use pci_create_root_bus()Bjorn Helgaas
2012-01-06PCI: convert pci_scan_bus() to use pci_create_root_bus()Bjorn Helgaas
2012-01-06PCI: add pci_scan_root_bus() that accepts resource listBjorn Helgaas
2012-01-06PCI: add pci_create_root_bus() that accepts resource listBjorn Helgaas
2012-01-06PCI: show host bridges and root bus resourcesBjorn Helgaas
2012-01-06PCI: fix a brace coding style issue in probe.cZac Storer
2011-10-27PCI: Clean-up MPS debug outputJon Mason
2011-10-27PCI: enable MPS "performance" setting to properly handle bridge MPSJon Mason
2011-10-04PCI: Disable MPS configuration by defaultJon Mason
2011-09-13pci: Don't crash when reading mpss from root complexBenjamin Herrenschmidt
2011-09-09PCI: Remove MRRS modification from MPS setting codeJon Mason
2011-09-09Fix pointer dereference before call to pcie_bus_configure_settingsShyam Iyer
2011-08-02PCI: export pcie_bus_configure_settings symbolJon Mason
2011-08-01PCI: Set PCI-E Max Payload Size on fabricJon Mason
2011-07-29Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2011-07-22Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/p...Linus Torvalds
2011-07-22PCI: remove printks about disabled bridge windowsBjorn Helgaas
2011-07-22PCI: fold pci_calc_resource_flags() into decode_bar()Bjorn Helgaas
2011-07-22PCI: treat mem BAR type "11" (reserved) as 32-bit, not 64-bit, BARBjorn Helgaas
2011-07-22PCI: enumerate the PCI device only removed out PCI hieratchy of OS when re-sc...Tiejun Chen
2011-06-08pci/of: Match PCI devices to OF nodes dynamicallyBenjamin Herrenschmidt
2011-05-31PCI: Fix warning in drivers/pci/probe.c on sparc64David S. Miller
2011-05-21PCI/sysfs: move bus cpuaffinity to class dev_attrsYinghai Lu
2011-05-21PCI: add rescan to /sys/.../pci_bus/.../Yinghai Lu
2011-02-08PCI: Avoid potential NULL pointer dereference in pci_scan_bridgeJesper Juhl
2010-10-17PCI: log vendor/device ID alwaysBjorn Helgaas
2010-07-30PCI: disable mmio during bar sizingJacob Pan
2010-05-19ACPI, APEI, PCIE AER, use general HEST table parsing in AER firmware_first setupHuang Ying