summaryrefslogtreecommitdiff
path: root/source/components/dispatcher/dsopcode.c
Commit message (Expand)AuthorAgeFilesLines
* Updated all copyrights to 2021. This affects all ACPICA source codeRobert Moore2021-01-051-1/+1
* All acpica: Update copyrights to 2020Robert Moore2020-01-091-1/+1
* Dispatcher: always generate buffer objects for ASL CreateField() operatorMaximilian Luz2019-12-061-0/+1
* Interpreter: Emit warning for creation of a zero-length op regionRobert Moore2019-01-161-1/+12
* All acpica: Update copyrights to 2019Robert Moore2019-01-081-1/+1
* Convert more ACPI errors to firmware errorsRobert Moore2018-12-131-3/+3
* AML interpreter: add region addresses in global list during initializationErik Schmauss2018-10-111-0/+3
* Update for some debug output. No functional changeRobert Moore2018-01-301-2/+2
* All acpica: Update copyrights to 2018Robert Moore2018-01-041-1/+1
* Implement deferred resolution of reference package elementsRobert Moore2017-07-271-0/+10
* Update error message for field beyond buffer caseRobert Moore2017-03-281-4/+3
* Update legal header in all source modulesRobert Moore2017-03-021-0/+36
* Cleanup AML opcode definitions, no functional changeRobert Moore2017-02-231-2/+2
* Source tree: Update copyright notices to 2017Robert Moore2017-01-061-1/+1
* Events: Fix AcpiEvInitializeRegion() return valueLv Zheng2016-11-041-1/+1
* 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
* Source tree: Update copyright notices to 2016Robert Moore2016-01-061-1/+1
* Core: Major update for code formatting, no functional changesRobert Moore2015-10-091-23/+23
* Update source file permissions (2)Robert Moore2015-09-231-0/+0
* Update source file permissions (1)Robert Moore2015-09-231-0/+0
* Update parameter validation for DataTableRegion and LoadTable.Robert Moore2015-07-241-16/+26
* 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-271-1/+1
* | Revert "source and test: update copyright notices to 2015"David E. Box2015-01-271-879/+879
* | source and test: update copyright notices to 2015David E. Box2015-01-231-879/+879
|/
* Remove extraneous #defines, no functional change.Robert Moore2014-10-091-2/+0
* Update ACPICA copyrights to 2014.Robert Moore2014-01-061-1/+1
* Standardize all switch() blocks.Robert Moore2013-04-231-0/+1
* Linux divergence fixes, no functional changes.Robert Moore2013-03-271-1/+1
* Update ACPICA copyrights to 2013.Robert Moore2013-01-081-1/+1
* Small fix for standard Intel legal header.Robert Moore2012-09-271-1/+1
* Remove extra spaces after periods in the Intel license.Robert Moore2012-09-261-11/+11
* ACPICA core: Cleanup empty lines at file start and end.Robert Moore2012-09-211-1/+0
* Update comments to simplify source translation, no functional changes.Robert Moore2012-06-151-7/+7
* Update ACPICA copyrights to 2012.Robert Moore2012-01-031-1/+1
* Split large dsopcode.c and dsload.c files.Robert Moore2011-01-271-742/+4
* Update all ACPICA copyrights and signons to 2011.Robert Moore2011-01-031-1/+1
* Performance enhancement for namespace search and access.Robert Moore2010-05-251-3/+3
* Standardize integer output for ACPICA warnings/errors.Robert Moore2010-03-021-6/+6
* Update all ACPICA copyrights and signons to 2010.Robert Moore2010-01-081-1/+1
* Fix implementation of AML BreakPoint operator (break to debugger).Robert Moore2009-04-141-4/+12
* Remove unused code, dsopcode.Robert Moore2009-03-191-5/+0
* Remove obsolete AcpiOsValidateAddress interface.Robert Moore2009-03-131-17/+0
* Remove ACPI_GET_OBJECT_TYPE macro.Robert Moore2009-02-051-2/+2
* Update all copyrights and signons to 2009.Robert Moore2009-01-081-1/+1
* Restructure includes into public/private.Robert Moore2008-10-221-0/+1
* Add a mechanism to escape infinite AML While() loops.Robert Moore2008-10-091-3/+21