1. 9e506a7 PCI: Add pcie_print_link_status() to log link speed and whether it's limited by Tal Gilboa · 7 years ago
  2. 6db79a8 PCI: Add pcie_bandwidth_available() to compute bandwidth available to device by Tal Gilboa · 7 years ago
  3. b852f63 PCI: Add pcie_bandwidth_capable() to compute max supported link bandwidth by Tal Gilboa · 7 years ago
  4. c70b65f PCI: Add pcie_get_width_cap() to find max supported link width by Tal Gilboa · 7 years ago
  5. 6cf57be PCI: Add pcie_get_speed_cap() to find max supported link speed by Tal Gilboa · 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. ab8c609 Merge branch 'pci/spdx' into next by Bjorn Helgaas · 7 years ago
  8. 412ee7c Merge branch 'pci/misc' into next by Bjorn Helgaas · 7 years ago
  9. 7328c8f PCI: Add SPDX GPL-2.0 when no license was specified by Bjorn Helgaas · 7 years ago
  10. 430a236 PCI: Add pci_enable_atomic_ops_to_root() by Jay Cornwall · 7 years ago
  11. 7506dc7 PCI: Add wrappers for dev_printk() by Frederick Lawler · 7 years ago
  12. fc0f9f4 PCI: Add pcim_set_mwi(), a device-managed pci_set_mwi() by Heiner Kallweit · 7 years ago
  13. 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
  14. 29d0d44 Merge branch 'pci/host-thunder' into next by Bjorn Helgaas · 7 years ago
  15. 9ceb09c Merge branch 'pci/virtualization' into next by Bjorn Helgaas · 7 years ago
  16. 104d1e4 Merge branch 'pci/resource' into next by Bjorn Helgaas · 7 years ago
  17. 505fb74 PCI: Fix kernel-doc build warning by Randy Dunlap · 7 years ago
  18. c2eac4d PCI / PM: Use the NEVER_SKIP driver flag by Rafael J. Wysocki · 7 years ago
  19. 832c418a PCI: Document reset method return values by Bjorn Helgaas · 7 years ago
  20. 276b738 PCI: Add resizable BAR infrastructure by Christian König · 7 years ago
  21. 33ba90a PCI: Avoid slot reset if bridge itself is broken by Jan Glauber · 7 years ago
  22. 3570277 PCI: Avoid bus reset if bridge itself is broken by David Daney · 7 years ago
  23. 79e699b PCI: Remove unused function __pci_reset_function() by Jan H. Schönherr · 7 years ago
  24. 0f50a49 Revert "PCI: Avoid race while enabling upstream bridges" by Bjorn Helgaas · 7 years ago
  25. 0d519f2 Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  26. d872694 Merge branch 'pci/pm' into next by Bjorn Helgaas · 7 years ago
  27. 33db87d Merge branch 'pci/misc' into next by Bjorn Helgaas · 7 years ago
  28. 4467ade Merge branches 'acpi-scan' and 'acpi-pm' by Rafael J. Wysocki · 7 years ago
  29. 821cdad PCI: Wait up to 60 seconds for device to become ready after FLR by Sinan Kaya · 7 years ago
  30. b63773a PCI: Convert to using %pOF instead of full_name() by Rob Herring · 7 years ago
  31. 40f11ad PCI: Avoid race while enabling upstream bridges by Srinath Mannam · 7 years ago
  32. b6f6d56 PCI: Allow PCI express root ports to find themselves by Thierry Reding · 7 years ago
  33. 510c8a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  34. 0e40523 PCI: fix oops when try to find Root Port for a PCI device by dingtianhong · 7 years ago
  35. ab4b8a4 PCI/PM: Expand description of pci_set_power_state() by Piotr Gregor · 7 years ago
  36. a477b9c PCI: Add pci_reset_function_locked() by Marc Zyngier · 7 years ago
  37. baecc47 PCI / PM: Skip bridges in pci_enable_wake() by Rafael J. Wysocki · 7 years ago
  38. ec4b8dd Merge branch 'pm-pci' by Rafael J. Wysocki · 7 years ago
  39. 0ce3fca PCI / PM: Restore PME Enable after config space restoration by Rafael J. Wysocki · 7 years ago
  40. 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
  41. bb02ce95 Merge branch 'pci/virtualization' into next by Bjorn Helgaas · 7 years ago
  42. 52354b9 PCI: Remove __pci_dev_reset() and pci_dev_reset() by Christoph Hellwig · 7 years ago
  43. 775755e PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done() by Christoph Hellwig · 7 years ago
  44. 8cd9385 Merge branch 'pci/resource' into next by Bjorn Helgaas · 7 years ago
  45. 2cf816a Merge branch 'pci/pm' into next by Bjorn Helgaas · 7 years ago
  46. 666ff6f PCI/PM: Avoid using device_may_wakeup() for runtime PM by Rafael J. Wysocki · 7 years ago
  47. de3ef1e PM / core: Drop run_wake flag from struct dev_pm_info by Rafael J. Wysocki · 7 years ago
  48. 0847684 PCI / PM: Simplify device wakeup settings code by Rafael J. Wysocki · 7 years ago
  49. 99b3c58 PCI: Test INTx masking during enumeration, not at run-time by Piotr Gregor · 7 years ago
  50. b014e96 PCI: Protect pci_error_handlers->reset_notify() usage with device_lock() by Christoph Hellwig · 7 years ago
  51. dc15e71 PCI / PM: Restore PME Enable if skipping wakeup setup by Rafael J. Wysocki · 7 years ago
  52. 4ebeb1e PCI: Restore PRI and PASID state after Function-Level Reset by CQ Tang · 7 years ago
  53. 4d071c3 PCI/PM: Add needs_resume flag to avoid suspend complete optimization by Imre Deak · 7 years ago
  54. 3134233 PCI: Do not disregard parent resources starting at 0x0 by Ard Biesheuvel · 8 years ago
  55. ef1b5da Merge branch 'pci/virtualization' into next by Bjorn Helgaas · 8 years ago
  56. 78f0983 Merge branch 'pci/resource' into next by Bjorn Helgaas · 8 years ago
  57. acc886e Merge branch 'pci/pm' into next by Bjorn Helgaas · 8 years ago
  58. 0b0ee66 Merge branch 'pci/ioremap' into next by Bjorn Helgaas · 8 years ago
  59. f503ee4 Merge branch 'pci/enumeration' into next by Bjorn Helgaas · 8 years ago
  60. 490cb6d PCI: Implement devm_pci_remap_cfgspace() by Lorenzo Pieralisi · 8 years ago
  61. f90b087 PCI: Export pci_remap_iospace() and pci_unmap_iospace() by Brian Norris · 8 years ago
  62. a60a2b7 PCI: Export pcie_flr() by Christoph Hellwig · 8 years ago
  63. 7b309ae PCI: Remove __weak tag from pci_remap_iospace() by Lorenzo Pieralisi · 8 years ago
  64. e3adec7 PCI: Don't resize resources when realigning all devices in system by Yongji Xie · 8 years ago
  65. 0dde1c0 PCI: Don't reassign resources that are already aligned by Bjorn Helgaas · 8 years ago
  66. 81a5e70 PCI: Factor pci_reassigndev_resource_alignment() by Bjorn Helgaas · 8 years ago
  67. 0a701aa PCI: Add pcibios_default_alignment() for arch-specific alignment control by Yongji Xie · 8 years ago
  68. ea00353 PCI: Freeze PME scan before suspending devices by Lukas Wunner · 8 years ago
  69. ea629d8 PCI: Ignore requested alignment for IOV BARs by Yongji Xie · 8 years ago
  70. f65fd1a PCI: Avoid FLR for Intel 82579 NICs by Sasha Neftin · 8 years ago
  71. fe2bd75 PCI: Short-circuit pci_device_is_present() for disconnected devices by Keith Busch · 8 years ago
  72. 50b2b54 PCI/PM: Don't sleep at all when d3_delay or d3cold_delay is zero by Adrian Hunter · 8 years ago
  73. d98e092 Revert "PCI: pciehp: Add runtime PM support for PCIe hotplug ports" by Bjorn Helgaas · 8 years ago
  74. 2583157 Merge branch 'pci/virtualization' into next by Bjorn Helgaas · 8 years ago
  75. 286c237 PCI: Remove pci_resource_bar() and pci_iov_resource_bar() by Bjorn Helgaas · 8 years ago
  76. 63880b2 PCI: Ignore BAR updates on virtual functions by Bjorn Helgaas · 8 years ago
  77. 68db9bc PCI: pciehp: Add runtime PM support for PCIe hotplug ports by Lukas Wunner · 8 years ago
  78. 718a060 PCI: Unfold conditions to block runtime PM on PCIe ports by Lukas Wunner · 8 years ago
  79. 97a90ae PCI: Consolidate conditions to allow runtime PM on PCIe ports by Lukas Wunner · 8 years ago
  80. c6a6330 PCI: Activate runtime PM on a PCIe port only if it can suspend by Lukas Wunner · 8 years ago
  81. e8559b71 PCI: Speed up algorithm in pci_bridge_d3_update() by Lukas Wunner · 8 years ago
  82. 1ed276a PCI: Autosense device removal in pci_bridge_d3_update() by Lukas Wunner · 8 years ago
  83. 738a7ed PCI: Don't acquire ref on parent in pci_bridge_d3_update() by Lukas Wunner · 8 years ago
  84. 6496ebd PCI: Check for PME in targeted sleep state by Alan Stern · 8 years ago
  85. 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
  86. e15194d Merge branch 'pci/resource' into next by Bjorn Helgaas · 8 years ago
  87. 62d9a78 PCI: Ignore requested alignment for VF BARs by Yongji Xie · 8 years ago
  88. f0b99f7 PCI: Ignore requested alignment for PROBE_ONLY and fixed resources by Yongji Xie · 8 years ago
  89. a6a6402 PCI: Recognize D3cold in pci_update_current_state() by Lukas Wunner · 8 years ago
  90. cc7cc02 PCI: Query platform firmware for device power state by Lukas Wunner · 8 years ago
  91. 4132a57 PCI: Afford direct-complete to devices with non-standard PM by Lukas Wunner · 8 years ago
  92. afd29f9 PCI: Add pci_find_resource() by Mika Westerberg · 8 years ago
  93. 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
  94. 3efc702 Merge branch 'pci/resource' into next by Bjorn Helgaas · 8 years ago
  95. 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
  96. e16b466 PCI: Allow additional bus numbers for hotplug bridges by Keith Busch · 8 years ago
  97. 6ec39cf PCI / PM: check all fields in pci_set_platform_pm() by Andy Shevchenko · 8 years ago
  98. 2a2aca3 PCI: Include <asm/dma.h> for isa_dma_bridge_buggy by Ben Dooks · 8 years ago
  99. 644a544 PCI: Extending pci=resource_alignment to specify device/vendor IDs by Koehrer Mathias (ETAS/ESW5) · 8 years ago
  100. 9d26d3a PCI: Put PCIe ports into D3 during suspend by Mika Westerberg · 8 years ago