summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* PCI: deprecate pci_scan_bus_parented()Bjorn Helgaas2012-01-061-0/+1
* PCI: convert pci_scan_bus_parented() to use pci_create_root_bus()Bjorn Helgaas2012-01-061-1/+6
* PCI: convert pci_scan_bus() to use pci_create_root_bus()Bjorn Helgaas2012-01-061-0/+19
* PCI: add pci_scan_root_bus() that accepts resource listBjorn Helgaas2012-01-061-0/+15
* PCI: add pci_create_root_bus() that accepts resource listBjorn Helgaas2012-01-061-4/+21
* PCI: show host bridges and root bus resourcesBjorn Helgaas2012-01-061-1/+12
* PCI: add helpers for building PCI bus resource listsBjorn Helgaas2012-01-061-5/+27
* PCI: delay configuration of SRIOV capabilityRam Pai2012-01-061-2/+2
* PCI: Only call pci_stop_bus_device() one time for child devices at removeYinghai Lu2012-01-061-3/+7
* PCI: latency timer doesn't apply to PCIeMyron Stowe2012-01-061-0/+4
* PCI: Pull PCI 'latency timer' setup up into the coreMyron Stowe2012-01-061-0/+29
* PCI: Introduce INTx check & mask APIJan Kiszka2012-01-063-1/+113
* PCI: Rework config space blocking servicesJan Kiszka2012-01-063-34/+56
* PCI: fix a brace coding style issue in probe.cZac Storer2012-01-061-1/+1
* PCI: pci_has_legacy_pm_support add driver and device to WARNDavid Fries2012-01-061-1/+2
* PCI: msi: Disable msi interrupts when we initialize a pci deviceEric W. Biederman2012-01-061-0/+10
* PCI/ACPI/PM: Avoid resuming devices that don't signal PMERafael J. Wysocki2012-01-061-4/+8
* PCI: pciehp: Handle push button event asynchronouslyKenji Kaneshige2012-01-064-13/+2
* PCI: pciehp: Fix wrong workqueue cleanupKenji Kaneshige2012-01-061-1/+1
* PCI: Rework ASPM disable codeMatthew Garrett2012-01-062-22/+37
* PCI: Fix PRI and PASID consistencyAlex Williamson2012-01-061-10/+10
* PCI/sysfs: add per pci device msi[x] irq listing (v5)Neil Horman2012-01-061-0/+111
* pci: Fix hotplug of Express Module with pci bridgesYinghai Lu2011-12-181-1/+5
* PCI: Set device power state to PCI_D0 for device without native PM supportAjaykumar Hotchandani2011-12-142-1/+3
* PCI hotplug: Always allow acpiphp to handle non-PCIe bridgesRafael J. Wysocki2011-12-131-17/+12
* PCI: fix ats compile failureJames Bottomley2011-12-051-0/+1
* PCI: defer enablement of SRIOV BARSRam Pai2011-12-052-1/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2011-11-236-21/+47
|\
| * PCI hotplug: shpchp: don't blindly claim non-AMD 0x7450 device IDsBjorn Helgaas2011-11-142-4/+4
| * PCI: pciehp: wait 100 ms after Link Training checkKenji Kaneshige2011-11-111-0/+8
| * PCI: pciehp: wait 1000 ms before Link Training checkKenji Kaneshige2011-11-112-3/+8
| * PCI: pciehp: Retrieve link speed after link is trainedYinghai Lu2011-11-071-9/+2
| * PCI: Let PCI_PRI depend on PCIJoerg Roedel2011-10-311-0/+1
| * PCI / ACPI: Make acpiphp ignore root bridges using PCIe native hotplugRafael J. Wysocki2011-10-311-5/+24
* | 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