1. 7bc583d Merge branch 'acpi-hotplug' by Rafael J. Wysocki · 11 years ago
  2. f943db4 ACPI / hotplug: Remove containers synchronously by Rafael J. Wysocki · 11 years ago
  3. 0c58141 Merge branch 'acpi-assorted' by Rafael J. Wysocki · 11 years ago
  4. 0ad4c9a Merge branch 'acpi-pm' by Rafael J. Wysocki · 11 years ago
  5. c92f56c Merge branch 'acpi-cleanup' by Rafael J. Wysocki · 11 years ago
  6. f3ce717 Merge back earlier 'acpi-assorted' material by Rafael J. Wysocki · 11 years ago
  7. 60f75b8 ACPI: Try harder to resolve _ADR collisions for bridges by Rafael J. Wysocki · 11 years ago
  8. 007ccfc ACPI: Drop physical_node_id_bitmap from struct acpi_device by Rafael J. Wysocki · 11 years ago
  9. caf5c03 ACPI: Move acpi_bus_get_device() from bus.c to scan.c by Rafael J. Wysocki · 11 years ago
  10. 8ad928d ACPI / PM: Use ACPI_STATE_D3_COLD instead of ACPI_STATE_D3 everywhere by Rafael J. Wysocki · 11 years ago
  11. 1696d9d ACPI: Remove the old /proc/acpi/event interface by Thomas Renninger · 11 years ago
  12. f716fc2 ACPI: Drop ACPI bus notifier call chain by Rafael J. Wysocki · 11 years ago
  13. ebf4df8 ACPI: Export acpi_(bay)|(dock)_match() from scan.c by Jiang Liu · 11 years ago
  14. 7d2421f ACPI: introduce two helper functions for _EJ0 and _LCK by Jiang Liu · 11 years ago
  15. 0db9820 ACPI: introduce helper function acpi_execute_simple_method() by Jiang Liu · 11 years ago
  16. 952c63e ACPI: introduce helper function acpi_has_method() by Jiang Liu · 11 years ago
  17. 862f001 Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  18. bdc8f09 Merge branch 'acpi-assorted' by Rafael J. Wysocki · 11 years ago
  19. 3b4550e Merge branch 'acpi-pm' by Rafael J. Wysocki · 11 years ago
  20. a204dbc Merge branch 'acpi-hotplug' by Rafael J. Wysocki · 11 years ago
  21. b9e95fc ACPI / LPSS: Power up LPSS devices during enumeration by Rafael J. Wysocki · 11 years ago
  22. b25c77e ACPI / PM: Rename function acpi_device_power_state() and make it static by Rafael J. Wysocki · 11 years ago
  23. 358b4b3 ACPI: Remove unused flags in acpi_device_flags by Toshi Kani · 11 years ago
  24. 2e19919 ACPI: Drop removal_type field from struct acpi_device by Rafael J. Wysocki · 11 years ago
  25. bbebed6 PCI/ACPI: Remove unused global list acpi_pci_roots by Jiang Liu · 11 years ago
  26. ec4602a ACPI / PM: Allow device power states to be used for CONFIG_PM unset by Rafael J. Wysocki · 11 years ago
  27. 683058e ACPI / hotplug: Use device offline/online for graceful hot-removal by Rafael J. Wysocki · 11 years ago
  28. 929c6dd Merge branch 'acpi-hotplug' by Rafael J. Wysocki · 11 years ago
  29. d4e1a69 ACPI: Remove acpi_device dependency in acpi_device_set_id() by Toshi Kani · 12 years ago
  30. 3f8055c ACPI / hotplug: Introduce user space interface for hotplug profiles by Rafael J. Wysocki · 12 years ago
  31. a33ec39 ACPI / scan: Introduce common code for ACPI-based device hotplug by Rafael J. Wysocki · 12 years ago
  32. 9241448 ACPI / glue: Drop .find_bridge() callback from struct acpi_bus_type by Rafael J. Wysocki · 12 years ago
  33. 5354009 ACPI / glue: Add .match() callback to struct acpi_bus_type by Rafael J. Wysocki · 12 years ago
  34. 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
  35. 3757b94 ACPI / hotplug: Fix concurrency issues and memory leaks by Rafael J. Wysocki · 12 years ago
  36. ca589f9 ACPI / scan: Introduce struct acpi_scan_handler by Rafael J. Wysocki · 12 years ago
  37. 64e94e7 Merge branch 'acpi-scan' into acpi-cleanup by Rafael J. Wysocki · 12 years ago
  38. 8a78cf7 Merge branch 'acpi-pm' into acpi-cleanup by Rafael J. Wysocki · 12 years ago
  39. 939de1d Merge branch 'pci/yinghai-root-bus-hotplug' into next by Bjorn Helgaas · 12 years ago
  40. fb45579 Merge branch 'pci/acpi-scan2' into next by Bjorn Helgaas · 12 years ago
  41. 09212fd ACPI: Drop device start operation that is not used by Rafael J. Wysocki · 12 years ago
  42. 51fac83 ACPI: Remove useless type argument of driver .remove() operation by Rafael J. Wysocki · 12 years ago
  43. bfee26d ACPI / scan: Make it clear that acpi_bus_trim() cannot fail by Rafael J. Wysocki · 12 years ago
  44. 92d8aff PCI/ACPI: acpiphp: Rename alloc_acpiphp_hp_work() to alloc_acpi_hp_work() by Yinghai Lu · 12 years ago
  45. b1c0f99 ACPI / PM: Expose current status of ACPI power resources by Rafael J. Wysocki · 12 years ago
  46. 9ce4e60 ACPI / PM: Move device power management functions to device_pm.c by Rafael J. Wysocki · 12 years ago
  47. b8bd759 ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() instead by Rafael J. Wysocki · 12 years ago
  48. 96bfd3c ACPI / PM: Common string representations of device power states by Rafael J. Wysocki · 12 years ago
  49. ad0c3b0 ACPI / PM: More visible function for retrieving device power states by Rafael J. Wysocki · 12 years ago
  50. 993cbe5 ACPI / PM: Take order attribute of wakeup power resources into account by Rafael J. Wysocki · 12 years ago
  51. 0b22452 ACPI / PM: Take order attribute of power resources into account by Rafael J. Wysocki · 12 years ago
  52. bc9b640 ACPI / PM: Rework the handling of devices depending on power resources by Rafael J. Wysocki · 12 years ago
  53. 5993c46 ACPI: update ej_event interface to take acpi_device by Yinghai Lu · 12 years ago
  54. ae28179 ACPI / scan: Drop the second argument of acpi_bus_trim() by Rafael J. Wysocki · 12 years ago
  55. 6af9a80 ACPI: Remove the ops field from struct acpi_device by Rafael J. Wysocki · 12 years ago
  56. 115c9ad ACPI: remove unused acpi_op_bind and acpi_op_unbind by Jiang Liu · 12 years ago
  57. 6c0cc95 ACPI / PCI: Set root bridge ACPI handle in advance by Rafael J. Wysocki · 12 years ago
  58. e0ebda2 ACPI: Remove unused struct acpi_pci_root.id member by Bjorn Helgaas · 12 years ago
  59. 3eec5f7 ACPI: Drop ACPI device .bind() and .unbind() callbacks by Rafael J. Wysocki · 12 years ago
  60. 11909ca ACPI: Add .setup() and .cleanup() callbacks to struct acpi_bus_type by Rafael J. Wysocki · 12 years ago
  61. 0cd6ac5 ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argument by Rafael J. Wysocki · 12 years ago
  62. 209d3b1 ACPI: Replace ACPI device add_type field with a match_driver flag by Rafael J. Wysocki · 12 years ago
  63. 636458d ACPI: Remove the arguments of acpi_bus_add() that are not used by Rafael J. Wysocki · 12 years ago
  64. 02f57c6 ACPI: Remove acpi_start_single_object() and acpi_bus_start() by Rafael J. Wysocki · 12 years ago
  65. a2d06a1 ACPI: Replace struct acpi_bus_ops with enum type by Rafael J. Wysocki · 12 years ago
  66. 805d410f ACPI: Separate adding ACPI device objects from probing ACPI drivers by Rafael J. Wysocki · 12 years ago
  67. d4c091f Merge branch 'acpi-general' by Rafael J. Wysocki · 12 years ago
  68. 45c3646 Merge branch 'acpi-dev-pm' into acpi-enumeration by Rafael J. Wysocki · 12 years ago
  69. 1399dfc ACPI / PM: Introduce os_accessible flag for power_state by Aaron Lu · 12 years ago
  70. 95f8a08 ACPI / driver core: Introduce struct acpi_dev_node and related macros by Rafael J. Wysocki · 12 years ago
  71. bb74ac2 ACPI: create _SUN sysfs file by Yasuaki Ishimatsu · 12 years ago
  72. 06f64c8 driver core / ACPI: Move ACPI support to core device and driver types by Mika Westerberg · 12 years ago
  73. f4fa0e0 ACPI: Remove unused lockable in acpi_device_flags by Toshi Kani · 12 years ago
  74. 99926a8 ACPI / PM: Fix build problem related to acpi_target_system_state() by David Rientjes · 12 years ago
  75. a6ae759 ACPI / PM: Move device PM functions related to sleep states by Rafael J. Wysocki · 12 years ago
  76. 078eb12 ACPI / PM: Provide device PM functions operating on struct acpi_device by Rafael J. Wysocki · 12 years ago
  77. dee8370 ACPI / PM: Split device wakeup management routines by Rafael J. Wysocki · 12 years ago
  78. 86b3832 ACPI / PM: Move device power state selection routine to device_pm.c by Rafael J. Wysocki · 12 years ago
  79. ec2cd81 ACPI / PM: Move routines for adding/removing device wakeup notifiers by Rafael J. Wysocki · 12 years ago
  80. bdda27f ACPI / PM: Fix device PM kernedoc comments and #ifdefs by Rafael J. Wysocki · 12 years ago
  81. 3f44ea0 Merge branches 'acpica', 'acpidump', 'intel-idle', 'misc', 'module_acpi_driver-simplify', 'turbostat' and 'usb3' into release by Len Brown · 12 years ago
  82. d1efe3c ACPI: Add new sysfs interface to export device description by Lance Ortiz · 12 years ago
  83. 0d2cf8f ACPI: introduce module_acpi_driver() helper macro by Mika Westerberg · 12 years ago
  84. 1033f90 ACPI: Allow ACPI binding with USB-3.0 hub by Lan Tianyu · 12 years ago
  85. 8ede06a ACPI: Use ACPICA native way to decode the PLD buffer by Feng Tang · 12 years ago
  86. 4765250 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 12 years ago
  87. ec033d0 Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuidle-coupled', 'cpuidle-tweaks', 'intel_idle-ivb', 'ost', 'red-hat-bz-772730', 'thermal', 'thermal-spear' and 'turbostat-v2' into release by Len Brown · 12 years ago
  88. 6dd53aa Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  89. a5cd33e ACPI / PM: Drop legacy driver PM callbacks that are not used any more by Rafael J. Wysocki · 12 years ago
  90. 17621e1 ACPI / PM: Drop pm_message_t argument from device suspend callback by Rafael J. Wysocki · 12 years ago
  91. 35e7f73 Merge branch 'topic/huang-d3cold-v7' into next by Bjorn Helgaas · 12 years ago
  92. ee85f54 ACPI/PM: specify lowest allowed state for device sleep state by Huang Ying · 12 years ago
  93. f4b57a3 PCI/ACPI: provide MMCONFIG address for PCI host bridges by Jiang Liu · 12 years ago
  94. c4753e5 ACPI: Add _OST support for sysfs eject by Toshi Kani · 12 years ago
  95. 275c58d ACPI: Add an interface to evaluate _OST by Toshi Kani · 12 years ago
  96. 7ae3098 ACPI: fix acpi_bus.h build warnings when ACPI is not enabled by Len Brown · 12 years ago
  97. 38ac0f1 ACPI: Add _PLD support by Matthew Garrett · 12 years ago
  98. 66886d6 ACPI: Add stubs for (un)register_acpi_bus_type by Matthew Garrett · 12 years ago
  99. b24e509 ACPI, PCI: Move acpi_dev_run_wake() to ACPI core by Lin Ming · 12 years ago
  100. 0090def ACPI: Add interface to register/unregister device to/from power resources by Lin Ming · 12 years ago