index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
pcie
/
err.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PCI/ERR: Recognize disconnected devices in report_error_detected()
Christoph Hellwig
2022-06-08
1
-4
/
+8
*
Revert "PCI: Use to_pci_driver() instead of pci_dev->driver"
Bjorn Helgaas
2021-11-11
1
-4
/
+4
*
PCI: Use to_pci_driver() instead of pci_dev->driver
Uwe Kleine-König
2021-10-18
1
-4
/
+4
*
PCI/ERR: Factor out common dev->driver expressions
Bjorn Helgaas
2021-10-12
1
-16
/
+24
*
PCI/ERR: Retain status from error notification
Keith Busch
2021-02-23
1
-2
/
+1
*
PCI/ERR: Clear status of the reporting device
Keith Busch
2021-02-23
1
-7
/
+6
*
PCI/ERR: Recover from RCiEP AER errors
Qiuxu Zhuo
2020-12-05
1
-7
/
+8
*
PCI/ERR: Recover from RCEC AER errors
Sean V Kelley
2020-12-05
1
-4
/
+15
*
PCI/ERR: Clear AER status only when we control AER
Sean V Kelley
2020-12-04
1
-2
/
+11
*
PCI/ERR: Add pci_walk_bridge() to pcie_do_recovery()
Sean V Kelley
2020-12-04
1
-7
/
+23
*
PCI/ERR: Avoid negated conditional for clarity
Sean V Kelley
2020-12-04
1
-4
/
+4
*
PCI/ERR: Use "bridge" for clarity in pcie_do_recovery()
Sean V Kelley
2020-12-04
1
-17
/
+20
*
PCI/ERR: Simplify by computing pci_pcie_type() once
Sean V Kelley
2020-12-04
1
-2
/
+3
*
PCI/ERR: Simplify by using pci_upstream_bridge()
Sean V Kelley
2020-12-04
1
-1
/
+1
*
PCI/ERR: Rename reset_link() to reset_subordinates()
Sean V Kelley
2020-12-04
1
-4
/
+4
*
PCI/ERR: Clear PCIe Device Status errors only if OS owns AER
Jonathan Cameron
2020-07-22
1
-1
/
+2
*
PCI/ERR: Rename pci_aer_clear_device_status() to pcie_clear_device_status()
Bjorn Helgaas
2020-07-22
1
-1
/
+1
*
PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'
Luc Van Oostenryck
2020-07-07
1
-2
/
+2
*
PCI/AER: Rationalize error status register clearing
Kuppuswamy Sathyanarayanan
2020-03-28
1
-1
/
+1
*
PCI/ERR: Return status of pcie_do_recovery()
Kuppuswamy Sathyanarayanan
2020-03-28
1
-4
/
+6
*
PCI/ERR: Remove service dependency in pcie_do_recovery()
Kuppuswamy Sathyanarayanan
2020-03-28
1
-45
/
+7
*
PCI/ERR: Update error status after reset_link()
Kuppuswamy Sathyanarayanan
2020-03-28
1
-1
/
+2
*
PCI/ERR: Combine pci_channel_io_frozen cases
Kuppuswamy Sathyanarayanan
2020-03-28
1
-6
/
+5
*
PCI/AER: Factor message prefixes with dev_fmt()
Bjorn Helgaas
2020-01-23
1
-3
/
+5
*
PCI/AER: Log which device prevents error recovery
Yicong Yang
2020-01-23
1
-2
/
+4
*
PCI: Get rid of dev->has_secondary_link flag
Mika Westerberg
2019-09-07
1
-1
/
+1
*
PCI/ERR: Remove duplicated include from err.c
YueHaibing
2018-10-02
1
-1
/
+0
*
PCI: Unify device inaccessible
Keith Busch
2018-10-02
1
-6
/
+4
*
PCI/ERR: Always report current recovery status for udev
Keith Busch
2018-10-02
1
-3
/
+2
*
PCI/ERR: Simplify broadcast callouts
Keith Busch
2018-10-02
1
-69
/
+38
*
PCI/ERR: Run error recovery callbacks for all affected devices
Keith Busch
2018-09-26
1
-64
/
+21
*
PCI/ERR: Handle fatal error recovery
Keith Busch
2018-09-26
1
-69
/
+6
*
PCI/ERR: Use slot reset if available
Keith Busch
2018-09-21
1
-1
/
+1
*
PCI: Simplify disconnected marking
Lukas Wunner
2018-09-17
1
-6
/
+2
*
Merge branch 'pci/virtualization'
Bjorn Helgaas
2018-08-15
1
-2
/
+4
|
\
|
*
PCI: Hide pci_reset_bridge_secondary_bus() from drivers
Sinan Kaya
2018-07-19
1
-1
/
+1
|
*
PCI: Handle error return from pci_reset_bridge_secondary_bus()
Sinan Kaya
2018-07-19
1
-2
/
+4
*
|
Merge branch 'pci/aer'
Bjorn Helgaas
2018-08-15
1
-9
/
+6
|
\
\
|
*
|
PCI/AER: Clear device status bits during ERR_FATAL and ERR_NONFATAL
Oza Pawandeep
2018-07-20
1
-0
/
+2
|
*
|
PCI/AER: Remove ERR_FATAL code from ERR_NONFATAL path
Oza Pawandeep
2018-07-20
1
-8
/
+3
|
*
|
PCI/AER: Clear only ERR_FATAL status bits during fatal recovery
Bjorn Helgaas
2018-07-20
1
-1
/
+1
|
|
/
*
/
PCI/AER: Work around use-after-free in pcie_do_fatal_recovery()
Thomas Tai
2018-07-26
1
-0
/
+2
|
/
*
PCI/AER: Pass service type to pcie_do_fatal_recovery()
Oza Pawandeep
2018-06-02
1
-5
/
+6
*
PCI/portdrv: Add generic pcie_port_find_service()
Oza Pawandeep
2018-05-17
1
-3
/
+1
*
PCI/AER: Factor out error reporting to drivers/pci/pcie/err.c
Oza Pawandeep
2018-05-17
1
-0
/
+389