1. 7db78a9 Merge branch 'pci/misc' into next by Bjorn Helgaas · 12 years ago
  2. f9c15b4 Merge branch 'pci/don-sriov' into next by Bjorn Helgaas · 12 years ago
  3. eba48cd PCI: Add GPL license for drivers/pci/ioapic module by Andrew Cooks · 12 years ago
  4. 1452cd7 PCI: Remove useless "!dev" tests by Bjorn Helgaas · 12 years ago
  5. 6b13672 PCI: Use spec names for SR-IOV capability fields by Bjorn Helgaas · 12 years ago
  6. bff7315 PCI: Provide method to reduce the number of total VFs supported by Donald Dutile · 12 years ago
  7. 1789382 PCI: SRIOV control and status via sysfs by Donald Dutile · 12 years ago
  8. 625e1d5 PCI: Use is_visible() with boot_vga attribute for pci_dev by Yinghai Lu · 12 years ago
  9. 4e15c46 PCI: Add pci_device_type to pdev's device struct by Yinghai Lu · 12 years ago
  10. 0550827 Merge branch 'pci/taku-prt-cleanup' into next by Bjorn Helgaas · 12 years ago
  11. fa20f6f Merge branch 'pci/yinghai-for-pci-root-bus-hotplug' into next by Bjorn Helgaas · 12 years ago
  12. 6e965e0 PCI/PM: Add comments for PME poll support for PCIe by Huang Ying · 12 years ago
  13. 2794bb2 PCI: Add PLX PCI 9050 workaround for some Meilhaus DAQ cards by Ian Abbott · 12 years ago
  14. 21c5fd9 PCI: Add workaround for PLX PCI 9050 BAR alignment erratum by Ian Abbott · 12 years ago
  15. 438be3c PCI: Convert dev_printk(KERN_<LEVEL> to dev_<level>( by Joe Perches · 12 years ago
  16. 42eca23 PCI: Don't touch card regs after runtime suspend D3 by Dave Airlie · 12 years ago
  17. 642c92d PCI: Don't pass pci_dev to pci_ext_cfg_avail() by Taku Izumi · 12 years ago
  18. cdfcc57 PCI: Add pci_stop_and_remove_root_bus() by Yinghai Lu · 12 years ago
  19. e164f65 PCI: Move out pci_enable_bridges out of assign_unsigned_bus_res by Yinghai Lu · 12 years ago
  20. a5213a3 PCI: Move pci_rescan_bus() back to probe.c by Yinghai Lu · 12 years ago
  21. 1778794 PCI: Separate out pci_assign_unassigned_bus_resources() by Yinghai Lu · 12 years ago
  22. 5f3d2f2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  23. 56d92aa Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  24. 16642a2 Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  25. fdb2f9c Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  26. 99dbb16 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  27. 78c8f84 Merge branch 'pci/yinghai-misc' into next by Bjorn Helgaas · 12 years ago
  28. d3ce52f Merge branch 'pci/jiang-acpiphp' into next by Bjorn Helgaas · 12 years ago
  29. 18d63c3 Merge branch 'pci/taku-acpi-pci-host-bridge-v3' into next by Bjorn Helgaas · 12 years ago
  30. 5ba113f PCI: acpiphp: Handle PCIe ports without native hotplug capability by Jiang Liu · 12 years ago
  31. 55bfe3c PCI/ACPI: Pass acpi_pci_root to acpi_pci_drivers' add/remove interface by Taku Izumi · 12 years ago
  32. 057d51a Merge branch 'pm-sleep' by Rafael J. Wysocki · 12 years ago
  33. a5f9515 Merge branch 'stable/late-swiotlb.v3.3' into stable/for-linus-3.7 by Konrad Rzeszutek Wilk · 12 years ago
  34. 3891b6a PCI: Stop all children first, before removing all children by Yinghai Lu · 12 years ago
  35. 94bb346 Revert "PCI: Use hotplug-safe pci_get_domain_bus_and_slot()" by Bjorn Helgaas · 12 years ago
  36. 88d2613 PM: Prevent runtime suspend during system resume by Alan Stern · 12 years ago
  37. 9b9a6d2 Merge branch 'pci/thierry-fixup-irqs' into next by Bjorn Helgaas · 12 years ago
  38. 8885b7b PCI: Provide a default pcibios_update_irq() by Thierry Reding · 12 years ago
  39. 3ddbebf PCI: Discard __init annotations for pci_fixup_irqs() and related functions by Thierry Reding · 12 years ago
  40. 817a268 PCI: Use correct type when freeing bus resource list by Yinghai Lu · 12 years ago
  41. 1965f66 PCI: Check P2P bridge for invalid secondary/subordinate range by Yinghai Lu · 12 years ago
  42. 8704936 Merge branch 'pci/konstantin-sysfs' into next by Bjorn Helgaas · 12 years ago
  43. 20ee6a9 powerpc/eeh: Remove EEH PE for normal PCI hotplug by Gavin Shan · 12 years ago
  44. b895e66 Merge branch 'pci/jiang-get-domain-bus-slot' into next by Bjorn Helgaas · 12 years ago
  45. bfb09a8 PCI: Convert "new_id"/"remove_id" into generic pci_bus driver attributes by Konstantin Khlebnikov · 13 years ago
  46. 3d92532 xen/pcifront: Use Xen-SWIOTLB when initting if required. by Konrad Rzeszutek Wilk · 13 years ago
  47. 9a5d5bd Merge commit 'v3.6-rc5' into pci/gavin-window-alignment by Bjorn Helgaas · 12 years ago
  48. 6dabee7 Merge branch 'pci/trivial' into next by Bjorn Helgaas · 12 years ago
  49. 78890b5 Merge commit 'v3.6-rc5' into next by Bjorn Helgaas · 12 years ago
  50. 2ccc246 xen-pcifront: Use hotplug-safe pci_get_domain_bus_and_slot() by Jiang Liu · 12 years ago
  51. 433efd2 PCI: Use hotplug-safe pci_get_domain_bus_and_slot() by Jiang Liu · 12 years ago
  52. a9d18b3 PCI/cpcihp: Use hotplug-safe pci_get_domain_bus_and_slot() by Jiang Liu · 12 years ago
  53. 1959ec5 Merge branch 'pci/stephen-const' into next by Bjorn Helgaas · 12 years ago
  54. 25a765b Merge branch 'x86/platform' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into stable/for-linus-3.7 by Konrad Rzeszutek Wilk · 12 years ago
  55. a63ab61 Merge branch 'pci/gavin-window-alignment' into next by Bjorn Helgaas · 12 years ago
  56. c121504 PCI: Refactor pbus_size_mem() by Gavin Shan · 12 years ago
  57. 462d930 PCI: Align P2P windows using pcibios_window_alignment() by Gavin Shan · 12 years ago
  58. ac5ad93 PCI: Add weak pcibios_window_alignment() interface by Gavin Shan · 12 years ago
  59. 67de07a PCI: Drop bogus default from ARCH_SUPPORTS_MSI by Jan Beulich · 12 years ago
  60. b161dab PCI: cpqphp: Remove unreachable path by Alan Cox · 12 years ago
  61. a690a4c Merge branch 'pci/shengzhou-irq' into next by Bjorn Helgaas · 12 years ago
  62. 5aaa71c Merge branch 'pci/oliver-pciehp-resume' into next by Bjorn Helgaas · 12 years ago
  63. 2c1f56a Merge branch 'pci/feng-avoid-kmalloc' into next by Bjorn Helgaas · 12 years ago
  64. e9bf104 PCI: Remove the obsolete no_pci_devices() check by Feng Tang · 12 years ago
  65. 87683e2 PCI: pciehp: Always implement resume, regardless of pciehp_force param by Oliver Neukum · 12 years ago
  66. 4945302 PCI: Make pci_error_handlers const by Stephen Hemminger · 12 years ago
  67. e237d83 PCI: Use dev->irq instead of dev->pin to enable non MSI/INTx interrupt by Shengzhou Liu · 13 years ago
  68. be017b2 Merge branch 'pci/bjorn-remove-fakephp' into next by Bjorn Helgaas · 12 years ago
  69. d645692 pci: remove unused .gitignore file by Paul Bolle · 13 years ago
  70. f8ba65e PCI: Remove bus number resource debug messages by Bjorn Helgaas · 12 years ago
  71. be5ac3d PCI/AER: Print completion message at KERN_INFO to match starting message by Lance Ortiz · 12 years ago
  72. c2b5acc PCI: Remove the fakephp driver by Bjorn Helgaas · 12 years ago
  73. b9443f4 PCI: Use pci_device_id on stack for pci_get_subsys/class() to avoid kmalloc by Feng Tang · 12 years ago
  74. 7bf79d8 Merge branch 'pci/bjorn-cleanup-remove' into next by Bjorn Helgaas · 12 years ago
  75. a28afda Merge branch 'pci/bjorn-find-next-ext-cap' into next by Bjorn Helgaas · 12 years ago
  76. 0ff9514 PCI: Don't print anything while decoding is disabled by Bjorn Helgaas · 12 years ago
  77. f12eb72 PCI/ASPM: Use PCI Express Capability accessors by Jiang Liu · 13 years ago
  78. 43bd4ee PCI/AER: Use PCI Express Capability accessors by Jiang Liu · 13 years ago
  79. 263e54b PCI/PME: Use PCI Express Capability accessors by Jiang Liu · 13 years ago
  80. 537a77e PCI/pciehp: Use PCI Express Capability accessors by Jiang Liu · 13 years ago
  81. 2dcfaf8 PCI/portdrv: Use PCI Express Capability accessors by Jiang Liu · 13 years ago
  82. 028fbad PCI/hotplug: Use PCI Express Capability accessors by Jiang Liu · 13 years ago
  83. 76b57c6 PCI: Wait for pending transactions to complete before 82599 FLR by Bjorn Helgaas · 12 years ago
  84. 59875ae PCI/core: Use PCI Express Capability accessors by Jiang Liu · 13 years ago
  85. 8c0d3a0 PCI: Add accessors for PCI Express Capability by Jiang Liu · 13 years ago
  86. b2ef39b PCI: Remove unused field pcie_type from struct pci_dev by Yijing Wang · 13 years ago
  87. 62f87c0 PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_type by Yijing Wang · 13 years ago
  88. 44a9a36 PCI: Add pci_find_next_ext_capability() by Bjorn Helgaas · 13 years ago
  89. ceaf5b5 PCI: Fix drivers/pci/pci.c kernel-doc warnings by Randy Dunlap · 13 years ago
  90. a7479d7 PCI: Leave normal LIST_POISON in deleted list entries by Bjorn Helgaas · 13 years ago
  91. d563e2c PCI: Rename local variables to conventional names by Bjorn Helgaas · 13 years ago
  92. 7990681a PCI: Remove unused, commented-out, code by Bjorn Helgaas · 13 years ago
  93. 282e1d6 PCI: Stop and remove devices in one pass by Bjorn Helgaas · 13 years ago
  94. 2ed168e PCI: Fold stop and remove helpers into their callers by Bjorn Helgaas · 13 years ago
  95. 66455f5 PCI: Use list_for_each_entry() for bus->devices traversal by Bjorn Helgaas · 13 years ago
  96. 125e14b PCI: Remove pci_stop_and_remove_behind_bridge() by Bjorn Helgaas · 13 years ago
  97. 657c207 PCI: Don't export stop_bus_device and remove_bus_device interfaces by Bjorn Helgaas · 13 years ago
  98. 34e5484 PCI: acpiphp: Use common pci_stop_and_remove_bus_device() by Bjorn Helgaas · 13 years ago
  99. 3d8387e PCI/PM: Fix config reg access for D3cold and bridge suspending by Huang Ying · 13 years ago
  100. ea8c88f PCI/PM: Keep parent bridge active when probing device by Huang Ying · 13 years ago