| Commit message (Expand) | Author | Age | Files | Lines |
* | PCI: workaround hard-wired bus number V2 | Yinghai Lu | 2012-02-10 | 1 | -0/+5 |
* | PCI: remove pci_create_bus() | Bjorn Helgaas | 2012-01-06 | 1 | -14/+0 |
* | PCI: deprecate pci_scan_bus_parented() | Bjorn Helgaas | 2012-01-06 | 1 | -0/+1 |
* | PCI: convert pci_scan_bus_parented() to use pci_create_root_bus() | Bjorn Helgaas | 2012-01-06 | 1 | -1/+6 |
* | PCI: convert pci_scan_bus() to use pci_create_root_bus() | Bjorn Helgaas | 2012-01-06 | 1 | -0/+19 |
* | PCI: add pci_scan_root_bus() that accepts resource list | Bjorn Helgaas | 2012-01-06 | 1 | -0/+15 |
* | PCI: add pci_create_root_bus() that accepts resource list | Bjorn Helgaas | 2012-01-06 | 1 | -4/+21 |
* | PCI: show host bridges and root bus resources | Bjorn Helgaas | 2012-01-06 | 1 | -1/+12 |
* | PCI: fix a brace coding style issue in probe.c | Zac Storer | 2012-01-06 | 1 | -1/+1 |
* | PCI: Clean-up MPS debug output | Jon Mason | 2011-10-27 | 1 | -6/+7 |
* | PCI: enable MPS "performance" setting to properly handle bridge MPS | Jon Mason | 2011-10-27 | 1 | -31/+24 |
* | PCI: Disable MPS configuration by default | Jon Mason | 2011-10-04 | 1 | -1/+13 |
* | pci: Don't crash when reading mpss from root complex | Benjamin Herrenschmidt | 2011-09-13 | 1 | -1/+2 |
* | PCI: Remove MRRS modification from MPS setting code | Jon Mason | 2011-09-09 | 1 | -19/+22 |
* | Fix pointer dereference before call to pcie_bus_configure_settings | Shyam Iyer | 2011-09-09 | 1 | -3/+0 |
* | PCI: export pcie_bus_configure_settings symbol | Jon Mason | 2011-08-02 | 1 | -0/+1 |
* | PCI: Set PCI-E Max Payload Size on fabric | Jon Mason | 2011-08-01 | 1 | -0/+145 |
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2011-07-29 | 1 | -46/+41 |
|\ |
|
| * | PCI: remove printks about disabled bridge windows | Bjorn Helgaas | 2011-07-22 | 1 | -12/+0 |
| * | PCI: fold pci_calc_resource_flags() into decode_bar() | Bjorn Helgaas | 2011-07-22 | 1 | -28/+17 |
| * | PCI: treat mem BAR type "11" (reserved) as 32-bit, not 64-bit, BAR | Bjorn Helgaas | 2011-07-22 | 1 | -3/+19 |
| * | PCI: enumerate the PCI device only removed out PCI hieratchy of OS when re-sc... | Tiejun Chen | 2011-07-22 | 1 | -6/+8 |
* | | Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/p... | Linus Torvalds | 2011-07-22 | 1 | -1/+6 |
|\ \
| |/
|/| |
|
| * | pci/of: Match PCI devices to OF nodes dynamically | Benjamin Herrenschmidt | 2011-06-08 | 1 | -1/+6 |
* | | PCI: Fix warning in drivers/pci/probe.c on sparc64 | David S. Miller | 2011-05-31 | 1 | -1/+1 |
|/ |
|
* | PCI/sysfs: move bus cpuaffinity to class dev_attrs | Yinghai Lu | 2011-05-21 | 1 | -42/+0 |
* | PCI: add rescan to /sys/.../pci_bus/.../ | Yinghai Lu | 2011-05-21 | 1 | -0/+1 |
* | PCI: Avoid potential NULL pointer dereference in pci_scan_bridge | Jesper Juhl | 2011-02-08 | 1 | -1/+3 |
* | PCI: log vendor/device ID always | Bjorn Helgaas | 2010-10-17 | 1 | -2/+2 |
* | PCI: disable mmio during bar sizing | Jacob Pan | 2010-07-30 | 1 | -0/+10 |
* | ACPI, APEI, PCIE AER, use general HEST table parsing in AER firmware_first setup | Huang Ying | 2010-05-19 | 1 | -8/+0 |
* | PCI: revert broken device warning | Bjorn Helgaas | 2010-04-22 | 1 | -16/+7 |
* | PCI: complain about devices that seem to be broken | Bjorn Helgaas | 2010-03-24 | 1 | -7/+16 |
* | PCI: make disabled window printk style match the enabled ones | Bjorn Helgaas | 2010-03-24 | 1 | -3/+3 |
* | PCI: break out primary/secondary/subordinate for readability | Bjorn Helgaas | 2010-03-24 | 1 | -10/+14 |
* | PM: Allow PCI devices to suspend/resume asynchronously | Rafael J. Wysocki | 2010-02-26 | 1 | -0/+1 |
* | PCI: augment bus resource table with a list | Bjorn Helgaas | 2010-02-23 | 1 | -4/+13 |
* | PCI: read bridge windows before filling in subtractive decode resources | Bjorn Helgaas | 2010-02-23 | 1 | -5/+10 |
* | PCI: split up pci_read_bridge_bases() | Bjorn Helgaas | 2010-02-23 | 1 | -15/+39 |
* | PCI: reject mmio ranges starting at 0 on pci_bridge read | Yinghai Lu | 2010-02-22 | 1 | -3/+15 |
* | PCI: Make pci_scan_slot more robust | Matthew Wilcox | 2010-02-22 | 1 | -4/+14 |
* | PCI: Add support for reporting PCIe 3.0 speeds | Matthew Wilcox | 2010-02-22 | 1 | -1/+1 |
* | PCI: Add support for AGP in cur/max bus speed | Matthew Wilcox | 2010-02-22 | 1 | -0/+45 |
* | PCI: Add support for detection of PCIe and PCI-X bus speeds | Matthew Wilcox | 2010-02-22 | 1 | -0/+66 |
* | PCI: Make current and maximum bus speeds part of the PCI core | Matthew Wilcox | 2010-02-22 | 1 | -0/+27 |
* | PCI: Rewrite pci_scan_slot | Matthew Wilcox | 2010-02-22 | 1 | -9/+47 |
* | powerpc/pci: Add calls to set_pcie_port_type() and set_pcie_hotplug_bridge() | Benjamin Herrenschmidt | 2010-01-29 | 1 | -2/+2 |
* | PCI: add pci_request_acs | Chris Wright | 2009-12-04 | 1 | -4/+1 |
* | PCI: use pci_pcie_cap() in pci core | Kenji Kaneshige | 2009-11-24 | 1 | -2/+2 |
* | PCI: cache PCIe capability offset | Kenji Kaneshige | 2009-11-06 | 1 | -0/+1 |