aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-06PCI/ACPI/PM: Avoid resuming devices that don't signal PMERafael J. Wysocki1-4/+8
2012-01-06PCI: pciehp: Handle push button event asynchronouslyKenji Kaneshige4-13/+2
2012-01-06PCI: pciehp: Fix wrong workqueue cleanupKenji Kaneshige1-1/+1
2012-01-06PCI: Rework ASPM disable codeMatthew Garrett2-22/+37
2012-01-06PCI: Fix PRI and PASID consistencyAlex Williamson1-10/+10
2012-01-06PCI/sysfs: add per pci device msi[x] irq listing (v5)Neil Horman1-0/+111
2012-01-05capabilities: reverse arguments to security_capableEric Paris1-1/+1
2012-01-04Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich1-7/+4
2012-01-03switch ->is_visible() to returning umode_tAl Viro1-2/+2
2011-12-18pci: 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-06pci, x86/io-apic: Allow PCI_IOAPIC to be user configurable on x86Jan Beulich2-10/+9
2011-12-05PCI: fix ats compile failureJames Bottomley1-0/+1
2011-12-05PCI: defer enablement of SRIOV BARSRam Pai2-1/+8
2011-12-05PCI: More PRI/PASID cleanupAlex Williamson1-34/+35
2011-12-05PCI: Enable is not exposed as a PASID capabilityAlex Williamson1-3/+2
2011-12-05PCI: msi: Disable msi interrupts when we initialize a pci deviceEric W. Biederman1-0/+10
2011-12-05PCI/ACPI/PM: Avoid resuming devices that don't signal PMERafael J. Wysocki1-4/+8
2011-12-05PCI/ACPI: Make acpiphp ignore root bridges using SHPC native hotplugRafael J. Wysocki1-2/+2
2011-12-05PCI: pciehp: Handle push button event asynchronouslyKenji Kaneshige4-13/+2
2011-12-05PCI: pciehp: Fix wrong workqueue cleanupKenji Kaneshige1-1/+1
2011-12-05PCI: Rework ASPM disable codeMatthew Garrett2-22/+37
2011-12-05PCI: Fix PRI and PASID consistencyAlex Williamson1-10/+10
2011-12-05PCI/sysfs: add per pci device msi[x] irq listing (v5)Neil Horman1-0/+111
2011-11-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus 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-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds16-0/+16
2011-11-06Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-11/+0
2011-10-31pci: add module.h to files implicitly relying on its presence.Paul Gortmaker3-0/+3
2011-10-31pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker13-0/+13
2011-10-31pci: 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-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