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