1. aaa93a6 ACPICA: Debugger: Fix dead lock issue ocurred in single stepping mode by Lv Zheng · 9 years ago
  2. 4d946f7 ACPI: Enable build of AML interpreter debugger by Lv Zheng · 9 years ago
  3. 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
  4. 086ab74 ACPICA: Debugger: Fix "terminate" command by cleaning up subsystem shutdown logic by Lv Zheng · 9 years ago
  5. af08f9c ACPICA: Debugger: Fix "quit/exit" command by cleaning up user commands termination logic by Lv Zheng · 9 years ago
  6. 9957510 ACPICA: Linuxize: Export debugger files to Linux by Lv Zheng · 9 years ago
  7. 842e7133 ACPICA: iASL: General cleanup of the file suffix #defines by Bob Moore · 9 years ago
  8. a5922a1 ACPICA: Improve typechecking, both compile-time and runtime by Bob Moore · 9 years ago
  9. cd64bbf ACPICA: Debugger: Update mutexes used for multithreaded debugger by Bob Moore · 9 years ago
  10. 92dc961 ACPICA: Update exception code for "file not found" error by Bob Moore · 9 years ago
  11. 69058dd ACPICA: iASL: Add symbolic operator support for Index() operator by Bob Moore · 9 years ago
  12. 9355611 ACPICA: Remove unnecessary conditional compilation by Bob Moore · 9 years ago
  13. 62fcce9 ACPICA: Tables: Fix FADT dependency regression by Lv Zheng · 9 years ago
  14. 2e5321c ACPICA: Debugger: Cleanup debugging outputs to dump name path without trailing underscores by Lv Zheng · 9 years ago
  15. a2352db ACPICA: Disassembler: Cleanup acpi_gbl_db_opt_verbose acpiexec usage by Lv Zheng · 9 years ago
  16. 1bdc63b ACPICA: Disassembler: Cleanup acpi_gbl_db_opt_disasm by Lv Zheng · 9 years ago
  17. f8fb4c3 ACPICA: Debugger: Split debugger initialization/termination APIs by Lv Zheng · 9 years ago
  18. 47cdf8c ACPICA: Make the max-number-of-loops runtime configurable by Bob Moore · 9 years ago
  19. e69ab9a ACPICA: Debugger: Add option to display namespace summary/counts by Bob Moore · 9 years ago
  20. 25823e7 ACPICA: Add additional debug info/statements by Bob Moore · 9 years ago
  21. 3c0503d ACPICA: Table handling: Cleanup and update debug output for tools by Bob Moore · 9 years ago
  22. 93cdafa ACPICA: acpiexec/acpinames: Support very large number of ACPI tables by Bob Moore · 9 years ago
  23. 17dd4dc ACPICA: acpinames: Add new options and wildcard support by Bob Moore · 9 years ago
  24. 7484619 ACPICA: Tables: Cleanup to reduce FACS globals by Lv Zheng · 9 years ago
  25. 8ec3f45 ACPICA: Tables: Fix global table list issues by removing fixed table indexes by Lv Zheng · 9 years ago
  26. 92b21a9 ACPICA: Update info messages during ACPICA init by Bob Moore · 9 years ago
  27. 2aabfad ACPICA: Disassembler: Update for new listing mode by Bob Moore · 9 years ago
  28. 9f41fd8 ACPICA: Update parameter validation for data_table_region and load_table by Bob Moore · 9 years ago
  29. 3534969 ACPICA: Disassembler: Remove duplicate code in _PLD processing. by Bob Moore · 9 years ago
  30. 4712f71 ACPICA: Correctly cleanup after a ACPI table load failure by Bob Moore · 9 years ago
  31. 6d9be0a ACPICA: iASL/Disassembler: Add prototype verbose mode by Bob Moore · 9 years ago
  32. fdd8d83 ACPICA: Debugger: Move debugger specific APIs to debugger component by Lv Zheng · 9 years ago
  33. 02ca26b ACPICA: Debugger: Reduce structure size for debugger by Lv Zheng · 9 years ago
  34. 88606a2 ACPICA: Cleanup use of NEGATIVE and POSITIVE defines by Bob Moore · 9 years ago
  35. 2762919 ACPICA: Cleanup use of all non-ANSI local C library functions by Bob Moore · 9 years ago
  36. 53d9edc ACPICA: iASL: Add new warnings for method local_x and arg_x variables by Bob Moore · 9 years ago
  37. dc67d0f ACPICA: Remove extraneous check for null walk_state by Markus Elfring · 9 years ago
  38. ec4252a ACPICA: Parser: Remove redundant opcode execution debugging output by Lv Zheng · 9 years ago
  39. fb18e8f ACPICA: Executer: Add option to bypass opcode tracing by Lv Zheng · 9 years ago
  40. bab0482 ACPICA: Executer: Add OSL trace hook support by Lv Zheng · 9 years ago
  41. ab6c573 ACPICA: Executer: Add interpreter tracing mode for method tracing facility by Lv Zheng · 9 years ago
  42. a616dc2 ACPICA: Dispatcher: Add trace support for interpreter by Lv Zheng · 9 years ago
  43. 0bac429 ACPICA: Dispatcher: Move stack traversal code to dispatcher by Lv Zheng · 9 years ago
  44. d1e7ffe ACPICA: Namespace: Add function to directly return normalized full path by Lv Zheng · 9 years ago
  45. 07b9c91 ACPICA: Executer: Add back pointing reference of method operand by Lv Zheng · 9 years ago
  46. 62eb935 ACPICA: Dispatcher: Cleanup union acpi_operand_object's AML address assignments by Lv Zheng · 9 years ago
  47. 950a429 ACPICA: Parser: Cleanup aml_offset in union acpi_operand_object by Lv Zheng · 9 years ago
  48. 83482f7 ACPICA: Parser: Cleanup aml_offset in struct acpi_walk_state by Lv Zheng · 9 years ago
  49. eb87a05 ACPICA: Parser: Reduce parser/namespace divergences for tracer support by Lv Zheng · 9 years ago
  50. ea7d521 Revert 'Revert "ACPICA: Permanently set _REV to the value '2'."' by Rafael J. Wysocki · 9 years ago
  51. 3d2967b ACPICA: Comment update, no functional change by gongzg · 9 years ago
  52. 747ef1b ACPICA: Split C library prototypes to new header by Bob Moore · 9 years ago
  53. 4fa4616 ACPICA: De-macroize calls to standard C library functions by Bob Moore · 9 years ago
  54. fde175e ACPICA: Cleanup output for the ASL Debug object by Bob Moore · 9 years ago
  55. dc00203 ACPICA: Update for acpi_install_table memory types by Zhang Rui · 9 years ago
  56. 8ea9865 ACPICA: Namespace: Change namespace override to avoid node deletion by Bob Moore · 9 years ago
  57. fe53699 ACPICA: Namespace: Add support of OSDT table by Bob Moore · 9 years ago
  58. 8f6f036 ACPICA: Namespace: Add support to allow overriding objects by Lv Zheng · 9 years ago
  59. f65358e ACPICA: Utilities: Add _CLS processing by Suravee Suthikulpanit · 9 years ago
  60. c04be18 ACPICA: Tables: Fix an issue that FACS initialization is performed twice by Lv Zheng · 9 years ago
  61. f06147f ACPICA: Hardware: Enable firmware waking vector for both 32-bit and 64-bit FACS by Lv Zheng · 9 years ago
  62. c04e1fb ACPICA: Tables: Enable both 32-bit and 64-bit FACS by Lv Zheng · 9 years ago
  63. aca2a5d ACPICA: Hardware: Enable 64-bit firmware waking vector for selected FACS by Lv Zheng · 9 years ago
  64. 7011bf4 ACPICA: Linuxize: Replace __FUNCTION__ with __func__ by Lv Zheng · 9 years ago
  65. 52c1d80 ACPICA: Linuxize: Reduce divergences for 20150616 release by Lv Zheng · 9 years ago
  66. 04f8e38 ACPICA: ACPI 6.0: Add support for NFIT table. by Bob Moore · 9 years ago
  67. 0bb346c ACPICA: acpi_help: Add option to display all known/supported ACPI tables. by Bob Moore · 9 years ago
  68. 5b0bbfb ACPICA: iASL/disassembler - fix possible fault for -e option. by Bob Moore · 9 years ago
  69. 2900d56 ACPICA: Hardware: Fix a resource leak issue in acpi_hw_build_pci_list(). by Lv Zheng · 9 years ago
  70. c8dec74 ACPICA: Dispatcher: Fix a resource leak issue in acpi_ds_auto_serialize_method(). by Lv Zheng · 9 years ago
  71. a737222 ACPICA: iASL: Enhance detection of non-ascii or corrupted input files. by Bob Moore · 9 years ago
  72. b0e01c7 ACPICA: Parser: Move a couple externals to the proper header. by Bob Moore · 9 years ago
  73. e34a781 ACPICA: ACPI 6.0: Add support for new predefined names. by Bob Moore · 9 years ago
  74. ff284f3 Revert "ACPICA: Permanently set _REV to the value '2'." by Rafael J. Wysocki · 9 years ago
  75. 0ee0d34 ACPICA: Store GPE register enable masks upfront by Rafael J. Wysocki · 9 years ago
  76. cef9aaa ACPICA: Fix a couple issues with the local printf module. by Lv Zheng · 9 years ago
  77. d5a6f6b ACPICA: Add "//" before ascii output of buffers. by Bob Moore · 9 years ago
  78. 5394517 ACPICA: Remove unused internal AML opcode. by Bob Moore · 9 years ago
  79. b1ef297 ACPICA: Permanently set _REV to the value '2'. by Bob Moore · 9 years ago
  80. 796888e ACPICA: Add "Windows 2015" string to _OSI support. by Bob Moore · 9 years ago
  81. 56a3d5e ACPICA: Add infrastructure for External() opcode. by Bob Moore · 9 years ago
  82. 2e7cc46 ACPICA: iASL: Enhancement for constant folding. by Bob Moore · 9 years ago
  83. 8b0b1a9 ACPICA: iASL/Disassembler: Add option to assume table contains valid AML. by Bob Moore · 9 years ago
  84. 0a38113 ACPICA: Update AML Debugger global variables. by Bob Moore · 9 years ago
  85. 39239fe ACPICA: Update Resource descriptor dump module. by Bob Moore · 9 years ago
  86. 938ed10 ACPICA: Casting changes around acpi_physical_address/acpi_size. by Bob Moore · 9 years ago
  87. 27c481f ACPICA: Resources: Correct conditional compilation definitions. by Lv Zheng · 9 years ago
  88. 6306bf8 ACPICA: Utilities: Correct conditional compilation definitions. by Lv Zheng · 9 years ago
  89. 76cffa7 ACPICA: Tables: Move an iasl specific table function to iasl source file. by Lv Zheng · 9 years ago
  90. 9bd4ce3 ACPICA: Utilities: Remove unused acpi_ut_create_pkg_state_and_push(). by Rickard Strandqvist · 9 years ago
  91. 1797d37 ACPICA: Applications: Remove use of __DATE__ macro. by Rasmus Villemoes · 9 years ago
  92. 09af8e8 ACPICA: Events: Add support to return both enable/status register values for GPE and fixed event. by Lv Zheng · 9 years ago
  93. 77ddc2f ACPICA: Tables: Don't release ACPI_MTX_TABLES in acpi_tb_install_standard_table(). by Octavian Purdila · 9 years ago
  94. 1d0a0b2 ACPICA: Utilities: Cleanup to remove useless ACPI_PRINTF/FORMAT_xxx helpers. by Lv Zheng · 9 years ago
  95. cc2080b ACPICA: Utilities: Cleanup to convert physical address printing formats. by Lv Zheng · 9 years ago
  96. 6d3fd3c ACPICA: Utilities: Cleanup to enforce ACPI_PHYSADDR_TO_PTR()/ACPI_PTR_TO_PHYSADDR(). by Lv Zheng · 9 years ago
  97. ea28492 ACPICA: Executer: Cleanup to remove an unnecessary conversion. by Lv Zheng · 9 years ago
  98. f254e3c ACPICA: Tables: Change acpi_find_root_pointer() to use acpi_physical_address. by Lv Zheng · 9 years ago
  99. 18ae902 ACPICA: Linuxize: Reduce divergences for 20150410 release. by Lv Zheng · 9 years ago
  100. 02f1f21 kernel.h: remove ancient __FUNCTION__ hack by Rasmus Villemoes · 9 years ago