aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/pcie/err.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-02PCI/ERR: Remove duplicated include from err.cGravatar YueHaibing 1-1/+0
2018-10-02PCI: Unify device inaccessibleGravatar Keith Busch 1-6/+4
2018-10-02PCI/ERR: Always report current recovery status for udevGravatar Keith Busch 1-3/+2
2018-10-02PCI/ERR: Simplify broadcast calloutsGravatar Keith Busch 1-69/+38
2018-09-26PCI/ERR: Run error recovery callbacks for all affected devicesGravatar Keith Busch 1-64/+21
2018-09-26PCI/ERR: Handle fatal error recoveryGravatar Keith Busch 1-69/+6
2018-09-21PCI/ERR: Use slot reset if availableGravatar Keith Busch 1-1/+1
2018-09-17PCI: Simplify disconnected markingGravatar Lukas Wunner 1-6/+2
2018-08-15Merge branch 'pci/virtualization'Gravatar Bjorn Helgaas 1-2/+4
2018-08-15Merge branch 'pci/aer'Gravatar Bjorn Helgaas 1-9/+6
2018-07-26PCI/AER: Work around use-after-free in pcie_do_fatal_recovery()Gravatar Thomas Tai 1-0/+2
2018-07-20PCI/AER: Clear device status bits during ERR_FATAL and ERR_NONFATALGravatar Oza Pawandeep 1-0/+2
2018-07-20PCI/AER: Remove ERR_FATAL code from ERR_NONFATAL pathGravatar Oza Pawandeep 1-8/+3
2018-07-20PCI/AER: Clear only ERR_FATAL status bits during fatal recoveryGravatar Bjorn Helgaas 1-1/+1
2018-07-19PCI: Hide pci_reset_bridge_secondary_bus() from driversGravatar Sinan Kaya 1-1/+1
2018-07-19PCI: Handle error return from pci_reset_bridge_secondary_bus()Gravatar Sinan Kaya 1-2/+4
2018-06-02PCI/AER: Pass service type to pcie_do_fatal_recovery()Gravatar Oza Pawandeep 1-5/+6
2018-05-17PCI/portdrv: Add generic pcie_port_find_service()Gravatar Oza Pawandeep 1-3/+1
2018-05-17PCI/AER: Factor out error reporting to drivers/pci/pcie/err.cGravatar Oza Pawandeep 1-0/+389