1. f5c1e1c ACPICA: Divergence: remove unwanted spaces for typedef by Lv Zheng · 8 years ago
  2. 2d3349d ACPICA: Namespace: Reorder \_SB._INI to make sure it is evaluated before _REG evaluations by Lv Zheng · 8 years ago
  3. d1461a1 ACPICA: Events: Fix an issue that _REG association can happen before namespace is initialized by Lv Zheng · 8 years ago
  4. ca4fc02 ACPICA: Tables: Fix wrong MLC condition for dynamic table loading by Lv Zheng · 8 years ago
  5. 7854205 ACPICA: Interpreter: Fix wrong conditions for acpi_ev_install_region_handlers() invocation by Lv Zheng · 8 years ago
  6. 920de6e ACPICA: Hardware: Enhance acpi_hw_validate_register() with access_width/bit_offset awareness by Lv Zheng · 8 years ago
  7. 0461f34 Utilities: Fix missing parentheses in ACPI_GET_BITS()/ACPI_SET_BITS() by Lv Zheng · 8 years ago
  8. a8d1e1c ACPICA: Utilities: Add ACPI_IS_POWER_OF_TWO() by Lv Zheng · 8 years ago
  9. 7447bc1 ACPICA: iASL/Disassembler: Improve handling of unresolved methods by Bob Moore · 8 years ago
  10. 0dfaaa3 ACPICA: All: const keyword changes across the ACPICA source by Bob Moore · 8 years ago
  11. 3a05be7 ACPICA: Utilities: Update for strtoul64 merger by Bob Moore · 8 years ago
  12. 2156510 ACPICA: Cleanup some invocation indentations, no functional change by Bob Moore · 8 years ago
  13. fe0f876 ACPICA: iASL: Cleanup/optimization for ToPLD macro support by Bob Moore · 8 years ago
  14. d8aa069 ACPICA: Interpreter: Update some function headers, no functional change by Bob Moore · 8 years ago
  15. 890b090 ACPICA: Intepreter: Add object extensions to Concatenate operand by Bob Moore · 8 years ago
  16. a88e0ce ACPICA: ACPI 6.1: Add full support for this version of ACPI spec by Bob Moore · 8 years ago
  17. b94cd81 ACPICA: Tables: Update FADT handling by Bob Moore · 8 years ago
  18. 80b2881 ACPICA: Linuxize: reduce divergences for 20160212 release by Lv Zheng · 8 years ago
  19. 255a60f Merge branch 'acpica' by Rafael J. Wysocki · 8 years ago
  20. 5508df8 ACPICA / Interpreter: Fix a regression triggered because of wrong Linux ECDT support by Lv Zheng · 8 years ago
  21. 0dda885 ACPICA: Revert "Parser: Fix for SuperName method invocation" by Bob Moore · 9 years ago
  22. 1e059e2 ACPICA: Utilities: Update trace mechinism for acquire_object by Bob Moore · 9 years ago
  23. ebc3c9b ACPICA: Namespace: Rename acpi_gbl_reg_methods_enabled to acpi_gbl_namespace_initialized by Lv Zheng · 9 years ago
  24. ced0436 ACPICA: Namespace: Ensure \_SB._INI executed before any _REG by Lv Zheng · 9 years ago
  25. 9559130 ACPICA: ACPICA: Tune _REG evaluations order in the initialization steps by Lv Zheng · 9 years ago
  26. cc82f18 ACPICA: Tables: make default region accessible during the table load by Lv Zheng · 9 years ago
  27. b3aec97 ACPICA: ACPI 6.0/iASL: Add support for the External AML opcode by David E. Box · 9 years ago
  28. 05fb04b ACPICA: Remove unnecessary arguments to ACPI_INFO by Bob Moore · 9 years ago
  29. c340e5f ACPICA: debugger: dbconvert: free pld_info on error return path by Colin Ian King · 9 years ago
  30. 50db305 ACPICA: iASL: Update to use internal acpi_ut_strtoul64 function by Bob Moore · 9 years ago
  31. 27eb748 ACPICA: iASL: Fix some typos with the name strtoul64 by Bob Moore · 9 years ago
  32. e448c09 ACPICA: Remove incorrect "static" from a global structure by Bob Moore · 9 years ago
  33. 3008ea9 ACPICA: aclocal: Put parens around some definitions. by waddlesplash · 9 years ago
  34. c11e5dd ACPICA: Silence a -Wbad-function-cast warning when acpi_uintptr_t is 'uintptr_t' by Lv Zheng · 9 years ago
  35. c8100dc ACPICA: Additional 2016 copyright changes by Bob Moore · 9 years ago
  36. 66e42ee ACPICA: Reduce regression fix divergence from upstream ACPICA by Lv Zheng · 9 years ago
  37. e3e9b57 ACPICA: Drop Linux-specific waking vector functions by Rafael J. Wysocki · 9 years ago
  38. 2785ce8 ACPICA: Add per-table execution of module-level code by Bob Moore · 9 years ago
  39. 2247235 ACPICA: Add "root node" case to the ACPI name repair code by Bob Moore · 9 years ago
  40. d815346 ACPICA: Events: Introduce ACPI_REG_DISCONNECT invocation to acpi_ev_execute_reg_methods() by Lv Zheng · 9 years ago
  41. efaed9b ACPICA: Events: Enhance acpi_ev_execute_reg_method() to ensure no _REG evaluations can happen during OS early boot stages by Lv Zheng · 9 years ago
  42. 849c257 ACPICA: Events: Split acpi_ev_associate_reg_method() from region initialization code by Lv Zheng · 9 years ago
  43. 1d65d9a ACPICA: Events: Fix an issue that region object is re-attached to another scope when it is already attached by Lv Zheng · 9 years ago
  44. 2e1beaf ACPICA: Utilities: Reorder initialization code by Lv Zheng · 9 years ago
  45. aa6abd2 ACPICA: Events: Uses common_notify for address space handlers by Lv Zheng · 9 years ago
  46. f31a99ce ACPICA: Events: Deploys acpi_ev_find_region_handler() by Lv Zheng · 9 years ago
  47. 7b73806 ACPICA: Cleanup code related to the per-table module level improvement by Bob Moore · 9 years ago
  48. 3c5d3d2 ACPICA: Update for CondRefOf and RefOf operators by Bob Moore · 9 years ago
  49. f70008d ACPICA: Update internal #defines for ObjectType operator. No functional change by Bob Moore · 9 years ago
  50. cca7a6e ACPICA: Update parameter type for ObjectType operator by Bob Moore · 9 years ago
  51. ae90fbf ACPICA: Parser: Fix for SuperName method invocation by Bob Moore · 9 years ago
  52. 89438f9 ACPICA: Parser: Add constants for internal namepath function by Bob Moore · 9 years ago
  53. 8d0b5b7 ACPICA: iasl/Disassembler: Support ASL ElseIf operator by Bob Moore · 9 years ago
  54. adeb79d ACPICA: Tools: Add spacing and missing options in acpibin tool by Colin Ian King · 9 years ago
  55. ee38740 ACPICA: Namespace: Add String -> ObjectReference conversion support by Lv Zheng · 9 years ago
  56. 4debda5 ACPICA: Namespace: Add scope information to the simple object repair mechanism by Lv Zheng · 9 years ago
  57. 50da985 ACPICA: Update for output of the Debug Object by Bob Moore · 9 years ago
  58. 973da57 ACPICA: Debug object: Fix output for a NULL object by Bob Moore · 9 years ago
  59. 5e56830 ACPICA: Debug Object: Cleanup output by Bob Moore · 9 years ago
  60. 7910617 ACPICA: Concatenate operator: Add extensions to support all ACPI objects by Bob Moore · 9 years ago
  61. 3727ec2 ACPICA: acpiexec/acpinames: Update for error checking macros by Bob Moore · 9 years ago
  62. c6c6069 ACPICA: Add comment explaining _SUB removal by Bob Moore · 9 years ago
  63. 07cb390 ACPICA: Revert "acpi_get_object_info: Add support for ACPI 5.0 _SUB method." by Bob Moore · 9 years ago
  64. 4d16ca1 ACPICA: Debugger: Remove some unecessary NULL checks by Markus Elfring · 9 years ago
  65. 395ec73 ACPICA: iasl/acpiexec: Update input file handling and verification by Bob Moore · 9 years ago
  66. 2ba7379 ACPICA: Disassembler/tools: Support for multiple ACPI tables in one file by Bob Moore · 9 years ago
  67. 675dfa0 ACPICA: acpiexec: Add support for AML files containing multiple tables by Bob Moore · 9 years ago
  68. 5df2e3e ACPICA: Split interpreter tracing functions to a new file by Bob Moore · 9 years ago
  69. 1fad873 ACPICA: Core: Major update for code formatting, no functional changes by Bob Moore · 9 years ago
  70. cd162b3 ACPICA: exmutex: General cleanup, restructured some code by Bob Moore · 9 years ago
  71. c118abc ACPICA: Add "const" to some functions that return fixed strings by LABBE Corentin · 9 years ago
  72. 33d3a2a ACPICA: Fix SyncLevel support interaction with method auto-serialization by David E. Box · 9 years ago
  73. 0e166e4 ACPICA: Debugger: reduce old external path format by Lv Zheng · 9 years ago
  74. ac9b64a ACPICA: Namespace: Fix wrong error log by Lv Zheng · 9 years ago
  75. a59b679 ACPICA: acpi_get_sleep_type_data: Reduce warnings by Prarit Bhargava · 9 years ago
  76. 5431b65 ACPICA: Linuxize: reduce divergences for 20151218 release by Lv Zheng · 9 years ago
  77. 8a2a250 ACPICA: Debugger: Fix runtime stub issues of ACPI_DEBUGGER_EXEC using different stub mechanism by Lv Zheng · 9 years ago
  78. f8d3148 ACPICA: Debugger: Convert some mechanisms to OSPM specific by Lv Zheng · 9 years ago
  79. 9688923 ACPICA: Debugger: Remove unnecessary status check by Colin Ian King · 9 years ago
  80. aaa93a6 ACPICA: Debugger: Fix dead lock issue ocurred in single stepping mode by Lv Zheng · 9 years ago
  81. 4d946f7 ACPI: Enable build of AML interpreter debugger by Lv Zheng · 9 years ago
  82. f988f24 ACPICA: Debugger: Add thread ID support so that single step mode can only apply to the debugger thread by Lv Zheng · 9 years ago
  83. 086ab74 ACPICA: Debugger: Fix "terminate" command by cleaning up subsystem shutdown logic by Lv Zheng · 9 years ago
  84. af08f9c ACPICA: Debugger: Fix "quit/exit" command by cleaning up user commands termination logic by Lv Zheng · 9 years ago
  85. 9957510 ACPICA: Linuxize: Export debugger files to Linux by Lv Zheng · 9 years ago
  86. 842e7133 ACPICA: iASL: General cleanup of the file suffix #defines by Bob Moore · 9 years ago
  87. a5922a1 ACPICA: Improve typechecking, both compile-time and runtime by Bob Moore · 9 years ago
  88. cd64bbf ACPICA: Debugger: Update mutexes used for multithreaded debugger by Bob Moore · 9 years ago
  89. 92dc961 ACPICA: Update exception code for "file not found" error by Bob Moore · 9 years ago
  90. 69058dd ACPICA: iASL: Add symbolic operator support for Index() operator by Bob Moore · 9 years ago
  91. 9355611 ACPICA: Remove unnecessary conditional compilation by Bob Moore · 9 years ago
  92. 62fcce9 ACPICA: Tables: Fix FADT dependency regression by Lv Zheng · 9 years ago
  93. 2e5321c ACPICA: Debugger: Cleanup debugging outputs to dump name path without trailing underscores by Lv Zheng · 9 years ago
  94. a2352db ACPICA: Disassembler: Cleanup acpi_gbl_db_opt_verbose acpiexec usage by Lv Zheng · 9 years ago
  95. 1bdc63b ACPICA: Disassembler: Cleanup acpi_gbl_db_opt_disasm by Lv Zheng · 9 years ago
  96. f8fb4c3 ACPICA: Debugger: Split debugger initialization/termination APIs by Lv Zheng · 9 years ago
  97. 47cdf8c ACPICA: Make the max-number-of-loops runtime configurable by Bob Moore · 9 years ago
  98. e69ab9a ACPICA: Debugger: Add option to display namespace summary/counts by Bob Moore · 9 years ago
  99. 25823e7 ACPICA: Add additional debug info/statements by Bob Moore · 9 years ago
  100. 3c0503d ACPICA: Table handling: Cleanup and update debug output for tools by Bob Moore · 9 years ago