1. 3f327e3 PCI: acpiphp: Re-enumerate devices when host bridge receives Bus Check by Yinghai Lu · 12 years ago
  2. 96a3e8a Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  3. 723ec4d Merge branch 'pci/cleanup' into next by Bjorn Helgaas · 12 years ago
  4. f39d5b7 PCI: Remove "extern" from function declarations by Bjorn Helgaas · 12 years ago
  5. d67aed6 PCI: Remove __must_check from definitions by Bjorn Helgaas · 12 years ago
  6. cb65a66 s390/pci: do not modify function handles by Sebastian Ott · 12 years ago
  7. a2ab833 s390/pci: debug device states by Sebastian Ott · 12 years ago
  8. a3b6bbd Merge branch 'pci/jiang-subdrivers' into next by Bjorn Helgaas · 12 years ago
  9. 3d54a31 PCI: acpiphp: Protect acpiphp data structures from concurrent updates by Jiang Liu · 12 years ago
  10. ad41dd9 PCI: acpiphp: Use normal list to simplify implementation by Yijing Wang · 12 years ago
  11. 545d7b7 PCI: Use PCI_EXP_SLTCAP_PSN mask when extracting slot number by Bjorn Helgaas · 12 years ago
  12. b638d7e PCI: Remove unused variables by Bjorn Helgaas · 12 years ago
  13. c3139ba PCI: Move cpci_hotplug_init() proto to header file by Bjorn Helgaas · 12 years ago
  14. 3b63aaa PCI: acpiphp: Do not use ACPI PCI subdriver mechanism by Jiang Liu · 12 years ago
  15. 6037a80 PCI: acpiphp: Convert acpiphp to be builtin only, not modular by Jiang Liu · 12 years ago
  16. ce15d87 PCI: acpiphp: Replace local macros with standard ACPI macros by Jiang Liu · 12 years ago
  17. 3a0e40b PCI: acpiphp: Remove all functions even if function 0 doesn't exist by Jiang Liu · 12 years ago
  18. d65eba6 PCI: acpiphp: Use list_for_each_entry_safe() in acpiphp_sanitize_bus() by Yijing Wang · 12 years ago
  19. 556f12f Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  20. 81ec44a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
  21. 5392335 s390/pci: fix hotplug module init by Sebastian Ott · 12 years ago
  22. 1e5635d s390/pci: rename pci_probe to s390_pci_probe by Heiko Carstens · 12 years ago
  23. 3757b94 ACPI / hotplug: Fix concurrency issues and memory leaks by Rafael J. Wysocki · 12 years ago
  24. f2dfcde Merge branch 'pci/misc' into next by Bjorn Helgaas · 12 years ago
  25. 8e5de3d Merge branch 'pci/yinghai-root-bus-hotplug' into next by Bjorn Helgaas · 12 years ago
  26. be6d286 PCI: acpiphp: Remove dead code for PCI host bridge hotplug by Jiang Liu · 12 years ago
  27. 2ca344e PCI: acpiphp: Create companion ACPI devices before creating PCI devices by Jiang Liu · 12 years ago
  28. 775c739 PCI: pciehp: Drop suspend/resume ENTRY messages by Paul Bolle · 12 years ago
  29. 64e94e7 Merge branch 'acpi-scan' into acpi-cleanup by Rafael J. Wysocki · 12 years ago
  30. 939de1d Merge branch 'pci/yinghai-root-bus-hotplug' into next by Bjorn Helgaas · 12 years ago
  31. fb45579 Merge branch 'pci/acpi-scan2' into next by Bjorn Helgaas · 12 years ago
  32. 14b5cb3 Merge branch 'pci/yijing-ari' into next by Bjorn Helgaas · 12 years ago
  33. cc38e51 Merge branch 'acpi-scan' into acpi-cleanup by Rafael J. Wysocki · 12 years ago
  34. bfee26d ACPI / scan: Make it clear that acpi_bus_trim() cannot fail by Rafael J. Wysocki · 12 years ago
  35. d59f53b PCI: acpiphp: Keep driver loaded even if no slots found by Yinghai Lu · 12 years ago
  36. 668192b PCI: acpiphp: Move host bridge hotplug to pci_root.c by Yinghai Lu · 12 years ago
  37. 92d8aff PCI/ACPI: acpiphp: Rename alloc_acpiphp_hp_work() to alloc_acpi_hp_work() by Yinghai Lu · 12 years ago
  38. 1f96a96 PCI: acpiphp: Add is_hotplug_bridge detection by Yinghai Lu · 12 years ago
  39. fcbed0b PCI: shpchp: Iterate over all devices in slot, not functions 0-7 by Yijing Wang · 12 years ago
  40. ab6380e PCI: sgihp: Iterate over all devices in slot, not functions 0-7 by Yijing Wang · 12 years ago
  41. 05b1250 PCI: cpcihp: Iterate over all devices in slot, not functions 0-7 by Yijing Wang · 12 years ago
  42. ba518e3 PCI: pciehp: Iterate over all devices in slot, not functions 0-7 by Yijing Wang · 12 years ago
  43. b8bd759 ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() instead by Rafael J. Wysocki · 12 years ago
  44. ae28179 ACPI / scan: Drop the second argument of acpi_bus_trim() by Rafael J. Wysocki · 12 years ago
  45. f652e7d PCI: shpchp: Use per-slot workqueues to avoid deadlock by Bjorn Helgaas · 12 years ago
  46. d347e75 PCI: shpchp: Handle push button event asynchronously by Bjorn Helgaas · 12 years ago
  47. 10959d7 PCI: shpchp: Make shpchp_wq non-ordered by Bjorn Helgaas · 12 years ago
  48. c2be6f9 PCI: pciehp: Use per-slot workqueues to avoid deadlock by Yijing Wang · 12 years ago
  49. b704046 Merge branch 'pci/yinghai-survey-resources+acpi-scan' into next by Bjorn Helgaas · 12 years ago
  50. 3ecd9d0 PCI: cpqphp: Cleanup and remove unreachable paths by Sasha Levin · 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. c7708fa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
  55. 7441b06 s390/pci: PCI hotplug support via SCLP by Jan Glauber · 12 years ago
  56. 15856ad PCI: Remove __dev* markings by Bill Pemberton · 12 years ago
  57. 5f3d2f2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  58. d3ce52f Merge branch 'pci/jiang-acpiphp' into next by Bjorn Helgaas · 12 years ago
  59. 18d63c3 Merge branch 'pci/taku-acpi-pci-host-bridge-v3' into next by Bjorn Helgaas · 12 years ago
  60. 5ba113f PCI: acpiphp: Handle PCIe ports without native hotplug capability by Jiang Liu · 12 years ago
  61. 55bfe3c PCI/ACPI: Pass acpi_pci_root to acpi_pci_drivers' add/remove interface by Taku Izumi · 12 years ago
  62. 20ee6a9 powerpc/eeh: Remove EEH PE for normal PCI hotplug by Gavin Shan · 12 years ago
  63. b895e66 Merge branch 'pci/jiang-get-domain-bus-slot' into next by Bjorn Helgaas · 12 years ago
  64. 6dabee7 Merge branch 'pci/trivial' into next by Bjorn Helgaas · 12 years ago
  65. a9d18b3 PCI/cpcihp: Use hotplug-safe pci_get_domain_bus_and_slot() by Jiang Liu · 12 years ago
  66. b161dab PCI: cpqphp: Remove unreachable path by Alan Cox · 12 years ago
  67. 5aaa71c Merge branch 'pci/oliver-pciehp-resume' into next by Bjorn Helgaas · 12 years ago
  68. 87683e2 PCI: pciehp: Always implement resume, regardless of pciehp_force param by Oliver Neukum · 12 years ago
  69. be017b2 Merge branch 'pci/bjorn-remove-fakephp' into next by Bjorn Helgaas · 12 years ago
  70. c2b5acc PCI: Remove the fakephp driver by Bjorn Helgaas · 12 years ago
  71. 7bf79d8 Merge branch 'pci/bjorn-cleanup-remove' into next by Bjorn Helgaas · 12 years ago
  72. 537a77e PCI/pciehp: Use PCI Express Capability accessors by Jiang Liu · 12 years ago
  73. 028fbad PCI/hotplug: Use PCI Express Capability accessors by Jiang Liu · 12 years ago
  74. 7990681a PCI: Remove unused, commented-out, code by Bjorn Helgaas · 12 years ago
  75. 34e5484 PCI: acpiphp: Use common pci_stop_and_remove_bus_device() by Bjorn Helgaas · 12 years ago
  76. 57fd9a4 PCI: acpiphp: Stop disabling bridges on remove by Bjorn Helgaas · 12 years ago
  77. 6dd53aa Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  78. 367fa98 pci: hotplug: Fix typo in pci by Masanari Iida · 12 years ago
  79. 63b96f7 Merge branch 'pci/yinghai-pciehp-unused' into next by Bjorn Helgaas · 12 years ago
  80. d47557e Merge branch 'pci/julia-return-values' into next by Bjorn Helgaas · 12 years ago
  81. 83d0571 PCI: hotplug: ensure a consistent return value in error case by Julia Lawall · 12 years ago
  82. e73cfec PCI: pciehp: remove unused pciehp_get_max_lnk_width(), pciehp_get_cur_lnk_width() by Yinghai Lu · 12 years ago
  83. 7569c43 Merge branch 'pci/yinghai-hotplug-cleanup' into next by Bjorn Helgaas · 12 years ago
  84. 2ac45f2 PCI: acpiphp: merge acpiphp_debug and debug by Yinghai Lu · 12 years ago
  85. e735a80 PCI: acpiphp: remove unused res_lock by Yinghai Lu · 12 years ago
  86. 0f6662a Merge branch 'topic/bjorn-trivial' into next by Bjorn Helgaas · 12 years ago
  87. dfb117b PCI: acpiphp: check whether _ADR evaluation succeeded by Bjorn Helgaas · 12 years ago
  88. 67454b6 PCI: shpchp: remove dead code by Bjorn Helgaas · 12 years ago
  89. ce29ca3 PCI: acpiphp: remove all functions in slot, even without ACPI _EJx by Amos Kong · 13 years ago
  90. 638f293 PCI: acpiphp: fix function 0 leak when disabling a slot by Amos Kong · 13 years ago
  91. 69ba29b PCI: sgihp: use generic pci_hp_add_bridge() by Yinghai Lu · 13 years ago
  92. 2d7abf3 PCI: ibmhp: use generic pci_hp_add_bridge() by Yinghai Lu · 13 years ago
  93. 04de975 PCI: cpqhp: use generic pci_hp_add_bridge() by Yinghai Lu · 13 years ago
  94. 7d01f70 PCI: shpchp: use generic pci_hp_add_bridge() by Yinghai Lu · 13 years ago
  95. 073ae10 PCI: cpci_hotplug: use generic pci_hp_add_bridge() by Yinghai Lu · 13 years ago
  96. c6da81a PCI: pciehp: use generic pci_hp_add_bridge() by Yinghai Lu · 13 years ago
  97. 85019fa PCI: sgihp: register busn_res by Yinghai Lu · 13 years ago
  98. d0a350f PCI: ibmhp: register busn_res by Yinghai Lu · 13 years ago
  99. 4508787 PCI: cpqhp: register busn_res by Yinghai Lu · 13 years ago
  100. 6cda0fc PCI: shpchp: register busn_res by Yinghai Lu · 13 years ago