aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-35/+73
2016-03-15Merge branches 'pci/aer', 'pci/enumeration', 'pci/kconfig', 'pci/misc', 'pci/virtualization' and 'pci/vpd' into nextBjorn Helgaas2-11/+25
2016-03-15PCI: Cleanup pci/pcie/Kconfig whitespaceAndreas Ziegler1-3/+4
2016-03-08PCI/AER: Log aer_inject error injectionsJean Delvare1-0/+3
2016-03-08PCI/AER: Log actual error causes in aer_injectJean Delvare1-1/+7
2016-03-08PCI/AER: Use dev_warn() in aer_injectJean Delvare1-3/+7
2016-03-08PCI/AER: Fix aer_inject error codesJean Delvare1-4/+4
2016-02-09Merge branches 'pci/aer', 'pci/misc' and 'pci/virtualization' into nextBjorn Helgaas2-24/+48
2016-02-05PCI/PME: Restructure pcie_pme_suspend() to prevent compiler warningBjorn Helgaas1-3/+6
2016-02-05PCI/PME: Remove redundant port lookupBjorn Helgaas1-2/+0
2016-02-04PCI/AER: Use list_first_entry_or_null() to simplify codeGeliang Tang1-8/+5
2016-02-04PCI/AER: Restore pci_ops pointer while calling original pci_opsDavid Daney1-2/+28
2016-02-04PCI/AER: Rename pci_ops_aer to aer_inj_pci_opsBjorn Helgaas1-9/+9
2016-01-25PCI/AER: Flush workqueue on device remove to avoid use-after-freeSebastian Andrzej Siewior3-6/+1
2016-01-15Merge branch 'pci/host-vmd' into nextBjorn Helgaas1-8/+8
2016-01-15PCI/AER: Use 32 bit PCI domain numbersKeith Busch1-8/+8
2015-12-10Merge branches 'pci/aspm', 'pci/hotplug', 'pci/misc' and 'pci/msi' into nextBjorn Helgaas2-16/+10
2015-12-10PCI: Check for PCI_HEADER_TYPE_BRIDGE equality, not bitmaskBjorn Helgaas1-5/+5
2015-12-03PCI/ASPM: Make sysfs link_state_store() consistent with link_state_show()Andy Lutomirski1-11/+5
2015-09-17PCI/AER: Clear error status registers during enumeration and restoreTaku Izumi1-0/+28
2015-07-14PCI: Fix pcie_port_device_resume() commentBjorn Helgaas1-1/+1
2015-06-10PCI/ASPM: Simplify Clock Power Management settingBjorn Helgaas1-8/+5
2015-05-29PCI: Use dev->has_secondary_link to find downstream PCIe linksYijing Wang1-2/+1
2015-05-26PCI/ASPM: Use dev->has_secondary_link to find downstream linksYijing Wang1-6/+10
2015-05-20PCI/ASPM: Remove redundant PCIe port type checkingYijing Wang1-15/+4
2015-05-20PCI/ASPM: Drop __pci_disable_link_state() useless "force" parameterBjorn Helgaas1-5/+4
2015-04-13Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-18/+0
2015-04-09PCI: Don't clear ASPM bits when the FADT declares it's unsupportedMatthew Garrett1-18/+0
2015-03-06PCI/AER: Avoid info leak in __print_tlp_header()Rasmus Villemoes1-10/+2
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-1/+1
2015-01-09PCI/ASPM: Use standard parsing functions for sysfs settersChris J Arges1-5/+7
2015-01-07kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger1-1/+1
2014-12-04PCI / PM: Drop CONFIG_PM_RUNTIME from the PCI coreRafael J. Wysocki1-1/+1
2014-10-23PCI / PM: handle failure to enable wakeup on PCIe PMELucas Stach1-2/+4
2014-10-09Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-10/+51
2014-10-01Merge branches 'pci/aer' and 'pci/virtualization' into nextBjorn Helgaas1-2/+9
2014-09-25PCI/AER: Add additional PCIe AER error stringsChen, Gong1-2/+9
2014-09-02PCI/PM: Drop unused runtime PM support code for PCIe portsRafael J. Wysocki1-74/+0
2014-09-01PCI / PM: Make PCIe PME interrupts wake up from suspend-to-idleRafael J. Wysocki1-10/+51
2014-08-04Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+2
2014-07-02PCI/portdrv: Remove warning about invalid IRQ for hot-added PCIe portsJiang Liu1-4/+0
2014-06-23trace, AER: Move trace into unified interfaceChen, Gong2-3/+2
2014-06-10PCI: Merge multi-line quoted stringsRyan Desfosses4-16/+9
2014-06-10PCI: Whitespace cleanupRyan Desfosses2-4/+2
2014-04-29Merge branches 'pci/hotplug', 'pci/msi', 'pci/virtualization' and 'pci/misc' into nextBjorn Helgaas1-3/+6
2014-04-24PCI: Allow hotplug service drivers to operate in polling modeRajat Jain1-1/+4
2014-04-14PCI/portdrv: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-2/+2
2014-01-13Merge branch 'pci/dead-code' into nextBjorn Helgaas1-12/+0
2014-01-13Merge branch 'pci/aer' into nextBjorn Helgaas1-4/+4
2014-01-13PCI/AER: Support ACPI HEST AER error sources for PCI domains other than 0Betty Dall1-4/+4