- 0242132 PCI/DPC: Use PCI_POSSIBLE_ERROR() to check config reads by Naveen Naidu · 3 years, 1 month ago
- a97396c PCI: pciehp: Ignore Link Down/Up caused by DPC by Lukas Wunner · 3 years, 8 months ago
- 8a61449 PCI: pciehp: Reduce noisiness on hot removal by Lukas Wunner · 4 years, 3 months ago
- 9103aaf PCI/DPC: Print IRQ number used by port by Yicong Yang · 4 years, 8 months ago
- 708b200 PCI/AER: Remove HEST/FIRMWARE_FIRST parsing for AER ownership by Kuppuswamy Sathyanarayanan · 4 years, 7 months ago
- 894020f PCI/AER: Rationalize error status register clearing by Kuppuswamy Sathyanarayanan · 4 years, 9 months ago
- aea4741 PCI/DPC: Expose dpc_process_error(), dpc_reset_link() for use by EDR by Kuppuswamy Sathyanarayanan · 4 years, 9 months ago
- 2700561 PCI/DPC: Cache DPC capabilities in pci_init_capabilities() by Kuppuswamy Sathyanarayanan · 4 years, 9 months ago
- b6cf1a4 PCI/ERR: Remove service dependency in pcie_do_recovery() by Kuppuswamy Sathyanarayanan · 4 years, 9 months ago
- be06c1b PCI/DPC: Move DPC data into struct pci_dev by Bjorn Helgaas · 4 years, 9 months ago
- 35a0b23 PCI/DPC: Add "pcie_ports=dpc-native" to allow DPC without AER control by Olof Johansson · 5 years ago
- 10a9990 PCI/DPC: Log messages with pci_dev, not pcie_device by Frederick Lawler · 6 years ago
- 9f08a5d PCI/DPC: Fix print AER status in DPC event handling by Dongdong Liu · 6 years ago
- f015716 PCI: Make link active reporting detection generic by Keith Busch · 6 years ago
- bdb5ac85 PCI/ERR: Handle fatal error recovery by Keith Busch · 6 years ago
- 4f80217 PCI/DPC: Save and restore config state by Keith Busch · 6 years ago
- c29de84 PCI: portdrv: Initialize service drivers directly by Keith Busch · 6 years ago
- e77b821 PCI/DPC: Remove indirection waiting for inactive link by Keith Busch · 6 years ago
- 738c4e4 PCI/DPC: Use threaded IRQ for bottom half handling by Keith Busch · 6 years ago
- 8aefa9b PCI/DPC: Print AER status in DPC event handling by Keith Busch · 6 years ago
- f1d16b1 PCI/DPC: Remove rp_pio_status from dpc struct by Keith Busch · 6 years ago
- 0c27e28 PCI/DPC: Defer event handling to work queue by Keith Busch · 6 years ago
- f8d46c8 PCI/DPC: Leave interrupts enabled while handling event by Keith Busch · 7 years ago
- 0544b04 PCI/AER: Move pcie_aer_get_firmware_first() to portdrv.h by Bjorn Helgaas · 7 years ago
- 8e069da Merge branch 'pci/dpc' by Bjorn Helgaas · 7 years ago
- b09803b PCI/DPC: Use the generic pcie_do_fatal_recovery() path by Oza Pawandeep · 7 years ago
- 6927868 PCI/DPC: Disable ERR_NONFATAL handling by DPC by Oza Pawandeep · 7 years ago
- 9f5a70f1 PCI: Add generic pcie_wait_for_link() interface by Oza Pawandeep · 7 years ago
- 56abbf8 PCI/DPC: Clear interrupt status in interrupt handler top half by Oza Pawandeep · 7 years ago
- e02602bd PCI/DPC: Rename from pcie-dpc.c to dpc.c by Bjorn Helgaas · 7 years ago[Renamed from drivers/pci/pcie/pcie-dpc.c]
- ef79426 PCI/portdrv: Merge pcieport_if.h into portdrv.h by Bjorn Helgaas · 7 years ago
- c37e627 PCI/portdrv: Move pcieport_if.h to drivers/pci/pcie/ by Frederick Lawler · 7 years ago
- ab8c609 Merge branch 'pci/spdx' into next by Bjorn Helgaas · 7 years ago
- 01060e3 PCI/DPC: Add and use DPC Status register field definitions by Bjorn Helgaas · 7 years ago
- 716f0f7 PCI/DPC: Squash dpc_rp_pio_get_info() into dpc_process_rp_pio_error() by Bjorn Helgaas · 7 years ago
- f784c41 PCI/DPC: Remove unnecessary RP PIO register structs by Bjorn Helgaas · 7 years ago
- f5ec5a0 PCI/DPC: Push dpc->rp_pio_status assignment into dpc_rp_pio_get_info() by Bjorn Helgaas · 7 years ago
- a88b304 PCI/DPC: Squash dpc_rp_pio_print_error() into dpc_rp_pio_get_info() by Bjorn Helgaas · 7 years ago
- 64c3394 PCI/DPC: Make RP PIO log size check more generic by Bjorn Helgaas · 7 years ago
- a596a7b PCI/DPC: Rename local "status" to "dpc_status" by Bjorn Helgaas · 7 years ago
- 0bbe0eb PCI/DPC: Squash dpc_rp_pio_print_tlp_header() into dpc_rp_pio_print_error() by Bjorn Helgaas · 7 years ago
- e68d281 PCI/DPC: Process RP PIO details only if RP PIO extensions supported by Bjorn Helgaas · 7 years ago
- e3c44b8 PCI/DPC: Read RP PIO Log Size once at probe by Bjorn Helgaas · 7 years ago
- be3039a PCI/DPC: Rename struct dpc_dev.rp to rp_extensions by Bjorn Helgaas · 7 years ago
- aa745ef PCI/DPC: Add local variable for DPC capability offset by Bjorn Helgaas · 7 years ago
- e1e86ee PCI: Add SPDX GPL-2.0 to replace COPYING boilerplate by Bjorn Helgaas · 7 years ago
- b604472 PCI/DPC: Rename interrupt_event_handler() to dpc_work() by Bjorn Helgaas · 7 years ago
- 6b9045b PCI/DPC: Fix interrupt message number print by Keith Busch · 7 years ago
- eed85ff PCI/DPC: Enable DPC only if AER is available by Keith Busch · 7 years ago
- aa6ca5a PCI/DPC: Fix shared interrupt handling by Alex Williamson · 7 years ago
- 9e16b8d PCI/DPC: Add local struct device pointers by Dongdong Liu · 7 years ago
- f20c4ea PCI/DPC: Add eDPC support by Dongdong Liu · 7 years ago
- 69a3025 PCI/DPC: Fix control register setting by Keith Busch · 8 years ago
- 993d668 PCI/DPC: Skip DPC event if device is not present by Keith Busch · 8 years ago
- 89ee9f7 PCI: Add device disconnected state by Keith Busch · 8 years ago
- abdbf4d PCI/DPC: Wait for Root Port busy to clear by Keith Busch · 8 years ago
- 87b336d PCI/DPC: Decode extended reasons by Keith Busch · 8 years ago
- 61612e6 PCI: Make DPC explicitly non-modular by Paul Gortmaker · 8 years ago
- 7e16fd6 PCI: Bind DPC to Root Ports as well as Downstream Ports by Keith Busch · 8 years ago
- 14a16d5 PCI: Fix whitespace in struct dpc_dev by Mika Westerberg · 9 years ago
- 733f3d1 PCI: Convert Downstream Port Containment driver to use devm_* functions by Mika Westerberg · 9 years ago
- 26e5157 PCI: Add Downstream Port Containment driver by Keith Busch · 9 years ago