1. 607ca46 UAPI: (Scripted) Disintegrate include/linux by David Howells · 12 years ago
  2. 6dabee7 Merge branch 'pci/trivial' into next by Bjorn Helgaas · 12 years ago
  3. 1959ec5 Merge branch 'pci/stephen-const' into next by Bjorn Helgaas · 12 years ago
  4. a63ab61 Merge branch 'pci/gavin-window-alignment' into next by Bjorn Helgaas · 12 years ago
  5. ac5ad93 PCI: Add weak pcibios_window_alignment() interface by Gavin Shan · 12 years ago
  6. 769ae54 PCI: Drop duplicate const in DECLARE_PCI_FIXUP_SECTION by Mathias Krause · 12 years ago
  7. 4945302 PCI: Make pci_error_handlers const by Stephen Hemminger · 12 years ago
  8. 7bf79d8 Merge branch 'pci/bjorn-cleanup-remove' into next by Bjorn Helgaas · 12 years ago
  9. a28afda Merge branch 'pci/bjorn-find-next-ext-cap' into next by Bjorn Helgaas · 12 years ago
  10. 8c0d3a0 PCI: Add accessors for PCI Express Capability by Jiang Liu · 12 years ago
  11. b2ef39b PCI: Remove unused field pcie_type from struct pci_dev by Yijing Wang · 12 years ago
  12. 44a9a36 PCI: Add pci_find_next_ext_capability() by Bjorn Helgaas · 12 years ago
  13. c29aabe PCI: Remove unused pci_dev_b() by Bjorn Helgaas · 12 years ago
  14. 125e14b PCI: Remove pci_stop_and_remove_behind_bridge() by Bjorn Helgaas · 12 years ago
  15. 657c207 PCI: Don't export stop_bus_device and remove_bus_device interfaces by Bjorn Helgaas · 12 years ago
  16. 786e228 PCI: Add pcie_flags_reg to cache PCIe capabilities register by Yijing Wang · 12 years ago
  17. 6ee53f4 Merge branch 'pci/bjorn-p2p-bridge-windows' into next by Bjorn Helgaas · 12 years ago
  18. 2b28ae1 PCI: reimplement P2P bridge 1K I/O windows (Intel P64H2) by Bjorn Helgaas · 12 years ago
  19. 85a00dd Merge branch 'pci/myron-pcibios_setup' into next by Bjorn Helgaas · 12 years ago
  20. 2b6f2c3 PCI: pull pcibios_setup() up into core by Myron Stowe · 12 years ago
  21. 35e7f73 Merge branch 'topic/huang-d3cold-v7' into next by Bjorn Helgaas · 12 years ago
  22. 448bd85 PCI/PM: add PCIe runtime D3cold support by Huang Ying · 12 years ago
  23. 140217ae Merge branch 'topic/jan-intx-masking' into next by Bjorn Helgaas · 12 years ago
  24. 47fcb6d Merge branch 'topic/stowe-cap-cleanup' into next by Bjorn Helgaas · 12 years ago
  25. fbebb9f PCI: add infrastructure for devices with broken INTx masking by Bjorn Helgaas · 12 years ago
  26. cc2fa3f Merge branch 'topic/alex-vfio-prep' into next by Bjorn Helgaas · 12 years ago
  27. 10c4809 Merge branch 'topic/bjorn-remove-unused' into next by Bjorn Helgaas · 12 years ago
  28. 67cdc82 PCI: add default busn_resource by Yinghai Lu · 12 years ago
  29. 98a3583 PCI: add busn_res operation functions by Yinghai Lu · 12 years ago
  30. 3527ed8 PCI: remove secondary/subordinate in struct pci_bus by Yinghai Lu · 12 years ago
  31. 92f0243 PCI: add busn_res in struct pci_bus by Yinghai Lu · 12 years ago
  32. a696165 PCI: create common pcibios_err_to_errno by Alex Williamson · 12 years ago
  33. c63587d PCI: export pci_user functions for use by other drivers by Alex Williamson · 12 years ago
  34. ad80575 PCI: add ACS validation utility by Alex Williamson · 12 years ago
  35. c32823f PCI: make pci_ltr_supported() static by Myron Stowe · 12 years ago
  36. 12ea6ca PCI: add PCI DMA source ID quirk by Alex Williamson · 12 years ago
  37. 109cdbc PCI: remove pci_bus_find_ext_capability() (unused) by Bjorn Helgaas · 12 years ago
  38. 7e5b2db Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 12 years ago
  39. 3df425f OF: PCI: const usage needed by MIPS by John Crispin · 12 years ago
  40. 4fa2649 PCI: add host bridge release support by Yinghai Lu · 12 years ago
  41. 7b54366 PCI: add generic device into pci_host_bridge struct by Yinghai Lu · 12 years ago
  42. 475c77e Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 12 years ago
  43. 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
  44. 5375871 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  45. 69a7aeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  46. bf362f7 constify struct pci_dev * in obvious cases by Al Viro · 12 years ago
  47. eb740b5 powerpc/eeh: Introduce EEH device by Gavin Shan · 12 years ago
  48. 6b22cf3 PCI: export __pci_remove_bus_device by Yinghai Lu · 12 years ago
  49. 6754b9e PCI: Rename pci_remove_behind_bridge to pci_stop_and_remove_behind_bridge by Yinghai Lu · 12 years ago
  50. 210647a PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_device by Yinghai Lu · 12 years ago
  51. f4ca5c6 PCI: Add class support in quirk handling by Yinghai Lu · 12 years ago
  52. 36a66cd PCI: add generic pcibios_resource_to_bus() by Bjorn Helgaas · 12 years ago
  53. 0efd5aa PCI: add struct pci_host_bridge_window with CPU/bus address offset by Bjorn Helgaas · 12 years ago
  54. 5a21d70 PCI: add struct pci_host_bridge and a list of all bridges found by Bjorn Helgaas · 12 years ago
  55. 34a4876 PCI: move pci_find_saved_cap out of linux/pci.h by Yinghai Lu · 12 years ago
  56. 78c3b32 PCI: Move pdev_sort_resources() to setup-bus.c by Yinghai Lu · 13 years ago
  57. 2f32052 PCI: Make rescan bus increase bridge resource size if needed by Yinghai Lu · 13 years ago
  58. 6fbf9e7 PCI: Introduce __pci_reset_function_locked to be used when holding device_lock. by Konrad Rzeszutek Wilk · 13 years ago
  59. 6535943f x86/PCI: Convert maintaining FW-assigned BIOS BAR values to use a list by Myron Stowe · 13 years ago
  60. 925845b x86/PCI: Infrastructure to maintain a list of FW-assigned BIOS BAR values by Myron Stowe · 13 years ago
  61. aad4f40 PCI: Add helper macro for pci_register_driver boilerplate by Greg Kroah-Hartman · 13 years ago
  62. a96d627 pci: Introduce __pci_reset_function_locked to be used when holding device_lock. by Konrad Rzeszutek Wilk · 13 years ago
  63. fb7ebfe PCI: Increase resource array mask bit size in pcim_iomap_regions() by Yinghai Lu · 13 years ago
  64. cda57bf PCI: DEVICE_COUNT_RESOURCE should be equal to PCI_NUM_RESOURCES by Yinghai Lu · 13 years ago
  65. 118faaf PCI: remove pci_create_bus() by Bjorn Helgaas · 13 years ago
  66. de4b2f7 PCI: convert pci_scan_bus() to use pci_create_root_bus() by Bjorn Helgaas · 13 years ago
  67. a2ebb82 PCI: add pci_scan_root_bus() that accepts resource list by Bjorn Helgaas · 13 years ago
  68. 166c637 PCI: add pci_create_root_bus() that accepts resource list by Bjorn Helgaas · 13 years ago
  69. 45ca9e9 PCI: add helpers for building PCI bus resource lists by Bjorn Helgaas · 13 years ago
  70. 96c5590 PCI: Pull PCI 'latency timer' setup up into the core by Myron Stowe · 13 years ago
  71. cfce9fb PCI: add declaration for pcibios_set_master() to pci core by Myron Stowe · 13 years ago
  72. a2e2778 PCI: Introduce INTx check & mask API by Jan Kiszka · 13 years ago
  73. fb51ccb PCI: Rework config space blocking services by Jan Kiszka · 13 years ago
  74. da8d1c8 PCI/sysfs: add per pci device msi[x] irq listing (v5) by Neil Horman · 13 years ago
  75. 466b3dd PCI: Fix compile errors with PCI_ATS and !PCI_IOV by Joerg Roedel · 13 years ago
  76. 0e59e7e7 Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 13 years ago
  77. 379021d PCI / PM: Extend PME polling to all PCI devices by Rafael J. Wysocki · 13 years ago
  78. e244427 PCI: Make pci_setup_bridge() non-static for use by arch code by Benjamin Herrenschmidt · 13 years ago
  79. 88c5100 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  80. 5f39e67 PCI: Disable MPS configuration by default by Jon Mason · 13 years ago
  81. fb7a6d4 Merge git://github.com/Jkirsher/net-next by David S. Miller · 13 years ago
  82. 6777829 pci: Add flag indicating device has been assigned by KVM by Greg Rose · 13 years ago
  83. 2bbc694 PCI : ability to relocate assigned pci-resources by Ram Pai · 13 years ago
  84. b03e749 PCI: Set PCI-E Max Payload Size on fabric by Jon Mason · 13 years ago
  85. f85f19d Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 13 years ago
  86. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  87. 6d16d6d Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  88. d534194 PCI: Make the struct pci_dev * argument of pci_fixup_irqs const. by Ralf Baechle · 13 years ago
  89. 688398b PCI: Assign values to 'pci_obff_signal_type' enumeration constants by Myron Stowe · 13 years ago
  90. 166e927 x86/ia64: intel-iommu: move to drivers/iommu/ by Ohad Ben-Cohen · 13 years ago
  91. ef3b4f8 pci/of: Consolidate pci_bus_to_OF_node() by Benjamin Herrenschmidt · 13 years ago
  92. 64099d9 pci/of: Consolidate pci_device_to_OF_node() by Benjamin Herrenschmidt · 13 years ago
  93. 98d9f30c8 pci/of: Match PCI devices to OF nodes dynamically by Benjamin Herrenschmidt · 13 years ago
  94. 98b98d3 Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 13 years ago
  95. ffbdd3f PCI: Add interfaces to store and load the device saved state by Alex Williamson · 13 years ago
  96. 24a4742f PCI: Track the size of each saved capability data area by Alex Williamson · 13 years ago
  97. 51c2e0a PCI: add latency tolerance reporting enable/disable support by Jesse Barnes · 14 years ago
  98. 48a92a8 PCI: add OBFF enable/disable support by Jesse Barnes · 14 years ago
  99. b48d442 PCI: add ID-based ordering enable/disable support by Jesse Barnes · 14 years ago
  100. 3448a19 vgaarb: use bridges to control VGA routing where possible. by Dave Airlie · 14 years ago