1. a477b9c PCI: Add pci_reset_function_locked() by Marc Zyngier · 7 years ago
  2. ec4b8dd Merge branch 'pm-pci' by Rafael J. Wysocki · 7 years ago
  3. 0ce3fca PCI / PM: Restore PME Enable after config space restoration by Rafael J. Wysocki · 7 years ago
  4. 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
  5. bb02ce95 Merge branch 'pci/virtualization' into next by Bjorn Helgaas · 7 years ago
  6. 52354b9 PCI: Remove __pci_dev_reset() and pci_dev_reset() by Christoph Hellwig · 8 years ago
  7. 775755e PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done() by Christoph Hellwig · 8 years ago
  8. 8cd9385 Merge branch 'pci/resource' into next by Bjorn Helgaas · 7 years ago
  9. 2cf816a Merge branch 'pci/pm' into next by Bjorn Helgaas · 7 years ago
  10. 666ff6f PCI/PM: Avoid using device_may_wakeup() for runtime PM by Rafael J. Wysocki · 8 years ago
  11. de3ef1e PM / core: Drop run_wake flag from struct dev_pm_info by Rafael J. Wysocki · 8 years ago
  12. 0847684 PCI / PM: Simplify device wakeup settings code by Rafael J. Wysocki · 8 years ago
  13. 99b3c58 PCI: Test INTx masking during enumeration, not at run-time by Piotr Gregor · 8 years ago
  14. b014e96 PCI: Protect pci_error_handlers->reset_notify() usage with device_lock() by Christoph Hellwig · 8 years ago
  15. dc15e71 PCI / PM: Restore PME Enable if skipping wakeup setup by Rafael J. Wysocki · 8 years ago
  16. 4ebeb1e PCI: Restore PRI and PASID state after Function-Level Reset by CQ Tang · 8 years ago
  17. 4d071c3 PCI/PM: Add needs_resume flag to avoid suspend complete optimization by Imre Deak · 8 years ago
  18. 3134233 PCI: Do not disregard parent resources starting at 0x0 by Ard Biesheuvel · 8 years ago
  19. ef1b5da Merge branch 'pci/virtualization' into next by Bjorn Helgaas · 8 years ago
  20. 78f0983 Merge branch 'pci/resource' into next by Bjorn Helgaas · 8 years ago
  21. acc886e Merge branch 'pci/pm' into next by Bjorn Helgaas · 8 years ago
  22. 0b0ee66 Merge branch 'pci/ioremap' into next by Bjorn Helgaas · 8 years ago
  23. f503ee4 Merge branch 'pci/enumeration' into next by Bjorn Helgaas · 8 years ago
  24. 490cb6d PCI: Implement devm_pci_remap_cfgspace() by Lorenzo Pieralisi · 8 years ago
  25. f90b087 PCI: Export pci_remap_iospace() and pci_unmap_iospace() by Brian Norris · 8 years ago
  26. a60a2b7 PCI: Export pcie_flr() by Christoph Hellwig · 8 years ago
  27. 7b309ae PCI: Remove __weak tag from pci_remap_iospace() by Lorenzo Pieralisi · 8 years ago
  28. e3adec7 PCI: Don't resize resources when realigning all devices in system by Yongji Xie · 8 years ago
  29. 0dde1c0 PCI: Don't reassign resources that are already aligned by Bjorn Helgaas · 8 years ago
  30. 81a5e70 PCI: Factor pci_reassigndev_resource_alignment() by Bjorn Helgaas · 8 years ago
  31. 0a701aa PCI: Add pcibios_default_alignment() for arch-specific alignment control by Yongji Xie · 8 years ago
  32. ea00353 PCI: Freeze PME scan before suspending devices by Lukas Wunner · 8 years ago
  33. ea629d8 PCI: Ignore requested alignment for IOV BARs by Yongji Xie · 8 years ago
  34. f65fd1a PCI: Avoid FLR for Intel 82579 NICs by Sasha Neftin · 8 years ago
  35. fe2bd75 PCI: Short-circuit pci_device_is_present() for disconnected devices by Keith Busch · 8 years ago
  36. 50b2b54 PCI/PM: Don't sleep at all when d3_delay or d3cold_delay is zero by Adrian Hunter · 8 years ago
  37. d98e092 Revert "PCI: pciehp: Add runtime PM support for PCIe hotplug ports" by Bjorn Helgaas · 8 years ago
  38. 2583157 Merge branch 'pci/virtualization' into next by Bjorn Helgaas · 8 years ago
  39. 286c237 PCI: Remove pci_resource_bar() and pci_iov_resource_bar() by Bjorn Helgaas · 8 years ago
  40. 63880b2 PCI: Ignore BAR updates on virtual functions by Bjorn Helgaas · 8 years ago
  41. 68db9bc PCI: pciehp: Add runtime PM support for PCIe hotplug ports by Lukas Wunner · 8 years ago
  42. 718a060 PCI: Unfold conditions to block runtime PM on PCIe ports by Lukas Wunner · 8 years ago
  43. 97a90ae PCI: Consolidate conditions to allow runtime PM on PCIe ports by Lukas Wunner · 8 years ago
  44. c6a6330 PCI: Activate runtime PM on a PCIe port only if it can suspend by Lukas Wunner · 8 years ago
  45. e8559b71 PCI: Speed up algorithm in pci_bridge_d3_update() by Lukas Wunner · 8 years ago
  46. 1ed276a PCI: Autosense device removal in pci_bridge_d3_update() by Lukas Wunner · 8 years ago
  47. 738a7ed PCI: Don't acquire ref on parent in pci_bridge_d3_update() by Lukas Wunner · 8 years ago
  48. 6496ebd PCI: Check for PME in targeted sleep state by Alan Stern · 8 years ago
  49. e6e3d8f Merge tag 'pci-v4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  50. e15194d Merge branch 'pci/resource' into next by Bjorn Helgaas · 8 years ago
  51. 62d9a78 PCI: Ignore requested alignment for VF BARs by Yongji Xie · 8 years ago
  52. f0b99f7 PCI: Ignore requested alignment for PROBE_ONLY and fixed resources by Yongji Xie · 8 years ago
  53. a6a6402 PCI: Recognize D3cold in pci_update_current_state() by Lukas Wunner · 8 years ago
  54. cc7cc02 PCI: Query platform firmware for device power state by Lukas Wunner · 8 years ago
  55. 4132a57 PCI: Afford direct-complete to devices with non-standard PM by Lukas Wunner · 8 years ago
  56. afd29f9 PCI: Add pci_find_resource() by Mika Westerberg · 8 years ago
  57. c8d0267 Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  58. 3efc702 Merge branch 'pci/resource' into next by Bjorn Helgaas · 8 years ago
  59. a00c74c Merge branches 'pci/aspm', 'pci/dpc', 'pci/hotplug', 'pci/misc', 'pci/msi', 'pci/pm' and 'pci/virtualization' into next by Bjorn Helgaas · 8 years ago
  60. e16b466 PCI: Allow additional bus numbers for hotplug bridges by Keith Busch · 8 years ago
  61. 6ec39cf PCI / PM: check all fields in pci_set_platform_pm() by Andy Shevchenko · 9 years ago
  62. 2a2aca3 PCI: Include <asm/dma.h> for isa_dma_bridge_buggy by Ben Dooks · 9 years ago
  63. 644a544 PCI: Extending pci=resource_alignment to specify device/vendor IDs by Koehrer Mathias (ETAS/ESW5) · 9 years ago
  64. 9d26d3a PCI: Put PCIe ports into D3 during suspend by Mika Westerberg · 9 years ago
  65. 21751a9 PCI: Make bus_attr_resource_alignment static by Ben Dooks · 9 years ago
  66. 2ab51dd ARM64: PCI: Add acpi_pci_bus_find_domain_nr() by Tomasz Nowicki · 9 years ago
  67. 1a4f93f PCI: Factor DT-specific pci_bus_find_domain_nr() code out by Tomasz Nowicki · 9 years ago
  68. 9c7cb89 PCI: Refactor pci_bus_assign_domain_nr() for CONFIG_PCI_DOMAINS_GENERIC by Tomasz Nowicki · 9 years ago
  69. 4d3f138 PCI: Add pci_unmap_iospace() to unmap I/O resources by Sinan Kaya · 9 years ago
  70. e257ef5 Merge branches 'pci/arm64' and 'pci/host-hv' into next by Bjorn Helgaas · 9 years ago
  71. 45604e6 Merge branches 'pci/hotplug' and 'pci/resource' into next by Bjorn Helgaas · 9 years ago
  72. 92efb1b PCI: Identify Enhanced Allocation (EA) BAR Equivalent resources in sysfs by Alex Williamson · 9 years ago
  73. c5076cf PCI, of: Move PCI I/O space management to PCI core code by Tomasz Nowicki · 9 years ago
  74. 7f768544 Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/ntb', 'pci/thunderbolt' and 'pci/virtualization' into next by Bjorn Helgaas · 9 years ago
  75. c1d61c9 PCI: Reverse standard ACS vs device-specific ACS enabling by Alex Williamson · 9 years ago
  76. 338c314 PCI: Add support for multiple DMA aliases by Jacek Lawrynowicz · 9 years ago
  77. 48c8308 PCI: Move informational printk to pci_add_dma_alias() by Bjorn Helgaas · 9 years ago
  78. f0af959 PCI: Add pci_add_dma_alias() to abstract implementation by Bjorn Helgaas · 9 years ago
  79. dcbb408 PCI: Fix spelling errors by Colin Ian King · 9 years ago
  80. 63e3027 Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  81. 18e5e69 Merge branches 'pci/aer', 'pci/enumeration', 'pci/kconfig', 'pci/misc', 'pci/virtualization' and 'pci/vpd' into next by Bjorn Helgaas · 9 years ago
  82. 5adecf8 PCI: Wait for up to 1000ms after FLR reset by Alex Williamson · 9 years ago
  83. 54c6e2d PCI: Allow a NULL "parent" pointer in pci_bus_assign_domain_nr() by Krzysztof =?utf-8?Q?Ha=C5=82asa?= · 9 years ago
  84. fe53767 PCI: Consolidate PCI DMA constants and interfaces in linux/pci-dma-compat.h by Bjorn Helgaas · 9 years ago
  85. 5bd28338 PCI: Remove includes of empty asm-generic/pci-bridge.h by Bjorn Helgaas · 9 years ago
  86. d434215 Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  87. f3d2f165 PCI: Use to_pci_dev() instead of open-coding it by Geliang Tang · 9 years ago
  88. ff3ce48 PCI: Fix all whitespace issues by Bogicevic Sasa · 9 years ago
  89. 299f2ff PCI / PM: constify pci_platform_pm_ops structure by Julia Lawall · 9 years ago
  90. 3c87b79 Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  91. 1f9a30e Merge branches 'pci/aer', 'pci/hotplug', 'pci/misc', 'pci/msi', 'pci/resource' and 'pci/virtualization' into next by Bjorn Helgaas · 9 years ago
  92. 597becb PCI: Expand Enhanced Allocation BAR output by Bjorn Helgaas · 9 years ago
  93. 2663511 PCI: Make Enhanced Allocation bitmasks more obvious by Bjorn Helgaas · 9 years ago
  94. 1118399 PCI: Handle Enhanced Allocation capability for SR-IOV devices by David Daney · 9 years ago
  95. 938174e PCI: Add support for Enhanced Allocation devices by Sean O. Stalley · 9 years ago
  96. c56d445 PCI: Turn off Request Attributes to avoid Chelsio T5 Completion erratum by Hariprasad Shenai · 9 years ago
  97. 2cef548 PCI / PM: Avoid resuming more devices during system suspend by Rafael J. Wysocki · 9 years ago
  98. b07461a PCI/AER: Clear error status registers during enumeration and restore by Taku Izumi · 9 years ago
  99. 70675e0 PCI: Don't try to restore VF BARs by Wei Yang · 9 years ago
  100. 25525be Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago