1. fc27985 PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_dev by Yinghai Lu · 11 years ago
  2. 0a5ef7b PCI: Change pci_bus_region addresses to dma_addr_t by Bjorn Helgaas · 11 years ago
  3. 79bf7fc Merge branch 'pci/misc' into next by Bjorn Helgaas · 11 years ago
  4. 47e0ab3 Merge branch 'pci/msi' into next by Bjorn Helgaas · 11 years ago
  5. 52179dc PCI/MSI: Make pci_enable_msi/msix() 'nvec' argument type as int by Alexander Gordeev · 11 years ago
  6. 8ec5db6 PCI/MSI: Return -ENOSYS for unimplemented interfaces, not -1 by Alexander Gordeev · 11 years ago
  7. 1c51b50 PCI/MSI: Export MSI mode using attributes, not kobjects by Greg Kroah-Hartman · 11 years ago
  8. 608235a Merge branch 'pci/vc' into next by Bjorn Helgaas · 11 years ago
  9. 425c1b2 PCI: Add Virtual Channel to save/restore support by Alex Williamson · 11 years ago
  10. fd0f7f7 PCI: Add support for save/restore of extended capabilities by Alex Williamson · 11 years ago
  11. 157e876 PCI: Add pci_wait_for_pending() (refactor pci_wait_for_pending_transaction()) by Alex Williamson · 11 years ago
  12. 4a251dd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  13. 92e112f PCI/checkpatch: Deprecate DEFINE_PCI_DEVICE_TABLE by Joe Perches · 11 years ago
  14. 8496e85 PCI / tg3: Give up chip reset and carrier loss handling if PCI device is not present by Rafael J. Wysocki · 11 years ago
  15. ecf61c7 PCI: Omit PCI ID macro strings to shorten quirk names by Michal Marek · 11 years ago
  16. f762598 PCI: Fix whitespace, capitalization, and spelling errors by Bjorn Helgaas · 11 years ago
  17. c6bde21 PCI: Add pci_upstream_bridge() by Bjorn Helgaas · 11 years ago
  18. 77a0dfc PCI: Document reason for using pci_is_root_bus() by Bjorn Helgaas · 11 years ago
  19. 115e3bc PCI: Remove unused "is_pcie" from pci_dev structure by Yijing Wang · 11 years ago
  20. a895c28 PCI: Fix comment typo, remove unnecessary !! in pci_is_pcie() by Joe Perches · 11 years ago
  21. 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
  22. cc998ff Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  23. 2e8b5f6 Merge branch 'pci/misc' into next by Bjorn Helgaas · 11 years ago
  24. 07f2daa Merge branch 'pci/yijing-mps-v8' into next by Bjorn Helgaas · 11 years ago
  25. 1193725 Merge branch 'pci/yinghai-assign-unassigned-v6' into next by Bjorn Helgaas · 11 years ago
  26. 699c198 PCI: Add pcibios_pm_ops for optional arch-specific hibernate functionality by Sebastian Ott · 11 years ago
  27. a58674f PCI: Simplify pcie_bus_configure_settings() interface by Bjorn Helgaas · 11 years ago
  28. 7d8c4a2 Merge branch 'pci/aw-reset-v5' into next by Bjorn Helgaas · 11 years ago
  29. 9a3d2b9 PCI: Add pci_probe_reset_slot() and pci_probe_reset_bus() by Alex Williamson · 11 years ago
  30. 090a3c5 PCI: Add pci_reset_slot() and pci_reset_bus() by Alex Williamson · 11 years ago
  31. 3775a20 PCI: Add pci_wait_for_pending_transaction() by Casey Leedom · 11 years ago
  32. 0cbdcfc PCI: Introduce new MSI chip infrastructure by Thierry Reding · 11 years ago
  33. 64e8674 PCI: Add pci_reset_bridge_secondary_bus() by Alex Williamson · 11 years ago
  34. 81377c8 PCI: Add function to obtain minimum link width and speed by Jacob Keller · 11 years ago
  35. 59da381 PCI: move enum pcie_link_width into pci.h by Jacob Keller · 11 years ago
  36. 3977203 PCI: Assign resources for hot-added host bridge more aggressively by Yinghai Lu · 11 years ago
  37. 928bea9 PCI: Delay enabling bridges until they're needed by Yinghai Lu · 11 years ago
  38. df58f46 Merge branch 'pci/jiang-bus-lock-v3' into next by Bjorn Helgaas · 11 years ago
  39. 6ae32c5 PCI: Add pcibios_release_device() by Sebastian Ott · 11 years ago
  40. 3c6e6ae PCI: Introduce pci_alloc_dev(struct pci_bus*) to replace alloc_pci_dev() by Gu Zheng · 11 years ago
  41. fe830ef PCI: Introduce pci_bus_{get|put}() to manage PCI bus reference count by Jiang Liu · 11 years ago
  42. 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  43. 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
  44. 5a8eb24 pci: Add SRIOV helper function to determine if VFs are assigned to guest by Alexander Duyck · 11 years ago
  45. d4f09c5 Merge branch 'pci/gavin-msi-cleanup' into next by Bjorn Helgaas · 11 years ago
  46. e375b56 PCI: Cache MSI/MSI-X capability offsets in struct pci_dev by Gavin Shan · 11 years ago
  47. 703860e PCI: Use u8, not int, for PM capability offset by Bjorn Helgaas · 11 years ago
  48. 723ec4d Merge branch 'pci/cleanup' into next by Bjorn Helgaas · 11 years ago
  49. f39d5b7 PCI: Remove "extern" from function declarations by Bjorn Helgaas · 11 years ago
  50. a3b6bbd Merge branch 'pci/jiang-subdrivers' into next by Bjorn Helgaas · 11 years ago
  51. 272e70c Merge branch 'pci/gabor-get-of-node' into next by Bjorn Helgaas · 11 years ago
  52. 10a9574 PCI: Add pcibios hooks for adding and removing PCI buses by Jiang Liu · 11 years ago
  53. 10629d7 PCI: Remove __weak annotation from pcibios_get_phb_of_node decl by Bjorn Helgaas · 11 years ago
  54. fffe01f PCI: Add PCI ROM helper for platform-provided ROM images by Matthew Garrett · 11 years ago
  55. 8546713 PCI: Add PCI_BUS_NUM() and PCI_DEVID() interfaces by Shuah Khan · 11 years ago
  56. 556f12f Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  57. f2dfcde Merge branch 'pci/misc' into next by Bjorn Helgaas · 11 years ago
  58. 1c531d8 PCI: Use PCI Express Capability accessor by Myron Stowe · 11 years ago
  59. 7c9c003 PCI: Introduce accessor to retrieve PCIe Capabilities Register by Myron Stowe · 11 years ago
  60. 939de1d Merge branch 'pci/yinghai-root-bus-hotplug' into next by Bjorn Helgaas · 11 years ago
  61. 58d9a38 PCI: Skip attaching driver in device_add() by Yinghai Lu · 11 years ago
  62. 08261d8 PCI/MSI: Enable multiple MSIs with pci_enable_msi_block_auto() by Alexander Gordeev · 12 years ago
  63. 6c0cc95 ACPI / PCI: Set root bridge ACPI handle in advance by Rafael J. Wysocki · 12 years ago
  64. 3c449ed PCI/ACPI: Reserve firmware-allocated resources for hot-added root buses by Yinghai Lu · 12 years ago
  65. 193c0d6 Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  66. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  67. 1cb73f8 Merge branch 'pci/mjg-pci-roms-from-efi' into next by Bjorn Helgaas · 12 years ago
  68. dbd3fc3 PCI: Use phys_addr_t for physical ROM address by Bjorn Helgaas · 12 years ago
  69. 72e1e86 Merge branch 'pci/mjg-pci-roms-from-efi' into next by Bjorn Helgaas · 12 years ago
  70. 84c1b80 PCI: Add support for non-BAR ROMs by Matthew Garrett · 12 years ago
  71. eca0d46 PCI: Add pcibios_add_device by Matthew Garrett · 12 years ago
  72. 15856ad PCI: Remove __dev* markings by Bill Pemberton · 12 years ago
  73. b40b97a PCI: Remove CONFIG_HOTPLUG ifdefs by Bill Pemberton · 12 years ago
  74. 3c282db Merge branch 'pci/misc' into next by Bjorn Helgaas · 12 years ago
  75. 918b4053 PCI/AER: Report success only when every device has AER-aware driver by Vijay Mohan Pandarathil · 12 years ago
  76. 3d567e0 tg3: Set 10_100_ONLY flag for additional 10/100 Mbps devices by Nithin Nayak Sujir · 12 years ago
  77. f9c15b4 Merge branch 'pci/don-sriov' into next by Bjorn Helgaas · 12 years ago
  78. bff7315 PCI: Provide method to reduce the number of total VFs supported by Donald Dutile · 12 years ago
  79. 1789382 PCI: SRIOV control and status via sysfs by Donald Dutile · 12 years ago
  80. 642c92d PCI: Don't pass pci_dev to pci_ext_cfg_avail() by Taku Izumi · 12 years ago
  81. cdfcc57 PCI: Add pci_stop_and_remove_root_bus() by Yinghai Lu · 12 years ago
  82. 1778794 PCI: Separate out pci_assign_unassigned_bus_resources() by Yinghai Lu · 12 years ago
  83. 607ca46 UAPI: (Scripted) Disintegrate include/linux by David Howells · 12 years ago
  84. 6dabee7 Merge branch 'pci/trivial' into next by Bjorn Helgaas · 12 years ago
  85. 1959ec5 Merge branch 'pci/stephen-const' into next by Bjorn Helgaas · 12 years ago
  86. a63ab61 Merge branch 'pci/gavin-window-alignment' into next by Bjorn Helgaas · 12 years ago
  87. ac5ad93 PCI: Add weak pcibios_window_alignment() interface by Gavin Shan · 12 years ago
  88. 769ae54 PCI: Drop duplicate const in DECLARE_PCI_FIXUP_SECTION by Mathias Krause · 12 years ago
  89. 4945302 PCI: Make pci_error_handlers const by Stephen Hemminger · 12 years ago
  90. 7bf79d8 Merge branch 'pci/bjorn-cleanup-remove' into next by Bjorn Helgaas · 12 years ago
  91. a28afda Merge branch 'pci/bjorn-find-next-ext-cap' into next by Bjorn Helgaas · 12 years ago
  92. 8c0d3a0 PCI: Add accessors for PCI Express Capability by Jiang Liu · 12 years ago
  93. b2ef39b PCI: Remove unused field pcie_type from struct pci_dev by Yijing Wang · 12 years ago
  94. 44a9a36 PCI: Add pci_find_next_ext_capability() by Bjorn Helgaas · 12 years ago
  95. c29aabe PCI: Remove unused pci_dev_b() by Bjorn Helgaas · 12 years ago
  96. 125e14b PCI: Remove pci_stop_and_remove_behind_bridge() by Bjorn Helgaas · 12 years ago
  97. 657c207 PCI: Don't export stop_bus_device and remove_bus_device interfaces by Bjorn Helgaas · 12 years ago
  98. 786e228 PCI: Add pcie_flags_reg to cache PCIe capabilities register by Yijing Wang · 12 years ago
  99. 6ee53f4 Merge branch 'pci/bjorn-p2p-bridge-windows' into next by Bjorn Helgaas · 12 years ago
  100. 2b28ae1 PCI: reimplement P2P bridge 1K I/O windows (Intel P64H2) by Bjorn Helgaas · 12 years ago