1. 552bc94 PCI: Preserve resource size during alignment reordering by Yinghai Lu · 9 years ago
  2. a6b6598 PCI: Fix IOV resource sorting by alignment requirement by Wei Yang · 9 years ago
  3. d19d5ef Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 9 years ago
  4. e6b29de PCI: Export symbols required for loadable host driver modules by Ray Jui · 9 years ago
  5. d74b902 PCI: Consider additional PF's IOV BAR alignment in sizing and assigning by Wei Yang · 9 years ago
  6. 8505e72 PCI: Add pci_claim_bridge_resource() to clip window if necessary by Yinghai Lu · 10 years ago
  7. 3f2f4dc PCI: Pass bridge device, not bus, when updating bridge windows by Yinghai Lu · 10 years ago
  8. d61b0e8 PCI: Add missing MEM_64 mask in pci_assign_unassigned_bridge_resources() by Yinghai Lu · 10 years ago
  9. 096d422 PCI: Support BAR sizes up to 128GB by Yinghai Lu · 10 years ago
  10. 227f064 PCI: Merge multi-line quoted strings by Ryan Desfosses · 10 years ago
  11. 3c78bc6 PCI: Whitespace cleanup by Ryan Desfosses · 10 years ago
  12. d1a2523 Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' into next by Bjorn Helgaas · 10 years ago
  13. 6788a51 PCI: Use pci_is_bridge() to simplify code by Yijing Wang · 10 years ago
  14. e5558d1 Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pci/resource' into next by Bjorn Helgaas · 10 years ago
  15. 67d29b5 PCI: Add resource allocation comments by Bjorn Helgaas · 10 years ago
  16. 30afe8d PCI: Change pbus_size_mem() return values to be more conventional by Bjorn Helgaas · 10 years ago
  17. 5b28541 PCI: Restrict 64-bit prefetchable bridge windows to 64-bit resources by Yinghai Lu · 10 years ago
  18. 14c8530 PCI: Support BAR sizes up to 8GB by Alan · 10 years ago
  19. 10874f5 PCI: Remove unnecessary __ref annotations by Bjorn Helgaas · 10 years ago
  20. 96702be Merge branch 'pci/resource' into next by Bjorn Helgaas · 11 years ago
  21. fc27985 PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_dev by Yinghai Lu · 11 years ago
  22. 5b764b8 PCI: Stop clearing bridge Secondary Status when setting up I/O aperture by Bjorn Helgaas · 11 years ago
  23. d2f54d9 PCI: Prevent bus conflicts while checking for bridge apertures by Bjorn Helgaas · 11 years ago
  24. f762598 PCI: Fix whitespace, capitalization, and spelling errors by Bjorn Helgaas · 11 years ago
  25. 3ad94b0 PCI: Pass type, width, and prefetchability for window alignment by Wei Yang · 11 years ago
  26. 2ba29e2 PCI: Use pci_is_root_bus() to check for root bus by Wei Yang · 11 years ago
  27. 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
  28. 1193725 Merge branch 'pci/yinghai-assign-unassigned-v6' into next by Bjorn Helgaas · 11 years ago
  29. 2d1d667 PCI: Align bridge I/O windows as required by downstream devices & bridges by Bjorn Helgaas · 11 years ago
  30. 11251a8 PCI: Fix types in pbus_size_io() by Wei Yang · 11 years ago
  31. 496f70c PCI: Add comments for pbus_size_mem() parameters by Wei Yang · 11 years ago
  32. f2a230b PCI: Enumerate subordinate buses, not devices, in pci_bus_get_depth() by Wei Yang · 11 years ago
  33. aa914f5 PCI: Retry allocation of only the resource type that failed by Yinghai Lu · 11 years ago
  34. 3977203 PCI: Assign resources for hot-added host bridge more aggressively by Yinghai Lu · 11 years ago
  35. ff35147 PCI: Move resource reallocation code to non-__init by Yinghai Lu · 11 years ago
  36. 928bea9 PCI: Delay enabling bridges until they're needed by Yinghai Lu · 11 years ago
  37. 55ed83a PCI: Assign resources on a per-bus basis by Yinghai Lu · 11 years ago
  38. 967260c PCI: Enable unassigned resource reallocation on per-bus basis by Yinghai Lu · 11 years ago
  39. fa216bf PCI: Turn on reallocation for unassigned resources with host bridge offset by Yinghai Lu · 11 years ago
  40. 223d96f PCI: Look for unassigned resources on per-bus basis by Yinghai Lu · 11 years ago
  41. 61e83cd PCI: Drop temporary variable in pci_assign_unassigned_resources() by Yinghai Lu · 11 years ago
  42. d66ecb7 PCI / ACPI: Use boot-time resource allocation rules during hotplug by Jiang Liu · 11 years ago
  43. 9fc9eea PCI: Warn about failures instead of "must_check" functions by Bjorn Helgaas · 11 years ago
  44. 9738abe PCI: Make local functions/structs static by Bjorn Helgaas · 11 years ago
  45. a3cb999 PCI: Add root bus children dev's res to fail list by Yinghai Lu · 11 years ago
  46. e164f65 PCI: Move out pci_enable_bridges out of assign_unsigned_bus_res by Yinghai Lu · 12 years ago
  47. a5213a3 PCI: Move pci_rescan_bus() back to probe.c by Yinghai Lu · 12 years ago
  48. 1778794 PCI: Separate out pci_assign_unassigned_bus_resources() by Yinghai Lu · 12 years ago
  49. c121504 PCI: Refactor pbus_size_mem() by Gavin Shan · 12 years ago
  50. 462d930 PCI: Align P2P windows using pcibios_window_alignment() by Gavin Shan · 12 years ago
  51. ac5ad93 PCI: Add weak pcibios_window_alignment() interface by Gavin Shan · 12 years ago
  52. 6dd53aa Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  53. 367fa98 pci: hotplug: Fix typo in pci by Masanari Iida · 12 years ago
  54. 6ee53f4 Merge branch 'pci/bjorn-p2p-bridge-windows' into next by Bjorn Helgaas · 12 years ago
  55. fd59134 PCI: support sizing P2P bridge I/O windows with 1K granularity by Yinghai Lu · 12 years ago
  56. 2b28ae1 PCI: reimplement P2P bridge 1K I/O windows (Intel P64H2) by Bjorn Helgaas · 12 years ago
  57. 0f6662a Merge branch 'topic/bjorn-trivial' into next by Bjorn Helgaas · 12 years ago
  58. 8356aad PCI: cleanup assign_requested_resources_sorted() kernel-doc warning by Wanpeng Li · 12 years ago
  59. b918c62 PCI: replace struct pci_bus secondary/subordinate with busn_res by Yinghai Lu · 12 years ago
  60. 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
  61. b07f2eb PCI: add a PCI resource reallocation config option by Yinghai Lu · 12 years ago
  62. eb572e7 PCI: print out suggestion about using pci=realloc by Yinghai Lu · 12 years ago
  63. b55438f PCI: prepare pci=realloc for multiple options by Yinghai Lu · 12 years ago
  64. 0c5be0c PCI: Retry on IORESOURCE_IO type allocations by Yinghai Lu · 12 years ago
  65. 844393f PCI: make pci_flags non-weak by Bjorn Helgaas · 12 years ago
  66. 4708770 PCI: make pci_flags always available by Bjorn Helgaas · 12 years ago
  67. 3796f1e PCI: Skip cardbus assigned resource reset during pci bus rescan by Yinghai Lu · 12 years ago
  68. 1184893 PCI: Fix "cardbus bridge resources as optional" size handling by Yinghai Lu · 12 years ago
  69. dcef0d0 PCI: Disable cardbus bridge MEM1 prefetchable bit by Yinghai Lu · 12 years ago
  70. 67cc7e2 PCI: remove add_to_failed_list() by Yinghai Lu · 13 years ago
  71. b592443 PCI: add debug print out for add_size by Yinghai Lu · 13 years ago
  72. bffc56d PCI: make free_list() into a function by Yinghai Lu · 13 years ago
  73. b9b0bba PCI: Rename dev_res_x to add_res or fail_res by Yinghai Lu · 13 years ago
  74. 764242a PCI: Merge pci_dev_resource_x and pci_dev_resource by Yinghai Lu · 13 years ago
  75. bdc4abe PCI: Replace resource_list with generic list by Yinghai Lu · 13 years ago
  76. 2934a0d PCI: Move struct resource_list to setup-bus.c by Yinghai Lu · 13 years ago
  77. 78c3b32 PCI: Move pdev_sort_resources() to setup-bus.c by Yinghai Lu · 13 years ago
  78. 19aa7ee PCI: make re-allocation try harder by reassigning ranges higher in the heirarchy by Yinghai Lu · 13 years ago
  79. 9b03088 PCI: Make pci_rescan_bus handle add_list by Yinghai Lu · 13 years ago
  80. 8424d75 PCI: Use add_list in pcie hotplug path. by Yinghai Lu · 13 years ago
  81. 3e6e0d8 PCI: try to assign required+option size first by Yinghai Lu · 13 years ago
  82. 1c37235 PCI: Move get_res_add_size() function by Yinghai Lu · 13 years ago
  83. ef62dfe PCI: Make add_to_list() return status by Yinghai Lu · 13 years ago
  84. a4ac9fe PCI : Calculate right add_size by Yinghai Lu · 13 years ago
  85. e244427 PCI: Make pci_setup_bridge() non-static for use by arch code by Benjamin Herrenschmidt · 13 years ago
  86. 9e8bf93 PCI: code and comments cleanup by Ram Pai · 13 years ago
  87. 0a2daa1 PCI: make cardbus-bridge resources optional by Ram Pai · 13 years ago
  88. 2aceefc PCI: make SRIOV resources optional by Yinghai Lu · 13 years ago
  89. 2bbc694 PCI : ability to relocate assigned pci-resources by Ram Pai · 13 years ago
  90. be76891 PCI: honor child buses add_size in hot plug configuration by Yinghai Lu · 13 years ago
  91. 7b87c9d PCI: remove printks about disabled bridge windows by Bjorn Helgaas · 13 years ago
  92. f483d39 PCI: conditional resource-reallocation through kernel parameter pci=realloc by Ram Pai · 13 years ago
  93. 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
  94. da7822e PCI: update bridge resources to get more big ranges when allocating space (again) by Yinghai Lu · 13 years ago
  95. 93d2175 PCI: Clear bridge resource flags if requested size is 0 by Yinghai Lu · 13 years ago
  96. b42282e pci: fix PCI bus allocation alignment handling by Linus Torvalds · 13 years ago
  97. c8adf9a PCI: pre-allocate additional resources to devices only after successful allocation of essential resources. by Ram Pai · 13 years ago
  98. fc075e1 PCI: introduce reset_resource() by Ram Pai · 13 years ago
  99. 094732a PCI: data structure agnostic free list function by Ram Pai · 13 years ago
  100. 13583b1 PCI: refactor io size calculation code by Ram Pai · 13 years ago