aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 16-0/+16
2011-11-06Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 1-11/+0
2011-10-31pci: add module.h to files implicitly relying on its presence.Gravatar Paul Gortmaker 3-0/+3
2011-10-31pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULEGravatar Paul Gortmaker 13-0/+13
2011-10-31pci: drop unused Kconfig symbolGravatar Paul Bolle 1-11/+0
2011-10-28Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 11-234/+737
2011-10-27PCI: Clean-up MPS debug outputGravatar Jon Mason 1-6/+7
2011-10-27pci: Clamp pcie_set_readrq() when using "performance" settingsGravatar Benjamin Herrenschmidt 1-2/+16
2011-10-27PCI: enable MPS "performance" setting to properly handle bridge MPSGravatar Jon Mason 1-31/+24
2011-10-27PCI: Workaround for Intel MPS errataGravatar Jon Mason 1-0/+69
2011-10-26Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2011-10-25Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stabl...Gravatar Linus Torvalds 1-3/+2
2011-10-14PCI: Add support for PASID capabilityGravatar Joerg Roedel 2-0/+126
2011-10-14PCI: Add implementation for PRI capabilityGravatar Joerg Roedel 2-0/+176
2011-10-14PCI: Export ATS functions to modulesGravatar Joerg Roedel 1-0/+3
2011-10-14PCI: Move ATS implementation into own fileGravatar Joerg Roedel 4-142/+160
2011-10-14PCI / PM: Remove unnecessary error variable from acpi_dev_run_wake()Gravatar Rafael J. Wysocki 1-2/+1
2011-10-14PCI hotplug: acpiphp: Prevent deadlock on PCI-to-PCI bridge removeGravatar Prarit Bhargava 1-15/+94
2011-10-14PCI / PM: Extend PME polling to all PCI devicesGravatar Rafael J. Wysocki 3-21/+32
2011-10-14PCI quirk: mmc: Always check for lower base frequency quirk for Ricoh 1180:e823Gravatar Josh Boyer 1-14/+14
2011-10-14PCI: Make pci_setup_bridge() non-static for use by arch codeGravatar Benjamin Herrenschmidt 1-1/+1
2011-10-14PCI: Add quirk for known incorrect MPSSGravatar Ben Hutchings 1-0/+14
2011-10-04PCI: Disable MPS configuration by defaultGravatar Jon Mason 2-2/+18
2011-09-21iommu: Rename the DMAR and INTR_REMAP config optionsGravatar Suresh Siddha 1-1/+1
2011-09-13pci: Don't crash when reading mpss from root complexGravatar Benjamin Herrenschmidt 1-1/+2
2011-09-09PCI: Remove MRRS modification from MPS setting codeGravatar Jon Mason 2-20/+23
2011-09-09Fix pointer dereference before call to pcie_bus_configure_settingsGravatar Shyam Iyer 2-4/+3
2011-08-26xen-pcifront: Update warning comment to use 'e820_host' option.Gravatar Konrad Rzeszutek Wilk 1-3/+2
2011-08-20pci: fix new kernel-doc warning in pci.cGravatar Randy Dunlap 1-1/+1
2011-08-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Gravatar Linus Torvalds 7-152/+430
2011-08-19PCI: OF: Don't crash when bridge parent is NULL.Gravatar David Daney 1-1/+1
2011-08-02Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 1-1/+1
2011-08-02PCI: export pcie_bus_configure_settings symbolGravatar Jon Mason 1-0/+1
2011-08-01PCI: code and comments cleanupGravatar Ram Pai 1-55/+55
2011-08-01PCI: make cardbus-bridge resources optionalGravatar Ram Pai 2-9/+36
2011-08-01PCI: make SRIOV resources optionalGravatar Yinghai Lu 1-0/+10
2011-08-01PCI : ability to relocate assigned pci-resourcesGravatar Ram Pai 2-67/+112
2011-08-01PCI: honor child buses add_size in hot plug configurationGravatar Yinghai Lu 1-0/+26
2011-08-01PCI: Set PCI-E Max Payload Size on fabricGravatar Jon Mason 3-44/+213
2011-07-29Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 11-88/+136
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 2-2/+2
2011-07-26pci-label.c: size_t misspelled as mode_tGravatar Al Viro 1-1/+1
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-13/+10
2011-07-22Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 7-6735/+0
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 1-1/+17
2011-07-22Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/p...Gravatar Linus Torvalds 4-2/+70
2011-07-22PCI: remove printks about disabled bridge windowsGravatar Bjorn Helgaas 2-15/+0
2011-07-22PCI: fold pci_calc_resource_flags() into decode_bar()Gravatar Bjorn Helgaas 2-30/+18
2011-07-22PCI: treat mem BAR type "11" (reserved) as 32-bit, not 64-bit, BARGravatar Bjorn Helgaas 1-3/+19