aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-28Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds11-234/+737
2011-10-27PCI: Clean-up MPS debug outputJon Mason1-6/+7
2011-10-27pci: Clamp pcie_set_readrq() when using "performance" settingsBenjamin Herrenschmidt1-2/+16
2011-10-27PCI: enable MPS "performance" setting to properly handle bridge MPSJon Mason1-31/+24
2011-10-27PCI: Workaround for Intel MPS errataJon Mason1-0/+69
2011-10-26Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2011-10-25Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stable/pci.fixes-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-3/+2
2011-10-14PCI: Add support for PASID capabilityJoerg Roedel2-0/+126
2011-10-14PCI: Add implementation for PRI capabilityJoerg Roedel2-0/+176
2011-10-14PCI: Export ATS functions to modulesJoerg Roedel1-0/+3
2011-10-14PCI: Move ATS implementation into own fileJoerg Roedel4-142/+160
2011-10-14PCI / PM: Remove unnecessary error variable from acpi_dev_run_wake()Rafael J. Wysocki1-2/+1
2011-10-14PCI hotplug: acpiphp: Prevent deadlock on PCI-to-PCI bridge removePrarit Bhargava1-15/+94
2011-10-14PCI / PM: Extend PME polling to all PCI devicesRafael J. Wysocki3-21/+32
2011-10-14PCI quirk: mmc: Always check for lower base frequency quirk for Ricoh 1180:e823Josh Boyer1-14/+14
2011-10-14PCI: Make pci_setup_bridge() non-static for use by arch codeBenjamin Herrenschmidt1-1/+1
2011-10-14PCI: Add quirk for known incorrect MPSSBen Hutchings1-0/+14
2011-10-04PCI: Disable MPS configuration by defaultJon Mason2-2/+18
2011-09-21iommu: Rename the DMAR and INTR_REMAP config optionsSuresh Siddha1-1/+1
2011-09-13pci: Don't crash when reading mpss from root complexBenjamin Herrenschmidt1-1/+2
2011-09-09PCI: Remove MRRS modification from MPS setting codeJon Mason2-20/+23
2011-09-09Fix pointer dereference before call to pcie_bus_configure_settingsShyam Iyer2-4/+3
2011-08-26xen-pcifront: Update warning comment to use 'e820_host' option.Konrad Rzeszutek Wilk1-3/+2
2011-08-20pci: fix new kernel-doc warning in pci.cRandy Dunlap1-1/+1
2011-08-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds7-152/+430
2011-08-19PCI: OF: Don't crash when bridge parent is NULL.David Daney1-1/+1
2011-08-02Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-1/+1
2011-08-02PCI: export pcie_bus_configure_settings symbolJon Mason1-0/+1
2011-08-01PCI: code and comments cleanupRam Pai1-55/+55
2011-08-01PCI: make cardbus-bridge resources optionalRam Pai2-9/+36
2011-08-01PCI: make SRIOV resources optionalYinghai Lu1-0/+10
2011-08-01PCI : ability to relocate assigned pci-resourcesRam Pai2-67/+112
2011-08-01PCI: honor child buses add_size in hot plug configurationYinghai Lu1-0/+26
2011-08-01PCI: Set PCI-E Max Payload Size on fabricJon Mason3-44/+213
2011-07-29Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds11-88/+136
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma2-2/+2
2011-07-26pci-label.c: size_t misspelled as mode_tAl Viro1-1/+1
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-13/+10
2011-07-22Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds7-6735/+0
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds1-1/+17
2011-07-22Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds4-2/+70
2011-07-22PCI: remove printks about disabled bridge windowsBjorn Helgaas2-15/+0
2011-07-22PCI: fold pci_calc_resource_flags() into decode_bar()Bjorn Helgaas2-30/+18
2011-07-22PCI: treat mem BAR type "11" (reserved) as 32-bit, not 64-bit, BARBjorn Helgaas1-3/+19
2011-07-22PCI: correct pcie_set_readrq write sizeJon Mason1-2/+2
2011-07-22PCI: pciehp: change wait time for valid configuration accessKenji Kaneshige2-9/+5
2011-07-22PCI: ARI is a PCIe v2 featureChris Wright1-1/+6
2011-07-22PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle1-2/+2
2011-07-22PCI hotplug: cpqphp: use pci_dev->vendorSergei Shtylyov1-2/+3