aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-01PCI/PME: Fix possible use-after-free on removeSven Van Asbroeck1-0/+1
2019-02-28PCI/PME: Fix hotplug/sysfs remove deadlock in pcie_pme_remove()Rafael J. Wysocki1-7/+15
2019-02-21PCI/DPC: Fix print AER status in DPC event handlingDongdong Liu1-1/+26
2019-02-15PCI/portdrv: Support PCIe services on subtractive decode bridgesHonghui Zhang1-0/+2
2019-02-15PCI/portdrv: Use conventional Device ID table formattingBjorn Helgaas1-3/+3
2019-02-14Revert "PCI/PME: Implement runtime PM callbacks"Mika Westerberg1-27/+0
2019-01-29PCI/AER: Use match_string() helper to simplify the codeAndy Shevchenko1-6/+3
2019-01-05Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-14/+8
2019-01-02Merge branch 'pci/misc'Bjorn Helgaas1-8/+8
2018-12-17PCI/ASPM: Remove unused lists from struct pcie_link_stateFrederick Lawler1-6/+0
2018-12-14PCI/AER: Queue one GHES event, not several uninitialized onesYanjiang Jin1-1/+1
2018-12-06PCI: Remove unnecessary space before function pointer argumentsBenjamin Young1-8/+8
2018-12-03Revert "PCI/ASPM: Do not initialize link state when aspm_disabled is set"Bjorn Helgaas1-1/+1
2018-10-20Merge branch 'pci/misc'Bjorn Helgaas1-4/+0
2018-10-20Merge branch 'pci/hotplug'Bjorn Helgaas8-467/+335
2018-10-18PCI/AER: Refactor error injection fallbacksKeith Busch1-28/+38
2018-10-18PCI/AER: Abstract AER interrupt handlingKeith Busch3-7/+5
2018-10-18PCI/AER: Reuse existing pcie_port_find_device() interfaceKeith Busch2-21/+5
2018-10-18PCI/AER: Use managed resource allocationsKeith Busch1-12/+5
2018-10-18PCI: pcie: Remove redundant 'default n' from KconfigBartlomiej Zolnierkiewicz1-4/+0
2018-10-08PCI/AER: Use threaded IRQ for bottom halfKeith Busch1-47/+13
2018-10-08PCI/AER: Use kfifo_in_spinlocked() to insert locked elementsKeith Busch1-4/+2
2018-10-08PCI/AER: Use kfifo for tracking events instead of reimplementing itKeith Busch1-77/+11
2018-10-08PCI/AER: Remove error source from AER struct aer_rpcKeith Busch1-17/+16
2018-10-08PCI/AER: Remove unused aer_error_resume()Keith Busch1-13/+0
2018-10-02PCI/ERR: Remove duplicated include from err.cYueHaibing1-1/+0
2018-10-02PCI/PME: Implement runtime PM callbacksMika Westerberg1-0/+27
2018-10-02PCI/portdrv: Add runtime PM hooks for port service driversMika Westerberg3-6/+28
2018-10-02PCI/portdrv: Resume upon exit from system suspend if left runtime suspendedMika Westerberg1-2/+2
2018-10-02PCI: Make link active reporting detection genericKeith Busch1-1/+3
2018-10-02PCI: Unify device inaccessibleKeith Busch1-6/+4
2018-10-02PCI/ERR: Always report current recovery status for udevKeith Busch1-3/+2
2018-10-02PCI/ERR: Simplify broadcast calloutsKeith Busch1-69/+38
2018-09-26PCI/ERR: Run error recovery callbacks for all affected devicesKeith Busch1-64/+21
2018-09-26PCI/ERR: Handle fatal error recoveryKeith Busch3-75/+16
2018-09-21PCI/ERR: Use slot reset if availableKeith Busch2-2/+2
2018-09-21PCI/AER: Don't read upstream ports below fatal errorsKeith Busch1-2/+3
2018-09-21PCI/AER: Take reference on error devicesKeith Busch1-1/+2
2018-09-20PCI/DPC: Save and restore config stateKeith Busch1-6/+55
2018-09-20PCI: portdrv: Restore PCI config state on slot resetKeith Busch1-0/+8
2018-09-20PCI: portdrv: Initialize service drivers directlyKeith Busch5-6/+36
2018-09-18PCI/ASPM: Do not initialize link state when aspm_disabled is setPatrick Talbert1-1/+1
2018-09-17PCI: Simplify disconnected markingLukas Wunner1-6/+2
2018-09-17PCI/ASPM: Fix link_state teardown on device removalLukas Wunner1-1/+1
2018-08-15Merge branch 'pci/virtualization'Bjorn Helgaas2-4/+7
2018-08-15Merge branch 'pci/hotplug'Bjorn Helgaas3-15/+19
2018-08-15Merge branch 'pci/dpc'Bjorn Helgaas1-65/+42
2018-08-15Merge branch 'pci/aspm'Bjorn Helgaas1-5/+3
2018-08-15Merge branch 'pci/aer'Bjorn Helgaas3-102/+274
2018-08-15PCI/AER: Don't clear AER bits if error handling is Firmware-FirstAlexandru Gagniuc1-0/+9