1. a25ee92 ACPI: introduce drivers/acpi/debugfs.c by Zhang Rui · 14 years ago
  2. 965fd9e drivers: acpi: don't use own implementation of hex_to_bin() by Andy Shevchenko · 14 years ago
  3. 04afb40 Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  4. cce4f63 ACPI: fix early DSDT dmi check warnings on ia64 by Lin Ming · 14 years ago
  5. 5cc4a0f ACPI: silence kmemcheck false positive by Dan Carpenter · 14 years ago
  6. aa2110c ACPI: add boot option acpi=copy_dsdt to fix corrupt DSDT by Lin Ming · 14 years ago
  7. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  8. ec28dcc Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzilla-531916-power-state', 'ht-warn-2.6.34', 'pnp', 'processor-rename', 'sony-2.6.34', 'suse-bugzilla-531547', 'tz-check', 'video' and 'misc-2.6.34' into release by Len Brown · 14 years ago
  9. 6a4e2b7 ACPI: Advertise to BIOS in _OSC: _OST on _PPC changes by Zhao Yakui · 15 years ago
  10. 0c99c52 ACPI: Disable explicit power state retrieval on fans by Zhang Rui · 15 years ago
  11. 309ddc5 Merge branches 'bugzilla-14446', 'bugzilla-14753' and 'bugzilla-14824' into release by Len Brown · 15 years ago
  12. 9dc130f ACPI: fix OSC regression that caused aer and pciehp not to load by Shaohua Li · 15 years ago
  13. 78f1699 ACPI: processor: call _PDC early by Alex Chiang · 15 years ago
  14. 3563ff9 ACPI: Add platform-wide _OSC support. by Shaohua Li · 15 years ago
  15. 70023de ACPI: Add a generic API for _OSC -v2 by Shaohua Li · 15 years ago
  16. 402ac53 ACPI: add acpi_bus_get_status_handle() by Bjorn Helgaas · 15 years ago
  17. d26f052 Merge branch 'misc-2.6.32' into release by Len Brown · 15 years ago
  18. eb27cae ACPI: linux/acpi.h should not include linux/dmi.h by Len Brown · 15 years ago
  19. 8e4319c ACPICA: Fix several acpi_attach_data problems by Bob Moore · 15 years ago
  20. ff754e2 ACPI: use handle, not device, in system notification path by Bjorn Helgaas · 15 years ago
  21. cdd5b8c ACPI: remove unused return values from Bus Check & Device Check handling by Bjorn Helgaas · 15 years ago
  22. aa8a149 ACPI: remove unused "status_changed" return value from Check Device handling by Bjorn Helgaas · 15 years ago
  23. 02c37bd ACPI: simplify notification debug messages by Bjorn Helgaas · 15 years ago
  24. 6d27813 ACPI: allow drivers to request both device and system notify events by Bjorn Helgaas · 15 years ago
  25. ddc50b6 ACPI: power: update error message by Len Brown · 15 years ago
  26. 9a38f4e Merge branch 'bjorn-initcall-cleanup' into release by Len Brown · 15 years ago
  27. 201b8c6 ACPI: call acpi_wakeup_device_init() explicitly rather than as initcall by Bjorn Helgaas · 15 years ago
  28. 9cee43e ACPI: call acpi_sleep_proc_init() explicitly rather than as initcall by Bjorn Helgaas · 15 years ago
  29. 0e46517 ACPI: call init_acpi_device_notify() explicitly rather than as initcall by Bjorn Helgaas · 15 years ago
  30. 84f810c ACPI: call acpi_debug_init() explicitly rather than as initcall by Bjorn Helgaas · 15 years ago
  31. 141a0af ACPI: call acpi_system_init() explicitly rather than as initcall by Bjorn Helgaas · 15 years ago
  32. 4451537 ACPI: call acpi_power_init() explicitly rather than as initcall by Bjorn Helgaas · 15 years ago
  33. a5f820f ACPI: call acpi_ec_init() explicitly rather than as initcall by Bjorn Helgaas · 15 years ago
  34. e747f27 ACPI: call acpi_scan_init() explicitly rather than as initcall by Bjorn Helgaas · 15 years ago
  35. 81d0273 ACPI: skip DMI power state check when ACPI disabled by Bjorn Helgaas · 15 years ago
  36. e60cc7a ACPI: move private declarations to internal.h by Bjorn Helgaas · 15 years ago
  37. 176f9c1 ACPI: remove doubled status checking by Jiri Slaby · 15 years ago
  38. e76f427 ACPI: fix 2.6.28 acpi.debug_level regression by Bjorn Helgaas · 16 years ago
  39. 87b5860 ACPI: turn off all debug output by default by Bjorn Helgaas · 16 years ago
  40. 8950d89 ACPI: remove CONFIG_ACPI_EC by Bjorn Helgaas · 16 years ago
  41. 7674416 Merge branch 'ull' into test by Len Brown · 16 years ago
  42. 0fbb372 Merge branch 'ec' into test by Len Brown · 16 years ago
  43. 47bf31a Merge branch 'dock' into test by Len Brown · 16 years ago
  44. 39a0ad8 ACPI : Load device driver according to the status of acpi device by Zhao Yakui · 16 years ago
  45. 6415e12 ACPI: Add DMI check to disable power state check in power transition by Zhao Yakui · 16 years ago
  46. f5adfaa ACPI: Add "acpi.power_nocheck=1" to disable power state check in power transition by Zhao Yakui · 16 years ago
  47. 27663c5 ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels by Matthew Wilcox · 16 years ago
  48. 455c879 ACPI: Enable EC device immediately after ACPI full initialization by Zhao Yakui · 16 years ago
  49. 6bd00a6 ACPI: introduce notifier change to avoid duplicates by Shaohua Li · 16 years ago
  50. dc7c65d Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  51. 67a119f ACPICA: Eliminate acpi_native_uint type v2 by Bob Moore · 16 years ago
  52. eb9d0fe PCI ACPI: Rework PCI handling of wake-up by Rafael J. Wysocki · 16 years ago
  53. 3737b2b ACPI: Introduce acpi_bus_power_manageable function by Rafael J. Wysocki · 16 years ago
  54. 7752d5c x86: validate against acpi motherboard resources by Robert Hancock · 16 years ago
  55. f0a37e0 acpi: bus: check once more for an empty list after locking it by Chuck Ebbert · 16 years ago
  56. 96b2dd1 ACPI: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  57. 6697c05 x86: fix sparse warnings in acpi/bus.c by Harvey Harrison · 16 years ago
  58. a733a5d Merge branches 'release' and 'fluff' into release by Len Brown · 16 years ago
  59. e5685b9 ACPI: misc cleanups by Adrian Bunk · 17 years ago
  60. 2073393 ACPI: attach thermal zone info by Zhang Rui · 16 years ago
  61. f62ed9e firmware: change firmware_kset to firmware_kobj by Greg Kroah-Hartman · 17 years ago
  62. 99e0d2f kobject: convert /sys/firmware/acpi/ to use kobject_create by Greg Kroah-Hartman · 17 years ago
  63. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  64. ec68373 Revert "ACPI: Fan: Drop force_power_state acpi_device option" by Len Brown · 16 years ago
  65. 9f9adec PM: ACPI and APM must not be enabled at the same time by Len Brown · 17 years ago
  66. 93ad7c0 ACPI: Fan: Drop force_power_state acpi_device option by Alexey Starikovskiy · 17 years ago
  67. c35923b ACPI: power: don't cache power resource state by Alexey Starikovskiy · 17 years ago
  68. c4ec207 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 17 years ago
  69. 19c38de kobjects: fix up improper use of the kobject name field by Greg Kroah-Hartman · 17 years ago
  70. 5e32132 ide: hook ACPI _PSx method to IDE power on/off by Shaohua Li · 17 years ago
  71. 8db85d4 ACPI: Add acpi_bus_generate_event4() function by Alexey Starikovskiy · 17 years ago
  72. 14e04fb ACPI: Schedule /proc/acpi/event for removal by Len Brown · 17 years ago
  73. 962ce8c ACPI: don't duplicate input events on netlink by Zhang Rui · 17 years ago
  74. 864bdfb ACPI: Export events via generic netlink by Zhang Rui · 17 years ago
  75. 0c0e892 ACPI: use _STA bit names rather than 0x0F by Bjorn Helgaas · 17 years ago
  76. 902b236 Pull bugzilla-7887 into release branch by Len Brown · 17 years ago
  77. 08e4a10 Pull bugzilla-7570 into release branch by Len Brown · 17 years ago
  78. b1028c5 ACPI: fix fan after resume from S3 by Konstantin Karasyov · 17 years ago
  79. f52fd66 ACPI: clean up ACPI_MODULE_NAME() use by Len Brown · 17 years ago
  80. aafbcd1 ACPI: invoke acpi_sleep_init() earlier by Alexey Starikovskiy · 17 years ago
  81. 975a8e3 Pull sysfs into test branch by Len Brown · 17 years ago
  82. 5f3b1a8 ACPICA: Remove duplicate table definitions (non-conflicting) by Alexey Starikovskiy · 17 years ago
  83. cee324b ACPICA: use new ACPI headers. by Alexey Starikovskiy · 17 years ago
  84. ad71860 ACPICA: minimal patch to integrate new tables into Linux by Alexey Starikovskiy · 17 years ago
  85. 3948ec9 ACPI: Altix: ACPI _PRT support by John Keller · 18 years ago
  86. f883d9d ACPI: convert to sysfs framework by Patrick Mochel · 18 years ago
  87. 9805cb7 ACPI: restore some dmesg to DEBUG-only, ala 2.6.17 by Len Brown · 18 years ago
  88. d568df8 ACPI: handle firmware_register init errors by Randy Dunlap · 18 years ago
  89. af4f949 ACPI: "Device `[%s]' is not power manageable" make message debug only by Len Brown · 18 years ago
  90. 345a6e6 [PATCH] ACPI: fix not power-manageable device message by Jae-hyeon Park · 18 years ago
  91. d550d98 ACPI: delete tracing macros from drivers/acpi/*.c by Patrick Mochel · 18 years ago
  92. cece929 ACPI: un-export ACPI_WARNING() -- use printk(KERN_WARNING...) by Len Brown · 18 years ago
  93. 64dedfb ACPI: Device [kobj-name] is not power manageable by Jae-hyeon Park · 18 years ago
  94. a6fc672 ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUG by Thomas Renninger · 18 years ago
  95. 8f2ddb3 Pull bugzilla-5000 into release branch by Len Brown · 18 years ago
  96. b229cf9 ACPI: ACPICA 20060421 by Bob Moore · 18 years ago
  97. 793c238 ACPI: ACPICA 20060331 by Bob Moore · 18 years ago
  98. 6168612 [ACPI] ACPICA 20060317 by Bob Moore · 18 years ago
  99. 0feabb0 ACPI: create acpi_fan_suspend()/acpi_fan_resume() by Konstantin Karasyov · 18 years ago
  100. bca73e4 [PATCH] move pm_register/etc. to CONFIG_PM_LEGACY, pm_legacy.h by Jeff Garzik · 19 years ago