summaryrefslogtreecommitdiff
path: root/drivers/pci/pcie/err.c
AgeCommit message (Expand)Author
2021-11-11Revert "PCI: Use to_pci_driver() instead of pci_dev->driver"Bjorn Helgaas
2021-10-18PCI: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König
2021-10-12PCI/ERR: Factor out common dev->driver expressionsBjorn Helgaas
2021-02-23PCI/ERR: Retain status from error notificationKeith Busch
2021-02-23PCI/ERR: Clear status of the reporting deviceKeith Busch
2020-12-05PCI/ERR: Recover from RCiEP AER errorsQiuxu Zhuo
2020-12-05PCI/ERR: Recover from RCEC AER errorsSean V Kelley
2020-12-04PCI/ERR: Clear AER status only when we control AERSean V Kelley
2020-12-04PCI/ERR: Add pci_walk_bridge() to pcie_do_recovery()Sean V Kelley
2020-12-04PCI/ERR: Avoid negated conditional for claritySean V Kelley
2020-12-04PCI/ERR: Use "bridge" for clarity in pcie_do_recovery()Sean V Kelley
2020-12-04PCI/ERR: Simplify by computing pci_pcie_type() onceSean V Kelley
2020-12-04PCI/ERR: Simplify by using pci_upstream_bridge()Sean V Kelley
2020-12-04PCI/ERR: Rename reset_link() to reset_subordinates()Sean V Kelley
2020-07-22PCI/ERR: Clear PCIe Device Status errors only if OS owns AERJonathan Cameron
2020-07-22PCI/ERR: Rename pci_aer_clear_device_status() to pcie_clear_device_status()Bjorn Helgaas
2020-07-07PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck
2020-03-28PCI/AER: Rationalize error status register clearingKuppuswamy Sathyanarayanan
2020-03-28PCI/ERR: Return status of pcie_do_recovery()Kuppuswamy Sathyanarayanan
2020-03-28PCI/ERR: Remove service dependency in pcie_do_recovery()Kuppuswamy Sathyanarayanan
2020-03-28PCI/ERR: Update error status after reset_link()Kuppuswamy Sathyanarayanan
2020-03-28PCI/ERR: Combine pci_channel_io_frozen casesKuppuswamy Sathyanarayanan
2020-01-23PCI/AER: Factor message prefixes with dev_fmt()Bjorn Helgaas
2020-01-23PCI/AER: Log which device prevents error recoveryYicong Yang
2019-09-07PCI: Get rid of dev->has_secondary_link flagMika Westerberg
2018-10-02PCI/ERR: Remove duplicated include from err.cYueHaibing
2018-10-02PCI: Unify device inaccessibleKeith Busch
2018-10-02PCI/ERR: Always report current recovery status for udevKeith Busch
2018-10-02PCI/ERR: Simplify broadcast calloutsKeith Busch
2018-09-26PCI/ERR: Run error recovery callbacks for all affected devicesKeith Busch
2018-09-26PCI/ERR: Handle fatal error recoveryKeith Busch
2018-09-21PCI/ERR: Use slot reset if availableKeith Busch
2018-09-17PCI: Simplify disconnected markingLukas Wunner
2018-08-15Merge branch 'pci/virtualization'Bjorn Helgaas
2018-08-15Merge branch 'pci/aer'Bjorn Helgaas
2018-07-26PCI/AER: Work around use-after-free in pcie_do_fatal_recovery()Thomas Tai
2018-07-20PCI/AER: Clear device status bits during ERR_FATAL and ERR_NONFATALOza Pawandeep
2018-07-20PCI/AER: Remove ERR_FATAL code from ERR_NONFATAL pathOza Pawandeep
2018-07-20PCI/AER: Clear only ERR_FATAL status bits during fatal recoveryBjorn Helgaas
2018-07-19PCI: Hide pci_reset_bridge_secondary_bus() from driversSinan Kaya
2018-07-19PCI: Handle error return from pci_reset_bridge_secondary_bus()Sinan Kaya
2018-06-02PCI/AER: Pass service type to pcie_do_fatal_recovery()Oza Pawandeep
2018-05-17PCI/portdrv: Add generic pcie_port_find_service()Oza Pawandeep
2018-05-17PCI/AER: Factor out error reporting to drivers/pci/pcie/err.cOza Pawandeep