index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
pcie
/
dpc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-10
PCI/DPC: Await readiness of secondary bus after reset
Lukas Wunner
1
-2
/
+2
2022-09-28
PCI/DPC: Quirk PIO log size for certain Intel Root Ports
Mika Westerberg
1
-5
/
+10
2021-11-18
PCI/DPC: Use PCI_POSSIBLE_ERROR() to check config reads
Naveen Naidu
1
-2
/
+2
2021-06-17
PCI: pciehp: Ignore Link Down/Up caused by DPC
Lukas Wunner
1
-5
/
+69
2020-09-18
PCI: pciehp: Reduce noisiness on hot removal
Lukas Wunner
1
-2
/
+5
2020-06-01
PCI/DPC: Print IRQ number used by port
Yicong Yang
1
-0
/
+1
2020-06-01
PCI/AER: Remove HEST/FIRMWARE_FIRST parsing for AER ownership
Kuppuswamy Sathyanarayanan
1
-1
/
+1
2020-03-28
PCI/AER: Rationalize error status register clearing
Kuppuswamy Sathyanarayanan
1
-1
/
+1
2020-03-28
PCI/DPC: Expose dpc_process_error(), dpc_reset_link() for use by EDR
Kuppuswamy Sathyanarayanan
1
-3
/
+9
2020-03-28
PCI/DPC: Cache DPC capabilities in pci_init_capabilities()
Kuppuswamy Sathyanarayanan
1
-12
/
+21
2020-03-28
PCI/ERR: Remove service dependency in pcie_do_recovery()
Kuppuswamy Sathyanarayanan
1
-2
/
+1
2020-03-28
PCI/DPC: Move DPC data into struct pci_dev
Bjorn Helgaas
1
-72
/
+31
2019-10-25
PCI/DPC: Add "pcie_ports=dpc-native" to allow DPC without AER control
Olof Johansson
1
-1
/
+1
2019-05-10
PCI/DPC: Log messages with pci_dev, not pcie_device
Frederick Lawler
1
-19
/
+18
2019-02-22
PCI/DPC: Fix print AER status in DPC event handling
Dongdong Liu
1
-1
/
+26
2018-10-03
PCI: Make link active reporting detection generic
Keith Busch
1
-1
/
+3
2018-09-26
PCI/ERR: Handle fatal error recovery
Keith Busch
1
-2
/
+2
2018-09-21
PCI/DPC: Save and restore config state
Keith Busch
1
-6
/
+55
2018-09-20
PCI: portdrv: Initialize service drivers directly
Keith Busch
1
-2
/
+1
2018-07-20
PCI/DPC: Remove indirection waiting for inactive link
Keith Busch
1
-8
/
+2
2018-07-20
PCI/DPC: Use threaded IRQ for bottom half handling
Keith Busch
1
-7
/
+8
2018-07-20
PCI/DPC: Print AER status in DPC event handling
Keith Busch
1
-0
/
+6
2018-07-20
PCI/DPC: Remove rp_pio_status from dpc struct
Keith Busch
1
-12
/
+5
2018-07-20
PCI/DPC: Defer event handling to work queue
Keith Busch
1
-24
/
+20
2018-07-20
PCI/DPC: Leave interrupts enabled while handling event
Keith Busch
1
-18
/
+5
2018-06-11
PCI/AER: Move pcie_aer_get_firmware_first() to portdrv.h
Bjorn Helgaas
1
-1
/
+0
2018-06-07
Merge branch 'pci/dpc'
Bjorn Helgaas
1
-1
/
+4
2018-06-03
PCI/DPC: Use the generic pcie_do_fatal_recovery() path
Oza Pawandeep
1
-20
/
+33
2018-06-03
PCI/DPC: Disable ERR_NONFATAL handling by DPC
Oza Pawandeep
1
-2
/
+2
2018-05-18
PCI: Add generic pcie_wait_for_link() interface
Oza Pawandeep
1
-11
/
+1
2018-05-16
PCI/DPC: Clear interrupt status in interrupt handler top half
Oza Pawandeep
1
-1
/
+4
2018-04-01
PCI/DPC: Rename from pcie-dpc.c to dpc.c
Bjorn Helgaas
1
-0
/
+307