1. 42c3470 Merge branch 'pci/rafael-pm' into next by Bjorn Helgaas · 11 years ago
  2. 723ec4d Merge branch 'pci/cleanup' into next by Bjorn Helgaas · 11 years ago
  3. f39d5b7 PCI: Remove "extern" from function declarations by Bjorn Helgaas · 11 years ago
  4. 9fc9eea PCI: Warn about failures instead of "must_check" functions by Bjorn Helgaas · 11 years ago
  5. d67aed6 PCI: Remove __must_check from definitions by Bjorn Helgaas · 11 years ago
  6. cb65a66 s390/pci: do not modify function handles by Sebastian Ott · 11 years ago
  7. a2ab833 s390/pci: debug device states by Sebastian Ott · 11 years ago
  8. a3b6bbd Merge branch 'pci/jiang-subdrivers' into next by Bjorn Helgaas · 11 years ago
  9. 3d54a31 PCI: acpiphp: Protect acpiphp data structures from concurrent updates by Jiang Liu · 11 years ago
  10. ad41dd9 PCI: acpiphp: Use normal list to simplify implementation by Yijing Wang · 11 years ago
  11. 30e22b2 Merge branch 'pci/misc' into next by Bjorn Helgaas · 11 years ago
  12. 65195c7 PCI: Clean up quirk_io_region by Yinghai Lu · 11 years ago
  13. 64b0017 PCI: Use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT by Libin · 11 years ago
  14. 545d7b7 PCI: Use PCI_EXP_SLTCAP_PSN mask when extracting slot number by Bjorn Helgaas · 11 years ago
  15. 0579572 PCI: Remove unnecessary dependencies between PME and ACPI by Bjorn Helgaas · 11 years ago
  16. ffaddbe PCI/PM: Make pci_pme_active() ignore devices without PME support by Rafael J. Wysocki · 11 years ago
  17. 769ba72 PCI/PM: Fix fallback to PCI_D0 in pci_platform_power_transition() by Rafael J. Wysocki · 11 years ago
  18. b638d7e PCI: Remove unused variables by Bjorn Helgaas · 11 years ago
  19. c3139ba PCI: Move cpci_hotplug_init() proto to header file by Bjorn Helgaas · 11 years ago
  20. 3b63aaa PCI: acpiphp: Do not use ACPI PCI subdriver mechanism by Jiang Liu · 11 years ago
  21. 6037a80 PCI: acpiphp: Convert acpiphp to be builtin only, not modular by Jiang Liu · 11 years ago
  22. 5c0b04e PCI/ACPI: Handle PCI slot devices when creating/destroying PCI buses by Jiang Liu · 11 years ago
  23. 5090d4a PCI/ACPI: Prepare stub functions to handle ACPI PCI (hotplug) slots by Jiang Liu · 11 years ago
  24. 10a9574 PCI: Add pcibios hooks for adding and removing PCI buses by Jiang Liu · 11 years ago
  25. ce15d87 PCI: acpiphp: Replace local macros with standard ACPI macros by Jiang Liu · 11 years ago
  26. 3a0e40b PCI: acpiphp: Remove all functions even if function 0 doesn't exist by Jiang Liu · 11 years ago
  27. d65eba6 PCI: acpiphp: Use list_for_each_entry_safe() in acpiphp_sanitize_bus() by Yijing Wang · 11 years ago
  28. 981cf9e PCI: Clean up usages of pci_bus->is_added by Jiang Liu · 11 years ago
  29. 1e89d268 PCI: When removing bus, always remove legacy files & unregister by Jiang Liu · 11 years ago
  30. 9738abe PCI: Make local functions/structs static by Bjorn Helgaas · 11 years ago
  31. 139f9251 PCI: Fix missing prototype for pcie_port_acpi_setup() by Andy Shevchenko · 11 years ago
  32. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  33. 7058881 PCI: Add MSI INTX_DISABLE quirks for AR8161/AR8162/AR8171/AR8172/E210X by Xiong Huang · 11 years ago
  34. e82b14b PCI: aer_inject: Fix return values when device not found by Prarit Bhargava · 11 years ago
  35. de7d5f7 PCI/PM: Disable runtime PM of PCIe ports by Rafael J. Wysocki · 11 years ago
  36. 24ad0ef PCI/ACPI: Always resume devices on ACPI wakeup notifications by Rafael J. Wysocki · 11 years ago
  37. 6e0eda3 PCI: Don't try to disable Bus Master on disconnected PCI devices by Konstantin Khlebnikov · 11 years ago
  38. fffe01f PCI: Add PCI ROM helper for platform-provided ROM images by Matthew Garrett · 11 years ago
  39. fff0ee3 PCI/AER: Remove local PCI_BUS() define and use PCI_BUS_NUM() from PCI by Shuah Khan · 11 years ago
  40. 547b524 PCI: Use ROM images from firmware only if no other ROM source available by Matthew Garrett · 11 years ago
  41. 5354009 ACPI / glue: Add .match() callback to struct acpi_bus_type by Rafael J. Wysocki · 11 years ago
  42. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  43. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  44. 556f12f Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  45. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  46. 81ec44a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  47. 8793422 Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  48. 5800700 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  49. 8f55cea Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  50. 018ba0a Merge branch 'pci/yinghai-root-bus-hotplug' into next by Bjorn Helgaas · 11 years ago
  51. 181380b PCI/ACPI: Don't cache _PRT, and don't associate them with bus numbers by Yinghai Lu · 11 years ago
  52. fd5e20b Merge branch 'pci/misc' into next by Bjorn Helgaas · 11 years ago
  53. db1b2d3 Merge tag '3.8-pci-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  54. 969daa3 PCI: Fix PCI Express Capability accessors for PCI_EXP_FLAGS by Alex Williamson · 11 years ago
  55. 5392335 s390/pci: fix hotplug module init by Sebastian Ott · 11 years ago
  56. 1e5635d s390/pci: rename pci_probe to s390_pci_probe by Heiko Carstens · 11 years ago
  57. 249bfb8 PCI/PM: Clean up PME state when removing a device by Rafael J. Wysocki · 11 years ago
  58. 3757b94 ACPI / hotplug: Fix concurrency issues and memory leaks by Rafael J. Wysocki · 11 years ago
  59. 20f2420 Merge branch 'pci/konstantin-runtime-pm' into next by Bjorn Helgaas · 11 years ago
  60. 82fee4d PCI/PM: Clear state_saved during suspend by Rafael J. Wysocki · 11 years ago
  61. cc7ba39 PCI: Use atomic_inc_return() rather than atomic_add_return() by Bjorn Helgaas · 11 years ago
  62. fd6dcea PCI: Catch attempts to disable already-disabled devices by Konstantin Khlebnikov · 11 years ago
  63. 7897e60 PCI: Disable Bus Master unconditionally in pci_device_shutdown() by Konstantin Khlebnikov · 11 years ago
  64. f2dfcde Merge branch 'pci/misc' into next by Bjorn Helgaas · 11 years ago
  65. ecb87e6 Merge branch 'pci/joe-aspm' into next by Bjorn Helgaas · 11 years ago
  66. 8e5de3d Merge branch 'pci/yinghai-root-bus-hotplug' into next by Bjorn Helgaas · 11 years ago
  67. be6d286 PCI: acpiphp: Remove dead code for PCI host bridge hotplug by Jiang Liu · 11 years ago
  68. 2ca344e PCI: acpiphp: Create companion ACPI devices before creating PCI devices by Jiang Liu · 11 years ago
  69. 40064ac PCI: Remove unused "rc" in virtfn_add_bus() by Yijing Wang · 11 years ago
  70. 775c739 PCI: pciehp: Drop suspend/resume ENTRY messages by Paul Bolle · 11 years ago
  71. a26d5ec PCI/ASPM: Don't touch ASPM if forcibly disabled by Joe Lawrence · 11 years ago
  72. 84fb913 PCI/ASPM: Deallocate upstream link state even if device is not PCIe by Myron Stowe · 11 years ago
  73. 1c531d8 PCI: Use PCI Express Capability accessor by Myron Stowe · 11 years ago
  74. 64e94e7 Merge branch 'acpi-scan' into acpi-cleanup by Rafael J. Wysocki · 11 years ago
  75. 8a78cf7 Merge branch 'acpi-pm' into acpi-cleanup by Rafael J. Wysocki · 11 years ago
  76. 939de1d Merge branch 'pci/yinghai-root-bus-hotplug' into next by Bjorn Helgaas · 11 years ago
  77. fb45579 Merge branch 'pci/acpi-scan2' into next by Bjorn Helgaas · 11 years ago
  78. 14b5cb3 Merge branch 'pci/yijing-ari' into next by Bjorn Helgaas · 11 years ago
  79. cc38e51 Merge branch 'acpi-scan' into acpi-cleanup by Rafael J. Wysocki · 11 years ago
  80. bfee26d ACPI / scan: Make it clear that acpi_bus_trim() cannot fail by Rafael J. Wysocki · 11 years ago
  81. 4f53509 PCI: Put pci_dev in device tree as early as possible by Yinghai Lu · 11 years ago
  82. 58d9a38 PCI: Skip attaching driver in device_add() by Yinghai Lu · 11 years ago
  83. d59f53b PCI: acpiphp: Keep driver loaded even if no slots found by Yinghai Lu · 11 years ago
  84. 668192b PCI: acpiphp: Move host bridge hotplug to pci_root.c by Yinghai Lu · 11 years ago
  85. 92d8aff PCI/ACPI: acpiphp: Rename alloc_acpiphp_hp_work() to alloc_acpi_hp_work() by Yinghai Lu · 11 years ago
  86. e723f0b PCI: Make device create/destroy logic symmetric by Jiang Liu · 11 years ago
  87. d5af7d9 PCI: Fix reference count leak in pci_dev_present() by Jiang Liu · 11 years ago
  88. 7629d19 PCI: Set pci_dev dev_node early so IOAPIC irq_descs are allocated locally by Yinghai Lu · 11 years ago
  89. a3cb999 PCI: Add root bus children dev's res to fail list by Yinghai Lu · 11 years ago
  90. 1f96a96 PCI: acpiphp: Add is_hotplug_bridge detection by Yinghai Lu · 11 years ago
  91. 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 · 11 years ago
  92. fcbed0b PCI: shpchp: Iterate over all devices in slot, not functions 0-7 by Yijing Wang · 11 years ago
  93. ab6380e PCI: sgihp: Iterate over all devices in slot, not functions 0-7 by Yijing Wang · 11 years ago
  94. 05b1250 PCI: cpcihp: Iterate over all devices in slot, not functions 0-7 by Yijing Wang · 11 years ago
  95. ba518e3 PCI: pciehp: Iterate over all devices in slot, not functions 0-7 by Yijing Wang · 11 years ago
  96. b1bd58e PCI: Consolidate "next-function" functions by Yijing Wang · 11 years ago
  97. 31ab247 PCI: Rename pci_enable_ari() to pci_configure_ari() by Yijing Wang · 11 years ago
  98. 10c463a PCI: Kill pci_is_reassigndev() by Yinghai Lu · 12 years ago
  99. b0cc602 PCI: Enable ARI if dev and upstream bridge support it; disable otherwise by Yijing Wang · 11 years ago
  100. 08261d8 PCI/MSI: Enable multiple MSIs with pci_enable_msi_block_auto() by Alexander Gordeev · 12 years ago