1. 17d15ae ACPICA: Disassembler: create buffer fields in ACPI_PARSE_LOAD_PASS1 by Erik Kaneda · 4 years, 9 months ago
  2. aa34301 ACPICA: Never run _REG on system_memory and system_IO by Bob Moore · 6 years ago
  3. 9c6d844 ACPICA: acpi: acpica: fix acpi operand cache leak in nseval.c by Seunghun Han · 7 years ago
  4. 1e45b8d ACPICA: Events: add a return on failure from acpi_hw_register_read by Erik Schmauss · 7 years ago
  5. 352b45c ACPICA: Disassembler: Abort on an invalid/unknown AML opcode by Bob Moore · 7 years ago
  6. 9711cf1 ACPICA: Events: Add runtime stub support for event APIs by Lv Zheng · 7 years ago
  7. 2915f16 ACPICA: Namespace: fix operand cache leak by Seunghun Han · 7 years ago
  8. e2174b0 Revert "ACPICA: FADT support cleanup" by Rafael J. Wysocki · 8 years ago
  9. 8633db6 ACPICA: Dispatcher: Fix interpreter locking around acpi_ev_initialize_region() by Lv Zheng · 8 years ago
  10. 8121aa2 ACPICA: Dispatcher: Fix an unbalanced lock exit path in acpi_ds_auto_serialize_method() by Lv Zheng · 8 years ago
  11. 25ccd24 ACPICA: Dispatcher: Fix order issue of method termination by Lv Zheng · 8 years ago
  12. 7a0b71d ACPICA: Parser: Fix a regression in LoadTable support by Lv Zheng · 8 years ago
  13. 9febcdc ACPICA: Tables: Fix "UNLOAD" code path lock issues by Lv Zheng · 8 years ago
  14. 86ec64b ACPICA: Tables: Fix a regression in acpi_tb_find_table() by Lv Zheng · 8 years ago
  15. ac0f06e ACPICA: Tables: Tune table mutex to be a leaf lock by Lv Zheng · 8 years ago
  16. 441ad11 ACPICA: Dispatcher: Fix a mutex issue for method auto serialization by Lv Zheng · 8 years ago
  17. 74f51b8 ACPICA: Namespace: Fix dynamic table loading issues by Lv Zheng · 8 years ago
  18. c2d981a ACPICA: Namespace: Add acpi_ns_get_node_unlocked() by Lv Zheng · 8 years ago
  19. de56ba9 ACPICA: Interpreter: Fix MLC issues by switching to new term_list grammar for table loading by Lv Zheng · 8 years ago
  20. 955f485 ACPICA: Update return value for intenal _OSI method by Bob Moore · 8 years ago
  21. 4e0b26d3 ACPICA: Tables: Override all 64-bit GAS fields when acpi_gbl_use32_bit_fadt_addresses is TRUE by Lv Zheng · 8 years ago
  22. bdbe5df ACPICA: Tables: Add new table events indicating table installation/uninstallation by Lv Zheng · 8 years ago
  23. 752db10 ACPICA: Tables: Remove acpi_tb_install_fixed_table() by Lv Zheng · 8 years ago
  24. eacce4b ACPICA: Add a couple of casts to uthex.c by Bob Moore · 8 years ago
  25. 5ebd2ea ACPICA: Cleanup for all string-to-integer conversions by Bob Moore · 8 years ago
  26. 60361b7 ACPICA: Debugger: Add subcommand for predefined name execution by Bob Moore · 8 years ago
  27. 911a9b8 ACPICA: Applications: Fix a potential issue that help messages may be dumped to acpi_gbl_debug_file by Lv Zheng · 8 years ago
  28. dd99cbc ACPICA: Clib: Eliminate acpi_os_XXXFile()/acpi_log_error and link clibrary fxxx()/errno/perror() instead by Lv Zheng · 8 years ago
  29. f173a77 ACPICA: Clib: Add -nostdinc support for EFI layer by Lv Zheng · 8 years ago
  30. e323c02 ACPICA: MSVC9: Fix <sys/stat.h> inclusion order issue by Lv Zheng · 8 years ago
  31. 4e2fc6a ACPICA: Clib/EFI: Fix wrong order of standard integer types/IO handles by Lv Zheng · 8 years ago
  32. 722280e ACPICA: OSL: Add correct acpi_gbl_debug_timeout export to allow acpiexec to link by Lv Zheng · 8 years ago
  33. e8f2c16 ACPICA: Debugger: Fix wrong inclusions in dbfileio.c by Lv Zheng · 8 years ago
  34. 6ea8c54 ACPICA: FADT support cleanup by Bob Moore · 8 years ago
  35. 2af52c2 ACPICA: Events: Introduce acpi_mask_gpe() to implement GPE masking mechanism by Lv Zheng · 8 years ago
  36. 9556ec4 ACPICA: Use os_allocate_zeroed by Bob Moore · 8 years ago
  37. 2368b1a ACPICA: Divergence: Port declarators back to ACPICA by Lv Zheng · 8 years ago
  38. 02dcdc3 ACPICA: Simplify configuration for "Max Loops" system parameter by Bob Moore · 8 years ago
  39. 7c312ad ACPICA: Disassembler: Add option to emit embedded External operators/opcodes by Bob Moore · 8 years ago
  40. 60d836f ACPICA: Debugger: Extend some max line lengths by Bob Moore · 8 years ago
  41. b5c0875 ACPICA: Utilities: Introduce facility to allow Linux to set correct logging levels by Lv Zheng · 8 years ago
  42. 7fdb5ce ACPICA: Interpreter: Remove temporary code for External() opcode by Bob Moore · 8 years ago
  43. fee4ab9 ACPICA: Fix deconstification warnings (-Wcast-qual) with acpi_ns_root_initialize(). by Jung-uk Kim · 8 years ago
  44. 4857a94 ACPICA: Fix deconstification warnings (-Wcast-qual) with function traces. by Jung-uk Kim · 8 years ago
  45. ffd8d61 Revert "ACPICA: Namespace: Fix deadlock triggered by MLC support in dynamic table loading" by Rafael J. Wysocki · 8 years ago
  46. e8807e4 Revert "ACPICA: Namespace: Fix namespace/interpreter lock ordering" by Rafael J. Wysocki · 8 years ago
  47. 4520904 ACPICA: Namespace: Fix namespace/interpreter lock ordering by Lv Zheng · 8 years ago
  48. 2f38b1b ACPICA: Namespace: Fix deadlock triggered by MLC support in dynamic table loading by Lv Zheng · 8 years ago
  49. da4e792 Revert "ACPICA: ACPI 2.0, Hardware: Add access_width/bit_offset support for acpi_hw_write()" by Rafael J. Wysocki · 8 years ago
  50. 7f9bef9 ACPICA / Hardware: Fix old register check in acpi_hw_get_access_bit_width() by Lv Zheng · 8 years ago
  51. d1ce3bb Merge back new ACPICA material for v4.7. by Rafael J. Wysocki · 8 years ago
  52. 6a0df32 ACPICA: Move all ASCII utilities to a common file by Bob Moore · 8 years ago
  53. 66b1ed5 ACPICA: ACPI 2.0, Hardware: Add access_width/bit_offset support for acpi_hw_write() by Lv Zheng · 8 years ago
  54. c3bc26d ACPICA: ACPI 2.0, Hardware: Add access_width/bit_offset support in acpi_hw_read() by Lv Zheng · 8 years ago
  55. 9222aa8 ACPICA: Executer: Introduce a set of macros to handle bit width mask generation by Lv Zheng · 8 years ago
  56. b314a17 ACPICA: Hardware: Add optimized access bit width support by Lv Zheng · 8 years ago
  57. e35d750 ACPICA: Utilities: Add ACPI_IS_ALIGNED() macro by Lv Zheng · 8 years ago
  58. 5391abf ACPICA: Renamed some #defined flag constants for clarity by Bob Moore · 8 years ago
  59. 14f9857 ACPICA: ACPI 6.0, tools/iasl: Add support for new resource descriptors by Bob Moore · 8 years ago
  60. 7952d40 ACPICA: ACPI 6.0: Update _BIX support for new package element by Bob Moore · 8 years ago
  61. 7dbec55 ACPICA: Refactor evaluate_object to reduce nesting by Bob Moore · 8 years ago
  62. f5c1e1c ACPICA: Divergence: remove unwanted spaces for typedef by Lv Zheng · 8 years ago
  63. 93d6884 ACPICA: Dispatcher: Update thread ID for recursive method calls by Prarit Bhargava · 8 years ago
  64. 2d3349d ACPICA: Namespace: Reorder \_SB._INI to make sure it is evaluated before _REG evaluations by Lv Zheng · 9 years ago
  65. d1461a1 ACPICA: Events: Fix an issue that _REG association can happen before namespace is initialized by Lv Zheng · 9 years ago
  66. ca4fc02 ACPICA: Tables: Fix wrong MLC condition for dynamic table loading by Lv Zheng · 9 years ago
  67. 7854205 ACPICA: Interpreter: Fix wrong conditions for acpi_ev_install_region_handlers() invocation by Lv Zheng · 9 years ago
  68. 920de6e ACPICA: Hardware: Enhance acpi_hw_validate_register() with access_width/bit_offset awareness by Lv Zheng · 9 years ago
  69. 0461f34 Utilities: Fix missing parentheses in ACPI_GET_BITS()/ACPI_SET_BITS() by Lv Zheng · 9 years ago
  70. a8d1e1c ACPICA: Utilities: Add ACPI_IS_POWER_OF_TWO() by Lv Zheng · 9 years ago
  71. 7447bc1 ACPICA: iASL/Disassembler: Improve handling of unresolved methods by Bob Moore · 9 years ago
  72. 0dfaaa3 ACPICA: All: const keyword changes across the ACPICA source by Bob Moore · 9 years ago
  73. 3a05be7 ACPICA: Utilities: Update for strtoul64 merger by Bob Moore · 9 years ago
  74. 2156510 ACPICA: Cleanup some invocation indentations, no functional change by Bob Moore · 9 years ago
  75. fe0f876 ACPICA: iASL: Cleanup/optimization for ToPLD macro support by Bob Moore · 9 years ago
  76. d8aa069 ACPICA: Interpreter: Update some function headers, no functional change by Bob Moore · 9 years ago
  77. 890b090 ACPICA: Intepreter: Add object extensions to Concatenate operand by Bob Moore · 9 years ago
  78. a88e0ce ACPICA: ACPI 6.1: Add full support for this version of ACPI spec by Bob Moore · 9 years ago
  79. b94cd81 ACPICA: Tables: Update FADT handling by Bob Moore · 9 years ago
  80. 80b2881 ACPICA: Linuxize: reduce divergences for 20160212 release by Lv Zheng · 9 years ago
  81. 255a60f Merge branch 'acpica' by Rafael J. Wysocki · 9 years ago
  82. 5508df8 ACPICA / Interpreter: Fix a regression triggered because of wrong Linux ECDT support by Lv Zheng · 9 years ago
  83. 0dda885 ACPICA: Revert "Parser: Fix for SuperName method invocation" by Bob Moore · 9 years ago
  84. 1e059e2 ACPICA: Utilities: Update trace mechinism for acquire_object by Bob Moore · 9 years ago
  85. ebc3c9b ACPICA: Namespace: Rename acpi_gbl_reg_methods_enabled to acpi_gbl_namespace_initialized by Lv Zheng · 9 years ago
  86. ced0436 ACPICA: Namespace: Ensure \_SB._INI executed before any _REG by Lv Zheng · 9 years ago
  87. 9559130 ACPICA: ACPICA: Tune _REG evaluations order in the initialization steps by Lv Zheng · 9 years ago
  88. cc82f18 ACPICA: Tables: make default region accessible during the table load by Lv Zheng · 9 years ago
  89. b3aec97 ACPICA: ACPI 6.0/iASL: Add support for the External AML opcode by David E. Box · 9 years ago
  90. 05fb04b ACPICA: Remove unnecessary arguments to ACPI_INFO by Bob Moore · 9 years ago
  91. c340e5f ACPICA: debugger: dbconvert: free pld_info on error return path by Colin Ian King · 9 years ago
  92. 50db305 ACPICA: iASL: Update to use internal acpi_ut_strtoul64 function by Bob Moore · 9 years ago
  93. 27eb748 ACPICA: iASL: Fix some typos with the name strtoul64 by Bob Moore · 9 years ago
  94. e448c09 ACPICA: Remove incorrect "static" from a global structure by Bob Moore · 9 years ago
  95. 3008ea9 ACPICA: aclocal: Put parens around some definitions. by waddlesplash · 9 years ago
  96. c11e5dd ACPICA: Silence a -Wbad-function-cast warning when acpi_uintptr_t is 'uintptr_t' by Lv Zheng · 9 years ago
  97. c8100dc ACPICA: Additional 2016 copyright changes by Bob Moore · 9 years ago
  98. 66e42ee ACPICA: Reduce regression fix divergence from upstream ACPICA by Lv Zheng · 9 years ago
  99. e3e9b57 ACPICA: Drop Linux-specific waking vector functions by Rafael J. Wysocki · 9 years ago
  100. 2785ce8 ACPICA: Add per-table execution of module-level code by Bob Moore · 9 years ago