1. e0066c4e Fix ACPI vs proc_create_data() mismerge by Alexey Dobriyan · 16 years ago
  2. 08acd4f8 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 16 years ago
  3. 9691609 Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzilla-9916', 'ec', 'eeepc', 'idle', 'misc', 'pm-legacy', 'sysfs-links-2.6.26', 'thermal', 'thinkpad' and 'video' into release by Len Brown · 16 years ago
  4. 36a9135 ACPI: Fix acpi_processor_idle and idle= boot parameters interaction by Venkatesh Pallipadi · 16 years ago
  5. fe086a7 [IA64] Provide ACPI fixup for /proc/cpuinfo/physical_id by Alex Chiang · 16 years ago
  6. 5f78e4d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-bigbox-pci by Linus Torvalds · 16 years ago
  7. cf7acfa acpi: use non-racy method for proc entries creation by Denis V. Lunev · 16 years ago
  8. 66fb9d1 ACPI: Cleanup: Remove unneeded, multiple local dummy variables by Thomas Renninger · 16 years ago
  9. c46e565 ACPI: video - fix permissions on some proc entries by Dmitry Torokhov · 17 years ago
  10. 251cb0b ACPI: video - properly handle errors when registering proc elements by Dmitry Torokhov · 17 years ago
  11. 78eed02 ACPI: video - do not store invalid entries in attached_array list by Dmitry Torokhov · 17 years ago
  12. 2c6e33c ACPI: re-name acpi_pm_ops to acpi_suspend_ops by Len Brown · 16 years ago
  13. a815ab8 ACPI: check a return value correctly in acpi_power_get_context() by Li Zefan · 16 years ago
  14. 2a241d7 #if 0 acpi/bay.c:eject_removable_drive() by Adrian Bunk · 16 years ago
  15. 51ae796 ACPICA: always disable GPE when requested by Damián Viano · 16 years ago
  16. 76ecb4f ACPI: update thermal temperature by Zhang, Rui · 16 years ago
  17. 9030062 ACPI: elide a non-zero test on a result that is never 0 by Julia Lawall · 16 years ago
  18. e9ae710 thermal: update the documentation by Zhang Rui · 16 years ago
  19. 9ec732f thermal: add new get_crit_temp callback by Zhang, Rui · 16 years ago
  20. 63c4ec9 thermal: add the support for building the generic thermal as a module by Zhang Rui · 16 years ago
  21. 2f67a06 flush kacpi_notify_wq before removing notify handler by Zhang Rui · 16 years ago
  22. c938ac2 [CPUFREQ] change cpu freq tables to per_cpu variables by Mike Travis · 16 years ago
  23. d83fd8a drivers/acpi/thermal.c: fix build with CONFIG_DMI=n by Andrew Morton · 16 years ago
  24. 7f424a8 fix idle (arch, acpi and apm) and lockdep by Peter Zijlstra · 16 years ago
  25. 7752d5c x86: validate against acpi motherboard resources by Robert Hancock · 16 years ago
  26. 0fda6b4 2.6.25 regression: powertop says 120K wakeups/sec by Venkatesh Pallipadi · 16 years ago
  27. 2044702 ACPI: GPE enabling should happen after EC installation by Alexey Starikovskiy · 16 years ago
  28. 75a44ce ACPICA: update Intel copyright by Len Brown · 16 years ago
  29. cca97b8 ACPICA: Fix for some local named nodes not marked temporary and to disallow duplicates by Bob Moore · 16 years ago
  30. 514d18d ACPICA: Update for new Notify values by Zhang Rui · 16 years ago
  31. 66d3ca9 ACPICA: Fixes for size of StartDependent resource descriptor by Bob Moore · 16 years ago
  32. d884657 ACPICA: Updates for Debug object output by Bob Moore · 16 years ago
  33. cd0b224 ACPICA: Fixes for external Reference Objects by Bob Moore · 16 years ago
  34. 7a5bb99 ACPICA: Fix to handle NULL package elements correctly by Lin Ming · 16 years ago
  35. 0ba7d25 ACPICA: Fix for extraneous debug message for packages by Bob Moore · 16 years ago
  36. 24a3157 ACPICA: Fix for possible error when packages/buffers are passed to methods externally by Bob Moore · 16 years ago
  37. a3df4da ACPICA: Update behavior of CopyObject to match ACPI spec by Lin Ming · 16 years ago
  38. 1d5b285 ACPICA: Fix for resource descriptor optimization issues for _CRS/_SRC by Bob Moore · 16 years ago
  39. b1dd909 ACPICA: Added new error messages by Bob Moore · 16 years ago
  40. 507f046 ACPICA: Add va_end statements as appropriate by Bob Moore · 16 years ago
  41. bc7a36a ACPICA: Fixes for Unload and DDBHandles by Lin Ming · 16 years ago
  42. 47c0872 ACPICA: Fix for LoadTable operator, input strings by Lin Ming · 16 years ago
  43. 200cce6 ACPICA: Fix for Load operator by Lin Ming · 16 years ago
  44. 9accd464 ACPICA: Methods now implicitly return 0 in slack mode by Lin Ming · 16 years ago
  45. 8246934 ACPICA: Fix for SizeOf when used with Buffers and Packages by Lin Ming · 16 years ago
  46. ef805d9 ACPICA: Implemented full argument resolution support for the BankValue argument to BankField by Lin Ming · 16 years ago
  47. 57345ee ACPICA: Undo accidental checkin of not-fully-tested mutex changes by Bob Moore · 16 years ago
  48. 941f48b ACPICA: Implemented full support for deferred execution for the TermArg string arguments for DataTableRegion by Lin Ming · 16 years ago
  49. 9aa6169 ACPICA: Fixed a problem with Index Fields where the Index register was incorrectly limited to a maximum of 32 bits by Bob Moore · 16 years ago
  50. 549f460 ACPICA: Fixed a problem with AcpiGetDevices where the search of a branch of the device tree could be terminated prematurely by Bob Moore · 16 years ago
  51. 1cb2ef6 ACPICA: Fixed a problem with CopyObject used in conjunction with the Index operator by Lin Ming · 16 years ago
  52. e5bcc81 ACPICA: Fixed a problem with Index references passed as method arguments by Lin Ming · 16 years ago
  53. 1f549a2 ACPICA: Fixed a problem with FromBCD and ToBCD with some compilers by Bob Moore · 16 years ago
  54. b160987 ACPICA: Fixes a problem with control method references within packages by Bob Moore · 16 years ago
  55. f2d6955 ACPICA: Cleanup of debug output by Bob Moore · 16 years ago
  56. b7f9f04 ACPICA: Cosmetic changes only, no functional changes by Bob Moore · 16 years ago
  57. 1d18c05 ACPICA: Cosmetic changes only, no functional changes by Bob Moore · 16 years ago
  58. 49718b1 ACPICA: Added additional parameter validation for LoadTable by Lin Ming · 16 years ago
  59. 9e41d93 ACPICA: Fixed a memory leak when Device or Thermal objects referenced in packages by Bob Moore · 16 years ago
  60. 7f4ac9f ACPICA: Fix for Load/LoadTable to specify load location by Bob Moore · 16 years ago
  61. d884164 ACPICA: Add error checks to prevent faults by Bob Moore · 16 years ago
  62. 98af37f ACPICA: Add a table checksum verify for Load operator by Bob Moore · 16 years ago
  63. a13b846 ACPICA: Fix for memory leak related to DdbHandle objects by Bob Moore · 16 years ago
  64. 61ce421 ACPICA: Fix a fault when storing DdbHandle to Debug object by Bob Moore · 16 years ago
  65. 5eb6918 ACPICA: Fix for fault if Load() fails by Bob Moore · 16 years ago
  66. 53cf174 ACPICA: Fix for Alias operator to see target child objects by Bob Moore · 16 years ago
  67. 1480882 ACPICA: Fix for namespace lookup problem by Lin Ming · 16 years ago
  68. 3e08e2d ACPICA: New interfaces for table event handlers by Lin Ming · 16 years ago
  69. e20a679 ACPICA: Support for iASL - multiple files and wildcards by Bob Moore · 16 years ago
  70. 6deb65d ACPICA: Updated error message for dynamic method serialization by Bob Moore · 16 years ago
  71. e5567af ACPICA: Fix for update of the Global Lock Handle by Bob Moore · 16 years ago
  72. 91d0213 ACPICA: Fix for package reference counts by Bob Moore · 16 years ago
  73. 422f4f9 ACPICA: Increase maximum buffer size dumped to screen in buffer object dump by Bob Moore · 16 years ago
  74. f02e9fa ACPICA: Misc fixes for recent global lock code update by Bob Moore · 16 years ago
  75. a69c77c ACPICA: Removed extraneous code by Bob Moore · 16 years ago
  76. 91e38d1 ACPICA: Update comments for acquire/release mutex interfaces by Bob Moore · 16 years ago
  77. 4b6e16c ACPICA: Avoid use of invalid pointers in returned object field by Bob Moore · 16 years ago
  78. 4e3156b ACPICA: changed order of interpretation of operand objects by Bob Moore · 16 years ago
  79. ba886cd ACPICA: Update for mutiple global lock acquisitions by same thread by Bob Moore · 16 years ago
  80. f654ecb ACPICA: Removed unused code by Bob Moore · 16 years ago
  81. 773069d ACPICA: Several fixes for internal method result stack by Bob Moore · 16 years ago
  82. e9b6269 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juhl/trivial by Linus Torvalds · 16 years ago
  83. b299c22 acpi: Storage class should be before const qualifier by Tobias Klauser · 16 years ago
  84. f70316d generic: use new set_cpus_allowed_ptr function by Mike Travis · 16 years ago
  85. f1241c8 Add down_timeout and change ACPI to use it by Matthew Wilcox · 16 years ago
  86. f0a37e0 acpi: bus: check once more for an empty list after locking it by Chuck Ebbert · 16 years ago
  87. 729b2bd ACPI : Disable the device's ability to wake the sleeping system in the boot phase by Zhao Yakui · 16 years ago
  88. ba62b07 acpi: fix "buggy BIOS check" when CPUs are hot removed by Alok Kataria · 16 years ago
  89. bb070e4 acpi thermal: fix result check by Krzysztof Helt · 16 years ago
  90. 797de7b Revert "ACPI: Ignore _BQC object when registering backlight device" by Linus Torvalds · 16 years ago
  91. 7731ce6 ACPI PM: Restore the 2.6.24 suspend ordering by Rafael J. Wysocki · 16 years ago
  92. 48d3d82 revert "ACPI: drivers/acpi: elide a non-zero test on a result that is never 0" by Ingo Molnar · 16 years ago
  93. 1192aeb ACPI: drivers/acpi: elide a non-zero test on a result that is never 0 by Julia Lawall · 16 years ago
  94. 86d9fc1 Merge branches 'release', 'idle', 'redhat-bugzilla-436589', 'sbs' and 'video' into release by Len Brown · 16 years ago
  95. 8e92b66 cpuidle: fix 100% C0 statistics regression by Venki Pallipadi · 16 years ago
  96. 996520c ACPI: fix mis-merge -- invoke acpi_unlazy_tlb() only on C3 entry by Venki Pallipadi · 16 years ago
  97. 5c9fcb5 ACPI: fix a regression of ACPI device driver autoloading by Zhang Rui · 16 years ago
  98. b97d480 ACPI: fix Medion _PRT quirk (use "ISA_", not "ISA") by Bjorn Helgaas · 16 years ago
  99. ce52ddf ACPI: EC: Don't delete boot EC by Alexey Starikovskiy · 16 years ago
  100. 6d9e112 ACPI: EC: Use default setup handler by Alexey Starikovskiy · 16 years ago