1. 64ae499 Merge branch 'pci/portdrv' by Bjorn Helgaas · 7 years ago
  2. 43b90ea Merge branch 'pci/misc' by Bjorn Helgaas · 7 years ago
  3. e02602bd PCI/DPC: Rename from pcie-dpc.c to dpc.c by Bjorn Helgaas · 7 years ago
  4. 4e5fad4 PCI/DPC: Do not enable DPC if AER control is not allowed by the BIOS by Mika Westerberg · 7 years ago
  5. f0553ba PCI/AER: Use cached AER Capability offset by Frederick Lawler · 7 years ago
  6. d850882 PCI/portdrv: Rename and reverse sense of pcie_ports_auto by Bjorn Helgaas · 7 years ago
  7. 842b447 PCI/portdrv: Encapsulate pcie_ports_auto inside the port driver by Bjorn Helgaas · 7 years ago
  8. 4c0fd76 PCI/portdrv: Remove unnecessary "pcie_ports=auto" parameter by Bjorn Helgaas · 7 years ago
  9. 1e447c5 PCI/portdrv: Remove "pcie_hp=nomsi" kernel parameter by Bjorn Helgaas · 7 years ago
  10. 1b64cb8 PCI/portdrv: Remove unnecessary include of <linux/pci-aspm.h> by Bjorn Helgaas · 7 years ago
  11. 02bfeb4 PCI/portdrv: Simplify PCIe feature permission checking by Bjorn Helgaas · 7 years ago
  12. 168f3ae PCI/portdrv: Remove unused PCIE_PORT_SERVICE_VC by Bjorn Helgaas · 7 years ago
  13. c6c889d PCI/portdrv: Remove pcie_port_bus_type link order dependency by Bjorn Helgaas · 7 years ago
  14. 79a0111 PCI/portdrv: Disable port driver in compat mode by Bjorn Helgaas · 7 years ago
  15. df62ab5 PCI: Tidy comments by Bjorn Helgaas · 7 years ago
  16. 3133e6d PCI: Tidy Makefiles by Bjorn Helgaas · 7 years ago
  17. a39bd85 PCI/PM: Clear PCIe PME Status bit in core, not PCIe port driver by Bjorn Helgaas · 7 years ago
  18. dcb0453 PCI/PM: Move pcie_clear_root_pme_status() to core by Bjorn Helgaas · 7 years ago
  19. ef79426 PCI/portdrv: Merge pcieport_if.h into portdrv.h by Bjorn Helgaas · 7 years ago
  20. 0487517 PCI/ASPM: Don't warn if already in common clock mode by Sinan Kaya · 7 years ago
  21. f51af8a PCI/ASPM: Declare threshold_ns as u32, not u64 by Gustavo A. R. Silva · 7 years ago
  22. c37e627 PCI/portdrv: Move pcieport_if.h to drivers/pci/pcie/ by Frederick Lawler · 7 years ago
  23. 105cf3c Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  24. 03f51d4 Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  25. ab8c609 Merge branch 'pci/spdx' into next by Bjorn Helgaas · 7 years ago
  26. 412ee7c Merge branch 'pci/misc' into next by Bjorn Helgaas · 7 years ago
  27. 3972b0e Merge branch 'pci/dpc' into next by Bjorn Helgaas · 7 years ago
  28. 3ea8bc3 Merge branch 'pci/aspm' into next by Bjorn Helgaas · 7 years ago
  29. 01060e3 PCI/DPC: Add and use DPC Status register field definitions by Bjorn Helgaas · 7 years ago
  30. 716f0f7 PCI/DPC: Squash dpc_rp_pio_get_info() into dpc_process_rp_pio_error() by Bjorn Helgaas · 7 years ago
  31. f784c41 PCI/DPC: Remove unnecessary RP PIO register structs by Bjorn Helgaas · 7 years ago
  32. f5ec5a0 PCI/DPC: Push dpc->rp_pio_status assignment into dpc_rp_pio_get_info() by Bjorn Helgaas · 7 years ago
  33. a88b304 PCI/DPC: Squash dpc_rp_pio_print_error() into dpc_rp_pio_get_info() by Bjorn Helgaas · 7 years ago
  34. 64c3394 PCI/DPC: Make RP PIO log size check more generic by Bjorn Helgaas · 7 years ago
  35. a596a7b PCI/DPC: Rename local "status" to "dpc_status" by Bjorn Helgaas · 7 years ago
  36. 0bbe0eb PCI/DPC: Squash dpc_rp_pio_print_tlp_header() into dpc_rp_pio_print_error() by Bjorn Helgaas · 7 years ago
  37. e68d281 PCI/DPC: Process RP PIO details only if RP PIO extensions supported by Bjorn Helgaas · 7 years ago
  38. e3c44b8 PCI/DPC: Read RP PIO Log Size once at probe by Bjorn Helgaas · 7 years ago
  39. be3039a PCI/DPC: Rename struct dpc_dev.rp to rp_extensions by Bjorn Helgaas · 7 years ago
  40. aa745ef PCI/DPC: Add local variable for DPC capability offset by Bjorn Helgaas · 7 years ago
  41. e1e86ee PCI: Add SPDX GPL-2.0 to replace COPYING boilerplate by Bjorn Helgaas · 7 years ago
  42. 8cfab3c PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplate by Bjorn Helgaas · 7 years ago
  43. 856e1eb PCI/AER: Add uevents in AER and EEH error/resume by Bryant G. Ly · 7 years ago
  44. b604472 PCI/DPC: Rename interrupt_event_handler() to dpc_work() by Bjorn Helgaas · 7 years ago
  45. 6b9045b PCI/DPC: Fix interrupt message number print by Keith Busch · 7 years ago
  46. eed85ff PCI/DPC: Enable DPC only if AER is available by Keith Busch · 7 years ago
  47. 7328c8f PCI: Add SPDX GPL-2.0 when no license was specified by Bjorn Helgaas · 7 years ago
  48. 7506dc7 PCI: Add wrappers for dev_printk() by Frederick Lawler · 7 years ago
  49. 0f6f1d9 PCI/AER: Return error if AER is not supported by Keith Busch · 7 years ago
  50. aa6ca5a PCI/DPC: Fix shared interrupt handling by Alex Williamson · 7 years ago
  51. 877b372 PCI / PM: Use SMART_SUSPEND and LEAVE_SUSPENDED flags for PCIe ports by Rafael J. Wysocki · 7 years ago
  52. 80d7d7a PCI/ASPM: Calculate LTR_L1.2_THRESHOLD from device characteristics by Bjorn Helgaas · 7 years ago
  53. b9f80fd PCI/AER: Skip recovery callbacks for correctable errors from ACPI APEI by Tyler Baicar · 7 years ago
  54. 1b6115f Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  55. 1be2172 Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  56. 8dceeaf Merge branch 'pci/portdrv' into next by Bjorn Helgaas · 7 years ago
  57. 6018182 Merge branch 'pci/msi' into next by Bjorn Helgaas · 7 years ago
  58. 65a129d Merge branch 'pci/misc' into next by Bjorn Helgaas · 7 years ago
  59. 9c42da5 Merge branch 'pci/aspm' into next by Bjorn Helgaas · 7 years ago
  60. a48f3d5 PCI/ASPM: Add L1 Substates definitions by Bjorn Helgaas · 7 years ago
  61. c00054f PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLD by Bjorn Helgaas · 7 years ago
  62. 94ac327 PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_Time by Bjorn Helgaas · 7 years ago
  63. 3ad3f8c PCI/PME: Handle invalid data when reading Root Status by Qiang · 7 years ago
  64. cc27b73 PCI/portdrv: Turn off PCIe services during shutdown by Sinan Kaya · 7 years ago
  65. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  66. e4dca7b treewide: Fix function prototypes for module_param_call() by Kees Cook · 7 years ago
  67. a579ba4 PCI/portdrv: Compute MSI/MSI-X IRQ vectors after final allocation by Bjorn Helgaas · 7 years ago
  68. 3321eaf PCI/portdrv: Factor out Interrupt Message Number lookup by Bjorn Helgaas · 7 years ago
  69. b8acfd7c PCI/portdrv: Consolidate comments by Bjorn Helgaas · 7 years ago
  70. 7c950b9 PCI/portdrv: Add #defines for AER and DPC Interrupt Message Number masks by Dongdong Liu · 7 years ago
  71. ee8bdfb PCI/ASPM: Deal with missing root ports in link state handling by Ard Biesheuvel · 7 years ago
  72. 86acc79 PCI/AER: Report non-fatal errors only to the affected endpoint by Gabriele Paoloni · 7 years ago
  73. 6faadbb dmi: Mark all struct dmi_system_id instances const by Christoph Hellwig · 7 years ago
  74. 27e8739 Merge branch 'pci/trivial' into next by Bjorn Helgaas · 7 years ago
  75. 18f2067 Merge branch 'pci/dpc' into next by Bjorn Helgaas · 7 years ago
  76. 96291d5 PCI: Fix typos and whitespace errors by Bjorn Helgaas · 7 years ago
  77. 9e16b8d PCI/DPC: Add local struct device pointers by Dongdong Liu · 7 years ago
  78. f20c4ea PCI/DPC: Add eDPC support by Dongdong Liu · 7 years ago
  79. c5dc3c6 PCI/portdrv: Move error handler methods to struct pcie_port_service_driver by Christoph Hellwig · 7 years ago
  80. ec4b8dd Merge branch 'pm-pci' by Rafael J. Wysocki · 7 years ago
  81. c7b5a4e PCI / PM: Fix native PME handling during system suspend/resume by Rafael J. Wysocki · 7 years ago
  82. f263fbb Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  83. 74da4a01 Merge branch 'pci/portdrv' into next by Bjorn Helgaas · 7 years ago
  84. de3ef1e PM / core: Drop run_wake flag from struct dev_pm_info by Rafael J. Wysocki · 7 years ago
  85. 8370c2d PCI / PM: Drop pme_interrupt flag from struct pci_dev by Rafael J. Wysocki · 7 years ago
  86. ae6dc7d PCI/portdrv: Allocate MSI/MSI-X vector for Downstream Port Containment by Gabriele Paoloni · 7 years ago
  87. a1d5f18 PCI/portdrv: Support multiple interrupts for MSI as well as MSI-X by Gabriele Paoloni · 7 years ago
  88. 69a3025 PCI/DPC: Fix control register setting by Keith Busch · 7 years ago
  89. 993d668 PCI/DPC: Skip DPC event if device is not present by Keith Busch · 7 years ago
  90. f503ee4 Merge branch 'pci/enumeration' into next by Bjorn Helgaas · 7 years ago
  91. 89ee9f7 PCI: Add device disconnected state by Keith Busch · 8 years ago
  92. 3bd7db6 PCI/ASPM: Always set link->downstream to avoid NULL dereference on remove by Yinghai Lu · 8 years ago
  93. 60e8d3e Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  94. 3ec2574 Merge branch 'pci/msi' into next by Bjorn Helgaas · 8 years ago
  95. af3a2ab Merge branch 'pci/dpc' into next by Bjorn Helgaas · 8 years ago
  96. afe3e4d1 PCI/PME: Restore pcie_pme_driver.remove by Yinghai Lu · 8 years ago
  97. a142f4d PCI/ASPM: Add comment about L1 substate latency by Rajat Jain · 8 years ago
  98. aeda9ad PCI/ASPM: Configure L1 substate settings by Rajat Jain · 8 years ago
  99. f1f0366 PCI/ASPM: Calculate and save the L1.2 timing parameters by Rajat Jain · 8 years ago
  100. b5a0a9b PCI/ASPM: Read and set up L1 substate capabilities by Rajat Jain · 8 years ago