| Commit message (Expand) | Author | Age |
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 |
|\ |
|
| * | pci: add module.h to files implicitly relying on its presence. | Paul Gortmaker | 2011-10-31 |
| * | pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 2011-10-31 |
* | | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 2011-11-06 |
|\ \
| |/
|/| |
|
| * | pci: drop unused Kconfig symbol | Paul Bolle | 2011-10-31 |
* | | Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 2011-10-28 |
|\ \ |
|
| * | | PCI: Clean-up MPS debug output | Jon Mason | 2011-10-27 |
| * | | pci: Clamp pcie_set_readrq() when using "performance" settings | Benjamin Herrenschmidt | 2011-10-27 |
| * | | PCI: enable MPS "performance" setting to properly handle bridge MPS | Jon Mason | 2011-10-27 |
| * | | PCI: Workaround for Intel MPS errata | Jon Mason | 2011-10-27 |
| * | | PCI: Add support for PASID capability | Joerg Roedel | 2011-10-14 |
| * | | PCI: Add implementation for PRI capability | Joerg Roedel | 2011-10-14 |
| * | | PCI: Export ATS functions to modules | Joerg Roedel | 2011-10-14 |
| * | | PCI: Move ATS implementation into own file | Joerg Roedel | 2011-10-14 |
| * | | PCI / PM: Remove unnecessary error variable from acpi_dev_run_wake() | Rafael J. Wysocki | 2011-10-14 |
| * | | PCI hotplug: acpiphp: Prevent deadlock on PCI-to-PCI bridge remove | Prarit Bhargava | 2011-10-14 |
| * | | PCI / PM: Extend PME polling to all PCI devices | Rafael J. Wysocki | 2011-10-14 |
| * | | PCI quirk: mmc: Always check for lower base frequency quirk for Ricoh 1180:e823 | Josh Boyer | 2011-10-14 |
| * | | PCI: Make pci_setup_bridge() non-static for use by arch code | Benjamin Herrenschmidt | 2011-10-14 |
| * | | PCI: Add quirk for known incorrect MPSS | Ben Hutchings | 2011-10-14 |
* | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-10-26 |
|\ \ \ |
|
| * | | | iommu: Rename the DMAR and INTR_REMAP config options | Suresh Siddha | 2011-09-21 |
| | | | | |
| \ \ \ | |
| \ \ \ | |
| \ \ \ | |
*---. \ \ \ | Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stabl... | Linus Torvalds | 2011-10-25 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| | | * | | | xen-pcifront: Update warning comment to use 'e820_host' option. | Konrad Rzeszutek Wilk | 2011-08-26 |
| | |/ / /
| |/| | | |
|
* | | | | | PCI: Disable MPS configuration by default | Jon Mason | 2011-10-04 |
| |_|/ /
|/| | | |
|
* | | | | pci: Don't crash when reading mpss from root complex | Benjamin Herrenschmidt | 2011-09-13 |
| |/ /
|/| | |
|
* | | | PCI: Remove MRRS modification from MPS setting code | Jon Mason | 2011-09-09 |
* | | | Fix pointer dereference before call to pcie_bus_configure_settings | Shyam Iyer | 2011-09-09 |
* | | | pci: fix new kernel-doc warning in pci.c | Randy Dunlap | 2011-08-20 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2011-08-19 |
|\ \ \
| |_|/
|/| | |
|
| * | | PCI: OF: Don't crash when bridge parent is NULL. | David Daney | 2011-08-19 |
| * | | PCI: export pcie_bus_configure_settings symbol | Jon Mason | 2011-08-02 |
| * | | PCI: code and comments cleanup | Ram Pai | 2011-08-01 |
| * | | PCI: make cardbus-bridge resources optional | Ram Pai | 2011-08-01 |
| * | | PCI: make SRIOV resources optional | Yinghai Lu | 2011-08-01 |
| * | | PCI : ability to relocate assigned pci-resources | Ram Pai | 2011-08-01 |
| * | | PCI: honor child buses add_size in hot plug configuration | Yinghai Lu | 2011-08-01 |
| * | | PCI: Set PCI-E Max Payload Size on fabric | Jon Mason | 2011-08-01 |
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2011-08-03 |
|\ \ \
| |/ /
|/| | |
|
| * | | ACPI: constify ops structs | Vasiliy Kulikov | 2011-07-16 |
| |/ |
|
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2011-07-30 |
|\ \ |
|
| * | | PCI: remove printks about disabled bridge windows | Bjorn Helgaas | 2011-07-22 |
| * | | PCI: fold pci_calc_resource_flags() into decode_bar() | Bjorn Helgaas | 2011-07-22 |
| * | | PCI: treat mem BAR type "11" (reserved) as 32-bit, not 64-bit, BAR | Bjorn Helgaas | 2011-07-22 |
| * | | PCI: correct pcie_set_readrq write size | Jon Mason | 2011-07-22 |
| * | | PCI: pciehp: change wait time for valid configuration access | Kenji Kaneshige | 2011-07-22 |
| * | | PCI: ARI is a PCIe v2 feature | Chris Wright | 2011-07-22 |
| * | | PCI: Make the struct pci_dev * argument of pci_fixup_irqs const. | Ralf Baechle | 2011-07-22 |
| * | | PCI hotplug: cpqphp: use pci_dev->vendor | Sergei Shtylyov | 2011-07-22 |
| * | | PCI hotplug: cpqphp: use pci_dev->subsystem_{vendor|device} | Sergei Shtylyov | 2011-07-22 |