1. 20f2420 Merge branch 'pci/konstantin-runtime-pm' into next by Bjorn Helgaas · 11 years ago
  2. 82fee4d PCI/PM: Clear state_saved during suspend by Rafael J. Wysocki · 12 years ago
  3. cc7ba39 PCI: Use atomic_inc_return() rather than atomic_add_return() by Bjorn Helgaas · 11 years ago
  4. fd6dcea PCI: Catch attempts to disable already-disabled devices by Konstantin Khlebnikov · 12 years ago
  5. 7897e60 PCI: Disable Bus Master unconditionally in pci_device_shutdown() by Konstantin Khlebnikov · 12 years ago
  6. f2dfcde Merge branch 'pci/misc' into next by Bjorn Helgaas · 12 years ago
  7. ecb87e6 Merge branch 'pci/joe-aspm' into next by Bjorn Helgaas · 12 years ago
  8. 8e5de3d Merge branch 'pci/yinghai-root-bus-hotplug' into next by Bjorn Helgaas · 12 years ago
  9. be6d286 PCI: acpiphp: Remove dead code for PCI host bridge hotplug by Jiang Liu · 12 years ago
  10. 2ca344e PCI: acpiphp: Create companion ACPI devices before creating PCI devices by Jiang Liu · 12 years ago
  11. 40064ac PCI: Remove unused "rc" in virtfn_add_bus() by Yijing Wang · 12 years ago
  12. 775c739 PCI: pciehp: Drop suspend/resume ENTRY messages by Paul Bolle · 12 years ago
  13. a26d5ec PCI/ASPM: Don't touch ASPM if forcibly disabled by Joe Lawrence · 12 years ago
  14. 84fb913 PCI/ASPM: Deallocate upstream link state even if device is not PCIe by Myron Stowe · 12 years ago
  15. 1c531d8 PCI: Use PCI Express Capability accessor by Myron Stowe · 12 years ago
  16. 939de1d Merge branch 'pci/yinghai-root-bus-hotplug' into next by Bjorn Helgaas · 12 years ago
  17. fb45579 Merge branch 'pci/acpi-scan2' into next by Bjorn Helgaas · 12 years ago
  18. 14b5cb3 Merge branch 'pci/yijing-ari' into next by Bjorn Helgaas · 12 years ago
  19. 4f53509 PCI: Put pci_dev in device tree as early as possible by Yinghai Lu · 12 years ago
  20. 58d9a38 PCI: Skip attaching driver in device_add() by Yinghai Lu · 12 years ago
  21. d59f53b PCI: acpiphp: Keep driver loaded even if no slots found by Yinghai Lu · 12 years ago
  22. 668192b PCI: acpiphp: Move host bridge hotplug to pci_root.c by Yinghai Lu · 12 years ago
  23. 92d8aff PCI/ACPI: acpiphp: Rename alloc_acpiphp_hp_work() to alloc_acpi_hp_work() by Yinghai Lu · 12 years ago
  24. e723f0b PCI: Make device create/destroy logic symmetric by Jiang Liu · 12 years ago
  25. d5af7d9 PCI: Fix reference count leak in pci_dev_present() by Jiang Liu · 12 years ago
  26. 7629d19 PCI: Set pci_dev dev_node early so IOAPIC irq_descs are allocated locally by Yinghai Lu · 12 years ago
  27. a3cb999 PCI: Add root bus children dev's res to fail list by Yinghai Lu · 12 years ago
  28. 1f96a96 PCI: acpiphp: Add is_hotplug_bridge detection by Yinghai Lu · 12 years ago
  29. a276660 Merge branch 'acpi-scan' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm into pci/acpi-scan2 by Bjorn Helgaas · 12 years ago
  30. fcbed0b PCI: shpchp: Iterate over all devices in slot, not functions 0-7 by Yijing Wang · 12 years ago
  31. ab6380e PCI: sgihp: Iterate over all devices in slot, not functions 0-7 by Yijing Wang · 12 years ago
  32. 05b1250 PCI: cpcihp: Iterate over all devices in slot, not functions 0-7 by Yijing Wang · 12 years ago
  33. ba518e3 PCI: pciehp: Iterate over all devices in slot, not functions 0-7 by Yijing Wang · 12 years ago
  34. b1bd58e PCI: Consolidate "next-function" functions by Yijing Wang · 12 years ago
  35. 31ab247 PCI: Rename pci_enable_ari() to pci_configure_ari() by Yijing Wang · 12 years ago
  36. 10c463a PCI: Kill pci_is_reassigndev() by Yinghai Lu · 12 years ago
  37. b0cc602 PCI: Enable ARI if dev and upstream bridge support it; disable otherwise by Yijing Wang · 12 years ago
  38. b8bd759 ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() instead by Rafael J. Wysocki · 12 years ago
  39. 708b59b Merge branch 'pci/rafael-set-root-bridge-handle' into next by Bjorn Helgaas · 12 years ago
  40. ae28179 ACPI / scan: Drop the second argument of acpi_bus_trim() by Rafael J. Wysocki · 12 years ago
  41. 6c0cc95 ACPI / PCI: Set root bridge ACPI handle in advance by Rafael J. Wysocki · 12 years ago
  42. b704046 Merge branch 'pci/yinghai-survey-resources+acpi-scan' into next by Bjorn Helgaas · 12 years ago
  43. 295a7f6 Merge branch 'acpi-scan' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm into pci/yinghai-survey-resources+acpi-scan by Bjorn Helgaas · 12 years ago
  44. e84813c Merge branch 'pci/yinghai-survey-resources' into next by Bjorn Helgaas · 12 years ago
  45. 3c449ed PCI/ACPI: Reserve firmware-allocated resources for hot-added root buses by Yinghai Lu · 12 years ago
  46. 3ecd9d0 PCI: cpqphp: Cleanup and remove unreachable paths by Sasha Levin · 12 years ago
  47. b4b4fbb PCI: Drop "__" prefix on __pci_enable_device_flags() by Bjorn Helgaas · 12 years ago
  48. f7ffe19 PCI: Use "unsigned long" for __pci_enable_device_flags to match ioport.h by Bjorn Helgaas · 12 years ago
  49. 38a9a67 ACPI / PCI: Move the _PRT setup and cleanup code to pci-acpi.c by Rafael J. Wysocki · 12 years ago
  50. d2e5f0c ACPI / PCI: Rework the setup and cleanup of device wakeup by Rafael J. Wysocki · 12 years ago
  51. 0cd6ac5 ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argument by Rafael J. Wysocki · 12 years ago
  52. 636458d ACPI: Remove the arguments of acpi_bus_add() that are not used by Rafael J. Wysocki · 12 years ago
  53. 02f57c6 ACPI: Remove acpi_start_single_object() and acpi_bus_start() by Rafael J. Wysocki · 12 years ago
  54. 812089e PCI: Reduce Ricoh 0xe822 SD card reader base clock frequency to 50MHz by Andy Lutomirski · 12 years ago
  55. c733b77 PCI/PM: Do not suspend port if any subordinate device needs PME polling by Huang Ying · 12 years ago
  56. faa48a5 PCI: Remove spurious error for sriov_numvfs store and simplify flow by Bjorn Helgaas · 12 years ago
  57. c7708fa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
  58. 193c0d6 Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  59. cff2f74 Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  60. 1cb73f8 Merge branch 'pci/mjg-pci-roms-from-efi' into next by Bjorn Helgaas · 12 years ago
  61. dbd3fc3 PCI: Use phys_addr_t for physical ROM address by Bjorn Helgaas · 12 years ago
  62. 27e1c8e Merge branch 'pci/bjorn-pcie-cap' into next by Bjorn Helgaas · 12 years ago
  63. 7508320 PCI: Add standard PCIe Capability Link ASPM field names by Bjorn Helgaas · 12 years ago
  64. 33e8b34 PCI/portdrv: Use PCI Express Capability accessors by Bjorn Helgaas · 12 years ago
  65. 231afea PCI: Use standard PCIe Capability Link register field names by Bjorn Helgaas · 12 years ago
  66. 72e1e86 Merge branch 'pci/mjg-pci-roms-from-efi' into next by Bjorn Helgaas · 12 years ago
  67. 84c1b80 PCI: Add support for non-BAR ROMs by Matthew Garrett · 12 years ago
  68. eca0d46 PCI: Add pcibios_add_device by Matthew Garrett · 12 years ago
  69. 7793eea PCI: Add and use standard PCI-X Capability register names by Bjorn Helgaas · 12 years ago
  70. edb1daa Merge branch 'pci/huang-d3cold-fixes' into next by Bjorn Helgaas · 12 years ago
  71. 967577b PCI/PM: Keep runtime PM enabled for unbound PCI devices by Huang Ying · 12 years ago
  72. be5cd53 Merge branch 'pci/misc' into next by Bjorn Helgaas · 12 years ago
  73. d5af64d xen-pcifront: Handle backend CLOSED without CLOSING by David Vrabel · 12 years ago
  74. 7441b06 s390/pci: PCI hotplug support via SCLP by Jan Glauber · 12 years ago
  75. 9a4da8a s390/pci: PCI adapter interrupts for MSI/MSI-X by Jan Glauber · 12 years ago
  76. 15856ad PCI: Remove __dev* markings by Bill Pemberton · 12 years ago
  77. 7dc3030 PCI: Always build setup-bus when PCI is enabled by Bill Pemberton · 12 years ago
  78. 8ccc9aa PCI: Move pci_uevent into pci-driver.c by Bill Pemberton · 12 years ago
  79. b40b97a PCI: Remove CONFIG_HOTPLUG ifdefs by Bill Pemberton · 12 years ago
  80. 3c282db Merge branch 'pci/misc' into next by Bjorn Helgaas · 12 years ago
  81. 918b4053 PCI/AER: Report success only when every device has AER-aware driver by Vijay Mohan Pandarathil · 12 years ago
  82. d3fe398 Merge branch 'for-linus' into next by Bjorn Helgaas · 12 years ago
  83. ec2cd81 ACPI / PM: Move routines for adding/removing device wakeup notifiers by Rafael J. Wysocki · 12 years ago
  84. dea553e Merge branch 'pm-qos' into acpi-dev-pm by Rafael J. Wysocki · 12 years ago
  85. 7db78a9 Merge branch 'pci/misc' into next by Bjorn Helgaas · 12 years ago
  86. f9c15b4 Merge branch 'pci/don-sriov' into next by Bjorn Helgaas · 12 years ago
  87. eba48cd PCI: Add GPL license for drivers/pci/ioapic module by Andrew Cooks · 12 years ago
  88. 1452cd7 PCI: Remove useless "!dev" tests by Bjorn Helgaas · 12 years ago
  89. 6b13672 PCI: Use spec names for SR-IOV capability fields by Bjorn Helgaas · 12 years ago
  90. bff7315 PCI: Provide method to reduce the number of total VFs supported by Donald Dutile · 12 years ago
  91. 1789382 PCI: SRIOV control and status via sysfs by Donald Dutile · 12 years ago
  92. 625e1d5 PCI: Use is_visible() with boot_vga attribute for pci_dev by Yinghai Lu · 12 years ago
  93. 4e15c46 PCI: Add pci_device_type to pdev's device struct by Yinghai Lu · 12 years ago
  94. 0550827 Merge branch 'pci/taku-prt-cleanup' into next by Bjorn Helgaas · 12 years ago
  95. fa20f6f Merge branch 'pci/yinghai-for-pci-root-bus-hotplug' into next by Bjorn Helgaas · 12 years ago
  96. 6e965e0 PCI/PM: Add comments for PME poll support for PCIe by Huang Ying · 12 years ago
  97. 2794bb2 PCI: Add PLX PCI 9050 workaround for some Meilhaus DAQ cards by Ian Abbott · 12 years ago
  98. 21c5fd9 PCI: Add workaround for PLX PCI 9050 BAR alignment erratum by Ian Abbott · 12 years ago
  99. 438be3c PCI: Convert dev_printk(KERN_<LEVEL> to dev_<level>( by Joe Perches · 12 years ago
  100. 42eca23 PCI: Don't touch card regs after runtime suspend D3 by Dave Airlie · 12 years ago