1. 0eeb4f2 Merge branch 'pci/iommu' into next by Bjorn Helgaas · 10 years ago
  2. 617b415 Merge branches 'pci/host-exynos', 'pci/host-imx6', 'pci/resource' and 'pci/misc' into next by Bjorn Helgaas · 10 years ago
  3. c893d13 PCI: Make pci_bus_add_device() void by Yijing Wang · 10 years ago
  4. fdaf36b Merge branch 'pci/misc' into next by Bjorn Helgaas · 10 years ago
  5. d1a2523 Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' into next by Bjorn Helgaas · 10 years ago
  6. 782a985 PCI: Introduce new device binding path using pci_dev.driver_override by Alex Williamson · 10 years ago
  7. c8fe16e PCI: Add support for PCIe-to-PCI bridge DMA alias quirks by Alex Williamson · 10 years ago
  8. 31c2b81 PCI: Add support for DMA alias quirks by Alex Williamson · 10 years ago
  9. 6b12159 PCI: Convert pci_dev_flags definitions to bit shifts by Alex Williamson · 10 years ago
  10. c25dc82 PCI: Add DMA alias iterator by Alex Williamson · 10 years ago
  11. d97ffe2 PCI: Fix return value from pci_user_{read,write}_config_*() by Gavin Shan · 10 years ago
  12. a43ae58 PCI: Turn pcibios_penalize_isa_irq() into a weak function by Hanjun Guo · 10 years ago
  13. 1c86438 PCI: Add new pci_is_bridge() interface by Yijing Wang · 10 years ago
  14. 3ebe7f9 PCI: Notify driver before and after device reset by Keith Busch · 10 years ago
  15. e5558d1 Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pci/resource' into next by Bjorn Helgaas · 10 years ago
  16. 9edbcd2 PCI: Remove pcibios_add_platform_entries() by Sebastian Ott · 10 years ago
  17. 034cd97 PCI/MSI: Remove pci_enable_msi_block() by Alexander Gordeev · 10 years ago
  18. c130904 PCI: Use designated initialization in PCI_VDEVICE by Mark Rustad · 10 years ago
  19. 30723cb Merge branch 'pci/resource' into next by Bjorn Helgaas · 10 years ago
  20. 664c284 PCI: Change pci_bus_alloc_resource() type_mask to unsigned long by Bjorn Helgaas · 10 years ago
  21. 02a0947 Merge branch 'pci/dead-code' into next by Bjorn Helgaas · 10 years ago
  22. 46cb7b1 PCI: Remove unused SR-IOV VF Migration support by Bjorn Helgaas · 11 years ago
  23. 6354647 Merge branch 'pci/list-for-each-entry' into next by Bjorn Helgaas · 10 years ago
  24. c128856 Merge branch 'pci/msi' into next by Bjorn Helgaas · 10 years ago
  25. 94e6a9b PCI: Remove pci_bus_b() and use list_for_each_entry() directly by Yijing Wang · 10 years ago
  26. f7fc32c PCI/MSI: Add pci_enable_msi_exact() and pci_enable_msix_exact() by Alexander Gordeev · 10 years ago
  27. 5757a76 PCI: Add pci_dev_flag for ACS enable quirks by Alex Williamson · 11 years ago
  28. 2c74424 PCI: Add device-specific PCI ACS enable by Alex Williamson · 11 years ago
  29. e1ba845 Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  30. 6e2d98d Merge branch 'pci/reset' into next by Bjorn Helgaas · 11 years ago
  31. 61cf16d PCI: Add pci_try_reset_function(), pci_try_reset_slot(), pci_try_reset_bus() by Alex Williamson · 11 years ago
  32. 9d16947 PCI: Add global pci_lock_rescan_remove() by Rafael J. Wysocki · 11 years ago
  33. 2ee546c PCI: Cleanup pci.h whitespace by Bjorn Helgaas · 11 years ago
  34. 4c85980 PCI: Reorder so actual code comes before stubs by Bjorn Helgaas · 11 years ago
  35. 597db6f Merge branch 'pci/dead-code' into next by Bjorn Helgaas · 11 years ago
  36. 0b950f0 PCI: Make local functions static by Stephen Hemminger · 11 years ago
  37. e2760c5 PCI: Remove unused alloc_pci_dev() by Stephen Hemminger · 11 years ago
  38. 4ab4467 PCI: Remove unused pci_renumber_slot() by Stephen Hemminger · 11 years ago
  39. 8f92fb0 PCI: Remove unused pcie_aspm_enabled() by Stephen Hemminger · 11 years ago
  40. 3984ca1 PCI: Remove unused pci_vpd_truncate() by Stephen Hemminger · 11 years ago
  41. 7c2dd2d PCI: Remove unused ID-Based Ordering support by Stephen Hemminger · 11 years ago
  42. ecc8635 PCI: Remove unused Optimized Buffer Flush/Fill support by Stephen Hemminger · 11 years ago
  43. 3ea8197 PCI: Remove unused Latency Tolerance Reporting support by Stephen Hemminger · 11 years ago
  44. 96702be Merge branch 'pci/resource' into next by Bjorn Helgaas · 11 years ago
  45. 04f982b Merge branch 'pci/msi' into next by Bjorn Helgaas · 11 years ago
  46. f75b99d PCI: Enforce bus address limits in resource allocation by Yinghai Lu · 11 years ago
  47. 302a252 PCI/MSI: Add pci_enable_msi_range() and pci_enable_msix_range() by Alexander Gordeev · 11 years ago
  48. ff1aa43 PCI/MSI: Add pci_msix_vec_count() by Alexander Gordeev · 11 years ago
  49. 7b92b4f PCI/MSI: Remove pci_enable_msi_block_auto() by Alexander Gordeev · 11 years ago
  50. d1ac1d2 PCI/MSI: Add pci_msi_vec_count() by Alexander Gordeev · 11 years ago
  51. 06cf56e PCI: Add pci_bus_address() to get bus address of a BAR by Bjorn Helgaas · 11 years ago
  52. fc27985 PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_dev by Yinghai Lu · 11 years ago
  53. 0a5ef7b PCI: Change pci_bus_region addresses to dma_addr_t by Bjorn Helgaas · 11 years ago
  54. 79bf7fc Merge branch 'pci/misc' into next by Bjorn Helgaas · 11 years ago
  55. 47e0ab3 Merge branch 'pci/msi' into next by Bjorn Helgaas · 11 years ago
  56. 52179dc PCI/MSI: Make pci_enable_msi/msix() 'nvec' argument type as int by Alexander Gordeev · 11 years ago
  57. 8ec5db6 PCI/MSI: Return -ENOSYS for unimplemented interfaces, not -1 by Alexander Gordeev · 11 years ago
  58. 1c51b50 PCI/MSI: Export MSI mode using attributes, not kobjects by Greg Kroah-Hartman · 11 years ago
  59. 608235a Merge branch 'pci/vc' into next by Bjorn Helgaas · 11 years ago
  60. 425c1b2 PCI: Add Virtual Channel to save/restore support by Alex Williamson · 11 years ago
  61. fd0f7f7 PCI: Add support for save/restore of extended capabilities by Alex Williamson · 11 years ago
  62. 157e876 PCI: Add pci_wait_for_pending() (refactor pci_wait_for_pending_transaction()) by Alex Williamson · 11 years ago
  63. 4a251dd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  64. 92e112f PCI/checkpatch: Deprecate DEFINE_PCI_DEVICE_TABLE by Joe Perches · 11 years ago
  65. 8496e85 PCI / tg3: Give up chip reset and carrier loss handling if PCI device is not present by Rafael J. Wysocki · 11 years ago
  66. ecf61c7 PCI: Omit PCI ID macro strings to shorten quirk names by Michal Marek · 11 years ago
  67. f762598 PCI: Fix whitespace, capitalization, and spelling errors by Bjorn Helgaas · 11 years ago
  68. c6bde21 PCI: Add pci_upstream_bridge() by Bjorn Helgaas · 11 years ago
  69. 77a0dfc PCI: Document reason for using pci_is_root_bus() by Bjorn Helgaas · 11 years ago
  70. 115e3bc PCI: Remove unused "is_pcie" from pci_dev structure by Yijing Wang · 11 years ago
  71. a895c28 PCI: Fix comment typo, remove unnecessary !! in pci_is_pcie() by Joe Perches · 11 years ago
  72. b4b50fd Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  73. cc998ff Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  74. 2e8b5f6 Merge branch 'pci/misc' into next by Bjorn Helgaas · 11 years ago
  75. 07f2daa Merge branch 'pci/yijing-mps-v8' into next by Bjorn Helgaas · 11 years ago
  76. 1193725 Merge branch 'pci/yinghai-assign-unassigned-v6' into next by Bjorn Helgaas · 11 years ago
  77. 699c198 PCI: Add pcibios_pm_ops for optional arch-specific hibernate functionality by Sebastian Ott · 11 years ago
  78. a58674f PCI: Simplify pcie_bus_configure_settings() interface by Bjorn Helgaas · 11 years ago
  79. 7d8c4a2 Merge branch 'pci/aw-reset-v5' into next by Bjorn Helgaas · 11 years ago
  80. 9a3d2b9 PCI: Add pci_probe_reset_slot() and pci_probe_reset_bus() by Alex Williamson · 11 years ago
  81. 090a3c5 PCI: Add pci_reset_slot() and pci_reset_bus() by Alex Williamson · 11 years ago
  82. 3775a20 PCI: Add pci_wait_for_pending_transaction() by Casey Leedom · 11 years ago
  83. 0cbdcfc PCI: Introduce new MSI chip infrastructure by Thierry Reding · 11 years ago
  84. 64e8674 PCI: Add pci_reset_bridge_secondary_bus() by Alex Williamson · 11 years ago
  85. 81377c8 PCI: Add function to obtain minimum link width and speed by Jacob Keller · 11 years ago
  86. 59da381 PCI: move enum pcie_link_width into pci.h by Jacob Keller · 11 years ago
  87. 3977203 PCI: Assign resources for hot-added host bridge more aggressively by Yinghai Lu · 11 years ago
  88. 928bea9 PCI: Delay enabling bridges until they're needed by Yinghai Lu · 11 years ago
  89. df58f46 Merge branch 'pci/jiang-bus-lock-v3' into next by Bjorn Helgaas · 11 years ago
  90. 6ae32c5 PCI: Add pcibios_release_device() by Sebastian Ott · 11 years ago
  91. 3c6e6ae PCI: Introduce pci_alloc_dev(struct pci_bus*) to replace alloc_pci_dev() by Gu Zheng · 11 years ago
  92. fe830ef PCI: Introduce pci_bus_{get|put}() to manage PCI bus reference count by Jiang Liu · 11 years ago
  93. 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  94. 96a3e8a Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  95. 5a8eb24 pci: Add SRIOV helper function to determine if VFs are assigned to guest by Alexander Duyck · 11 years ago
  96. d4f09c5 Merge branch 'pci/gavin-msi-cleanup' into next by Bjorn Helgaas · 11 years ago
  97. e375b56 PCI: Cache MSI/MSI-X capability offsets in struct pci_dev by Gavin Shan · 11 years ago
  98. 703860e PCI: Use u8, not int, for PM capability offset by Bjorn Helgaas · 11 years ago
  99. 723ec4d Merge branch 'pci/cleanup' into next by Bjorn Helgaas · 11 years ago
  100. f39d5b7 PCI: Remove "extern" from function declarations by Bjorn Helgaas · 11 years ago