index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
pcie
/
err.c
Age
Commit message (
Expand
)
Author
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