1. 329ad5e Merge tag 'pci-v4.16-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  2. c37406e PCI: Allow release of resources that were never assigned by Christian König · 7 years ago
  3. 7dcf688 PCI/cxgb4: Extend T3 PCI quirk to T4+ devices by Casey Leedom · 7 years ago
  4. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  5. 54ce685 Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  6. 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
  7. b0fd677 PCI: acpiphp_ibm: prepare for acpi_get_object_info() no longer returning status by Hans de Goede · 7 years ago
  8. 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
  9. ab8c609 Merge branch 'pci/spdx' into next by Bjorn Helgaas · 7 years ago
  10. a5fae84 Merge remote-tracking branch 'lorenzo/pci/xgene' into next by Bjorn Helgaas · 7 years ago
  11. 163b716 Merge remote-tracking branch 'lorenzo/pci/tegra' into next by Bjorn Helgaas · 7 years ago
  12. 88af812 Merge remote-tracking branch 'lorenzo/pci/rcar' into next by Bjorn Helgaas · 7 years ago
  13. 278a26b Merge remote-tracking branch 'lorenzo/pci/keystone' into next by Bjorn Helgaas · 7 years ago
  14. 7dd113b Merge remote-tracking branch 'lorenzo/pci/endpoint' into next by Bjorn Helgaas · 7 years ago
  15. 1609336 Merge remote-tracking branch 'lorenzo/pci/dwc' into next by Bjorn Helgaas · 7 years ago
  16. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  17. c7f75ae Merge remote-tracking branch 'lorenzo/pci/cadence' into next by Bjorn Helgaas · 7 years ago
  18. a07ae84 Merge branch 'pci/virtualization' into next by Bjorn Helgaas · 7 years ago
  19. 01f095e Merge branch 'pci/trivial' into next by Bjorn Helgaas · 7 years ago
  20. 6a436fa Merge branch 'pci/switchtec' into next by Bjorn Helgaas · 7 years ago
  21. 414ae76 Merge branch 'pci/resource' into next by Bjorn Helgaas · 7 years ago
  22. 1137772 Merge branch 'pci/msi' into next by Bjorn Helgaas · 7 years ago
  23. 412ee7c Merge branch 'pci/misc' into next by Bjorn Helgaas · 7 years ago
  24. 85d24b3 Merge branch 'pci/hotplug' into next by Bjorn Helgaas · 7 years ago
  25. 5be3168 Merge branch 'pci/enumeration' into next by Bjorn Helgaas · 7 years ago
  26. 6b29039 Merge branch 'pci/dt-resources' into next by Bjorn Helgaas · 7 years ago
  27. 3972b0e Merge branch 'pci/dpc' into next by Bjorn Helgaas · 7 years ago
  28. b0b7f9c Merge branch 'pci/deprecate-get-bus-and-slot' into next by Bjorn Helgaas · 7 years ago
  29. 3ea8bc3 Merge branch 'pci/aspm' into next by Bjorn Helgaas · 7 years ago
  30. 37dddf1 PCI: cadence: Add EndPoint Controller driver for Cadence PCIe controller by Cyrille Pitchen · 7 years ago
  31. fc41df2 PCI: endpoint: Fix EPF device name to support multi-function devices by Cyrille Pitchen · 7 years ago
  32. 4494738 PCI: endpoint: Add the function number as argument to EPC ops by Cyrille Pitchen · 7 years ago
  33. 1b79c52 PCI: cadence: Add host driver for Cadence PCIe controller by Cyrille Pitchen · 7 years ago
  34. 49b8e3f PCI: Add generic function to probe PCI host controllers by Cyrille Pitchen · 7 years ago
  35. c6dd8ec PCI: generic: fix missing call of pci_free_resource_list() by Cyrille Pitchen · 7 years ago
  36. 3a8f77e PCI: OF: Add generic function to parse and allocate PCI resources by Cyrille Pitchen · 7 years ago
  37. 9de0eec PCI: Regroup all PCI related entries into drivers/pci/Makefile by Cyrille Pitchen · 7 years ago
  38. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  39. 01060e3 PCI/DPC: Add and use DPC Status register field definitions by Bjorn Helgaas · 7 years ago
  40. 716f0f7 PCI/DPC: Squash dpc_rp_pio_get_info() into dpc_process_rp_pio_error() by Bjorn Helgaas · 7 years ago
  41. f784c41 PCI/DPC: Remove unnecessary RP PIO register structs by Bjorn Helgaas · 7 years ago
  42. f5ec5a0 PCI/DPC: Push dpc->rp_pio_status assignment into dpc_rp_pio_get_info() by Bjorn Helgaas · 7 years ago
  43. a88b304 PCI/DPC: Squash dpc_rp_pio_print_error() into dpc_rp_pio_get_info() by Bjorn Helgaas · 7 years ago
  44. 64c3394 PCI/DPC: Make RP PIO log size check more generic by Bjorn Helgaas · 7 years ago
  45. a596a7b PCI/DPC: Rename local "status" to "dpc_status" by Bjorn Helgaas · 7 years ago
  46. 0bbe0eb PCI/DPC: Squash dpc_rp_pio_print_tlp_header() into dpc_rp_pio_print_error() by Bjorn Helgaas · 7 years ago
  47. e68d281 PCI/DPC: Process RP PIO details only if RP PIO extensions supported by Bjorn Helgaas · 7 years ago
  48. e3c44b8 PCI/DPC: Read RP PIO Log Size once at probe by Bjorn Helgaas · 7 years ago
  49. be3039a PCI/DPC: Rename struct dpc_dev.rp to rp_extensions by Bjorn Helgaas · 7 years ago
  50. aa745ef PCI/DPC: Add local variable for DPC capability offset by Bjorn Helgaas · 7 years ago
  51. 36b0727 PCI: Add SPDX GPL-2.0+ to replace implicit GPL v2 or later statement by Bjorn Helgaas · 7 years ago
  52. 736759e PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplate by Bjorn Helgaas · 7 years ago
  53. e1e86ee PCI: Add SPDX GPL-2.0 to replace COPYING boilerplate by Bjorn Helgaas · 7 years ago
  54. 8cfab3c PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplate by Bjorn Helgaas · 7 years ago
  55. 856e1eb PCI/AER: Add uevents in AER and EEH error/resume by Bryant G. Ly · 7 years ago
  56. b604472 PCI/DPC: Rename interrupt_event_handler() to dpc_work() by Bjorn Helgaas · 7 years ago
  57. 6b9045b PCI/DPC: Fix interrupt message number print by Keith Busch · 7 years ago
  58. eed85ff PCI/DPC: Enable DPC only if AER is available by Keith Busch · 7 years ago
  59. 7328c8f PCI: Add SPDX GPL-2.0 when no license was specified by Bjorn Helgaas · 7 years ago
  60. 7e29784 PCI: Make of_irq_parse_pci() static by Rob Herring · 7 years ago
  61. 430a236 PCI: Add pci_enable_atomic_ops_to_root() by Jay Cornwall · 7 years ago
  62. 0077a84 PCI: Expose ari_enabled in sysfs by Stuart Hayes · 7 years ago
  63. 493fb50 PCI: pciehp: Assume NoCompl+ for Thunderbolt ports by Lukas Wunner · 7 years ago
  64. b5d6bc9 PCI: exynos: Fix a potential init_clk_resources NULL pointer dereference by Jaehoon Chung · 7 years ago
  65. 2fcf3ae hotplug/drc-info: Add code to search ibm,drc-info property by Michael Bringmann · 7 years ago
  66. 7506dc7 PCI: Add wrappers for dev_printk() by Frederick Lawler · 7 years ago
  67. 4b67157 Merge branch 'pm-core' by Rafael J. Wysocki · 7 years ago
  68. bee344c PCI / PM: Remove spurious semicolon by Luis de Bethencourt · 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. dd34bb4 xen/pcifront: Deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  72. 39c9465 PCI: Deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  73. 48ec053 PCI: ibmphp: Deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  74. 8658e81 PCI: cpqhp: Deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  75. aa00820 PCI: Add function 1 DMA alias quirk for Marvell 9128 by Alex Williamson · 7 years ago
  76. 78243ff PCI: tegra: Use bus->sysdata to store and get host private data by Manikanta Maddireddy · 7 years ago
  77. deb8699 PCI: Disable MSI for HiSilicon Hip06/Hip07 only in Root Port mode by Dongdong Liu · 7 years ago
  78. 3b65ca5 PCI: iproc: Fix NULL pointer dereference for BCMA by Ray Jui · 7 years ago
  79. 0f6f1d9 PCI/AER: Return error if AER is not supported by Keith Busch · 7 years ago
  80. a9b94b7 PCI: tegra: Remove PCI_REASSIGN_ALL_BUS use on Tegra by Manikanta Maddireddy · 7 years ago
  81. b330104 PCI: endpoint: Use EPC's device in dma_alloc_coherent()/dma_free_coherent() by Kishon Vijay Abraham I · 7 years ago
  82. aa6ca5a PCI/DPC: Fix shared interrupt handling by Alex Williamson · 7 years ago
  83. 09b2d20 PCI: dra7xx: Iterate over INTx status bits by Vignesh R · 7 years ago
  84. 524d59f PCI: dra7xx: Fix legacy INTD IRQ handling by Vignesh R · 7 years ago
  85. a0ce093 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  86. 877b3729c PCI / PM: Use SMART_SUSPEND and LEAVE_SUSPENDED flags for PCIe ports by Rafael J. Wysocki · 7 years ago
  87. 8e64a7c PCI: qcom: Account for const type of of_device_id.data by Julia Lawall · 7 years ago
  88. c68febf PCI: dwc: artpec6: Fix return value check in artpec6_add_pcie_ep() by Wei Yongjun · 7 years ago
  89. 83f4f3f PCI: exynos: Remove deprecated PHY initialization code by Jaehoon Chung · 7 years ago
  90. f39d7d7 Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  91. a31e58e x86/apic: Switch all APICs to Fixed delivery mode by Thomas Gleixner · 7 years ago
  92. fba961a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  93. dc734ee PCI: dwc: artpec6: Add support for the ARTPEC-7 SoC by Niklas Cassel · 7 years ago
  94. 4fdd5b5 PCI: dwc: artpec6: Deassert the core before waiting for PHY by Niklas Cassel · 7 years ago
  95. b6900ae PCI: dwc: Make cpu_addr_fixup take struct dw_pcie as argument by Niklas Cassel · 7 years ago
  96. b5074ef PCI: dwc: artpec6: Add support for endpoint mode by Niklas Cassel · 7 years ago
  97. 87c9a73 PCI: dwc: artpec6: Split artpec6_pcie_establish_link() into smaller functions by Niklas Cassel · 7 years ago
  98. bc5d7df PCI: dwc: artpec6: Use BIT and GENMASK macros by Niklas Cassel · 7 years ago
  99. 68b673a PCI: dwc: artpec6: Remove unused defines by Niklas Cassel · 7 years ago
  100. f1aba0a PCI: dwc: dra7xx: Help compiler to remove unused code by Niklas Cassel · 7 years ago