1. 9b40eeb ACPICA: Fix acpi_evaluate_object_typed() by Rafael J. Wysocki · 7 years ago
  2. bee5799 Merge branches 'acpi-pmic', 'acpi-misc' and 'acpi-tables' by Rafael J. Wysocki · 8 years ago
  3. 3d867f6 ACPICA: Use designated initializers by Kees Cook · 8 years ago
  4. a976c29 Merge back ACPICA material for v4.13. by Rafael J. Wysocki · 8 years ago
  5. 1537f30 ACPICA: Update a couple of debug output messages by Bob Moore · 8 years ago
  6. fd13aaa ACPICA: acpiexec: enhance local signal handler by Bob Moore · 8 years ago
  7. 9c0b6c4 ACPICA: Simplify output for the ACPI Debug Object by Bob Moore · 8 years ago
  8. b9ef2ab ACPICA: Improvements for debug output only by Bob Moore · 8 years ago
  9. a9d8ea7 ACPICA: Disassembler: allow conflicting external declarations to be emitted. by Erik Schmauss · 8 years ago
  10. bdcf4cd ACPICA: Disassembler: add external op to namespace on first pass by Erik Schmauss · 8 years ago
  11. 2f8c114 ACPICA: Disassembler: prevent external op's from opening a new scope by Erik Schmauss · 8 years ago
  12. e6b6ea3 ACPICA: Changed Gbl_disasm_flag to acpi_gbl_disasm_flag by Erik Schmauss · 8 years ago
  13. d79e038 ACPICA: Changing External to a named object by Erik Schmauss · 8 years ago
  14. 2d2a954 ACPICA: Update two error messages to emit control method name by Bob Moore · 8 years ago
  15. 1d6e9cf ACPICA: Fix for Device/Thermal objects with ObjectType and DerefOf by Bob Moore · 8 years ago
  16. 32d8004 ACPICA: Update comments, no functional change by Cao Jin · 8 years ago
  17. b7b7da2 ACPICA: Split resource descriptor decode strings to a new file by Bob Moore · 8 years ago
  18. 772bf1e ACPI: configfs: Unload SSDT on configfs entry removal by Jan Kiszka · 8 years ago
  19. 596878d ACPICA: Remove extraneous status check by Bob Moore · 8 years ago
  20. 07536e2 ACPICA: Export the public mutex interfaces by Bob Moore · 8 years ago
  21. 6f0527b ACPICA: Disassembler: Abort on an invalid/unknown AML opcode by Bob Moore · 8 years ago
  22. dba744c ACPICA: Dispatcher: Remove unnecessary call to debugger by Lv Zheng · 8 years ago
  23. 2cb8c3b ACPICA: Debugger/acpiexec: Cleanup error messages by Bob Moore · 8 years ago
  24. deb85f6 ACPICA: Explicitly cast 1 to u32 by Erik Schmauss · 8 years ago
  25. 5e2d9e9 ACPICA: Update error message for field beyond buffer case by Bob Moore · 8 years ago
  26. 861ba63 ACPICA: Events: Add runtime stub support for event APIs by Lv Zheng · 8 years ago
  27. cf45b58 ACPICA: Core: Always set GPIO VendorOffset by Mika Westerberg · 8 years ago
  28. 183c59d ACPICA: Fix a type value overlap in the AML support file by Bob Moore · 8 years ago
  29. 044b723 ACPICA: ACPI 6.2: Add support for PinGroupConfig() resource by Mika Westerberg · 8 years ago
  30. f8a6c86 ACPICA: ACPI 6.2: Add support for PinGroupFunction() resource by Mika Westerberg · 8 years ago
  31. fdaa098 ACPICA: ACPI 6.2: Add support for PinGroup() resource by Mika Westerberg · 8 years ago
  32. 97028ce ACPICA: ACPI 6.2: Add support for PinConfig() resource by Mika Westerberg · 8 years ago
  33. 2b72693 ACPICA: ACPI 6.2: Add support for PinFunction() resource by Mika Westerberg · 8 years ago
  34. a86c856 ACPICA: disassembler: improve Switch support by David E. Box · 8 years ago
  35. d3ebc89 ACPICA: Add support for _HMA as a predefined method by Erik Schmauss · 8 years ago
  36. b9ae9c2 ACPICA: Add support for _LSW as a predefined method by Erik Schmauss · 8 years ago
  37. 3758a97 ACPICA: Add support for _LSR as a predefined method by Erik Schmauss · 8 years ago
  38. 754d550 ACPICA: Add support for _LSI as a predefined method by Erik Schmauss · 8 years ago
  39. a69b438 ACPICA: Utilities: Make a notify value reserved by Bob Moore · 8 years ago
  40. e6f9193 ACPICA: Add new notify value for memory attributes update by Bob Moore · 8 years ago
  41. 05c3507 ACPICA: Change path's type from u8* to char* by Erik Schmauss · 8 years ago
  42. 83848fb ACPICA: Tables: Mechanism to handle late stage acpi_get_table() imbalance by Lv Zheng · 8 years ago
  43. 186f0a0d Revert "ACPICA: Disassembler: Enhance resource descriptor detection" by Rafael J. Wysocki · 8 years ago
  44. 2ea6532 ACPICA: Tables: Fix regression introduced by a too early mechanism enabling by Lv Zheng · 8 years ago
  45. 9cf7ade ACPICA: iasl: add ASL conversion tool by Bob Moore · 8 years ago
  46. c8e8ab1 ACPICA: Local cache support: Allow small cache objects by Bob Moore · 8 years ago
  47. bee900d ACPICA: Disassembler: Do not unconditionally remove temporary names by David E. Box · 8 years ago
  48. 9ff5a21a ACPICA: Cleanup AML opcode definitions, no functional change by Bob Moore · 8 years ago
  49. 069f9bf ACPICA: Debugger: Add interpreter blocking mark for single-step mode by Lv Zheng · 8 years ago
  50. 1f67ef69 ACPICA: debugger: fix memory leak on Pathname by Colin Ian King · 8 years ago
  51. ed7f8bc ACPICA: Update for automatic repair code for objects returned by evaluate_object by Bob Moore · 8 years ago
  52. 3b2d691 ACPICA: Namespace: fix operand cache leak by Seunghun Han · 8 years ago
  53. 2e337c7 ACPICA: Fix several incorrect invocations of ACPICA return macro by Bob Moore · 8 years ago
  54. 1b8f77a ACPICA: Fix a module for excessive debug output by Bob Moore · 8 years ago
  55. a202862 ACPICA: Update some function headers, no funtional change by Bob Moore · 8 years ago
  56. da28e19 ACPICA: Disassembler: Enhance resource descriptor detection by Bob Moore · 8 years ago
  57. f202f65 Merge back ACPICA changes for v4.12. by Rafael J. Wysocki · 8 years ago
  58. 1315f01 Revert "ACPICA: Resources: Not a valid resource if buffer length too long" by Rafael J. Wysocki · 8 years ago
  59. 6895baa ACPICA: Add non-linux host build support by Lv Zheng · 8 years ago
  60. 03440c4 scripts/spelling.txt: add "an union" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  61. 892411d ACPICA: Tools: Update common signon, remove compilation bit width by Bob Moore · 8 years ago
  62. 7735ca0 ACPICA: Source tree: Update copyright notices to 2017 by Bob Moore · 8 years ago
  63. 1b62d13 Merge back earlier ACPICA changes for v4.11. by Rafael J. Wysocki · 8 years ago
  64. 7a37052 ACPICA: Tables: Fix hidden logic related to acpi_tb_install_standard_table() by Lv Zheng · 8 years ago
  65. 6b50623 ACPICA: Parser: Update parse info table for some operators by Bob Moore · 8 years ago
  66. 9a94729 ACPICA: Fix a problem with recent extra support for control method invocations by Bob Moore · 8 years ago
  67. ce87e09 ACPICA: Parser: Allow method invocations as target operands by Bob Moore · 8 years ago
  68. 74e30f9 ACPICA: Fix for implicit result conversion for the ToXXX functions by Bob Moore · 8 years ago
  69. 57707a9 ACPICA: Resources: Not a valid resource if buffer length too long by Bob Moore · 8 years ago
  70. 7225d04 ACPICA: Utilities: Update debug output by Bob Moore · 8 years ago
  71. a654b8c ACPICA: Disassembler: Add Switch/Case disassembly support by David E. Box · 8 years ago
  72. 0fc5e8f ACPICA: Hardware: Add sleep register hooks by Lv Zheng · 8 years ago
  73. fcfb455 ACPICA: Macro header: Fix some typos in comments by Bob Moore · 8 years ago
  74. 04cf053 ACPICA: Hardware: Sort access bit width algorithm by Lv Zheng · 8 years ago
  75. cc573b9 ACPICA: Utilities: Add power of two rounding support by Lv Zheng · 8 years ago
  76. dc4c737 ACPICA: Hardware: Add access_width/bit_offset support in acpi_hw_write() by Lv Zheng · 8 years ago
  77. 123a157 ACPICA: Hardware: Remove bit_offset masking support by Lv Zheng · 8 years ago
  78. 703ecd2 ACPICA: Debugger: Rename debugger OSL names by Lv Zheng · 8 years ago
  79. 66360fa ACPICA: Tables: Allow FADT to be customized with virtual address by Lv Zheng · 8 years ago
  80. 174cc71 ACPICA: Tables: Back port acpi_get_table_with_size() and early_acpi_os_unmap_memory() from Linux kernel by Lv Zheng · 8 years ago
  81. 5a6e7ec ACPICA: Utilities: Add new decode function for parser values by Bob Moore · 8 years ago
  82. 173fcf8 ACPICA: Tables: Add an error message complaining driver bugs by Lv Zheng · 8 years ago
  83. 170564d ACPICA: Tables: Add acpi_tb_unload_table() by Lv Zheng · 8 years ago
  84. 42cc87a ACPICA: Tables: Cleanup acpi_tb_install_and_load_table() by Lv Zheng · 8 years ago
  85. 760235c ACPICA: Events: Fix acpi_ev_initialize_region() return value by Lv Zheng · 8 years ago
  86. f7cc874 ACPICA: Back port of "ACPICA: Dispatcher: Tune interpreter lock around AcpiEvInitializeRegion()" by Lv Zheng · 8 years ago
  87. 523db19 ACPICA: Namespace: Add acpi_ns_handle_to_name() by Lv Zheng · 8 years ago
  88. d0ab671 Merge back earlier ACPICA material for v4.10. by Rafael J. Wysocki · 8 years ago
  89. e2174b0 Revert "ACPICA: FADT support cleanup" by Rafael J. Wysocki · 8 years ago
  90. 8633db6 ACPICA: Dispatcher: Fix interpreter locking around acpi_ev_initialize_region() by Lv Zheng · 8 years ago
  91. 8121aa2 ACPICA: Dispatcher: Fix an unbalanced lock exit path in acpi_ds_auto_serialize_method() by Lv Zheng · 8 years ago
  92. 25ccd242 ACPICA: Dispatcher: Fix order issue of method termination by Lv Zheng · 8 years ago
  93. 066118f ACPICA: Move acpi_gbl_max_loop_iterations to the public globals file by Bob Moore · 8 years ago
  94. a335e95 ACPICA: Disassembler: Fix for Divide() support, new support for test suite by Bob Moore · 8 years ago
  95. cacf547 ACPICA: Increase loop limit for AE_AML_INFINITE_LOOP exception by Bob Moore · 8 years ago
  96. 3a993ab ACPICA: Update an info message during table load phase by Bob Moore · 8 years ago
  97. 7a0b71d ACPICA: Parser: Fix a regression in LoadTable support by Lv Zheng · 8 years ago
  98. 9febcdc ACPICA: Tables: Fix "UNLOAD" code path lock issues by Lv Zheng · 8 years ago
  99. 86ec64b ACPICA: Tables: Fix a regression in acpi_tb_find_table() by Lv Zheng · 8 years ago
  100. ac0f06e ACPICA: Tables: Tune table mutex to be a leaf lock by Lv Zheng · 8 years ago