1. df58f46 Merge branch 'pci/jiang-bus-lock-v3' into next by Bjorn Helgaas · 11 years ago
  2. 6ae32c5 PCI: Add pcibios_release_device() by Sebastian Ott · 11 years ago
  3. 3c6e6ae PCI: Introduce pci_alloc_dev(struct pci_bus*) to replace alloc_pci_dev() by Gu Zheng · 11 years ago
  4. fe830ef PCI: Introduce pci_bus_{get|put}() to manage PCI bus reference count by Jiang Liu · 11 years ago
  5. 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  6. 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
  7. 5a8eb24 pci: Add SRIOV helper function to determine if VFs are assigned to guest by Alexander Duyck · 11 years ago
  8. d4f09c5 Merge branch 'pci/gavin-msi-cleanup' into next by Bjorn Helgaas · 11 years ago
  9. e375b56 PCI: Cache MSI/MSI-X capability offsets in struct pci_dev by Gavin Shan · 11 years ago
  10. 703860e PCI: Use u8, not int, for PM capability offset by Bjorn Helgaas · 11 years ago
  11. 723ec4d Merge branch 'pci/cleanup' into next by Bjorn Helgaas · 11 years ago
  12. f39d5b7 PCI: Remove "extern" from function declarations by Bjorn Helgaas · 11 years ago
  13. a3b6bbd Merge branch 'pci/jiang-subdrivers' into next by Bjorn Helgaas · 11 years ago
  14. 272e70c Merge branch 'pci/gabor-get-of-node' into next by Bjorn Helgaas · 11 years ago
  15. 10a9574 PCI: Add pcibios hooks for adding and removing PCI buses by Jiang Liu · 11 years ago
  16. 10629d7 PCI: Remove __weak annotation from pcibios_get_phb_of_node decl by Bjorn Helgaas · 11 years ago
  17. fffe01f PCI: Add PCI ROM helper for platform-provided ROM images by Matthew Garrett · 11 years ago
  18. 8546713 PCI: Add PCI_BUS_NUM() and PCI_DEVID() interfaces by Shuah Khan · 12 years ago
  19. 556f12f Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  20. f2dfcde Merge branch 'pci/misc' into next by Bjorn Helgaas · 12 years ago
  21. 1c531d8 PCI: Use PCI Express Capability accessor by Myron Stowe · 12 years ago
  22. 7c9c003 PCI: Introduce accessor to retrieve PCIe Capabilities Register by Myron Stowe · 12 years ago
  23. 939de1d Merge branch 'pci/yinghai-root-bus-hotplug' into next by Bjorn Helgaas · 12 years ago
  24. 58d9a38 PCI: Skip attaching driver in device_add() by Yinghai Lu · 12 years ago
  25. 08261d8 PCI/MSI: Enable multiple MSIs with pci_enable_msi_block_auto() by Alexander Gordeev · 12 years ago
  26. 6c0cc95 ACPI / PCI: Set root bridge ACPI handle in advance by Rafael J. Wysocki · 12 years ago
  27. 3c449ed PCI/ACPI: Reserve firmware-allocated resources for hot-added root buses by Yinghai Lu · 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. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  30. 1cb73f8 Merge branch 'pci/mjg-pci-roms-from-efi' into next by Bjorn Helgaas · 12 years ago
  31. dbd3fc3 PCI: Use phys_addr_t for physical ROM address by Bjorn Helgaas · 12 years ago
  32. 72e1e86 Merge branch 'pci/mjg-pci-roms-from-efi' into next by Bjorn Helgaas · 12 years ago
  33. 84c1b80 PCI: Add support for non-BAR ROMs by Matthew Garrett · 12 years ago
  34. eca0d46 PCI: Add pcibios_add_device by Matthew Garrett · 12 years ago
  35. 15856ad PCI: Remove __dev* markings by Bill Pemberton · 12 years ago
  36. b40b97a PCI: Remove CONFIG_HOTPLUG ifdefs by Bill Pemberton · 12 years ago
  37. 3c282db Merge branch 'pci/misc' into next by Bjorn Helgaas · 12 years ago
  38. 918b4053 PCI/AER: Report success only when every device has AER-aware driver by Vijay Mohan Pandarathil · 12 years ago
  39. 3d567e0 tg3: Set 10_100_ONLY flag for additional 10/100 Mbps devices by Nithin Nayak Sujir · 12 years ago
  40. f9c15b4 Merge branch 'pci/don-sriov' into next by Bjorn Helgaas · 12 years ago
  41. bff7315 PCI: Provide method to reduce the number of total VFs supported by Donald Dutile · 12 years ago
  42. 1789382 PCI: SRIOV control and status via sysfs by Donald Dutile · 12 years ago
  43. 642c92d PCI: Don't pass pci_dev to pci_ext_cfg_avail() by Taku Izumi · 12 years ago
  44. cdfcc57 PCI: Add pci_stop_and_remove_root_bus() by Yinghai Lu · 12 years ago
  45. 1778794 PCI: Separate out pci_assign_unassigned_bus_resources() by Yinghai Lu · 12 years ago
  46. 607ca46 UAPI: (Scripted) Disintegrate include/linux by David Howells · 12 years ago
  47. 6dabee7 Merge branch 'pci/trivial' into next by Bjorn Helgaas · 12 years ago
  48. 1959ec5 Merge branch 'pci/stephen-const' into next by Bjorn Helgaas · 12 years ago
  49. a63ab61 Merge branch 'pci/gavin-window-alignment' into next by Bjorn Helgaas · 12 years ago
  50. ac5ad93 PCI: Add weak pcibios_window_alignment() interface by Gavin Shan · 12 years ago
  51. 769ae54 PCI: Drop duplicate const in DECLARE_PCI_FIXUP_SECTION by Mathias Krause · 12 years ago
  52. 4945302 PCI: Make pci_error_handlers const by Stephen Hemminger · 12 years ago
  53. 7bf79d8 Merge branch 'pci/bjorn-cleanup-remove' into next by Bjorn Helgaas · 12 years ago
  54. a28afda Merge branch 'pci/bjorn-find-next-ext-cap' into next by Bjorn Helgaas · 12 years ago
  55. 8c0d3a0 PCI: Add accessors for PCI Express Capability by Jiang Liu · 12 years ago
  56. b2ef39b PCI: Remove unused field pcie_type from struct pci_dev by Yijing Wang · 12 years ago
  57. 44a9a36 PCI: Add pci_find_next_ext_capability() by Bjorn Helgaas · 12 years ago
  58. c29aabe PCI: Remove unused pci_dev_b() by Bjorn Helgaas · 12 years ago
  59. 125e14b PCI: Remove pci_stop_and_remove_behind_bridge() by Bjorn Helgaas · 12 years ago
  60. 657c207 PCI: Don't export stop_bus_device and remove_bus_device interfaces by Bjorn Helgaas · 12 years ago
  61. 786e228 PCI: Add pcie_flags_reg to cache PCIe capabilities register by Yijing Wang · 12 years ago
  62. 6ee53f4 Merge branch 'pci/bjorn-p2p-bridge-windows' into next by Bjorn Helgaas · 12 years ago
  63. 2b28ae1 PCI: reimplement P2P bridge 1K I/O windows (Intel P64H2) by Bjorn Helgaas · 12 years ago
  64. 85a00dd Merge branch 'pci/myron-pcibios_setup' into next by Bjorn Helgaas · 12 years ago
  65. 2b6f2c3 PCI: pull pcibios_setup() up into core by Myron Stowe · 12 years ago
  66. 35e7f73 Merge branch 'topic/huang-d3cold-v7' into next by Bjorn Helgaas · 12 years ago
  67. 448bd85 PCI/PM: add PCIe runtime D3cold support by Huang Ying · 12 years ago
  68. 140217ae Merge branch 'topic/jan-intx-masking' into next by Bjorn Helgaas · 12 years ago
  69. 47fcb6d Merge branch 'topic/stowe-cap-cleanup' into next by Bjorn Helgaas · 12 years ago
  70. fbebb9f PCI: add infrastructure for devices with broken INTx masking by Bjorn Helgaas · 12 years ago
  71. cc2fa3f Merge branch 'topic/alex-vfio-prep' into next by Bjorn Helgaas · 12 years ago
  72. 10c4809 Merge branch 'topic/bjorn-remove-unused' into next by Bjorn Helgaas · 12 years ago
  73. 67cdc82 PCI: add default busn_resource by Yinghai Lu · 12 years ago
  74. 98a3583 PCI: add busn_res operation functions by Yinghai Lu · 12 years ago
  75. 3527ed8 PCI: remove secondary/subordinate in struct pci_bus by Yinghai Lu · 12 years ago
  76. 92f0243 PCI: add busn_res in struct pci_bus by Yinghai Lu · 12 years ago
  77. a696165 PCI: create common pcibios_err_to_errno by Alex Williamson · 12 years ago
  78. c63587d PCI: export pci_user functions for use by other drivers by Alex Williamson · 12 years ago
  79. ad80575 PCI: add ACS validation utility by Alex Williamson · 12 years ago
  80. c32823f PCI: make pci_ltr_supported() static by Myron Stowe · 12 years ago
  81. 12ea6ca PCI: add PCI DMA source ID quirk by Alex Williamson · 12 years ago
  82. 109cdbc PCI: remove pci_bus_find_ext_capability() (unused) by Bjorn Helgaas · 12 years ago
  83. 7e5b2db Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  84. 3df425f OF: PCI: const usage needed by MIPS by John Crispin · 12 years ago
  85. 4fa2649 PCI: add host bridge release support by Yinghai Lu · 12 years ago
  86. 7b54366 PCI: add generic device into pci_host_bridge struct by Yinghai Lu · 12 years ago
  87. 475c77e Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 12 years ago
  88. d4c6fa7 Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  89. 5375871 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  90. 69a7aeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  91. bf362f7 constify struct pci_dev * in obvious cases by Al Viro · 12 years ago
  92. eb740b5 powerpc/eeh: Introduce EEH device by Gavin Shan · 13 years ago
  93. 6b22cf3 PCI: export __pci_remove_bus_device by Yinghai Lu · 13 years ago
  94. 6754b9e PCI: Rename pci_remove_behind_bridge to pci_stop_and_remove_behind_bridge by Yinghai Lu · 13 years ago
  95. 210647a PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_device by Yinghai Lu · 13 years ago
  96. f4ca5c6 PCI: Add class support in quirk handling by Yinghai Lu · 13 years ago
  97. 36a66cd PCI: add generic pcibios_resource_to_bus() by Bjorn Helgaas · 13 years ago
  98. 0efd5aa PCI: add struct pci_host_bridge_window with CPU/bus address offset by Bjorn Helgaas · 13 years ago
  99. 5a21d70 PCI: add struct pci_host_bridge and a list of all bridges found by Bjorn Helgaas · 13 years ago
  100. 34a4876 PCI: move pci_find_saved_cap out of linux/pci.h by Yinghai Lu · 13 years ago