summaryrefslogtreecommitdiff
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0616-0/+16
|\
| * pci: add module.h to files implicitly relying on its presence.Paul Gortmaker2011-10-313-0/+3
| * pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-3113-0/+13
* | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-11-061-11/+0
|\ \ | |/ |/|
| * pci: drop unused Kconfig symbolPaul Bolle2011-10-311-11/+0
* | Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2011-10-2811-234/+737
|\ \
| * | PCI: Clean-up MPS debug outputJon Mason2011-10-271-6/+7
| * | pci: Clamp pcie_set_readrq() when using "performance" settingsBenjamin Herrenschmidt2011-10-271-2/+16
| * | PCI: enable MPS "performance" setting to properly handle bridge MPSJon Mason2011-10-271-31/+24
| * | PCI: Workaround for Intel MPS errataJon Mason2011-10-271-0/+69
| * | PCI: Add support for PASID capabilityJoerg Roedel2011-10-142-0/+126
| * | PCI: Add implementation for PRI capabilityJoerg Roedel2011-10-142-0/+176
| * | PCI: Export ATS functions to modulesJoerg Roedel2011-10-141-0/+3
| * | PCI: Move ATS implementation into own fileJoerg Roedel2011-10-144-142/+160
| * | PCI / PM: Remove unnecessary error variable from acpi_dev_run_wake()Rafael J. Wysocki2011-10-141-2/+1
| * | PCI hotplug: acpiphp: Prevent deadlock on PCI-to-PCI bridge removePrarit Bhargava2011-10-141-15/+94
| * | PCI / PM: Extend PME polling to all PCI devicesRafael J. Wysocki2011-10-143-21/+32
| * | PCI quirk: mmc: Always check for lower base frequency quirk for Ricoh 1180:e823Josh Boyer2011-10-141-14/+14
| * | PCI: Make pci_setup_bridge() non-static for use by arch codeBenjamin Herrenschmidt2011-10-141-1/+1
| * | PCI: Add quirk for known incorrect MPSSBen Hutchings2011-10-141-0/+14
* | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-10-261-1/+1
|\ \ \
| * | | iommu: Rename the DMAR and INTR_REMAP config optionsSuresh Siddha2011-09-211-1/+1
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stabl...Linus Torvalds2011-10-251-3/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| | | * | | xen-pcifront: Update warning comment to use 'e820_host' option.Konrad Rzeszutek Wilk2011-08-261-3/+2
| | |/ / / | |/| | |
* | | | | PCI: Disable MPS configuration by defaultJon Mason2011-10-042-2/+18
| |_|/ / |/| | |
* | | | pci: Don't crash when reading mpss from root complexBenjamin Herrenschmidt2011-09-131-1/+2
| |/ / |/| |
* | | PCI: Remove MRRS modification from MPS setting codeJon Mason2011-09-092-20/+23
* | | Fix pointer dereference before call to pcie_bus_configure_settingsShyam Iyer2011-09-092-4/+3
* | | pci: fix new kernel-doc warning in pci.cRandy Dunlap2011-08-201-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2011-08-197-152/+430
|\ \ \ | |_|/ |/| |
| * | PCI: OF: Don't crash when bridge parent is NULL.David Daney2011-08-191-1/+1
| * | PCI: export pcie_bus_configure_settings symbolJon Mason2011-08-021-0/+1
| * | PCI: code and comments cleanupRam Pai2011-08-011-55/+55
| * | PCI: make cardbus-bridge resources optionalRam Pai2011-08-012-9/+36
| * | PCI: make SRIOV resources optionalYinghai Lu2011-08-011-0/+10
| * | PCI : ability to relocate assigned pci-resourcesRam Pai2011-08-012-67/+112
| * | PCI: honor child buses add_size in hot plug configurationYinghai Lu2011-08-011-0/+26
| * | PCI: Set PCI-E Max Payload Size on fabricJon Mason2011-08-013-44/+213
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-08-021-1/+1
|\ \ \ | |/ / |/| |
| * | ACPI: constify ops structsVasiliy Kulikov2011-07-161-1/+1
| |/
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-07-2911-88/+136
|\ \
| * | PCI: remove printks about disabled bridge windowsBjorn Helgaas2011-07-222-15/+0
| * | PCI: fold pci_calc_resource_flags() into decode_bar()Bjorn Helgaas2011-07-222-30/+18
| * | PCI: treat mem BAR type "11" (reserved) as 32-bit, not 64-bit, BARBjorn Helgaas2011-07-221-3/+19
| * | PCI: correct pcie_set_readrq write sizeJon Mason2011-07-221-2/+2
| * | PCI: pciehp: change wait time for valid configuration accessKenji Kaneshige2011-07-222-9/+5
| * | PCI: ARI is a PCIe v2 featureChris Wright2011-07-221-1/+6
| * | PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle2011-07-221-2/+2
| * | PCI hotplug: cpqphp: use pci_dev->vendorSergei Shtylyov2011-07-221-2/+3
| * | PCI hotplug: cpqphp: use pci_dev->subsystem_{vendor|device}Sergei Shtylyov2011-07-221-10/+2