Age | Commit message (Expand) | Author | Files | Lines |
2011-12-18 | pci: Fix hotplug of Express Module with pci bridges | Yinghai Lu | 1 | -1/+5 |
2011-12-14 | PCI: Set device power state to PCI_D0 for device without native PM support | Ajaykumar Hotchandani | 2 | -1/+3 |
2011-12-13 | PCI hotplug: Always allow acpiphp to handle non-PCIe bridges | Rafael J. Wysocki | 1 | -17/+12 |
2011-12-05 | PCI: fix ats compile failure | James Bottomley | 1 | -0/+1 |
2011-12-05 | PCI: defer enablement of SRIOV BARS | Ram Pai | 2 | -1/+8 |
2011-11-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 6 | -21/+47 |
2011-11-14 | PCI hotplug: shpchp: don't blindly claim non-AMD 0x7450 device IDs | Bjorn Helgaas | 2 | -4/+4 |
2011-11-11 | PCI: pciehp: wait 100 ms after Link Training check | Kenji Kaneshige | 1 | -0/+8 |
2011-11-11 | PCI: pciehp: wait 1000 ms before Link Training check | Kenji Kaneshige | 2 | -3/+8 |
2011-11-07 | PCI: pciehp: Retrieve link speed after link is trained | Yinghai Lu | 1 | -9/+2 |
2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 16 | -0/+16 |
2011-11-06 | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 1 | -11/+0 |
2011-10-31 | pci: add module.h to files implicitly relying on its presence. | Paul Gortmaker | 3 | -0/+3 |
2011-10-31 | pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 13 | -0/+13 |
2011-10-31 | pci: drop unused Kconfig symbol | Paul Bolle | 1 | -11/+0 |
2011-10-31 | PCI: Let PCI_PRI depend on PCI | Joerg Roedel | 1 | -0/+1 |
2011-10-31 | PCI / ACPI: Make acpiphp ignore root bridges using PCIe native hotplug | Rafael J. Wysocki | 1 | -5/+24 |
2011-10-28 | Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 11 | -234/+737 |
2011-10-27 | PCI: Clean-up MPS debug output | Jon Mason | 1 | -6/+7 |
2011-10-27 | pci: Clamp pcie_set_readrq() when using "performance" settings | Benjamin Herrenschmidt | 1 | -2/+16 |
2011-10-27 | PCI: enable MPS "performance" setting to properly handle bridge MPS | Jon Mason | 1 | -31/+24 |
2011-10-27 | PCI: Workaround for Intel MPS errata | Jon Mason | 1 | -0/+69 |
2011-10-26 | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2011-10-25 | Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stabl... | Linus Torvalds | 1 | -3/+2 |
2011-10-14 | PCI: Add support for PASID capability | Joerg Roedel | 2 | -0/+126 |
2011-10-14 | PCI: Add implementation for PRI capability | Joerg Roedel | 2 | -0/+176 |
2011-10-14 | PCI: Export ATS functions to modules | Joerg Roedel | 1 | -0/+3 |
2011-10-14 | PCI: Move ATS implementation into own file | Joerg Roedel | 4 | -142/+160 |
2011-10-14 | PCI / PM: Remove unnecessary error variable from acpi_dev_run_wake() | Rafael J. Wysocki | 1 | -2/+1 |
2011-10-14 | PCI hotplug: acpiphp: Prevent deadlock on PCI-to-PCI bridge remove | Prarit Bhargava | 1 | -15/+94 |
2011-10-14 | PCI / PM: Extend PME polling to all PCI devices | Rafael J. Wysocki | 3 | -21/+32 |
2011-10-14 | PCI quirk: mmc: Always check for lower base frequency quirk for Ricoh 1180:e823 | Josh Boyer | 1 | -14/+14 |
2011-10-14 | PCI: Make pci_setup_bridge() non-static for use by arch code | Benjamin Herrenschmidt | 1 | -1/+1 |
2011-10-14 | PCI: Add quirk for known incorrect MPSS | Ben Hutchings | 1 | -0/+14 |
2011-10-04 | PCI: Disable MPS configuration by default | Jon Mason | 2 | -2/+18 |
2011-09-21 | iommu: Rename the DMAR and INTR_REMAP config options | Suresh Siddha | 1 | -1/+1 |
2011-09-13 | pci: Don't crash when reading mpss from root complex | Benjamin Herrenschmidt | 1 | -1/+2 |
2011-09-09 | PCI: Remove MRRS modification from MPS setting code | Jon Mason | 2 | -20/+23 |
2011-09-09 | Fix pointer dereference before call to pcie_bus_configure_settings | Shyam Iyer | 2 | -4/+3 |
2011-08-26 | xen-pcifront: Update warning comment to use 'e820_host' option. | Konrad Rzeszutek Wilk | 1 | -3/+2 |
2011-08-20 | pci: fix new kernel-doc warning in pci.c | Randy Dunlap | 1 | -1/+1 |
2011-08-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 7 | -152/+430 |
2011-08-19 | PCI: OF: Don't crash when bridge parent is NULL. | David Daney | 1 | -1/+1 |
2011-08-02 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 1 | -1/+1 |
2011-08-02 | PCI: export pcie_bus_configure_settings symbol | Jon Mason | 1 | -0/+1 |
2011-08-01 | PCI: code and comments cleanup | Ram Pai | 1 | -55/+55 |
2011-08-01 | PCI: make cardbus-bridge resources optional | Ram Pai | 2 | -9/+36 |
2011-08-01 | PCI: make SRIOV resources optional | Yinghai Lu | 1 | -0/+10 |
2011-08-01 | PCI : ability to relocate assigned pci-resources | Ram Pai | 2 | -67/+112 |
2011-08-01 | PCI: honor child buses add_size in hot plug configuration | Yinghai Lu | 1 | -0/+26 |