1. 96702be Merge branch 'pci/resource' into next by Bjorn Helgaas · 11 years ago
  2. fc27985 PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_dev by Yinghai Lu · 11 years ago
  3. 5b764b8 PCI: Stop clearing bridge Secondary Status when setting up I/O aperture by Bjorn Helgaas · 11 years ago
  4. d2f54d9 PCI: Prevent bus conflicts while checking for bridge apertures by Bjorn Helgaas · 11 years ago
  5. f762598 PCI: Fix whitespace, capitalization, and spelling errors by Bjorn Helgaas · 11 years ago
  6. 3ad94b0 PCI: Pass type, width, and prefetchability for window alignment by Wei Yang · 11 years ago
  7. 2ba29e2 PCI: Use pci_is_root_bus() to check for root bus by Wei Yang · 11 years ago
  8. a923874 Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  9. 1193725 Merge branch 'pci/yinghai-assign-unassigned-v6' into next by Bjorn Helgaas · 11 years ago
  10. 2d1d667 PCI: Align bridge I/O windows as required by downstream devices & bridges by Bjorn Helgaas · 11 years ago
  11. 11251a8 PCI: Fix types in pbus_size_io() by Wei Yang · 11 years ago
  12. 496f70c PCI: Add comments for pbus_size_mem() parameters by Wei Yang · 11 years ago
  13. f2a230b PCI: Enumerate subordinate buses, not devices, in pci_bus_get_depth() by Wei Yang · 11 years ago
  14. aa914f5 PCI: Retry allocation of only the resource type that failed by Yinghai Lu · 11 years ago
  15. 3977203 PCI: Assign resources for hot-added host bridge more aggressively by Yinghai Lu · 11 years ago
  16. ff35147 PCI: Move resource reallocation code to non-__init by Yinghai Lu · 11 years ago
  17. 928bea9 PCI: Delay enabling bridges until they're needed by Yinghai Lu · 11 years ago
  18. 55ed83a PCI: Assign resources on a per-bus basis by Yinghai Lu · 11 years ago
  19. 967260c PCI: Enable unassigned resource reallocation on per-bus basis by Yinghai Lu · 11 years ago
  20. fa216bf PCI: Turn on reallocation for unassigned resources with host bridge offset by Yinghai Lu · 11 years ago
  21. 223d96f PCI: Look for unassigned resources on per-bus basis by Yinghai Lu · 11 years ago
  22. 61e83cd PCI: Drop temporary variable in pci_assign_unassigned_resources() by Yinghai Lu · 11 years ago
  23. d66ecb7 PCI / ACPI: Use boot-time resource allocation rules during hotplug by Jiang Liu · 11 years ago
  24. 9fc9eea PCI: Warn about failures instead of "must_check" functions by Bjorn Helgaas · 11 years ago
  25. 9738abe PCI: Make local functions/structs static by Bjorn Helgaas · 11 years ago
  26. a3cb999 PCI: Add root bus children dev's res to fail list by Yinghai Lu · 12 years ago
  27. e164f65 PCI: Move out pci_enable_bridges out of assign_unsigned_bus_res by Yinghai Lu · 12 years ago
  28. a5213a3 PCI: Move pci_rescan_bus() back to probe.c by Yinghai Lu · 12 years ago
  29. 1778794 PCI: Separate out pci_assign_unassigned_bus_resources() by Yinghai Lu · 12 years ago
  30. c121504 PCI: Refactor pbus_size_mem() by Gavin Shan · 12 years ago
  31. 462d930 PCI: Align P2P windows using pcibios_window_alignment() by Gavin Shan · 12 years ago
  32. ac5ad93 PCI: Add weak pcibios_window_alignment() interface by Gavin Shan · 12 years ago
  33. 6dd53aa Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  34. 367fa98 pci: hotplug: Fix typo in pci by Masanari Iida · 12 years ago
  35. 6ee53f4 Merge branch 'pci/bjorn-p2p-bridge-windows' into next by Bjorn Helgaas · 12 years ago
  36. fd59134 PCI: support sizing P2P bridge I/O windows with 1K granularity by Yinghai Lu · 12 years ago
  37. 2b28ae1 PCI: reimplement P2P bridge 1K I/O windows (Intel P64H2) by Bjorn Helgaas · 12 years ago
  38. 0f6662a Merge branch 'topic/bjorn-trivial' into next by Bjorn Helgaas · 12 years ago
  39. 8356aad PCI: cleanup assign_requested_resources_sorted() kernel-doc warning by Wanpeng Li · 12 years ago
  40. b918c62 PCI: replace struct pci_bus secondary/subordinate with busn_res by Yinghai Lu · 12 years ago
  41. ecd58d6 Merge branch 'pci-next+probe_only+bus2res-fb127cb' of git://github.com/bjorn-helgaas/linux into linux-next by Jesse Barnes · 12 years ago
  42. b07f2eb PCI: add a PCI resource reallocation config option by Yinghai Lu · 12 years ago
  43. eb572e7 PCI: print out suggestion about using pci=realloc by Yinghai Lu · 12 years ago
  44. b55438f PCI: prepare pci=realloc for multiple options by Yinghai Lu · 12 years ago
  45. 0c5be0c PCI: Retry on IORESOURCE_IO type allocations by Yinghai Lu · 12 years ago
  46. 844393f PCI: make pci_flags non-weak by Bjorn Helgaas · 12 years ago
  47. 4708770 PCI: make pci_flags always available by Bjorn Helgaas · 12 years ago
  48. 3796f1e PCI: Skip cardbus assigned resource reset during pci bus rescan by Yinghai Lu · 12 years ago
  49. 1184893 PCI: Fix "cardbus bridge resources as optional" size handling by Yinghai Lu · 12 years ago
  50. dcef0d0 PCI: Disable cardbus bridge MEM1 prefetchable bit by Yinghai Lu · 12 years ago
  51. 67cc7e2 PCI: remove add_to_failed_list() by Yinghai Lu · 13 years ago
  52. b592443 PCI: add debug print out for add_size by Yinghai Lu · 13 years ago
  53. bffc56d PCI: make free_list() into a function by Yinghai Lu · 13 years ago
  54. b9b0bba PCI: Rename dev_res_x to add_res or fail_res by Yinghai Lu · 13 years ago
  55. 764242a PCI: Merge pci_dev_resource_x and pci_dev_resource by Yinghai Lu · 13 years ago
  56. bdc4abe PCI: Replace resource_list with generic list by Yinghai Lu · 13 years ago
  57. 2934a0d PCI: Move struct resource_list to setup-bus.c by Yinghai Lu · 13 years ago
  58. 78c3b32 PCI: Move pdev_sort_resources() to setup-bus.c by Yinghai Lu · 13 years ago
  59. 19aa7ee PCI: make re-allocation try harder by reassigning ranges higher in the heirarchy by Yinghai Lu · 13 years ago
  60. 9b03088 PCI: Make pci_rescan_bus handle add_list by Yinghai Lu · 13 years ago
  61. 8424d75 PCI: Use add_list in pcie hotplug path. by Yinghai Lu · 13 years ago
  62. 3e6e0d8 PCI: try to assign required+option size first by Yinghai Lu · 13 years ago
  63. 1c37235 PCI: Move get_res_add_size() function by Yinghai Lu · 13 years ago
  64. ef62dfe PCI: Make add_to_list() return status by Yinghai Lu · 13 years ago
  65. a4ac9fe PCI : Calculate right add_size by Yinghai Lu · 13 years ago
  66. e244427 PCI: Make pci_setup_bridge() non-static for use by arch code by Benjamin Herrenschmidt · 13 years ago
  67. 9e8bf93 PCI: code and comments cleanup by Ram Pai · 13 years ago
  68. 0a2daa1 PCI: make cardbus-bridge resources optional by Ram Pai · 13 years ago
  69. 2aceefc PCI: make SRIOV resources optional by Yinghai Lu · 13 years ago
  70. 2bbc694 PCI : ability to relocate assigned pci-resources by Ram Pai · 13 years ago
  71. be76891 PCI: honor child buses add_size in hot plug configuration by Yinghai Lu · 13 years ago
  72. 7b87c9d PCI: remove printks about disabled bridge windows by Bjorn Helgaas · 13 years ago
  73. f483d39 PCI: conditional resource-reallocation through kernel parameter pci=realloc by Ram Pai · 13 years ago
  74. 5e152b4 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 13 years ago
  75. da7822e PCI: update bridge resources to get more big ranges when allocating space (again) by Yinghai Lu · 13 years ago
  76. 93d2175 PCI: Clear bridge resource flags if requested size is 0 by Yinghai Lu · 13 years ago
  77. b42282e pci: fix PCI bus allocation alignment handling by Linus Torvalds · 13 years ago
  78. c8adf9a PCI: pre-allocate additional resources to devices only after successful allocation of essential resources. by Ram Pai · 13 years ago
  79. fc075e1 PCI: introduce reset_resource() by Ram Pai · 13 years ago
  80. 094732a PCI: data structure agnostic free list function by Ram Pai · 13 years ago
  81. 13583b1 PCI: refactor io size calculation code by Ram Pai · 13 years ago
  82. 3f579c3 PCI hotplug: make sure child bridges are enabled at hotplug time by Yinghai Lu · 14 years ago
  83. 769d996 Revert "PCI: update bridge resources to get more big ranges in PCI assign unssigned" by Linus Torvalds · 14 years ago
  84. 9a92866 pci: don't reassign to ROM res if it is not going to be enabled by Yinghai Lu · 14 years ago
  85. 89a74ec PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refs by Bjorn Helgaas · 14 years ago
  86. 9958610 PCI: set PCI_PREF_RANGE_TYPE_64 in pci_bridge_check_ranges by Yinghai Lu · 15 years ago
  87. 32180e4 PCI: pciehp: second try to get big range for pcie devices by Yinghai Lu · 15 years ago
  88. 6841ec6 PCI: introduce pci_assign_unassigned_bridge_resources by Yinghai Lu · 15 years ago
  89. 977d17b PCI: update bridge resources to get more big ranges in PCI assign unssigned by Yinghai Lu · 15 years ago
  90. d65245c PCI: don't shrink bridge resources by Yinghai Lu · 15 years ago
  91. 568ddef PCI: add failed_list to pci_bus_assign_resources by Yinghai Lu · 15 years ago
  92. 5009b46 PCI: add pci_bridge_release_resources and pci_bus_release_bridge_resources by Yinghai Lu · 15 years ago
  93. 7c9342b PCI: don't dump resource when bus resource flags indicates unused by Yinghai Lu · 15 years ago
  94. 7cc5997 PCI: separate pci_setup_bridge to small functions by Yinghai Lu · 15 years ago
  95. 59353ea PCI: Always set prefetchable base/limit upper32 registers by Alex Williamson · 15 years ago
  96. 865df57 PCI: improve discovery/configuration messages by Bjorn Helgaas · 15 years ago
  97. c7dabef vsprintf: use %pR, %pr instead of %pRt, %pRf by Bjorn Helgaas · 15 years ago
  98. a369c79 PCI: print resources consistently with %pRt by Bjorn Helgaas · 15 years ago
  99. 55a1098 Revert "PCI: get larger bridge ranges when space is available" by Jesse Barnes · 15 years ago
  100. 308cf8e PCI: get larger bridge ranges when space is available by Yinghai Lu · 15 years ago