1. c591c2e powerpc/pci: Fix broken INTx configuration via OF by Alexey Kardashevskiy · 7 years ago
  2. ab8c609 Merge branch 'pci/spdx' into next by Bjorn Helgaas · 7 years ago
  3. a5fae84 Merge remote-tracking branch 'lorenzo/pci/xgene' into next by Bjorn Helgaas · 7 years ago
  4. 163b716 Merge remote-tracking branch 'lorenzo/pci/tegra' into next by Bjorn Helgaas · 7 years ago
  5. 88af812 Merge remote-tracking branch 'lorenzo/pci/rcar' into next by Bjorn Helgaas · 7 years ago
  6. 278a26b Merge remote-tracking branch 'lorenzo/pci/keystone' into next by Bjorn Helgaas · 7 years ago
  7. 7dd113b Merge remote-tracking branch 'lorenzo/pci/endpoint' into next by Bjorn Helgaas · 7 years ago
  8. 1609336 Merge remote-tracking branch 'lorenzo/pci/dwc' into next by Bjorn Helgaas · 7 years ago
  9. c7f75ae Merge remote-tracking branch 'lorenzo/pci/cadence' into next by Bjorn Helgaas · 7 years ago
  10. a07ae84 Merge branch 'pci/virtualization' into next by Bjorn Helgaas · 7 years ago
  11. 01f095e Merge branch 'pci/trivial' into next by Bjorn Helgaas · 7 years ago
  12. 6a436fa Merge branch 'pci/switchtec' into next by Bjorn Helgaas · 7 years ago
  13. 414ae76 Merge branch 'pci/resource' into next by Bjorn Helgaas · 7 years ago
  14. 1137772 Merge branch 'pci/msi' into next by Bjorn Helgaas · 7 years ago
  15. 412ee7c Merge branch 'pci/misc' into next by Bjorn Helgaas · 7 years ago
  16. 85d24b3 Merge branch 'pci/hotplug' into next by Bjorn Helgaas · 7 years ago
  17. 5be3168 Merge branch 'pci/enumeration' into next by Bjorn Helgaas · 7 years ago
  18. 6b29039 Merge branch 'pci/dt-resources' into next by Bjorn Helgaas · 7 years ago
  19. 3972b0e Merge branch 'pci/dpc' into next by Bjorn Helgaas · 7 years ago
  20. ac7ab8a Merge branch 'pci/dma' into next by Bjorn Helgaas · 7 years ago
  21. b0b7f9c Merge branch 'pci/deprecate-get-bus-and-slot' into next by Bjorn Helgaas · 7 years ago
  22. 3ea8bc3 Merge branch 'pci/aspm' into next by Bjorn Helgaas · 7 years ago
  23. 86e9915 Merge branch 'pci/aer' into next by Bjorn Helgaas · 7 years ago
  24. 37dddf1 PCI: cadence: Add EndPoint Controller driver for Cadence PCIe controller by Cyrille Pitchen · 7 years ago
  25. 6618f4d dt-bindings: PCI: cadence: Add DT bindings for Cadence PCIe endpoint controller by Cyrille Pitchen · 7 years ago
  26. fc41df2 PCI: endpoint: Fix EPF device name to support multi-function devices by Cyrille Pitchen · 7 years ago
  27. 4494738 PCI: endpoint: Add the function number as argument to EPC ops by Cyrille Pitchen · 7 years ago
  28. 1b79c52 PCI: cadence: Add host driver for Cadence PCIe controller by Cyrille Pitchen · 7 years ago
  29. 2040fae dt-bindings: PCI: cadence: Add DT bindings for Cadence PCIe host controller by Scott Telford · 7 years ago
  30. 74b3070 PCI: Add vendor ID for Cadence by Cyrille Pitchen · 7 years ago
  31. 49b8e3f PCI: Add generic function to probe PCI host controllers by Cyrille Pitchen · 7 years ago
  32. c6dd8ec PCI: generic: fix missing call of pci_free_resource_list() by Cyrille Pitchen · 7 years ago
  33. 3a8f77e PCI: OF: Add generic function to parse and allocate PCI resources by Cyrille Pitchen · 7 years ago
  34. 9de0eec PCI: Regroup all PCI related entries into drivers/pci/Makefile by Cyrille Pitchen · 7 years ago
  35. 65d5e91 PCI/DPC: Reformat DPC register definitions by Bjorn Helgaas · 7 years ago
  36. 01060e3 PCI/DPC: Add and use DPC Status register field definitions by Bjorn Helgaas · 7 years ago
  37. 716f0f7 PCI/DPC: Squash dpc_rp_pio_get_info() into dpc_process_rp_pio_error() by Bjorn Helgaas · 7 years ago
  38. f784c41 PCI/DPC: Remove unnecessary RP PIO register structs by Bjorn Helgaas · 7 years ago
  39. f5ec5a0 PCI/DPC: Push dpc->rp_pio_status assignment into dpc_rp_pio_get_info() by Bjorn Helgaas · 7 years ago
  40. a88b304 PCI/DPC: Squash dpc_rp_pio_print_error() into dpc_rp_pio_get_info() by Bjorn Helgaas · 7 years ago
  41. 64c3394 PCI/DPC: Make RP PIO log size check more generic by Bjorn Helgaas · 7 years ago
  42. a596a7b PCI/DPC: Rename local "status" to "dpc_status" by Bjorn Helgaas · 7 years ago
  43. 0bbe0eb PCI/DPC: Squash dpc_rp_pio_print_tlp_header() into dpc_rp_pio_print_error() by Bjorn Helgaas · 7 years ago
  44. e68d281 PCI/DPC: Process RP PIO details only if RP PIO extensions supported by Bjorn Helgaas · 7 years ago
  45. e3c44b8 PCI/DPC: Read RP PIO Log Size once at probe by Bjorn Helgaas · 7 years ago
  46. be3039a PCI/DPC: Rename struct dpc_dev.rp to rp_extensions by Bjorn Helgaas · 7 years ago
  47. aa745ef PCI/DPC: Add local variable for DPC capability offset by Bjorn Helgaas · 7 years ago
  48. 36b0727 PCI: Add SPDX GPL-2.0+ to replace implicit GPL v2 or later statement by Bjorn Helgaas · 7 years ago
  49. 736759e PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplate by Bjorn Helgaas · 7 years ago
  50. e1e86ee PCI: Add SPDX GPL-2.0 to replace COPYING boilerplate by Bjorn Helgaas · 7 years ago
  51. 8cfab3c PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplate by Bjorn Helgaas · 7 years ago
  52. b604472 PCI/DPC: Rename interrupt_event_handler() to dpc_work() by Bjorn Helgaas · 7 years ago
  53. 6b9045b PCI/DPC: Fix interrupt message number print by Keith Busch · 7 years ago
  54. eed85ff PCI/DPC: Enable DPC only if AER is available by Keith Busch · 7 years ago
  55. 7328c8f PCI: Add SPDX GPL-2.0 when no license was specified by Bjorn Helgaas · 7 years ago
  56. 7e29784 PCI: Make of_irq_parse_pci() static by Rob Herring · 7 years ago
  57. 20c3ff6 RDMA/qedr: Use pci_enable_atomic_ops_to_root() by Felix Kuehling · 7 years ago
  58. 430a236 PCI: Add pci_enable_atomic_ops_to_root() by Jay Cornwall · 7 years ago
  59. 0077a84 PCI: Expose ari_enabled in sysfs by Stuart Hayes · 7 years ago
  60. 493fb50 PCI: pciehp: Assume NoCompl+ for Thunderbolt ports by Lukas Wunner · 7 years ago
  61. b5d6bc9 PCI: exynos: Fix a potential init_clk_resources NULL pointer dereference by Jaehoon Chung · 7 years ago
  62. 80db6f0 PCI: Add dummy pci_irqd_intx_xlate() for CONFIG_PCI=n build by Niklas Cassel · 7 years ago
  63. 7506dc7 PCI: Add wrappers for dev_printk() by Frederick Lawler · 7 years ago
  64. 4167b2a PCI: Remove NULL device handling from PCI DMA API by Christoph Hellwig · 7 years ago
  65. c08fa16 net: tsi108: Use DMA API properly by Christoph Hellwig · 7 years ago
  66. 8d669f9 media: ttusb-dec: Remove pci_zalloc_coherent() abuse by Christoph Hellwig · 7 years ago
  67. 894f300 media: ttusb-budget: Remove pci_zalloc_coherent() abuse by Christoph Hellwig · 7 years ago
  68. 59f47ef powerpc/pci: Use of_irq_parse_and_map_pci() helper by Rob Herring · 7 years ago
  69. 4670d61 PCI: Move OF-related PCI functions into PCI core by Rob Herring · 7 years ago
  70. c7abb23 PCI: Remove unnecessary messages for memory allocation failures by Markus Elfring · 7 years ago
  71. e228108 video: fbdev: riva: deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  72. 5ceae16 video: fbdev: nvidia: deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  73. e587467 video: fbdev: intelfb: deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  74. c792373 openprom: Deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  75. dd34bb4 xen/pcifront: Deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  76. 39c9465 PCI: Deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  77. 48ec053 PCI: ibmphp: Deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  78. 8658e81 PCI: cpqhp: Deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  79. 2e1c872 pch_gbe: Deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  80. 8307f1a bnx2x: Deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  81. 67c8d32 powerpc/via-pmu: Deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  82. aa00820 PCI: Add function 1 DMA alias quirk for Marvell 9128 by Alex Williamson · 7 years ago
  83. 78243ff PCI: tegra: Use bus->sysdata to store and get host private data by Manikanta Maddireddy · 7 years ago
  84. bf6681e of: Export of_pci_range_to_resource() by Manikanta Maddireddy · 7 years ago
  85. deb8699 PCI: Disable MSI for HiSilicon Hip06/Hip07 only in Root Port mode by Dongdong Liu · 7 years ago
  86. 3b65ca5 PCI: iproc: Fix NULL pointer dereference for BCMA by Ray Jui · 7 years ago
  87. 0f6f1d9 PCI/AER: Return error if AER is not supported by Keith Busch · 7 years ago
  88. d5bf0f4 iommu/amd: Deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  89. 8c01639 sl82c105: deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  90. 2fa6d6c drm/nouveau: deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  91. ba99d83 drm/gma500: Deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  92. cb5264b ibft: Deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  93. 2c2457a edd: Deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  94. 067ddab agp: sworks: Deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  95. 84f8cbf agp: nvidia: Deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  96. 78a6b8d ata: Deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  97. d4b3150 x86/PCI: Deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  98. 50ed578 powerpc/PCI: Deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  99. c98e54c alpha/PCI: Deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  100. a9b94b7 PCI: tegra: Remove PCI_REASSIGN_ALL_BUS use on Tegra by Manikanta Maddireddy · 7 years ago