1. 0ff9b9b Merge branches 'pci/aspm', 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/msi', 'pci/resource' and 'pci/virtualization' into next by Bjorn Helgaas · 9 years ago
  2. c030008 PCI: Remove unused pci_scan_bus_parented() by Yijing Wang · 9 years ago
  3. 3a9ad0b PCI: Add pci_bus_addr_t by Yinghai Lu · 9 years ago
  4. 777e61e PCI: Use dev->has_secondary_link to find downstream PCIe links by Yijing Wang · 9 years ago
  5. d0751b9 PCI: Add dev->has_secondary_link to track downstream PCIe links by Yijing Wang · 9 years ago
  6. 1851617 PCI/MSI: Disable MSI at enumeration even if kernel doesn't support MSI by Michael S. Tsirkin · 9 years ago
  7. 4dd1f57 Merge branches 'pci/host-exynos', 'pci/host-iproc', 'pci/host-keystone', 'pci/host-layerscape', 'pci/host-mvebu', 'pci/host-rcar' and 'pci/host-versatile' into next by Bjorn Helgaas · 9 years ago
  8. e6b29de PCI: Export symbols required for loadable host driver modules by Ray Jui · 9 years ago
  9. 8e79584 Merge branches 'pci/enumeration' and 'pci/virtualization' into next by Bjorn Helgaas · 9 years ago
  10. b97ea28 PCI: Assign resources before drivers claim devices (pci_scan_root_bus()) by Yijing Wang · 9 years ago
  11. c90570d PCI: Assign resources before drivers claim devices (pci_scan_bus()) by Yijing Wang · 9 years ago
  12. de335bb4 PCI: Update DMA configuration from DT by Murali Karicheri · 9 years ago
  13. 14d76b6 PCI: Use common resource list management code instead of private implementation by Jiang Liu · 10 years ago
  14. c75059c Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  15. 18e88be Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/numa' and 'pci/virtualization' into next by Bjorn Helgaas · 10 years ago
  16. 7e79c5f PCI: Add informational printk for invalid BARs by Myron Stowe · 10 years ago
  17. 7fc986d PCI: Support 64-bit bridge windows if we have 64-bit dma_addr_t by Yinghai Lu · 10 years ago
  18. 7a1562d PCI: Apply _HPX Link Control settings to all devices with a link by Yinghai Lu · 10 years ago
  19. ff0387c PCI: Delete unnecessary NULL pointer checks by Markus Elfring · 10 years ago
  20. f795d86 PCI: Shrink decoding-disabled window while sizing BARs by Myron Stowe · 10 years ago
  21. 36e8164 PCI: Restore detection of read-only BARs by Myron Stowe · 10 years ago
  22. 80213c0 Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  23. 07a7cbd Merge branch 'pci/host-generic' into next by Bjorn Helgaas · 10 years ago
  24. 670ba0c PCI: Add generic domain handling by Catalin Marinas · 10 years ago
  25. 2f419d7 Merge branch 'pci/hotplug' into next by Bjorn Helgaas · 10 years ago
  26. 12d8706 Revert "PCI: Make sure bus number resources stay within their parents bounds" by Bjorn Helgaas · 10 years ago
  27. 7a0b33d Revert "PCI: Don't scan random busses in pci_scan_bridge()" by Bjorn Helgaas · 10 years ago
  28. 1302fcf PCI: Configure *all* devices, not just hot-added ones by Bjorn Helgaas · 10 years ago
  29. 302328c PCI: Preserve MPS and MRRS when applying _HPX settings by Bjorn Helgaas · 10 years ago
  30. ca0647e0 PCI: Apply _HPP settings to all hot-added PCI devices by Bjorn Helgaas · 10 years ago
  31. eab3a0e PCI: Preserve BIOS PCI_COMMAND_SERR and PCI_COMMAND_PARITY settings by Bjorn Helgaas · 10 years ago
  32. c6285fc PCI: Apply _HPP settings to PCIe devices as well as PCI and PCI-X by Bjorn Helgaas · 10 years ago
  33. fbfa398 PCI: Remove unused pci_configure_slot() by Bjorn Helgaas · 10 years ago
  34. 6cd3364 PCI: Add pci_configure_device() during enumeration by Bjorn Helgaas · 10 years ago
  35. 589fcc2 PCI: Move pci_configure_slot() to drivers/pci/probe.c by Bjorn Helgaas · 10 years ago
  36. f3dbd80 PCI: Enable CRS Software Visibility for root port if it is supported by Rajat Jain · 10 years ago
  37. 89665a6 PCI: Check only the Vendor ID to identify Configuration Request Retry by Rajat Jain · 10 years ago
  38. 227f064 PCI: Merge multi-line quoted strings by Ryan Desfosses · 10 years ago
  39. 3c78bc6 PCI: Whitespace cleanup by Ryan Desfosses · 10 years ago
  40. b7fe943 PCI: Move EXPORT_SYMBOL so it immediately follows function/variable by Ryan Desfosses · 10 years ago
  41. fdaf36b Merge branch 'pci/misc' into next by Bjorn Helgaas · 10 years ago
  42. d1a2523 Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' into next by Bjorn Helgaas · 10 years ago
  43. 782a985 PCI: Introduce new device binding path using pci_dev.driver_override by Alex Williamson · 10 years ago
  44. 78916b0 PCI: Test for std config alias when testing extended config space by Alex Williamson · 10 years ago
  45. 6788a51 PCI: Use pci_is_bridge() to simplify code by Yijing Wang · 10 years ago
  46. e5558d1 Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pci/resource' into next by Bjorn Helgaas · 10 years ago
  47. d739a09 PCI: Don't add disabled subtractive decode bus resources by Bjorn Helgaas · 10 years ago
  48. 26370fc PCI: Don't print anything while decoding is disabled by Bjorn Helgaas · 10 years ago
  49. 31e9dd2 PCI: Don't set BAR to zero if dma_addr_t is too small by Bjorn Helgaas · 10 years ago
  50. 72dc560 PCI: Don't convert BAR address to resource if dma_addr_t is too small by Bjorn Helgaas · 10 years ago
  51. d1a313e PCI: Reject BAR above 4GB if dma_addr_t is too small by Bjorn Helgaas · 10 years ago
  52. 23b13bc PCI: Fail safely if we can't handle BARs larger than 4GB by Bjorn Helgaas · 10 years ago
  53. 1e358f9 PCI: Fix use of uninitialized MPS value by Bjorn Helgaas · 10 years ago
  54. 10874f5 PCI: Remove unnecessary __ref annotations by Bjorn Helgaas · 10 years ago
  55. 30723cb Merge branch 'pci/resource' into next by Bjorn Helgaas · 10 years ago
  56. 075eb9e PCI: Log IDE resource quirk in dmesg by Bjorn Helgaas · 10 years ago
  57. c83bd90 PCI: Mark 64-bit resource as IORESOURCE_UNSET if we only support 32-bit by Bjorn Helgaas · 11 years ago
  58. fc1b253 PCI: Don't scan random busses in pci_scan_bridge() by Andreas Noever · 11 years ago
  59. c95b0bd PCI: Check for child busses which use more bus numbers than allocated by Andreas Noever · 11 years ago
  60. f5fb407 PCI: Remove pci_fixup_parent_subordinate_busnr() by Andreas Noever · 11 years ago
  61. 1820ffd PCI: Make sure bus number resources stay within their parents bounds by Andreas Noever · 11 years ago
  62. ced04d1 PCI: Use request_resource_conflict() instead of insert_ for bus numbers by Andreas Noever · 11 years ago
  63. 619c8c3 PCI: Assign CardBus bus number only during the second pass by Andreas Noever · 11 years ago
  64. 2ed8582 PCI: Clarify the "scan anyway" comment in pci_scan_bridge() by Andreas Noever · 11 years ago
  65. 9a4d7d8 PCI: Increment max correctly in pci_scan_bridge() by Andreas Noever · 11 years ago
  66. 0448009 Revert "PCI: Remove from bus_list and release resources in pci_release_dev()" by Rafael J. Wysocki · 11 years ago
  67. 9d16947 PCI: Add global pci_lock_rescan_remove() by Rafael J. Wysocki · 11 years ago
  68. 597db6f Merge branch 'pci/dead-code' into next by Bjorn Helgaas · 11 years ago
  69. 0b950f0 PCI: Make local functions static by Stephen Hemminger · 11 years ago
  70. e2760c5 PCI: Remove unused alloc_pci_dev() by Stephen Hemminger · 11 years ago
  71. 96702be Merge branch 'pci/resource' into next by Bjorn Helgaas · 11 years ago
  72. fc27985 PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_dev by Yinghai Lu · 11 years ago
  73. ef83b07 PCI: Remove from bus_list and release resources in pci_release_dev() by Yinghai Lu · 11 years ago
  74. ef37702 PCI: Move pci_proc_attach_device() to pci_bus_add_device() by Yinghai Lu · 11 years ago
  75. f762598 PCI: Fix whitespace, capitalization, and spelling errors by Bjorn Helgaas · 11 years ago
  76. 605d240 Merge branch 'pci/misc' into next by Bjorn Helgaas · 11 years ago
  77. 115e3bc PCI: Remove unused "is_pcie" from pci_dev structure by Yijing Wang · 11 years ago
  78. fdfe151 PCI: Use pci_is_pcie() to simplify code by Yijing Wang · 11 years ago
  79. 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
  80. cc998ff Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  81. 2e8b5f6 Merge branch 'pci/misc' into next by Bjorn Helgaas · 11 years ago
  82. 07f2daa Merge branch 'pci/yijing-mps-v8' into next by Bjorn Helgaas · 11 years ago
  83. 1193725 Merge branch 'pci/yinghai-assign-unassigned-v6' into next by Bjorn Helgaas · 11 years ago
  84. 5895af7 PCI: Warn if unsafe MPS settings detected by Yijing Wang · 11 years ago
  85. 3315472 PCI: Fix MPS peer-to-peer DMA comment syntax by Jon Mason · 11 years ago
  86. 808e34e PCI: Disable decoding for BAR sizing only when it was actually enabled by Zoltan Kiss · 11 years ago
  87. d4aa68f PCI: Don't restrict MPS for slots below Root Ports by Yijing Wang · 11 years ago
  88. c299694 PCI: Simplify MPS test for Downstream Port by Bjorn Helgaas · 11 years ago
  89. a58674f PCI: Simplify pcie_bus_configure_settings() interface by Bjorn Helgaas · 11 years ago
  90. 2c25e34 PCI: Drop "PCI-E" prefix from Max Payload Size message by Bjorn Helgaas · 11 years ago
  91. 0cbdcfc PCI: Introduce new MSI chip infrastructure by Thierry Reding · 11 years ago
  92. 343e51a PCI: expose pcie_link_speed and pcix_bus_speed arrays by Jacob Keller · 11 years ago
  93. 928bea9 PCI: Delay enabling bridges until they're needed by Yinghai Lu · 11 years ago
  94. 56039e6 PCI: Convert class code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  95. df58f46 Merge branch 'pci/jiang-bus-lock-v3' into next by Bjorn Helgaas · 11 years ago
  96. 0501348 PCI: Return early on allocation failures to unindent mainline code by Bjorn Helgaas · 11 years ago
  97. 726246d Merge branch 'pci/misc' into next by Bjorn Helgaas · 11 years ago
  98. 70efde2 PCI: Rename pci_release_bus_bridge_dev() to pci_release_host_bridge_dev() by Jiang Liu · 11 years ago
  99. 343df77 PCI: Fix refcount issue in pci_create_root_bus() error recovery path by Jiang Liu · 11 years ago
  100. 8b1fce0 PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus) by Gu Zheng · 11 years ago