1. 5c3765b PCI/PME: Restore pcie_pme_driver.remove by Yinghai Lu · 7 years ago
  2. 610c2b7 PCI/ASPM: Handle PCI-to-PCIe bridges as roots of PCIe hierarchies by Bjorn Helgaas · 7 years ago
  3. e784930 PCI: Export pcie_find_root_port by Johannes Thumshirn · 8 years ago
  4. 4dc2db0 Merge branch 'pci/aer' into next by Bjorn Helgaas · 8 years ago
  5. 6b20f72 PCI/AER: Fix aer_probe() kernel-doc comment by Cao jin · 8 years ago
  6. 66b8080 PCI/AER: Cache capability position by Keith Busch · 8 years ago
  7. 4b202b7 PCI/AER: Avoid memory allocation in interrupt handling path by Jon Derrick · 8 years ago
  8. 95c3549 PCI/AER: Remove duplicate AER severity translation by Tyler Baicar · 8 years ago
  9. 7ece141 PCI/AER: Remove aerdriver.forceload kernel parameter by Bjorn Helgaas · 8 years ago
  10. 9ff25e6b PCI/AER: Remove aerdriver.nosourceid kernel parameter by Bjorn Helgaas · 8 years ago
  11. 032c3d8 PCI/AER: Add bus flag to skip source ID matching by Jon Derrick · 8 years ago
  12. 9e18ad9 Merge branch 'pci/ptm' into next by Bjorn Helgaas · 8 years ago
  13. 8b2ec318 PCI: Add PTM clock granularity information by Bjorn Helgaas · 8 years ago
  14. 8756336 PCI/AER: Make explicitly non-modular by Paul Gortmaker · 8 years ago
  15. d7def20 PCI/PME: Make explicitly non-modular by Paul Gortmaker · 8 years ago
  16. 61612e6 PCI: Make DPC explicitly non-modular by Paul Gortmaker · 8 years ago
  17. a7dadf45 PCI: portdrv: Make explicitly non-modular by Paul Gortmaker · 8 years ago
  18. eec097d PCI: Add pci_enable_ptm() for drivers to enable PTM on endpoints by Bjorn Helgaas · 8 years ago
  19. 9bb04a0 PCI: Add Precision Time Measurement (PTM) support by Jonathan Yong · 8 years ago
  20. 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
  21. a4959d8 PCI: Remove DPC tristate module option by Keith Busch · 8 years ago
  22. 7e16fd6 PCI: Bind DPC to Root Ports as well as Downstream Ports by Keith Busch · 8 years ago
  23. 14a16d5 PCI: Fix whitespace in struct dpc_dev by Mika Westerberg · 8 years ago
  24. 733f3d1 PCI: Convert Downstream Port Containment driver to use devm_* functions by Mika Westerberg · 8 years ago
  25. 006d44e PCI: Add runtime PM support for PCIe ports by Mika Westerberg · 8 years ago
  26. 43f7f88 PCI: Don't clear d3cold_allowed for PCIe ports by Mika Westerberg · 8 years ago
  27. a6c1c6f PCI/ASPM: Remove redundant check of pcie_set_clkpm by Shawn Lin · 8 years ago
  28. 45604e6 Merge branches 'pci/hotplug' and 'pci/resource' into next by Bjorn Helgaas · 8 years ago
  29. f841522 PCI: Use cached copy of PCI_EXP_SLTCAP_HPC bit by Lukas Wunner · 8 years ago
  30. d9322d2 Merge branches 'pci/dpc', 'pci/resource' and 'pci/thunderbolt' into next by Bjorn Helgaas · 8 years ago
  31. 26e5157 PCI: Add Downstream Port Containment driver by Keith Busch · 8 years ago
  32. 10126ac PCI: Add Downstream Port Containment portdrv service type by Keith Busch · 8 years ago
  33. 6d81417 PCI: Widen portdrv service type from 4 bits to 8 bits by Keith Busch · 8 years ago
  34. 88a97da PCI: Remove return values from pcie_port_platform_notify() and relatives by Jon Derrick · 8 years ago
  35. 52966bd PCI/ACPI: Allow all PCIe services on non-ACPI host bridges by Jon Derrick · 8 years ago
  36. 63e3027 Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  37. 18e5e69 Merge branches 'pci/aer', 'pci/enumeration', 'pci/kconfig', 'pci/misc', 'pci/virtualization' and 'pci/vpd' into next by Bjorn Helgaas · 8 years ago
  38. cc73176 PCI: Cleanup pci/pcie/Kconfig whitespace by Andreas Ziegler · 8 years ago
  39. 8e47e15 PCI/AER: Log aer_inject error injections by Jean Delvare · 8 years ago
  40. 96b45ea PCI/AER: Log actual error causes in aer_inject by Jean Delvare · 8 years ago
  41. 3bc1185 PCI/AER: Use dev_warn() in aer_inject by Jean Delvare · 8 years ago
  42. 20ac75e PCI/AER: Fix aer_inject error codes by Jean Delvare · 8 years ago
  43. 129aaab Merge branches 'pci/aer', 'pci/misc' and 'pci/virtualization' into next by Bjorn Helgaas · 8 years ago
  44. 41cceba PCI/PME: Restructure pcie_pme_suspend() to prevent compiler warning by Bjorn Helgaas · 8 years ago
  45. 4e48fe4 PCI/PME: Remove redundant port lookup by Bjorn Helgaas · 8 years ago
  46. 0e6053d PCI/AER: Use list_first_entry_or_null() to simplify code by Geliang Tang · 8 years ago
  47. 7e8fbdc PCI/AER: Restore pci_ops pointer while calling original pci_ops by David Daney · 8 years ago
  48. 3b0a6d1 PCI/AER: Rename pci_ops_aer to aer_inj_pci_ops by Bjorn Helgaas · 8 years ago
  49. 4ae2182 PCI/AER: Flush workqueue on device remove to avoid use-after-free by Sebastian Andrzej Siewior · 8 years ago
  50. 3a6384b Merge branch 'pci/host-vmd' into next by Bjorn Helgaas · 8 years ago
  51. 28ef241 PCI/AER: Use 32 bit PCI domain numbers by Keith Busch · 8 years ago
  52. 800e07b Merge branches 'pci/aspm', 'pci/hotplug', 'pci/misc' and 'pci/msi' into next by Bjorn Helgaas · 8 years ago
  53. 93de690 PCI: Check for PCI_HEADER_TYPE_BRIDGE equality, not bitmask by Bjorn Helgaas · 8 years ago
  54. 57d86a0 PCI/ASPM: Make sysfs link_state_store() consistent with link_state_show() by Andy Lutomirski · 8 years ago
  55. b07461a PCI/AER: Clear error status registers during enumeration and restore by Taku Izumi · 9 years ago
  56. e7f6c6d PCI: Fix pcie_port_device_resume() comment by Bjorn Helgaas · 9 years ago
  57. 0c0cbb6 PCI/ASPM: Simplify Clock Power Management setting by Bjorn Helgaas · 9 years ago
  58. 777e61e PCI: Use dev->has_secondary_link to find downstream PCIe links by Yijing Wang · 9 years ago
  59. c8fc933 PCI/ASPM: Use dev->has_secondary_link to find downstream links by Yijing Wang · 9 years ago
  60. f9b8cd7 PCI/ASPM: Remove redundant PCIe port type checking by Yijing Wang · 9 years ago
  61. e127a04 PCI/ASPM: Drop __pci_disable_link_state() useless "force" parameter by Bjorn Helgaas · 9 years ago
  62. 3be1b98 Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  63. 387d375 PCI: Don't clear ASPM bits when the FADT declares it's unsupported by Matthew Garrett · 9 years ago
  64. a1b7f2f PCI/AER: Avoid info leak in __print_tlp_header() by Rasmus Villemoes · 9 years ago
  65. b11a278 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
  66. 94a9031 PCI/ASPM: Use standard parsing functions for sysfs setters by Chris J Arges · 9 years ago
  67. 6341e62 kconfig: use bool instead of boolean for type definition attributes by Christoph Jaeger · 9 years ago
  68. fbb988b PCI / PM: Drop CONFIG_PM_RUNTIME from the PCI core by Rafael J. Wysocki · 9 years ago
  69. 5dfd7f9 PCI / PM: handle failure to enable wakeup on PCIe PME by Lucas Stach · 10 years ago
  70. b528392 Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  71. cc0cb67 Merge branches 'pci/aer' and 'pci/virtualization' into next by Bjorn Helgaas · 10 years ago
  72. d179111 PCI/AER: Add additional PCIe AER error strings by Chen, Gong · 10 years ago
  73. fe9a743 PCI/PM: Drop unused runtime PM support code for PCIe ports by Rafael J. Wysocki · 10 years ago
  74. 76cde7e PCI / PM: Make PCIe PME interrupts wake up from suspend-to-idle by Rafael J. Wysocki · 10 years ago
  75. d782ceb Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  76. 7f105d3 PCI/portdrv: Remove warning about invalid IRQ for hot-added PCIe ports by Jiang Liu · 10 years ago
  77. 0a2409a trace, AER: Move trace into unified interface by Chen, Gong · 10 years ago
  78. 227f064 PCI: Merge multi-line quoted strings by Ryan Desfosses · 10 years ago
  79. 3c78bc6 PCI: Whitespace cleanup by Ryan Desfosses · 10 years ago
  80. 518a6a3 Merge branches 'pci/hotplug', 'pci/msi', 'pci/virtualization' and 'pci/misc' into next by Bjorn Helgaas · 10 years ago
  81. 374a914 PCI: Allow hotplug service drivers to operate in polling mode by Rajat Jain · 10 years ago
  82. 9ada07b PCI/portdrv: Use pci_enable_msix_exact() instead of pci_enable_msix() by Alexander Gordeev · 10 years ago
  83. 597db6f Merge branch 'pci/dead-code' into next by Bjorn Helgaas · 10 years ago
  84. 6b9bd1e Merge branch 'pci/aer' into next by Bjorn Helgaas · 10 years ago
  85. 339c0fc PCI/AER: Support ACPI HEST AER error sources for PCI domains other than 0 by Betty Dall · 10 years ago
  86. 8f92fb0 PCI: Remove unused pcie_aspm_enabled() by Stephen Hemminger · 10 years ago
  87. 04f982b Merge branch 'pci/msi' into next by Bjorn Helgaas · 10 years ago
  88. ff1aa43 PCI/MSI: Add pci_msix_vec_count() by Alexander Gordeev · 10 years ago
  89. f72e1112 Merge branch 'pci/deletion' into next by Bjorn Helgaas · 10 years ago
  90. e75f34c PCI/portdrv: Remove extra get_device()/put_device() for pcie_device by Bjorn Helgaas · 10 years ago
  91. f398620 PCI/portdrv: Add put_device() after device_register() failure by Levente Kurusa · 10 years ago
  92. 8f3acca PCI/portdrv: Cleanup error paths by Bjorn Helgaas · 10 years ago
  93. d9cdfb8 Merge branch 'pci/aer' into next by Bjorn Helgaas · 10 years ago
  94. 3620437 PCI/AER: Consolidate HEST error source parsers by Bjorn Helgaas · 10 years ago
  95. 8e7f8d0 PCI/AER: Ignore non-PCIe AER error sources in aer_hest_parse() by Betty Dall · 10 years ago
  96. 1c38108 PCI/AER: Clean up error printing code a bit by Borislav Petkov · 10 years ago
  97. fab4c25 PCI/AER: Add a TLP header print helper by Borislav Petkov · 10 years ago
  98. 6f825b7 PCI/portdrv: Remove superfluous name cast by Geert Uytterhoeven · 10 years ago
  99. e341478 Merge tag 'pci-v3.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  100. e7cc5cf7 PCI: Remove duplicate pci_disable_device() from pcie_portdrv_remove() by Yinghai Lu · 10 years ago