1. ec4602a ACPI / PM: Allow device power states to be used for CONFIG_PM unset by Rafael J. Wysocki · 11 years ago
  2. 929c6dd Merge branch 'acpi-hotplug' by Rafael J. Wysocki · 11 years ago
  3. d4e1a69 ACPI: Remove acpi_device dependency in acpi_device_set_id() by Toshi Kani · 12 years ago
  4. 3f8055c ACPI / hotplug: Introduce user space interface for hotplug profiles by Rafael J. Wysocki · 12 years ago
  5. a33ec39 ACPI / scan: Introduce common code for ACPI-based device hotplug by Rafael J. Wysocki · 12 years ago
  6. 9241448 ACPI / glue: Drop .find_bridge() callback from struct acpi_bus_type by Rafael J. Wysocki · 12 years ago
  7. 5354009 ACPI / glue: Add .match() callback to struct acpi_bus_type by Rafael J. Wysocki · 12 years ago
  8. 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
  9. 3757b94 ACPI / hotplug: Fix concurrency issues and memory leaks by Rafael J. Wysocki · 12 years ago
  10. ca589f9 ACPI / scan: Introduce struct acpi_scan_handler by Rafael J. Wysocki · 12 years ago
  11. 64e94e7 Merge branch 'acpi-scan' into acpi-cleanup by Rafael J. Wysocki · 12 years ago
  12. 8a78cf7 Merge branch 'acpi-pm' into acpi-cleanup by Rafael J. Wysocki · 12 years ago
  13. 939de1d Merge branch 'pci/yinghai-root-bus-hotplug' into next by Bjorn Helgaas · 12 years ago
  14. fb45579 Merge branch 'pci/acpi-scan2' into next by Bjorn Helgaas · 12 years ago
  15. 09212fd ACPI: Drop device start operation that is not used by Rafael J. Wysocki · 12 years ago
  16. 51fac83 ACPI: Remove useless type argument of driver .remove() operation by Rafael J. Wysocki · 12 years ago
  17. bfee26d ACPI / scan: Make it clear that acpi_bus_trim() cannot fail by Rafael J. Wysocki · 12 years ago
  18. 92d8aff PCI/ACPI: acpiphp: Rename alloc_acpiphp_hp_work() to alloc_acpi_hp_work() by Yinghai Lu · 12 years ago
  19. b1c0f99 ACPI / PM: Expose current status of ACPI power resources by Rafael J. Wysocki · 12 years ago
  20. 9ce4e60 ACPI / PM: Move device power management functions to device_pm.c by Rafael J. Wysocki · 12 years ago
  21. b8bd759 ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() instead by Rafael J. Wysocki · 12 years ago
  22. 96bfd3c ACPI / PM: Common string representations of device power states by Rafael J. Wysocki · 12 years ago
  23. ad0c3b0 ACPI / PM: More visible function for retrieving device power states by Rafael J. Wysocki · 12 years ago
  24. 993cbe5 ACPI / PM: Take order attribute of wakeup power resources into account by Rafael J. Wysocki · 12 years ago
  25. 0b22452 ACPI / PM: Take order attribute of power resources into account by Rafael J. Wysocki · 12 years ago
  26. bc9b640 ACPI / PM: Rework the handling of devices depending on power resources by Rafael J. Wysocki · 12 years ago
  27. 5993c46 ACPI: update ej_event interface to take acpi_device by Yinghai Lu · 12 years ago
  28. ae28179 ACPI / scan: Drop the second argument of acpi_bus_trim() by Rafael J. Wysocki · 12 years ago
  29. 6af9a80 ACPI: Remove the ops field from struct acpi_device by Rafael J. Wysocki · 12 years ago
  30. 115c9ad ACPI: remove unused acpi_op_bind and acpi_op_unbind by Jiang Liu · 12 years ago
  31. 6c0cc95 ACPI / PCI: Set root bridge ACPI handle in advance by Rafael J. Wysocki · 12 years ago
  32. e0ebda2 ACPI: Remove unused struct acpi_pci_root.id member by Bjorn Helgaas · 12 years ago
  33. 3eec5f7 ACPI: Drop ACPI device .bind() and .unbind() callbacks by Rafael J. Wysocki · 12 years ago
  34. 11909ca ACPI: Add .setup() and .cleanup() callbacks to struct acpi_bus_type by Rafael J. Wysocki · 12 years ago
  35. 0cd6ac5 ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argument by Rafael J. Wysocki · 12 years ago
  36. 209d3b1 ACPI: Replace ACPI device add_type field with a match_driver flag by Rafael J. Wysocki · 12 years ago
  37. 636458d ACPI: Remove the arguments of acpi_bus_add() that are not used by Rafael J. Wysocki · 12 years ago
  38. 02f57c6 ACPI: Remove acpi_start_single_object() and acpi_bus_start() by Rafael J. Wysocki · 12 years ago
  39. a2d06a1 ACPI: Replace struct acpi_bus_ops with enum type by Rafael J. Wysocki · 12 years ago
  40. 805d410f ACPI: Separate adding ACPI device objects from probing ACPI drivers by Rafael J. Wysocki · 12 years ago
  41. d4c091f Merge branch 'acpi-general' by Rafael J. Wysocki · 12 years ago
  42. 45c3646 Merge branch 'acpi-dev-pm' into acpi-enumeration by Rafael J. Wysocki · 12 years ago
  43. 1399dfc ACPI / PM: Introduce os_accessible flag for power_state by Aaron Lu · 12 years ago
  44. 95f8a08 ACPI / driver core: Introduce struct acpi_dev_node and related macros by Rafael J. Wysocki · 12 years ago
  45. bb74ac2 ACPI: create _SUN sysfs file by Yasuaki Ishimatsu · 12 years ago
  46. 06f64c8 driver core / ACPI: Move ACPI support to core device and driver types by Mika Westerberg · 12 years ago
  47. f4fa0e0 ACPI: Remove unused lockable in acpi_device_flags by Toshi Kani · 12 years ago
  48. 99926a8 ACPI / PM: Fix build problem related to acpi_target_system_state() by David Rientjes · 12 years ago
  49. a6ae759 ACPI / PM: Move device PM functions related to sleep states by Rafael J. Wysocki · 12 years ago
  50. 078eb12 ACPI / PM: Provide device PM functions operating on struct acpi_device by Rafael J. Wysocki · 12 years ago
  51. dee8370 ACPI / PM: Split device wakeup management routines by Rafael J. Wysocki · 12 years ago
  52. 86b3832 ACPI / PM: Move device power state selection routine to device_pm.c by Rafael J. Wysocki · 12 years ago
  53. ec2cd81 ACPI / PM: Move routines for adding/removing device wakeup notifiers by Rafael J. Wysocki · 12 years ago
  54. bdda27f ACPI / PM: Fix device PM kernedoc comments and #ifdefs by Rafael J. Wysocki · 12 years ago
  55. 3f44ea0 Merge branches 'acpica', 'acpidump', 'intel-idle', 'misc', 'module_acpi_driver-simplify', 'turbostat' and 'usb3' into release by Len Brown · 12 years ago
  56. d1efe3c ACPI: Add new sysfs interface to export device description by Lance Ortiz · 12 years ago
  57. 0d2cf8f ACPI: introduce module_acpi_driver() helper macro by Mika Westerberg · 12 years ago
  58. 1033f90 ACPI: Allow ACPI binding with USB-3.0 hub by Lan Tianyu · 12 years ago
  59. 8ede06a ACPI: Use ACPICA native way to decode the PLD buffer by Feng Tang · 12 years ago
  60. 4765250 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 12 years ago
  61. 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
  62. 6dd53aa Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  63. a5cd33e ACPI / PM: Drop legacy driver PM callbacks that are not used any more by Rafael J. Wysocki · 12 years ago
  64. 17621e1 ACPI / PM: Drop pm_message_t argument from device suspend callback by Rafael J. Wysocki · 12 years ago
  65. 35e7f73 Merge branch 'topic/huang-d3cold-v7' into next by Bjorn Helgaas · 12 years ago
  66. ee85f54 ACPI/PM: specify lowest allowed state for device sleep state by Huang Ying · 12 years ago
  67. f4b57a3 PCI/ACPI: provide MMCONFIG address for PCI host bridges by Jiang Liu · 12 years ago
  68. c4753e5 ACPI: Add _OST support for sysfs eject by Toshi Kani · 12 years ago
  69. 275c58d ACPI: Add an interface to evaluate _OST by Toshi Kani · 12 years ago
  70. 7ae3098 ACPI: fix acpi_bus.h build warnings when ACPI is not enabled by Len Brown · 12 years ago
  71. 38ac0f1 ACPI: Add _PLD support by Matthew Garrett · 12 years ago
  72. 66886d6 ACPI: Add stubs for (un)register_acpi_bus_type by Matthew Garrett · 12 years ago
  73. b24e509 ACPI, PCI: Move acpi_dev_run_wake() to ACPI core by Lin Ming · 12 years ago
  74. 0090def ACPI: Add interface to register/unregister device to/from power resources by Lin Ming · 12 years ago
  75. b4a03b9 ACPI: Fixes device power states array overflow by Lin Ming · 13 years ago
  76. 02e2407 Merge branch 'linus' into release by Len Brown · 13 years ago
  77. aa33860 PM: Remove CONFIG_PM_OPS by Rafael J. Wysocki · 14 years ago
  78. 5190726 ACPI: Remove the wakeup.run_wake_count device field by Rafael J. Wysocki · 14 years ago
  79. d57d09a ACPI: Drop device flag wake_capable by Rafael J. Wysocki · 14 years ago
  80. fb4af41 Merge branch 'wakeup-etc-rafael' into release by Len Brown · 14 years ago
  81. f6767dc ACPI / PM: Drop acpi_bus_get_power() by Rafael J. Wysocki · 14 years ago
  82. 488a76c ACPI / Fan: Rework the handling of power resources by Rafael J. Wysocki · 14 years ago
  83. 25eed40 ACPI / PM: Add function for updating device power state consistently by Rafael J. Wysocki · 14 years ago
  84. 7fa69ba ACPI / PM: Drop special ACPI wakeup flags by Rafael J. Wysocki · 14 years ago
  85. e000f8f Merge branch 'acpi_pm_device_sleep_state' into release by Len Brown · 14 years ago
  86. 761afb8 ACPI / PM: Fix problems with acpi_pm_device_sleep_state() by Rafael J. Wysocki · 14 years ago
  87. 620e112 ACPI/PNP: A HID value of an object never changes -> make it const by Thomas Renninger · 14 years ago
  88. 2b8fd91 ACPI/PCI: Do not preserve _OSC control bits returned by a query by Rafael J. Wysocki · 14 years ago
  89. 6ad9551 ACPI: pci_root: save downstream bus range by Bjorn Helgaas · 14 years ago
  90. bc53515 Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  91. b67ea76 PCI / ACPI / PM: Platform support for PCI PME wake-up by Rafael J. Wysocki · 15 years ago
  92. f517709 ACPI / PM: Add more run-time wake-up fields by Rafael J. Wysocki · 15 years ago
  93. 439913f ACPI: replace acpi_integer by u64 by Lin Ming · 15 years ago
  94. 6622d8c ACPI: remove acpi_device_uid() and related stuff by Bjorn Helgaas · 15 years ago
  95. 1131b93 ACPI: remove acpi_device.flags.hardware_id by Bjorn Helgaas · 15 years ago
  96. b2972f8 ACPI: remove acpi_device.flags.compatible_ids by Bjorn Helgaas · 15 years ago
  97. 7f47fa6 ACPI: maintain a single list of _HID and _CID IDs by Bjorn Helgaas · 15 years ago
  98. 402ac53 ACPI: add acpi_bus_get_status_handle() by Bjorn Helgaas · 15 years ago
  99. 859ac9a4 ACPI: identify device tree root by null parent pointer, not ACPI_BUS_TYPE by Bjorn Helgaas · 15 years ago
  100. caaa6ef ACPI: save device_type in acpi_device by Bjorn Helgaas · 15 years ago