1. fdb8c58 Merge branches 'apei', 'battery-mwh-fix', 'bugzilla-10807', 'bugzilla-14736', 'bugzilla-14679', 'bugzilla-16396', 'launchpad-613381' and 'misc' into release by Len Brown · 14 years ago
  2. 58f87ed ACPI: Fix typos by Lucas De Marchi · 14 years ago
  3. 573b638 ACPI: enable repeated PCIEXP wakeup by clearing PCIEXP_WAKE_STS on resume by Colin Ian King · 14 years ago
  4. cfa806f gcc-4.6: ACPI: fix unused but set variables in ACPI by Andi Kleen · 14 years ago
  5. c172cb7 Merge branch 'acpica-gpe' into release by Len Brown · 14 years ago
  6. c637e48 ACPI: introduce module parameter acpi.aml_debug_output by Zhang Rui · 14 years ago
  7. 9e50ab9 Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  8. 28f4f8a ACPI / ACPICA: Fix reference counting problems with GPE handlers by Rafael J. Wysocki · 14 years ago
  9. a0d4687 ACPI / ACPICA: Simplify acpi_ev_initialize_gpe_block() by Rafael J. Wysocki · 15 years ago
  10. 9ce10df8 ACPI / ACPICA: Fail acpi_gpe_wakeup() if ACPI_GPE_CAN_WAKE is unset by Rafael J. Wysocki · 15 years ago
  11. 9874647 ACPI / ACPICA: Do not execute _PRW methods during initialization by Rafael J. Wysocki · 15 years ago
  12. 0907925 ACPICA: Fix for Alias references within Package objects by Bob Moore · 15 years ago
  13. 150dba3 ACPICA: Fix lint warning for 64-bit constant by Bob Moore · 15 years ago
  14. de5668f ACPICA: Remove obsolete GPE function by Bob Moore · 15 years ago
  15. 546eb57 ACPICA: Drop acpi_set_gpe by Rafael J. Wysocki · 15 years ago
  16. 3bd741b ACPICA: Use low-level GPE enable during GPE block initialization by Rafael J. Wysocki · 15 years ago
  17. a44061a ACPICA: Remove wakeup GPE reference counting which is not used by Rafael J. Wysocki · 15 years ago
  18. e8b6f97 ACPICA: Introduce acpi_gpe_wakeup() by Rafael J. Wysocki · 15 years ago
  19. b76df67 ACPICA: Rename acpi_hw_gpe_register_bit by Lin Ming · 15 years ago
  20. a9fc031 ACPICA: Optimization: Reduce the number of namespace walks by Alexey Starikovskiy · 15 years ago
  21. 20d33ae ACPICA: Update flags for operand object by Bob Moore · 15 years ago
  22. c45b5c0 ACPICA: Performance enhancement for namespace search and access by Alexey Starikovskiy · 15 years ago
  23. 5821f75 ACPICA: Expand device initialization counters to 32 bits by Bob Moore · 15 years ago
  24. b27d659 ACPICA: Core: Replace all %d format specifiers with %u (unsigned) by Bob Moore · 15 years ago
  25. 96b7b7a ACPICA: Expand initialization counters to 32 bits by Alexey Starikovskiy · 15 years ago
  26. 507f7d5 ACPICA: iASL/Core: Add support for _WDG/_WED MS methods by Bob Moore · 15 years ago
  27. aa9d360 ACPICA: Add comment: _BCL cannot be sorted on the fly by Bob Moore · 15 years ago
  28. 3d69583 ACPI: handle systems which asynchoronously enable ACPI mode by Len Brown · 15 years ago
  29. d9a799d Merge branch 'acpica-cherry-pick' into release by Len Brown · 15 years ago
  30. b681f7d ACPICA: Truncate I/O addresses to 16 bits for Windows compatibility by Matthew Garrett · 15 years ago
  31. 9cbfa18 ACPICA: Limit maximum time for Sleep() operator by Bob Moore · 15 years ago
  32. 9263482 Merge branch 'gpe-regression-fixes' into release by Len Brown · 15 years ago
  33. ce43ace ACPI / ACPICA: Fix GPE initialization by Rafael J. Wysocki · 15 years ago
  34. c9a8bbb ACPI / ACPICA: Avoid writing full enable masks to GPE registers by Rafael J. Wysocki · 15 years ago
  35. fd24744 ACPI / ACPICA: Fix low-level GPE manipulation code by Rafael J. Wysocki · 15 years ago
  36. e4e9a73 ACPI / ACPICA: Use helper function for computing GPE masks by Rafael J. Wysocki · 15 years ago
  37. a997ab3 ACPI / ACPICA: Do not attempt to disable GPE when installing handler by Rafael J. Wysocki · 15 years ago
  38. 9a90e09 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  39. b430acb ACPICA: simplify SCI_EN workaround by Len Brown · 15 years ago
  40. ada241d ACPICA: Rename acpi_ex_system_do_suspend->acpi_ex_system_do_sleep by Bob Moore · 15 years ago
  41. 17b8232 ACPICA: Prevent possible allocation overrun during object copy by Lin Ming · 15 years ago
  42. 3fe5020 ACPICA: Split large file, evgpeblk by Bob Moore · 15 years ago
  43. 186c307 ACPICA: Add GPE support for dynamically loaded ACPI tables by Bob Moore · 15 years ago
  44. b9ee204 ACPICA: Clarify/rename some root table descriptor fields by Bob Moore · 15 years ago
  45. 0f849d2 ACPICA: Minimize the differences between linux GPE code and ACPICA code base by Lin Ming · 15 years ago
  46. aa2110c ACPI: add boot option acpi=copy_dsdt to fix corrupt DSDT by Lin Ming · 15 years ago
  47. 43323cb ACPICA: Update DSDT copy/detection. by Bob Moore · 15 years ago
  48. 69ec87e ACPICA: Add subsystem option to force copy of DSDT to local memory by Lin Ming · 15 years ago
  49. 729df0f ACPICA: Add detection of corrupted/replaced DSDT by Lin Ming · 15 years ago
  50. c1637e9 ACPICA: Add write support for DataTable operation regions by Bob Moore · 15 years ago
  51. 333b04a ACPICA: Fix for acpi_reallocate_root_table for incorrect root table copy by Alexey Starikovskiy · 15 years ago
  52. a7499bc ACPICA: Update comments/headers, no functional change by Bob Moore · 15 years ago
  53. e0f4028 ACPICA: Fix for possible fault in acpi_ex_release_mutex by Lin Ming · 15 years ago
  54. f6a22b0 ACPICA: Standardize integer output for ACPICA warnings/errors by Bob Moore · 15 years ago
  55. 4cdf1a5 ACPICA: Enhance configuration for output of AML Debug Object by Lin Ming · 15 years ago
  56. bc39669 Merge branch 'bugzilla-15749' into release by Len Brown · 15 years ago
  57. 2060c44 ACPI: EC: Limit burst to 64 bits by Alexey Starikovskiy · 15 years ago
  58. c25f7cf Merge branches 'battery', 'bugzilla-14667', 'bugzilla-15096', 'bugzilla-15480', 'bugzilla-15521', 'bugzilla-15605', 'gpe-reference-counters', 'misc', 'pxm-fix' and 'video-random-key' into release by Len Brown · 15 years ago
  59. bf02bd2 ACPI / ACPICA: Do not check reference counters in acpi_ev_enable_gpe() by Rafael J. Wysocki · 15 years ago
  60. dadf28a ACPI: EC: Allow multibyte access to EC by Alexey Starikovskiy · 15 years ago
  61. 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 · 15 years ago
  62. 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
  63. cbbc0de ACPI: Use GPE reference counting to support shared GPEs by Rafael J. Wysocki · 15 years ago
  64. 3f0be67 ACPI / ACPICA: Multiple system notify handlers per device by Rafael J. Wysocki · 15 years ago
  65. 9630bdd ACPI: Use GPE reference counting to support shared GPEs by Rafael J. Wysocki · 15 years ago
  66. 38bcb37 ACPICA: fix acpi_ex_release_mutex() comment by Bartlomiej Zolnierkiewicz · 15 years ago
  67. 758d493 ACPICA: Disassembler: Remove obsolete "Integer64" field in parse object by Bob Moore · 15 years ago
  68. 5df7e6c ACPICA: Remove obsolete ACPI_INTEGER (acpi_integer) type by Bob Moore · 15 years ago
  69. 091f4d7 ACPICA: Predefined name repair: fix NULL package elements by Bob Moore · 15 years ago
  70. 5f8902ac ACPICA: AcpiGetDevices: Eliminate unnecessary _STA calls by Lin Ming · 15 years ago
  71. a8357b0 ACPICA: Update all ACPICA copyrights and signons to 2010 by Bob Moore · 15 years ago
  72. 2147d3f ACPICA: Update for new gcc-4 warning options by Bob Moore · 15 years ago
  73. 173cc11 Merge branch 'acpica' into release by Len Brown · 15 years ago
  74. fbc3be2 ACPICA: Move check for valid Thread ID structure by Dan Carpenter · 15 years ago
  75. d4085a3 ACPICA: Predefined name repair: automatically remove null package elements by Bob Moore · 15 years ago
  76. e31c32c ACPICA: Module-level code: enable _REG execution in same scope by Lin Ming · 15 years ago
  77. 465da9e ACPICA: Conditionally perform complex per-predefined-name repairs by Bob Moore · 15 years ago
  78. 43420bb ACPICA: Update function headers and comments, no functional change by Bob Moore · 15 years ago
  79. 3a58176 ACPICA: Remove messages if predefined repair(s) are successful by Bob Moore · 15 years ago
  80. ea7c5ec ACPICA: Move Package-to-Buffer repair code into common ToBuffer function by Bob Moore · 15 years ago
  81. d976591 ACPICA: Fix mutex errors when running _REG methods by Bob Moore · 15 years ago
  82. 90434c1 ACPICA: Update function headers, no functional change by Bob Moore · 15 years ago
  83. 47e11d5 ACPICA: Add more conversions to predefined name repair module by Bob Moore · 15 years ago
  84. f24b664 ACPICA: Update internal namespace node/handle interfaces by Bob Moore · 15 years ago
  85. 34c39c7 ACPICA: Add repair for bad _FDE/_GTM buffers by Bob Moore · 15 years ago
  86. ebdca3e ACPICA: Fix two additional Scope override error messages by Bob Moore · 15 years ago
  87. f2cb125 ACPICA: Fix two Scope type error messages by Bob Moore · 15 years ago
  88. 583061c ACPICA: Fix possible memory leak for module-level code execution by Lin Ming · 15 years ago
  89. 3067e02 Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  90. d0b3b11 ACPICA: Silence the warning about _BIF returning the buffer by Alexey Starikovskiy · 15 years ago
  91. 9a884ab ACPICA: Add additional module-level code support by Lin Ming · 15 years ago
  92. dc95a27 ACPICA: Deploy new create integer interface where appropriate by Bob Moore · 15 years ago
  93. 502f7ef ACPICA: New internal utility function to create Integer objects by Bob Moore · 15 years ago
  94. ad5babe ACPICA: Add repair for predefined methods that must return sorted lists by Bob Moore · 15 years ago
  95. 419a909 ACPICA: Fix possible fault if return Package objects contain NULL elements by Bob Moore · 15 years ago
  96. 2263576 ACPICA: Add post-order callback to acpi_walk_namespace by Lin Ming · 15 years ago
  97. 7d5d05d ACPICA: Change package length error message to an info message by Bob Moore · 15 years ago
  98. 7df200c ACPICA: Reduce severity of predefined repair messages, Warning to Info by Bob Moore · 15 years ago
  99. 50b77ed ACPICA: Fix possible memory leak for Scope ASL operator by Lin Ming · 15 years ago
  100. 74d3ec7 ACPICA: Remove possibility of executing _REG methods twice by Lin Ming · 15 years ago