summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2012-01-07PCI: deprecate pci_scan_bus_parented()Bjorn Helgaas1-0/+1
2012-01-07PCI: convert pci_scan_bus_parented() to use pci_create_root_bus()Bjorn Helgaas1-1/+6
2012-01-07PCI: convert pci_scan_bus() to use pci_create_root_bus()Bjorn Helgaas1-0/+19
2012-01-07PCI: add pci_scan_root_bus() that accepts resource listBjorn Helgaas1-0/+15
2012-01-07PCI: add pci_create_root_bus() that accepts resource listBjorn Helgaas1-4/+21
2012-01-07PCI: show host bridges and root bus resourcesBjorn Helgaas1-1/+12
2012-01-07PCI: add helpers for building PCI bus resource listsBjorn Helgaas1-5/+27
2012-01-07PCI: delay configuration of SRIOV capabilityRam Pai1-2/+2
2012-01-07PCI: Only call pci_stop_bus_device() one time for child devices at removeYinghai Lu1-3/+7
2012-01-07PCI: latency timer doesn't apply to PCIeMyron Stowe1-0/+4
2012-01-07PCI: Pull PCI 'latency timer' setup up into the coreMyron Stowe1-0/+29
2012-01-07PCI: Introduce INTx check & mask APIJan Kiszka3-1/+113
2012-01-07PCI: Rework config space blocking servicesJan Kiszka3-34/+56
2012-01-07PCI: fix a brace coding style issue in probe.cZac Storer1-1/+1
2012-01-07PCI: pci_has_legacy_pm_support add driver and device to WARNDavid Fries1-1/+2
2012-01-07PCI: msi: Disable msi interrupts when we initialize a pci deviceEric W. Biederman1-0/+10
2012-01-07PCI/ACPI/PM: Avoid resuming devices that don't signal PMERafael J. Wysocki1-4/+8
2012-01-07PCI: pciehp: Handle push button event asynchronouslyKenji Kaneshige4-13/+2
2012-01-07PCI: pciehp: Fix wrong workqueue cleanupKenji Kaneshige1-1/+1
2012-01-07PCI: Rework ASPM disable codeMatthew Garrett2-22/+37
2012-01-07PCI: Fix PRI and PASID consistencyAlex Williamson1-10/+10
2012-01-07PCI/sysfs: add per pci device msi[x] irq listing (v5)Neil Horman1-0/+111
2011-12-19pci: Fix hotplug of Express Module with pci bridgesYinghai Lu1-1/+5
2011-12-14PCI: Set device power state to PCI_D0 for device without native PM supportAjaykumar Hotchandani2-1/+3
2011-12-13PCI hotplug: Always allow acpiphp to handle non-PCIe bridgesRafael J. Wysocki1-17/+12
2011-12-05PCI: fix ats compile failureJames Bottomley1-0/+1
2011-12-05PCI: defer enablement of SRIOV BARSRam Pai2-1/+8
2011-11-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds6-21/+47
2011-11-14PCI hotplug: shpchp: don't blindly claim non-AMD 0x7450 device IDsBjorn Helgaas2-4/+4
2011-11-11PCI: pciehp: wait 100 ms after Link Training checkKenji Kaneshige1-0/+8
2011-11-11PCI: pciehp: wait 1000 ms before Link Training checkKenji Kaneshige2-3/+8
2011-11-07PCI: pciehp: Retrieve link speed after link is trainedYinghai Lu1-9/+2
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds16-0/+16
2011-11-07Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-11/+0
2011-11-01pci: add module.h to files implicitly relying on its presence.Paul Gortmaker3-0/+3
2011-11-01pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker13-0/+13
2011-11-01pci: drop unused Kconfig symbolPaul Bolle1-11/+0
2011-10-31PCI: Let PCI_PRI depend on PCIJoerg Roedel1-0/+1
2011-10-31PCI / ACPI: Make acpiphp ignore root bridges using PCIe native hotplugRafael J. Wysocki1-5/+24
2011-10-29Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus 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/ker...Linus Torvalds1-1/+1
2011-10-25Merge branches 'stable/drivers-3.2', 'stable/drivers.bugfixes-3.2' and 'stabl...Linus 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