summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie/err.c
Commit message (Expand)AuthorAgeFilesLines
* PCI/ERR: Clear PCIe Device Status errors only if OS owns AERJonathan Cameron2020-07-221-1/+2
* PCI/ERR: Rename pci_aer_clear_device_status() to pcie_clear_device_status()Bjorn Helgaas2020-07-221-1/+1
* PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck2020-07-071-2/+2
* PCI/AER: Rationalize error status register clearingKuppuswamy Sathyanarayanan2020-03-281-1/+1
* PCI/ERR: Return status of pcie_do_recovery()Kuppuswamy Sathyanarayanan2020-03-281-4/+6
* PCI/ERR: Remove service dependency in pcie_do_recovery()Kuppuswamy Sathyanarayanan2020-03-281-45/+7
* PCI/ERR: Update error status after reset_link()Kuppuswamy Sathyanarayanan2020-03-281-1/+2
* PCI/ERR: Combine pci_channel_io_frozen casesKuppuswamy Sathyanarayanan2020-03-281-6/+5
* PCI/AER: Factor message prefixes with dev_fmt()Bjorn Helgaas2020-01-231-3/+5
* PCI/AER: Log which device prevents error recoveryYicong Yang2020-01-231-2/+4
* PCI: Get rid of dev->has_secondary_link flagMika Westerberg2019-09-071-1/+1
* PCI/ERR: Remove duplicated include from err.cYueHaibing2018-10-021-1/+0
* PCI: Unify device inaccessibleKeith Busch2018-10-021-6/+4
* PCI/ERR: Always report current recovery status for udevKeith Busch2018-10-021-3/+2
* PCI/ERR: Simplify broadcast calloutsKeith Busch2018-10-021-69/+38
* PCI/ERR: Run error recovery callbacks for all affected devicesKeith Busch2018-09-261-64/+21
* PCI/ERR: Handle fatal error recoveryKeith Busch2018-09-261-69/+6
* PCI/ERR: Use slot reset if availableKeith Busch2018-09-211-1/+1
* PCI: Simplify disconnected markingLukas Wunner2018-09-171-6/+2
* Merge branch 'pci/virtualization'Bjorn Helgaas2018-08-151-2/+4
|\
| * PCI: Hide pci_reset_bridge_secondary_bus() from driversSinan Kaya2018-07-191-1/+1
| * PCI: Handle error return from pci_reset_bridge_secondary_bus()Sinan Kaya2018-07-191-2/+4
* | Merge branch 'pci/aer'Bjorn Helgaas2018-08-151-9/+6
|\ \
| * | PCI/AER: Clear device status bits during ERR_FATAL and ERR_NONFATALOza Pawandeep2018-07-201-0/+2
| * | PCI/AER: Remove ERR_FATAL code from ERR_NONFATAL pathOza Pawandeep2018-07-201-8/+3
| * | PCI/AER: Clear only ERR_FATAL status bits during fatal recoveryBjorn Helgaas2018-07-201-1/+1
| |/
* / PCI/AER: Work around use-after-free in pcie_do_fatal_recovery()Thomas Tai2018-07-261-0/+2
|/
* PCI/AER: Pass service type to pcie_do_fatal_recovery()Oza Pawandeep2018-06-021-5/+6
* PCI/portdrv: Add generic pcie_port_find_service()Oza Pawandeep2018-05-171-3/+1
* PCI/AER: Factor out error reporting to drivers/pci/pcie/err.cOza Pawandeep2018-05-171-0/+389