summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie/err.c
Commit message (Expand)AuthorAgeFilesLines
* PCI/ERR: Recognize disconnected devices in report_error_detected()Christoph Hellwig2022-06-081-4/+8
* Revert "PCI: Use to_pci_driver() instead of pci_dev->driver"Bjorn Helgaas2021-11-111-4/+4
* PCI: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König2021-10-181-4/+4
* PCI/ERR: Factor out common dev->driver expressionsBjorn Helgaas2021-10-121-16/+24
* PCI/ERR: Retain status from error notificationKeith Busch2021-02-231-2/+1
* PCI/ERR: Clear status of the reporting deviceKeith Busch2021-02-231-7/+6
* PCI/ERR: Recover from RCiEP AER errorsQiuxu Zhuo2020-12-051-7/+8
* PCI/ERR: Recover from RCEC AER errorsSean V Kelley2020-12-051-4/+15
* PCI/ERR: Clear AER status only when we control AERSean V Kelley2020-12-041-2/+11
* PCI/ERR: Add pci_walk_bridge() to pcie_do_recovery()Sean V Kelley2020-12-041-7/+23
* PCI/ERR: Avoid negated conditional for claritySean V Kelley2020-12-041-4/+4
* PCI/ERR: Use "bridge" for clarity in pcie_do_recovery()Sean V Kelley2020-12-041-17/+20
* PCI/ERR: Simplify by computing pci_pcie_type() onceSean V Kelley2020-12-041-2/+3
* PCI/ERR: Simplify by using pci_upstream_bridge()Sean V Kelley2020-12-041-1/+1
* PCI/ERR: Rename reset_link() to reset_subordinates()Sean V Kelley2020-12-041-4/+4
* 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