1. 08e97ff Merge branch 'acpi-pci-hotplug' by Rafael J. Wysocki · 11 years ago
  2. a47d8c8 ACPI / hotplug / PCI: Avoid parent bus rescans on spurious device checks by Rafael J. Wysocki · 11 years ago
  3. e532e84 ACPI / hotplug / PCI: Use _OST to notify firmware about notify status by Rafael J. Wysocki · 11 years ago
  4. 2dc4128 ACPI / hotplug / PCI: Avoid doing too much for spurious notifies by Rafael J. Wysocki · 11 years ago
  5. 89ec2f2 ACPI / hotplug / PCI: Don't trim devices before scanning the namespace by Rafael J. Wysocki · 11 years ago
  6. a923874 Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  7. 40031da Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  8. 0ff70ec s390/pci: add recover sysfs knob by Sebastian Ott · 11 years ago
  9. 67f43f3 s390/pci/hotplug: convert to be builtin only by Sebastian Ott · 11 years ago
  10. 0c58141 Merge branch 'acpi-assorted' by Rafael J. Wysocki · 11 years ago
  11. abe5430 Merge branch 'acpi-pci-hotplug' by Rafael J. Wysocki · 11 years ago
  12. c92f56c Merge branch 'acpi-cleanup' by Rafael J. Wysocki · 11 years ago
  13. 07f2daa Merge branch 'pci/yijing-mps-v8' into next by Bjorn Helgaas · 11 years ago
  14. 1193725 Merge branch 'pci/yinghai-assign-unassigned-v6' into next by Bjorn Helgaas · 11 years ago
  15. a58674f PCI: Simplify pcie_bus_configure_settings() interface by Bjorn Helgaas · 11 years ago
  16. 1aaac07 ACPI / hotplug / PCI: Fix NULL pointer dereference in cleanup_bridge() by Rafael J. Wysocki · 11 years ago
  17. f3ce717 Merge back earlier 'acpi-assorted' material by Rafael J. Wysocki · 11 years ago
  18. 2e35afa PCI: pciehp: Add reset_slot() method by Alex Williamson · 11 years ago
  19. aa8032b Merge tag 'pci-v3.11-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  20. 7cd29f4 PCI: hotplug: Convert to be builtin only, not modular by Bjorn Helgaas · 11 years ago
  21. 29ed1f2 PCI: pciehp: Fix null pointer deref when hot-removing SR-IOV device by Yinghai Lu · 11 years ago
  22. 928bea9 PCI: Delay enabling bridges until they're needed by Yinghai Lu · 11 years ago
  23. c7b51bc powerpc/pci/hotplug: Don't need to remove from EEH cache twice by Gavin Shan · 11 years ago
  24. 2d8b1d5 ACPI / hotplug / PCI: Get rid of check_sub_bridges() by Mika Westerberg · 11 years ago
  25. ff181e5 ACPI / hotplug / PCI: Clean up bridge_mutex usage by Rafael J. Wysocki · 11 years ago
  26. a1d0abc ACPI / hotplug / PCI: Redefine enable_device() and disable_device() by Rafael J. Wysocki · 11 years ago
  27. 1ad3790 ACPI / hotplug / PCI: Sanitize acpiphp_get_(latch)|(adapter)_status() by Mika Westerberg · 11 years ago
  28. c38f82c ACPI / hotplug / PCI: Get rid of unused constants in acpiphp.h by Mika Westerberg · 11 years ago
  29. 4ebe345 ACPI / hotplug / PCI: Check for new devices on enabled slots by Rafael J. Wysocki · 11 years ago
  30. b91182a ACPI / hotplug / PCI: Allow slots without new devices to be rescanned by Kirill A. Shutemov · 11 years ago
  31. 55502dd ACPI / hotplug / PCI: Do not check SLOT_ENABLED in enable_device() by Kirill A. Shutemov · 11 years ago
  32. bc805a5 ACPI / hotplug / PCI: Do not exectute _PS0 and _PS3 directly by Rafael J. Wysocki · 11 years ago
  33. 5c8d0e1 ACPI / hotplug / PCI: Do not queue up event handling work items in vain by Rafael J. Wysocki · 11 years ago
  34. ad21d2d ACPI / hotplug / PCI: Consolidate slot disabling and ejecting by Mika Westerberg · 11 years ago
  35. 07bb735 ACPI / hotplug / PCI: Drop redundant checks from check_hotplug_bridge() by Rafael J. Wysocki · 11 years ago
  36. 236e262 ACPI / hotplug / PCI: Rework namespace scanning and trimming routines by Rafael J. Wysocki · 11 years ago
  37. bda46db ACPI / hotplug / PCI: Store parent in functions and bus in slots by Rafael J. Wysocki · 11 years ago
  38. 89373a5 ACPI / hotplug / PCI: Drop handle field from struct acpiphp_bridge by Rafael J. Wysocki · 11 years ago
  39. 5a3bc57 ACPI / hotplug / PCI: Drop handle field from struct acpiphp_func by Rafael J. Wysocki · 11 years ago
  40. bd4674d ACPI / hotplug / PCI: Embed function struct into struct acpiphp_context by Rafael J. Wysocki · 11 years ago
  41. 75a33ed ACPI / hotplug / PCI: Drop flags field from struct acpiphp_bridge by Rafael J. Wysocki · 11 years ago
  42. 7342798 ACPI / hotplug / PCI: Drop sun field from struct acpiphp_slot by Rafael J. Wysocki · 11 years ago
  43. bbd34fc ACPI / hotplug / PCI: Register all devices under the given bridge by Rafael J. Wysocki · 11 years ago
  44. ac37233 ACPI / hotplug / PCI: Refactor slot allocation code in register_slot() by Rafael J. Wysocki · 11 years ago
  45. f281811 ACPI / hotplug / PCI: Drop func field from struct acpiphp_bridge by Rafael J. Wysocki · 11 years ago
  46. 43e5c09 ACPI / hotplug / PCI: Merge hotplug event handling functions by Rafael J. Wysocki · 11 years ago
  47. c8ebcf1 ACPI / hotplug / PCI: Pass hotplug context objects to event handlers by Rafael J. Wysocki · 11 years ago
  48. ed13feb ACPI / hotplug / PCI: Rework acpiphp_handle_to_bridge() by Rafael J. Wysocki · 11 years ago
  49. 8783127 ACPI / hotplug / PCI: Unified notify handler for hotplug events by Rafael J. Wysocki · 11 years ago
  50. cb7b8ce ACPI / hotplug / PCI: Hotplug context objects for bridges and functions by Rafael J. Wysocki · 11 years ago
  51. 2e862c5 ACPI / hotplug / PCI: Always return success after adding a function by Rafael J. Wysocki · 11 years ago
  52. 2552002a ACPI / hotplug / PCI: Consolidate acpiphp_enumerate_slots() by Rafael J. Wysocki · 11 years ago
  53. be1c9de ACPI / PCI: Make bus registration and unregistration symmetric by Rafael J. Wysocki · 11 years ago
  54. 1696d9d ACPI: Remove the old /proc/acpi/event interface by Thomas Renninger · 11 years ago
  55. f09ce74 ACPI / dock / PCI: Drop ACPI dock notifier chain by Rafael J. Wysocki · 11 years ago
  56. ecd046d ACPI: simplify acpiphp driver with new helper functions by Jiang Liu · 11 years ago
  57. 7f0ef02 Merge branch 'akpm' (updates from Andrew Morton) by Linus Torvalds · 11 years ago
  58. d853754 drivers: avoid format strings in names passed to alloc_workqueue() by Kees Cook · 11 years ago
  59. c1101cb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  60. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  61. fc76a25 Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  62. d2c40f7 cpqphp_sysfs: switch to fixed_size_llseek() by Al Viro · 11 years ago
  63. 8b2a7e6 s390/pci: remove pdev during unplug by Sebastian Ott · 11 years ago
  64. 4bee2a5 s390/pci: cleanup hotplug code by Sebastian Ott · 11 years ago
  65. 21a3101 ACPI / dock / PCI: Synchronous handling of dock events for PCI devices by Rafael J. Wysocki · 11 years ago
  66. d66ecb7 PCI / ACPI: Use boot-time resource allocation rules during hotplug by Jiang Liu · 11 years ago
  67. 40b3136 Finally eradicate CONFIG_HOTPLUG by Stephen Rothwell · 11 years ago
  68. 3f327e3 PCI: acpiphp: Re-enumerate devices when host bridge receives Bus Check by Yinghai Lu · 11 years ago
  69. 96a3e8a Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  70. 723ec4d Merge branch 'pci/cleanup' into next by Bjorn Helgaas · 11 years ago
  71. f39d5b7 PCI: Remove "extern" from function declarations by Bjorn Helgaas · 11 years ago
  72. d67aed6 PCI: Remove __must_check from definitions by Bjorn Helgaas · 11 years ago
  73. cb65a66 s390/pci: do not modify function handles by Sebastian Ott · 11 years ago
  74. a2ab833 s390/pci: debug device states by Sebastian Ott · 11 years ago
  75. a3b6bbd Merge branch 'pci/jiang-subdrivers' into next by Bjorn Helgaas · 11 years ago
  76. 3d54a31 PCI: acpiphp: Protect acpiphp data structures from concurrent updates by Jiang Liu · 11 years ago
  77. ad41dd9 PCI: acpiphp: Use normal list to simplify implementation by Yijing Wang · 11 years ago
  78. 545d7b7 PCI: Use PCI_EXP_SLTCAP_PSN mask when extracting slot number by Bjorn Helgaas · 11 years ago
  79. b638d7e PCI: Remove unused variables by Bjorn Helgaas · 11 years ago
  80. c3139ba PCI: Move cpci_hotplug_init() proto to header file by Bjorn Helgaas · 11 years ago
  81. 3b63aaa PCI: acpiphp: Do not use ACPI PCI subdriver mechanism by Jiang Liu · 11 years ago
  82. 6037a80 PCI: acpiphp: Convert acpiphp to be builtin only, not modular by Jiang Liu · 11 years ago
  83. ce15d87 PCI: acpiphp: Replace local macros with standard ACPI macros by Jiang Liu · 11 years ago
  84. 3a0e40b PCI: acpiphp: Remove all functions even if function 0 doesn't exist by Jiang Liu · 11 years ago
  85. d65eba6 PCI: acpiphp: Use list_for_each_entry_safe() in acpiphp_sanitize_bus() by Yijing Wang · 11 years ago
  86. 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
  87. 81ec44a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  88. 5392335 s390/pci: fix hotplug module init by Sebastian Ott · 11 years ago
  89. 1e5635d s390/pci: rename pci_probe to s390_pci_probe by Heiko Carstens · 11 years ago
  90. 3757b94 ACPI / hotplug: Fix concurrency issues and memory leaks by Rafael J. Wysocki · 11 years ago
  91. f2dfcde Merge branch 'pci/misc' into next by Bjorn Helgaas · 11 years ago
  92. 8e5de3d Merge branch 'pci/yinghai-root-bus-hotplug' into next by Bjorn Helgaas · 11 years ago
  93. be6d286 PCI: acpiphp: Remove dead code for PCI host bridge hotplug by Jiang Liu · 11 years ago
  94. 2ca344e PCI: acpiphp: Create companion ACPI devices before creating PCI devices by Jiang Liu · 11 years ago
  95. 775c739 PCI: pciehp: Drop suspend/resume ENTRY messages by Paul Bolle · 11 years ago
  96. 64e94e7 Merge branch 'acpi-scan' into acpi-cleanup by Rafael J. Wysocki · 11 years ago
  97. 939de1d Merge branch 'pci/yinghai-root-bus-hotplug' into next by Bjorn Helgaas · 11 years ago
  98. fb45579 Merge branch 'pci/acpi-scan2' into next by Bjorn Helgaas · 11 years ago
  99. 14b5cb3 Merge branch 'pci/yijing-ari' into next by Bjorn Helgaas · 11 years ago
  100. cc38e51 Merge branch 'acpi-scan' into acpi-cleanup by Rafael J. Wysocki · 11 years ago