summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/psloop.c
AgeCommit message (Expand)AuthorLines
2019-02-18ACPICA: Remove legacy module-level code supportErik Schmauss-193/+0
2019-01-15ACPICA: All acpica: Update copyrights to 2019Bob Moore-1/+1
2018-12-13ACPICA: Remove defines that use deprecated flagErik Schmauss-1/+1
2018-11-08ACPICA: iASL: Enhance error detectionBob Moore-5/+3
2018-10-18ACPICA: Remove acpi_gbl_group_module_level_code and only use acpi_gbl_execute...Erik Schmauss-1/+1
2018-10-18ACPICA: AML Parser: fix parse loop to correctly skip erroneous extended opcodesErik Schmauss-1/+13
2018-08-14ACPICA: AML Parser: skip opcodes that open a scope upon parse failureErik Schmauss-6/+11
2018-08-14ACPICA: AML Parser: ignore all exceptions resulting from incorrect AML during...Erik Schmauss-13/+13
2018-07-29ACPICA: AML Parser: ignore control method status in module-level codeErik Schmauss-7/+12
2018-07-23ACPICA: AML Parser: ignore dispatcher error status during table loadSchmauss, Erik-0/+26
2018-06-06ACPICA: AML parser: attempt to continue loading table after errorErik Schmauss-1/+50
2018-03-18ACPICA: Cleanup/simplify module-level code supportBob Moore-3/+21
2018-03-18ACPICA: adding SPDX headersErik Schmauss-36/+2
2018-02-21ACPICA: Update for some debug output. No functional changeBob Moore-2/+2
2018-02-06ACPICA: All acpica: Update copyrights to 2018Bob Moore-1/+1
2017-08-03ACPICA: Implement deferred resolution of reference package elementsBob Moore-0/+14
2017-04-28ACPICA: iasl: add ASL conversion toolBob Moore-0/+32
2017-04-27ACPICA: Cleanup AML opcode definitions, no functional changeBob Moore-1/+1
2017-02-09ACPICA: Source tree: Update copyright notices to 2017Bob Moore-1/+1
2017-01-05ACPICA: Parser: Allow method invocations as target operandsBob Moore-0/+4
2016-01-15ACPICA: Additional 2016 copyright changesBob Moore-1/+1
2016-01-01ACPICA: Parser: Add constants for internal namepath functionBob Moore-4/+4
2016-01-01ACPICA: Core: Major update for code formatting, no functional changesBob Moore-2/+2
2015-08-25ACPICA: Add additional debug info/statementsBob Moore-1/+13
2015-07-23ACPICA: Parser: Remove redundant opcode execution debugging outputLv Zheng-8/+0
2015-07-23ACPICA: Executer: Add interpreter tracing mode for method tracing facilityLv Zheng-14/+2
2015-07-23ACPICA: Dispatcher: Add trace support for interpreterLv Zheng-0/+15
2015-07-23ACPICA: Dispatcher: Cleanup union acpi_operand_object's AML address assignmentsLv Zheng-3/+0
2015-07-23ACPICA: Parser: Cleanup aml_offset in union acpi_operand_objectLv Zheng-11/+4
2015-07-23ACPICA: Parser: Cleanup aml_offset in struct acpi_walk_stateLv Zheng-6/+9
2015-07-23ACPICA: Parser: Reduce parser/namespace divergences for tracer supportLv Zheng-4/+4
2015-02-05ACPICA: Update Copyright headers to 2015David E. Box-1/+1
2014-03-26ACPICA: Add auto-serialization support for ill-behaved control methods.Bob Moore-0/+4
2014-02-11ACPICA: Update ACPICA copyrights to 2014.Bob Moore-1/+1
2013-06-16ACPICA: Standardize all switch() blocksChao Guan-1/+1
2013-01-25ACPICA: Update ACPICA copyrights to 2013Bob Moore-1/+1
2013-01-11ACPICA: Source restructuring: split large files into 8 new files.Bob Moore-622/+0
2013-01-10ACPICA: Lint changes, no functional change.Bob Moore-4/+5
2012-11-15ACPICA: Update for 64-bit generation of recent error message changesBob Moore-4/+4
2012-11-15ACPICA: Add starting offset parameter to common dump buffer routineBob Moore-8/+14
2012-11-15ACPICA: Enhance error reporting for invalid opcodes and bad ACPI_NAMEsBob Moore-11/+40
2012-11-15ACPICA: Fix unmerged acmacros.h divergences.Lv Zheng-2/+0
2012-07-17ACPICA: AcpiSrc: Fix some translation issues for Linux conversionBob Moore-8/+8
2012-01-17ACPICA: Update all copyrights to 2012Bob Moore-1/+1
2011-01-18ACPICA: Update all ACPICA copyrights and signons to 2011Bob Moore-1/+1
2011-01-18ACPICA: Fix issues/fault with automatic "serialized" method supportLin Ming-1/+1
2010-04-20ACPICA: Standardize integer output for ACPICA warnings/errorsBob Moore-2/+1
2010-01-22ACPICA: Update all ACPICA copyrights and signons to 2010Bob Moore-1/+1
2009-11-24ACPICA: Add additional module-level code supportLin Ming-6/+26
2009-08-28ACPICA: Add support for module-level executable AML codeLin Ming-8/+111