aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie/aer.c
AgeCommit message (Expand)Author
2024-02-23PCI/AER: Decode Requester ID when no error info foundBjorn Helgaas
2023-06-09treewide: Remove uninitialized_var() usageKees Cook
2020-02-14PCI/AER: Initialize aer_fifoDongdong Liu
2019-05-09PCI/AER: Log messages with pci_dev, not pcie_deviceFrederick Lawler
2019-05-09PCI/AER: Replace dev_printk(KERN_DEBUG) with dev_info()Frederick Lawler
2019-01-29PCI/AER: Use match_string() helper to simplify the codeAndy Shevchenko
2018-12-14PCI/AER: Queue one GHES event, not several uninitialized onesYanjiang Jin
2018-10-18PCI/AER: Abstract AER interrupt handlingKeith Busch
2018-10-18PCI/AER: Use managed resource allocationsKeith Busch
2018-10-08PCI/AER: Use threaded IRQ for bottom halfKeith Busch
2018-10-08PCI/AER: Use kfifo_in_spinlocked() to insert locked elementsKeith Busch
2018-10-08PCI/AER: Use kfifo for tracking events instead of reimplementing itKeith Busch
2018-10-08PCI/AER: Remove error source from AER struct aer_rpcKeith Busch
2018-10-08PCI/AER: Remove unused aer_error_resume()Keith Busch
2018-09-26PCI/ERR: Handle fatal error recoveryKeith Busch
2018-09-21PCI/ERR: Use slot reset if availableKeith Busch
2018-09-21PCI/AER: Don't read upstream ports below fatal errorsKeith Busch
2018-09-21PCI/AER: Take reference on error devicesKeith Busch
2018-09-20PCI: portdrv: Initialize service drivers directlyKeith Busch
2018-08-15Merge branch 'pci/virtualization'Bjorn Helgaas
2018-08-15PCI/AER: Don't clear AER bits if error handling is Firmware-FirstAlexandru Gagniuc
2018-07-31PCI/AER: Remove duplicate PCI_EXP_AER_FLAGS definitionBjorn Helgaas
2018-07-20PCI/AER: Clear device status bits during ERR_COR handlingOza Pawandeep
2018-07-20PCI/AER: Clear device status bits during ERR_FATAL and ERR_NONFATALOza Pawandeep
2018-07-20PCI/AER: Factor out ERR_NONFATAL status bit clearingOza Pawandeep
2018-07-20PCI/AER: Clear only ERR_NONFATAL bits during non-fatal recoveryOza 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-07-19PCI/AER: Honor "pcie_ports=native" even if HEST sets FIRMWARE_FIRSTAlexandru Gagniuc
2018-07-19PCI/AER: Add sysfs attributes for rootport cumulative statsRajat Jain
2018-07-19PCI/AER: Add sysfs attributes to provide AER stats and breakdownRajat Jain
2018-07-19PCI/AER: Define aer_stats structure for AER capable devicesRajat Jain
2018-07-19PCI/AER: Move internal declarations to drivers/pci/pci.hRajat Jain
2018-07-19PCI/AER: Adopt lspci names for AER error decodingTyler Baicar
2018-07-19PCI/AER: Expose internal API for obtaining AER informationKeith Busch
2018-06-11PCI/AER: Hoist aerdrv.c, aer_inject.c up to drivers/pci/pcie/Bjorn Helgaas