index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
pcie
/
err.c
Age
Commit message (
Expand
)
Author
2021-02-23
PCI/ERR: Retain status from error notification
Keith Busch
2021-02-23
PCI/ERR: Clear status of the reporting device
Keith Busch
2020-12-05
PCI/ERR: Recover from RCiEP AER errors
Qiuxu Zhuo
2020-12-05
PCI/ERR: Recover from RCEC AER errors
Sean V Kelley
2020-12-04
PCI/ERR: Clear AER status only when we control AER
Sean V Kelley
2020-12-04
PCI/ERR: Add pci_walk_bridge() to pcie_do_recovery()
Sean V Kelley
2020-12-04
PCI/ERR: Avoid negated conditional for clarity
Sean V Kelley
2020-12-04
PCI/ERR: Use "bridge" for clarity in pcie_do_recovery()
Sean V Kelley
2020-12-04
PCI/ERR: Simplify by computing pci_pcie_type() once
Sean V Kelley
2020-12-04
PCI/ERR: Simplify by using pci_upstream_bridge()
Sean V Kelley
2020-12-04
PCI/ERR: Rename reset_link() to reset_subordinates()
Sean V Kelley
2020-07-22
PCI/ERR: Clear PCIe Device Status errors only if OS owns AER
Jonathan Cameron
2020-07-22
PCI/ERR: Rename pci_aer_clear_device_status() to pcie_clear_device_status()
Bjorn Helgaas
2020-07-07
PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'
Luc Van Oostenryck
2020-03-28
PCI/AER: Rationalize error status register clearing
Kuppuswamy Sathyanarayanan
2020-03-28
PCI/ERR: Return status of pcie_do_recovery()
Kuppuswamy Sathyanarayanan
2020-03-28
PCI/ERR: Remove service dependency in pcie_do_recovery()
Kuppuswamy Sathyanarayanan
2020-03-28
PCI/ERR: Update error status after reset_link()
Kuppuswamy Sathyanarayanan
2020-03-28
PCI/ERR: Combine pci_channel_io_frozen cases
Kuppuswamy Sathyanarayanan
2020-01-23
PCI/AER: Factor message prefixes with dev_fmt()
Bjorn Helgaas
2020-01-23
PCI/AER: Log which device prevents error recovery
Yicong Yang
2019-09-07
PCI: Get rid of dev->has_secondary_link flag
Mika Westerberg
2018-10-02
PCI/ERR: Remove duplicated include from err.c
YueHaibing
2018-10-02
PCI: Unify device inaccessible
Keith Busch
2018-10-02
PCI/ERR: Always report current recovery status for udev
Keith Busch
2018-10-02
PCI/ERR: Simplify broadcast callouts
Keith Busch
2018-09-26
PCI/ERR: Run error recovery callbacks for all affected devices
Keith Busch
2018-09-26
PCI/ERR: Handle fatal error recovery
Keith Busch
2018-09-21
PCI/ERR: Use slot reset if available
Keith Busch
2018-09-17
PCI: Simplify disconnected marking
Lukas Wunner
2018-08-15
Merge branch 'pci/virtualization'
Bjorn Helgaas
2018-08-15
Merge branch 'pci/aer'
Bjorn Helgaas
2018-07-26
PCI/AER: Work around use-after-free in pcie_do_fatal_recovery()
Thomas Tai
2018-07-20
PCI/AER: Clear device status bits during ERR_FATAL and ERR_NONFATAL
Oza Pawandeep
2018-07-20
PCI/AER: Remove ERR_FATAL code from ERR_NONFATAL path
Oza Pawandeep
2018-07-20
PCI/AER: Clear only ERR_FATAL status bits during fatal recovery
Bjorn Helgaas
2018-07-19
PCI: Hide pci_reset_bridge_secondary_bus() from drivers
Sinan Kaya
2018-07-19
PCI: Handle error return from pci_reset_bridge_secondary_bus()
Sinan Kaya
2018-06-02
PCI/AER: Pass service type to pcie_do_fatal_recovery()
Oza Pawandeep
2018-05-17
PCI/portdrv: Add generic pcie_port_find_service()
Oza Pawandeep
2018-05-17
PCI/AER: Factor out error reporting to drivers/pci/pcie/err.c
Oza Pawandeep