1. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  2. 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
  3. 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
  4. b0fd677 PCI: acpiphp_ibm: prepare for acpi_get_object_info() no longer returning status by Hans de Goede · 7 years ago
  5. 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
  6. ab8c609 Merge branch 'pci/spdx' into next by Bjorn Helgaas · 7 years ago
  7. a5fae84 Merge remote-tracking branch 'lorenzo/pci/xgene' into next by Bjorn Helgaas · 7 years ago
  8. 163b716 Merge remote-tracking branch 'lorenzo/pci/tegra' into next by Bjorn Helgaas · 7 years ago
  9. 88af812 Merge remote-tracking branch 'lorenzo/pci/rcar' into next by Bjorn Helgaas · 7 years ago
  10. 278a26b Merge remote-tracking branch 'lorenzo/pci/keystone' into next by Bjorn Helgaas · 7 years ago
  11. 7dd113b Merge remote-tracking branch 'lorenzo/pci/endpoint' into next by Bjorn Helgaas · 7 years ago
  12. 1609336 Merge remote-tracking branch 'lorenzo/pci/dwc' into next by Bjorn Helgaas · 7 years ago
  13. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  14. c7f75ae Merge remote-tracking branch 'lorenzo/pci/cadence' into next by Bjorn Helgaas · 7 years ago
  15. a07ae84 Merge branch 'pci/virtualization' into next by Bjorn Helgaas · 7 years ago
  16. 01f095e Merge branch 'pci/trivial' into next by Bjorn Helgaas · 7 years ago
  17. 6a436fa Merge branch 'pci/switchtec' into next by Bjorn Helgaas · 7 years ago
  18. 414ae76 Merge branch 'pci/resource' into next by Bjorn Helgaas · 7 years ago
  19. 1137772 Merge branch 'pci/msi' into next by Bjorn Helgaas · 7 years ago
  20. 412ee7c Merge branch 'pci/misc' into next by Bjorn Helgaas · 7 years ago
  21. 85d24b3 Merge branch 'pci/hotplug' into next by Bjorn Helgaas · 7 years ago
  22. 5be3168 Merge branch 'pci/enumeration' into next by Bjorn Helgaas · 7 years ago
  23. 6b29039 Merge branch 'pci/dt-resources' into next by Bjorn Helgaas · 7 years ago
  24. 3972b0e Merge branch 'pci/dpc' into next by Bjorn Helgaas · 7 years ago
  25. b0b7f9c Merge branch 'pci/deprecate-get-bus-and-slot' into next by Bjorn Helgaas · 7 years ago
  26. 3ea8bc3 Merge branch 'pci/aspm' into next by Bjorn Helgaas · 7 years ago
  27. 37dddf1 PCI: cadence: Add EndPoint Controller driver for Cadence PCIe controller by Cyrille Pitchen · 7 years ago
  28. fc41df2 PCI: endpoint: Fix EPF device name to support multi-function devices by Cyrille Pitchen · 7 years ago
  29. 4494738 PCI: endpoint: Add the function number as argument to EPC ops by Cyrille Pitchen · 7 years ago
  30. 1b79c52 PCI: cadence: Add host driver for Cadence PCIe controller 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. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 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. 856e1eb PCI/AER: Add uevents in AER and EEH error/resume by Bryant G. Ly · 7 years ago
  53. b604472 PCI/DPC: Rename interrupt_event_handler() to dpc_work() by Bjorn Helgaas · 7 years ago
  54. 6b9045b PCI/DPC: Fix interrupt message number print by Keith Busch · 7 years ago
  55. eed85ff PCI/DPC: Enable DPC only if AER is available by Keith Busch · 7 years ago
  56. 7328c8f PCI: Add SPDX GPL-2.0 when no license was specified by Bjorn Helgaas · 7 years ago
  57. 7e29784 PCI: Make of_irq_parse_pci() static by Rob Herring · 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. 2fcf3ae hotplug/drc-info: Add code to search ibm,drc-info property by Michael Bringmann · 7 years ago
  63. 7506dc7 PCI: Add wrappers for dev_printk() by Frederick Lawler · 7 years ago
  64. 4b67157 Merge branch 'pm-core' by Rafael J. Wysocki · 7 years ago
  65. bee344c PCI / PM: Remove spurious semicolon by Luis de Bethencourt · 7 years ago
  66. 4670d61 PCI: Move OF-related PCI functions into PCI core by Rob Herring · 7 years ago
  67. c7abb23 PCI: Remove unnecessary messages for memory allocation failures by Markus Elfring · 7 years ago
  68. dd34bb4 xen/pcifront: Deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  69. 39c9465 PCI: Deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  70. 48ec053 PCI: ibmphp: Deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  71. 8658e81 PCI: cpqhp: Deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  72. aa00820 PCI: Add function 1 DMA alias quirk for Marvell 9128 by Alex Williamson · 7 years ago
  73. 78243ff PCI: tegra: Use bus->sysdata to store and get host private data by Manikanta Maddireddy · 7 years ago
  74. deb8699 PCI: Disable MSI for HiSilicon Hip06/Hip07 only in Root Port mode by Dongdong Liu · 7 years ago
  75. 3b65ca5 PCI: iproc: Fix NULL pointer dereference for BCMA by Ray Jui · 7 years ago
  76. 0f6f1d9 PCI/AER: Return error if AER is not supported by Keith Busch · 7 years ago
  77. a9b94b7 PCI: tegra: Remove PCI_REASSIGN_ALL_BUS use on Tegra by Manikanta Maddireddy · 7 years ago
  78. b330104 PCI: endpoint: Use EPC's device in dma_alloc_coherent()/dma_free_coherent() by Kishon Vijay Abraham I · 7 years ago
  79. aa6ca5a PCI/DPC: Fix shared interrupt handling by Alex Williamson · 7 years ago
  80. 09b2d20 PCI: dra7xx: Iterate over INTx status bits by Vignesh R · 7 years ago
  81. 524d59f PCI: dra7xx: Fix legacy INTD IRQ handling by Vignesh R · 7 years ago
  82. a0ce093 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  83. 877b3729c PCI / PM: Use SMART_SUSPEND and LEAVE_SUSPENDED flags for PCIe ports by Rafael J. Wysocki · 7 years ago
  84. 8e64a7c PCI: qcom: Account for const type of of_device_id.data by Julia Lawall · 7 years ago
  85. c68febf PCI: dwc: artpec6: Fix return value check in artpec6_add_pcie_ep() by Wei Yongjun · 7 years ago
  86. 83f4f3f PCI: exynos: Remove deprecated PHY initialization code by Jaehoon Chung · 7 years ago
  87. f39d7d7 Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  88. a31e58e x86/apic: Switch all APICs to Fixed delivery mode by Thomas Gleixner · 7 years ago
  89. fba961a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  90. dc734ee PCI: dwc: artpec6: Add support for the ARTPEC-7 SoC by Niklas Cassel · 7 years ago
  91. 4fdd5b5 PCI: dwc: artpec6: Deassert the core before waiting for PHY by Niklas Cassel · 7 years ago
  92. b6900ae PCI: dwc: Make cpu_addr_fixup take struct dw_pcie as argument by Niklas Cassel · 7 years ago
  93. b5074ef PCI: dwc: artpec6: Add support for endpoint mode by Niklas Cassel · 7 years ago
  94. 87c9a73 PCI: dwc: artpec6: Split artpec6_pcie_establish_link() into smaller functions by Niklas Cassel · 7 years ago
  95. bc5d7df PCI: dwc: artpec6: Use BIT and GENMASK macros by Niklas Cassel · 7 years ago
  96. 68b673a PCI: dwc: artpec6: Remove unused defines by Niklas Cassel · 7 years ago
  97. f1aba0a PCI: dwc: dra7xx: Help compiler to remove unused code by Niklas Cassel · 7 years ago
  98. 71890ea PCI: dwc: dra7xx: Assign pp->ops in dra7xx_add_pcie_port() rather than in probe by Niklas Cassel · 7 years ago
  99. b052835 PCI: dwc: dra7xx: Refactor Kconfig and Makefile handling for host/ep mode by Niklas Cassel · 7 years ago
  100. 6f6d787 PCI: designware-ep: Add generic function for raising MSI irq by Niklas Cassel · 7 years ago