aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-27PCI: Clean-up MPS debug outputJon Mason1-6/+7
2011-10-27PCI: enable MPS "performance" setting to properly handle bridge MPSJon Mason1-31/+24
2011-10-04PCI: Disable MPS configuration by defaultJon Mason1-1/+13
2011-09-13pci: Don't crash when reading mpss from root complexBenjamin Herrenschmidt1-1/+2
2011-09-09PCI: Remove MRRS modification from MPS setting codeJon Mason1-19/+22
2011-09-09Fix pointer dereference before call to pcie_bus_configure_settingsShyam Iyer1-3/+0
2011-08-02PCI: export pcie_bus_configure_settings symbolJon Mason1-0/+1
2011-08-01PCI: Set PCI-E Max Payload Size on fabricJon Mason1-0/+145
2011-07-29Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-46/+41
2011-07-22Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-1/+6
2011-07-22PCI: remove printks about disabled bridge windowsBjorn Helgaas1-12/+0
2011-07-22PCI: fold pci_calc_resource_flags() into decode_bar()Bjorn Helgaas1-28/+17
2011-07-22PCI: treat mem BAR type "11" (reserved) as 32-bit, not 64-bit, BARBjorn Helgaas1-3/+19
2011-07-22PCI: enumerate the PCI device only removed out PCI hieratchy of OS when re-scanning PCITiejun Chen1-6/+8
2011-06-08pci/of: Match PCI devices to OF nodes dynamicallyBenjamin Herrenschmidt1-1/+6
2011-05-31PCI: Fix warning in drivers/pci/probe.c on sparc64David S. Miller1-1/+1
2011-05-21PCI/sysfs: move bus cpuaffinity to class dev_attrsYinghai Lu1-42/+0
2011-05-21PCI: add rescan to /sys/.../pci_bus/.../Yinghai Lu1-0/+1
2011-02-08PCI: Avoid potential NULL pointer dereference in pci_scan_bridgeJesper Juhl1-1/+3
2010-10-17PCI: log vendor/device ID alwaysBjorn Helgaas1-2/+2
2010-07-30PCI: disable mmio during bar sizingJacob Pan1-0/+10
2010-05-19ACPI, APEI, PCIE AER, use general HEST table parsing in AER firmware_first setupHuang Ying1-8/+0
2010-04-22PCI: revert broken device warningBjorn Helgaas1-16/+7
2010-03-24PCI: complain about devices that seem to be brokenBjorn Helgaas1-7/+16
2010-03-24PCI: make disabled window printk style match the enabled onesBjorn Helgaas1-3/+3
2010-03-24PCI: break out primary/secondary/subordinate for readabilityBjorn Helgaas1-10/+14
2010-02-26PM: Allow PCI devices to suspend/resume asynchronouslyRafael J. Wysocki1-0/+1
2010-02-23PCI: augment bus resource table with a listBjorn Helgaas1-4/+13
2010-02-23PCI: read bridge windows before filling in subtractive decode resourcesBjorn Helgaas1-5/+10
2010-02-23PCI: split up pci_read_bridge_bases()Bjorn Helgaas1-15/+39
2010-02-22PCI: reject mmio ranges starting at 0 on pci_bridge readYinghai Lu1-3/+15
2010-02-22PCI: Make pci_scan_slot more robustMatthew Wilcox1-4/+14
2010-02-22PCI: Add support for reporting PCIe 3.0 speedsMatthew Wilcox1-1/+1
2010-02-22PCI: Add support for AGP in cur/max bus speedMatthew Wilcox1-0/+45
2010-02-22PCI: Add support for detection of PCIe and PCI-X bus speedsMatthew Wilcox1-0/+66
2010-02-22PCI: Make current and maximum bus speeds part of the PCI coreMatthew Wilcox1-0/+27
2010-02-22PCI: Rewrite pci_scan_slotMatthew Wilcox1-9/+47
2010-01-29powerpc/pci: Add calls to set_pcie_port_type() and set_pcie_hotplug_bridge()Benjamin Herrenschmidt1-2/+2
2009-12-04PCI: add pci_request_acsChris Wright1-4/+1
2009-11-24PCI: use pci_pcie_cap() in pci coreKenji Kaneshige1-2/+2
2009-11-06PCI: cache PCIe capability offsetKenji Kaneshige1-0/+1
2009-11-04PCI: improve discovery/configuration messagesBjorn Helgaas1-4/+9
2009-11-04PCI: replace pr_debug with dev_dbgBjorn Helgaas1-8/+7
2009-11-04vsprintf: use %pR, %pr instead of %pRt, %pRfBjorn Helgaas1-8/+9
2009-11-04PCI: populate subsystem vendor and device IDs for PCI bridgesGabe Black1-0/+6
2009-11-04PCI: PCIe AER: honor ACPI HEST FIRMWARE FIRST modeMatt Domsch1-0/+8
2009-11-04PCI: fix nit in ROM BAR size probingMichael S. Tsirkin1-2/+2
2009-11-04PCI: add xen dom0 checking before ACS initializationAllen Kay1-1/+2
2009-11-04PCI: acs p2p upsteram forwarding enablingAllen Kay1-0/+5
2009-11-04PCI: print resources consistently with %pRtBjorn Helgaas1-18/+8