summaryrefslogtreecommitdiff
path: root/source/components/dispatcher
Commit message (Expand)AuthorAgeFilesLines
* Revert "Acpica parser"revert-134-acpica-parserRobert Moore2016-07-011-5/+0
* Dispatcher: Fix an issue that the opregions created by the linked MLC were no...Lv Zheng2016-06-221-0/+5
* Interpreter: Remove temporary code for External() opcodeRobert Moore2016-05-031-6/+8
* Dispatcher: Update thread ID for recursive method callsRobert Moore2016-04-151-0/+3
* Remove unnecessary arguments to ACPI_INFORobert Moore2016-01-262-2/+2
* Source tree: Update copyright notices to 2016Robert Moore2016-01-0615-15/+15
* Debug output string update, no functional changeRobert Moore2015-12-091-1/+1
* Debugger: Fix runtime stub issues of ACPI_DEBUGGER_EXEC using different stub ...Lv Zheng2015-11-203-21/+14
* Fix SyncLevel support interaction with method auto-serialization.Robert Moore2015-10-091-2/+14
* Core: Major update for code formatting, no functional changesRobert Moore2015-10-0915-249/+311
* Update source file permissions (2)Robert Moore2015-09-2315-0/+0
* Update source file permissions (1)Robert Moore2015-09-2315-0/+0
* Debugger: Cleanup debugging outputs to dump name path without trailing unders...Lv Zheng2015-08-141-1/+1
* Make the max-number-of-loops runtime configurable.Robert Moore2015-08-131-1/+1
* Table handling: Cleanup and update debug output for tools.Robert Moore2015-08-111-3/+3
* acpinames: Add new options and wildcard support.Robert Moore2015-08-051-1/+1
* Update info messages during ACPICA init.Robert Moore2015-07-311-0/+9
* Update parameter validation for DataTableRegion and LoadTable.Robert Moore2015-07-241-16/+26
* Debugger: Move debugger specific APIs to debugger component.Lv Zheng2015-07-071-5/+5
* Merge pull request #52 from zetalog/acpica-traceRobert Moore2015-06-255-9/+343
|\
| * Executer: Add interpreter tracing mode for method tracing facility.Lv Zheng2015-06-102-55/+8
| * Dispatcher: Add trace support for interpreter.Lv Zheng2015-06-102-0/+62
| * Dispatcher: Move stack traversal code to dispatcher.Lv Zheng2015-06-102-3/+316
| * Dispatcher: Cleanup ACPI_OPERAND_OBJECT's AML address assignments.Lv Zheng2015-06-104-5/+5
| * Parser: Cleanup AmlOffset in ACPI_WALK_STATE.Lv Zheng2015-06-101-1/+7
* | Remove extraneous check for null WalkState.Robert Moore2015-06-241-4/+1
|/
* De-macroize calls to standard C library functions.Robert Moore2015-06-094-5/+5
* Namespace: Add support to allow overriding objects.Lv Zheng2015-06-011-3/+12
* Dispatcher: Fix a resource leak issue in AcpiDsAutoSerializeMethod().Lv Zheng2015-04-241-4/+2
* Add infrastructure for External() opcode.Robert Moore2015-03-261-0/+9
* Merge pull request #61 from zetalog/acpica-1501-materialsDavid Box2015-02-111-3/+3
|\
| * Utilities: Cleanup to remove useless ACPI_PRINTF/FORMAT_xxx helpers.Lv Zheng2015-01-271-2/+2
| * Utilities: Cleanup to enforce ACPI_PHYSADDR_TO_PTR()/ACPI_PTR_TO_PHYSADDR().Lv Zheng2015-01-271-1/+1
* | Update Copyright headers to 2015.David E. Box2015-01-2714-14/+14
* | Revert "source and test: update copyright notices to 2015"David E. Box2015-01-2714-10398/+10398
* | source and test: update copyright notices to 2015David E. Box2015-01-2314-10398/+10398
|/
* Remove extraneous #defines, no functional change.Robert Moore2014-10-0914-28/+0
* Update to GPIO region handler interface.Robert Moore2014-09-041-0/+2
* Standardize one blank line after copyright header, no functional change.Robert Moore2014-08-141-1/+0
* Ignore SyncLevel for methods that have been auto-serialized.Robert Moore2014-03-191-3/+16
* Add global option to disable method auto-serialization.Robert Moore2014-01-281-8/+11
* Add additional named objects for the auto-serialize method scan.Robert Moore2014-01-281-3/+3
* Add auto-serialization support for ill-behaved control methods.Robert Moore2014-01-243-12/+202
* Update ACPICA copyrights to 2014.Robert Moore2014-01-0614-14/+14
* Update several debug statements - no functional change.Robert Moore2013-12-112-9/+10
* Disassembler: Improve pathname support for emitted External() statements.Robert Moore2013-11-222-2/+2
* Standardize all switch() blocks.Robert Moore2013-04-2310-55/+21
* Linux divergence fixes, no functional changes.Robert Moore2013-03-271-1/+1
* Fix a typo in an error message.Robert Moore2013-03-131-1/+1
* Regression fix: reinstate safe exit macros.Robert Moore2013-01-291-5/+5