summaryrefslogtreecommitdiff
path: root/drivers/pci/pcie/err.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-08PCI/ERR: Recognize disconnected devices in report_error_detected()Christoph Hellwig1-4/+8
2021-11-11Revert "PCI: Use to_pci_driver() instead of pci_dev->driver"Bjorn Helgaas1-4/+4
2021-10-18PCI: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König1-4/+4
2021-10-13PCI/ERR: Factor out common dev->driver expressionsBjorn Helgaas1-16/+24
2021-02-24PCI/ERR: Retain status from error notificationKeith Busch1-2/+1
2021-02-24PCI/ERR: Clear status of the reporting deviceKeith Busch1-7/+6
2020-12-06PCI/ERR: Recover from RCiEP AER errorsQiuxu Zhuo1-7/+8
2020-12-06PCI/ERR: Recover from RCEC AER errorsSean V Kelley1-4/+15
2020-12-04PCI/ERR: Clear AER status only when we control AERSean V Kelley1-2/+11
2020-12-04PCI/ERR: Add pci_walk_bridge() to pcie_do_recovery()Sean V Kelley1-7/+23
2020-12-04PCI/ERR: Avoid negated conditional for claritySean V Kelley1-4/+4
2020-12-04PCI/ERR: Use "bridge" for clarity in pcie_do_recovery()Sean V Kelley1-17/+20
2020-12-04PCI/ERR: Simplify by computing pci_pcie_type() onceSean V Kelley1-2/+3
2020-12-04PCI/ERR: Simplify by using pci_upstream_bridge()Sean V Kelley1-1/+1
2020-12-04PCI/ERR: Rename reset_link() to reset_subordinates()Sean V Kelley1-4/+4
2020-07-22PCI/ERR: Clear PCIe Device Status errors only if OS owns AERJonathan Cameron1-1/+2
2020-07-22PCI/ERR: Rename pci_aer_clear_device_status() to pcie_clear_device_status()Bjorn Helgaas1-1/+1
2020-07-08PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck1-2/+2
2020-03-28PCI/AER: Rationalize error status register clearingKuppuswamy Sathyanarayanan1-1/+1
2020-03-28PCI/ERR: Return status of pcie_do_recovery()Kuppuswamy Sathyanarayanan1-4/+6
2020-03-28PCI/ERR: Remove service dependency in pcie_do_recovery()Kuppuswamy Sathyanarayanan1-45/+7
2020-03-28PCI/ERR: Update error status after reset_link()Kuppuswamy Sathyanarayanan1-1/+2
2020-03-28PCI/ERR: Combine pci_channel_io_frozen casesKuppuswamy Sathyanarayanan1-6/+5
2020-01-24PCI/AER: Factor message prefixes with dev_fmt()Bjorn Helgaas1-3/+5
2020-01-24PCI/AER: Log which device prevents error recoveryYicong Yang1-2/+4
2019-09-07PCI: Get rid of dev->has_secondary_link flagMika Westerberg1-1/+1
2018-10-03PCI/ERR: Remove duplicated include from err.cYueHaibing1-1/+0
2018-10-03PCI: Unify device inaccessibleKeith Busch1-6/+4
2018-10-03PCI/ERR: Always report current recovery status for udevKeith Busch1-3/+2
2018-10-03PCI/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 Busch1-69/+6
2018-09-21PCI/ERR: Use slot reset if availableKeith Busch1-1/+1
2018-09-18PCI: Simplify disconnected markingLukas Wunner1-6/+2
2018-08-15Merge branch 'pci/virtualization'Bjorn Helgaas1-2/+4
2018-08-15Merge branch 'pci/aer'Bjorn Helgaas1-9/+6
2018-07-26PCI/AER: Work around use-after-free in pcie_do_fatal_recovery()Thomas Tai1-0/+2
2018-07-20PCI/AER: Clear device status bits during ERR_FATAL and ERR_NONFATALOza Pawandeep1-0/+2
2018-07-20PCI/AER: Remove ERR_FATAL code from ERR_NONFATAL pathOza Pawandeep1-8/+3
2018-07-20PCI/AER: Clear only ERR_FATAL status bits during fatal recoveryBjorn Helgaas1-1/+1
2018-07-20PCI: Hide pci_reset_bridge_secondary_bus() from driversSinan Kaya1-1/+1
2018-07-20PCI: Handle error return from pci_reset_bridge_secondary_bus()Sinan Kaya1-2/+4
2018-06-03PCI/AER: Pass service type to pcie_do_fatal_recovery()Oza Pawandeep1-5/+6
2018-05-18PCI/portdrv: Add generic pcie_port_find_service()Oza Pawandeep1-3/+1
2018-05-18PCI/AER: Factor out error reporting to drivers/pci/pcie/err.cOza Pawandeep1-0/+389