summaryrefslogtreecommitdiff
path: root/source/components/executer
Commit message (Expand)AuthorAgeFilesLines
* Hardware: Introduce a set of macros to handle bit width mask generationLv Zheng2016-11-091-13/+2
* Tables: Add AcpiTbUnloadTable()Lv Zheng2016-11-041-37/+1
* Tables: Cleanup AcpiTbInstallAndLoadTable()Lv Zheng2016-11-041-1/+1
* Revert "ToHexString: Add "0x" prefix to the converted string"Robert Moore2016-10-051-5/+2
* ToHexString: Add "0x" prefix to the converted stringRobert Moore2016-10-031-2/+5
* Fix for implicit result conversion for the ToXXXX functionsRobert Moore2016-10-032-2/+0
* Tables: Fix "UNLOAD" code path lock issuesLv Zheng2016-09-231-4/+20
* Tables: Tune table mutex to be a leaf lockLv Zheng2016-08-261-84/+18
* Namespace: Fix dynamic table loading issues by tuning namespace/interpreter l...Lv Zheng2016-08-264-33/+17
* Interpreter: Fix MLC issues by switching to new TermList grammar for table lo...Lv Zheng2016-08-261-1/+1
* Cleanup for all string-to-integer conversionsRobert Moore2016-08-125-11/+17
* Revert "Acpica parser"revert-134-acpica-parserRobert Moore2016-07-011-3/+1
* Interpreter: Fix MLC issues by switching to new TermList grammar for table lo...Lv Zheng2016-06-221-1/+1
* Namespace: Fix a regression that MLC support triggers dead lock in dynamic ta...Lv Zheng2016-06-221-0/+2
* Revert "Hardware: Fix a regression caused by bit width mask generation"Robert Moore2016-05-271-2/+13
* Merge pull request #130 from zetalog/acpica-accessRobert Moore2016-04-211-13/+2
|\
| * Hardware: Fix a regression caused by bit width mask generationLv Zheng2016-04-151-13/+2
* | Move all ASCII utilities to a common fileRobert Moore2016-04-191-1/+1
|/
* Tables: Fix wrong MLC condition for dynamic table loadingLv Zheng2016-03-111-1/+4
* All: const keyword changes across the ACPICA sourceRobert Moore2016-03-101-13/+10
* Utilities: Update for strtoul64 mergerRobert Moore2016-03-081-1/+2
* Fix some indentation issues, no functional changeRobert Moore2016-03-041-1/+1
* Interpreter: Update some function headers, no functional changeRobert Moore2016-02-241-6/+6
* Intepreter: Add object extensions to Concatenate operandRobert Moore2016-02-192-302/+533
* ACPI 6.0/iASL: Add support for the External AML opcodeRobert Moore2016-01-291-1/+3
* Remove unnecessary arguments to ACPI_INFORobert Moore2016-01-261-2/+2
* Source tree: Update copyright notices to 2016Robert Moore2016-01-0625-25/+25
* iASL/AcpiExec: Update input file handling and verification.Robert Moore2015-12-171-2/+2
* Update internal #defines for ObjectType operator. No functional changeRobert Moore2015-12-151-1/+1
* Events: Enhance AcpiEvExecuteRegMethod() to ensure no _REG evaluations can ha...Lv Zheng2015-12-081-1/+2
* Events: Split AcpiEvAssociateRegMethod() from region initialization codeLv Zheng2015-12-081-1/+5
* Add per-table execution of module-level code, early region handlersRobert Moore2015-12-041-2/+4
* Update for output of the Debug ObjectRobert Moore2015-12-041-2/+9
* Debug object: Fix output for a NULL object.Robert Moore2015-12-041-2/+3
* Debug Object: Cleanup outputRobert Moore2015-12-021-16/+46
* Concatenate operator: Add extensions to support all ACPI objectsRobert Moore2015-12-021-4/+37
* Split interpreter tracing functions to a new fileRobert Moore2015-10-132-373/+499
* Core: Major update for code formatting, no functional changesRobert Moore2015-10-0924-321/+401
* exmutex: General cleanup, restructured some codeRobert Moore2015-10-081-20/+49
* Update source file permissions (2)Robert Moore2015-09-2324-0/+0
* Update source file permissions (1)Robert Moore2015-09-2324-0/+0
* Improve typechecking, both compile-time and runtimeRobert Moore2015-09-185-33/+98
* Debugger: Cleanup debugging outputs to dump name path without trailing unders...Lv Zheng2015-08-141-1/+1
* Update parameter validation for DataTableRegion and LoadTable.Robert Moore2015-07-241-9/+0
* Correctly cleanup after a ACPI table load failure.Robert Moore2015-07-222-4/+12
* Executer: Remove useless code fragments.Lv Zheng2015-07-091-6/+0
* Executer: Add option to bypass opcode tracing.Lv Zheng2015-06-101-2/+4
* Executer: Add OSL trace hook support.Lv Zheng2015-06-101-36/+100
* Executer: Add interpreter tracing mode for method tracing facility.Lv Zheng2015-06-101-0/+312
* Namespace: Add function to directly return normalized full path.Lv Zheng2015-06-101-1/+2