1. 56039e6 PCI: Convert class code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  2. df58f46 Merge branch 'pci/jiang-bus-lock-v3' into next by Bjorn Helgaas · 12 years ago
  3. 0501348 PCI: Return early on allocation failures to unindent mainline code by Bjorn Helgaas · 12 years ago
  4. 726246d Merge branch 'pci/misc' into next by Bjorn Helgaas · 12 years ago
  5. 70efde2 PCI: Rename pci_release_bus_bridge_dev() to pci_release_host_bridge_dev() by Jiang Liu · 12 years ago
  6. 343df77 PCI: Fix refcount issue in pci_create_root_bus() error recovery path by Jiang Liu · 12 years ago
  7. 8b1fce0 PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus) by Gu Zheng · 12 years ago
  8. 6ae32c5 PCI: Add pcibios_release_device() by Sebastian Ott · 12 years ago
  9. 3c6e6ae PCI: Introduce pci_alloc_dev(struct pci_bus*) to replace alloc_pci_dev() by Gu Zheng · 12 years ago
  10. cf4d1cf PCI: Unset resource if initial BAR value is invalid by Kevin Hao · 12 years ago
  11. 96ddef2 PCI: Consolidate calls to pcibios_bus_to_resource() in __pci_read_base() by Kevin Hao · 12 years ago
  12. 33963e30 PCI: Add 0x prefix to BAR register position in __pci_read_base() by Kevin Hao · 12 years ago
  13. e15e611 Merge tag 'pci-v3.10-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  14. e253aaf PCI: Delay final fixups until resources are assigned by Yinghai Lu · 12 years ago
  15. 5a148af Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  16. 88e7b16 pci: Set dev->dev.type in alloc_pci_dev by Brian King · 12 years ago
  17. 10a9574 PCI: Add pcibios hooks for adding and removing PCI buses by Jiang Liu · 12 years ago
  18. 981cf9e PCI: Clean up usages of pci_bus->is_added by Jiang Liu · 12 years ago
  19. 939de1d Merge branch 'pci/yinghai-root-bus-hotplug' into next by Bjorn Helgaas · 12 years ago
  20. 14b5cb3 Merge branch 'pci/yijing-ari' into next by Bjorn Helgaas · 12 years ago
  21. 4f53509 PCI: Put pci_dev in device tree as early as possible by Yinghai Lu · 12 years ago
  22. e723f0b PCI: Make device create/destroy logic symmetric by Jiang Liu · 12 years ago
  23. 7629d19 PCI: Set pci_dev dev_node early so IOAPIC irq_descs are allocated locally by Yinghai Lu · 12 years ago
  24. b1bd58e PCI: Consolidate "next-function" functions by Yijing Wang · 12 years ago
  25. 31ab247 PCI: Rename pci_enable_ari() to pci_configure_ari() by Yijing Wang · 12 years ago
  26. 6c0cc95 ACPI / PCI: Set root bridge ACPI handle in advance by Rafael J. Wysocki · 12 years ago
  27. d2e5f0c ACPI / PCI: Rework the setup and cleanup of device wakeup by Rafael J. Wysocki · 12 years ago
  28. 193c0d6 Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  29. 27e1c8e Merge branch 'pci/bjorn-pcie-cap' into next by Bjorn Helgaas · 12 years ago
  30. 231afea PCI: Use standard PCIe Capability Link register field names by Bjorn Helgaas · 12 years ago
  31. 7793eea PCI: Add and use standard PCI-X Capability register names by Bjorn Helgaas · 12 years ago
  32. 15856ad PCI: Remove __dev* markings by Bill Pemberton · 12 years ago
  33. b40b97a PCI: Remove CONFIG_HOTPLUG ifdefs by Bill Pemberton · 12 years ago
  34. f9c15b4 Merge branch 'pci/don-sriov' into next by Bjorn Helgaas · 12 years ago
  35. 4e15c46 PCI: Add pci_device_type to pdev's device struct by Yinghai Lu · 12 years ago
  36. e164f65 PCI: Move out pci_enable_bridges out of assign_unsigned_bus_res by Yinghai Lu · 12 years ago
  37. a5213a3 PCI: Move pci_rescan_bus() back to probe.c by Yinghai Lu · 12 years ago
  38. 78c8f84 Merge branch 'pci/yinghai-misc' into next by Bjorn Helgaas · 12 years ago
  39. 1965f66 PCI: Check P2P bridge for invalid secondary/subordinate range by Yinghai Lu · 12 years ago
  40. 6dabee7 Merge branch 'pci/trivial' into next by Bjorn Helgaas · 12 years ago
  41. 78890b5 Merge commit 'v3.6-rc5' into next by Bjorn Helgaas · 12 years ago
  42. f8ba65e PCI: Remove bus number resource debug messages by Bjorn Helgaas · 12 years ago
  43. 0ff9514 PCI: Don't print anything while decoding is disabled by Bjorn Helgaas · 12 years ago
  44. 59875ae PCI/core: Use PCI Express Capability accessors by Jiang Liu · 12 years ago
  45. b2ef39b PCI: Remove unused field pcie_type from struct pci_dev by Yijing Wang · 12 years ago
  46. 62f87c0 PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_type by Yijing Wang · 12 years ago
  47. 786e228 PCI: Add pcie_flags_reg to cache PCIe capabilities register by Yijing Wang · 12 years ago
  48. 6ee53f4 Merge branch 'pci/bjorn-p2p-bridge-windows' into next by Bjorn Helgaas · 12 years ago
  49. d68e70c Merge branch 'pci/bjorn-disable-decode' into next by Bjorn Helgaas · 13 years ago
  50. 2b28ae1 PCI: reimplement P2P bridge 1K I/O windows (Intel P64H2) by Bjorn Helgaas · 13 years ago
  51. bbffe43 PCI: leave MEM and IO decoding disabled during 64-bit BAR sizing, too by Bjorn Helgaas · 13 years ago
  52. 5dde383 PCI: allow P2P bridge windows starting at PCI bus address zero by Bjorn Helgaas · 13 years ago
  53. 0f6662a Merge branch 'topic/bjorn-trivial' into next by Bjorn Helgaas · 13 years ago
  54. 8f38eac PCI: fix P2P bridge I/O port window sign extension by Bjorn Helgaas · 13 years ago
  55. bc76b73 PCI: insert busn_res for child bus by Yinghai Lu · 13 years ago
  56. 857c3b6 PCI: add default busn_res for pci_scan_bus() by Yinghai Lu · 13 years ago
  57. 67cdc82 PCI: add default busn_resource by Yinghai Lu · 13 years ago
  58. 4d99f52 PCI: checking busn_res in pci_scan_root_bus() by Yinghai Lu · 13 years ago
  59. f848ffb PCI: insert busn_res in pci_create_root_bus() by Yinghai Lu · 13 years ago
  60. 98a3583 PCI: add busn_res operation functions by Yinghai Lu · 13 years ago
  61. 5cc62c2 PCI: build a bus number resource tree for every domain by Yinghai Lu · 13 years ago
  62. b918c62 PCI: replace struct pci_bus secondary/subordinate with busn_res by Yinghai Lu · 13 years ago
  63. 0cbaa57 Merge branch 'topic/stratus' into next by Bjorn Helgaas · 13 years ago
  64. 284f5f9 PCI: work around Stratus ftServer broken PCIe hierarchy by Bjorn Helgaas · 13 years ago
  65. 4fa2649 PCI: add host bridge release support by Yinghai Lu · 13 years ago
  66. 7b54366 PCI: add generic device into pci_host_bridge struct by Yinghai Lu · 13 years ago
  67. 610929e PCI: move host bridge-related code to host-bridge.c by Yinghai Lu · 13 years ago
  68. cf48fb6 PCI: fix bridge I/O window bus-to-resource conversion by Bjorn Helgaas · 13 years ago
  69. 2069ecf PCI: Move "pci reassigndev resource alignment" out of quirks.c by Yinghai Lu · 13 years ago
  70. fb127cb PCI: collapse pcibios_resource_to_bus by Bjorn Helgaas · 13 years ago
  71. 36a66cd PCI: add generic pcibios_resource_to_bus() by Bjorn Helgaas · 13 years ago
  72. 5bfa14e PCI: convert bus addresses to resource when reading BARs by Bjorn Helgaas · 13 years ago
  73. 0efd5aa PCI: add struct pci_host_bridge_window with CPU/bus address offset by Bjorn Helgaas · 13 years ago
  74. 5a21d70 PCI: add struct pci_host_bridge and a list of all bridges found by Bjorn Helgaas · 13 years ago
  75. a5390aa PCI: don't publish new root bus until it's fully initialized by Bjorn Helgaas · 13 years ago
  76. f796841 PCI: fix memleak for pci dev removing during hotplug by Yinghai Lu · 13 years ago
  77. 2dd8ba9 PCI: Fix device class print out by Yinghai Lu · 13 years ago
  78. efdc87d PCI: Separate pci_bus_read_dev_vendor_id from pci_scan_device by Yinghai Lu · 13 years ago
  79. 9b03088 PCI: Make pci_rescan_bus handle add_list by Yinghai Lu · 13 years ago
  80. 2f32052 PCI: Make rescan bus increase bridge resource size if needed by Yinghai Lu · 13 years ago
  81. 71f6bd4 PCI: workaround hard-wired bus number V2 by Yinghai Lu · 13 years ago
  82. 118faaf PCI: remove pci_create_bus() by Bjorn Helgaas · 13 years ago
  83. 7e00fe2 PCI: deprecate pci_scan_bus_parented() by Bjorn Helgaas · 13 years ago
  84. 1e39ae9 PCI: convert pci_scan_bus_parented() to use pci_create_root_bus() by Bjorn Helgaas · 13 years ago
  85. de4b2f7 PCI: convert pci_scan_bus() to use pci_create_root_bus() by Bjorn Helgaas · 13 years ago
  86. a2ebb827 PCI: add pci_scan_root_bus() that accepts resource list by Bjorn Helgaas · 13 years ago
  87. 166c637 PCI: add pci_create_root_bus() that accepts resource list by Bjorn Helgaas · 13 years ago
  88. a9d9f52 PCI: show host bridges and root bus resources by Bjorn Helgaas · 13 years ago
  89. 68e35c9 PCI: fix a brace coding style issue in probe.c by Zac Storer · 13 years ago
  90. a513a99a7 PCI: Clean-up MPS debug output by Jon Mason · 13 years ago
  91. 62f392e PCI: enable MPS "performance" setting to properly handle bridge MPS by Jon Mason · 13 years ago
  92. 5f39e67 PCI: Disable MPS configuration by default by Jon Mason · 13 years ago
  93. 1a4b1a4 pci: Don't crash when reading mpss from root complex by Benjamin Herrenschmidt · 13 years ago
  94. ed2888e PCI: Remove MRRS modification from MPS setting code by Jon Mason · 13 years ago
  95. 5307f6d Fix pointer dereference before call to pcie_bus_configure_settings by Shyam Iyer · 13 years ago
  96. debc3b7 PCI: export pcie_bus_configure_settings symbol by Jon Mason · 13 years ago
  97. b03e749 PCI: Set PCI-E Max Payload Size on fabric by Jon Mason · 13 years ago
  98. f85f19d Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 13 years ago
  99. acb41c0 Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  100. 7b87c9d PCI: remove printks about disabled bridge windows by Bjorn Helgaas · 14 years ago