summaryrefslogtreecommitdiff
path: root/source/include/acglobal.h
Commit message (Expand)AuthorAgeFilesLines
* Detect GED device and keep track of _EVTJose Marinho2023-05-091-0/+1
* Revert "Fix dangling pointer warning for AcpiUtInitStackPtrTrace"revert-776-dangling-pointerRobert Moore2023-02-071-2/+2
* Merge pull request #776 from t-8ch/dangling-pointerRobert Moore2023-02-071-2/+2
|\
| * debug: use UINT_PTR_T to store stack boundariesThomas Weißschuh2022-05-211-2/+2
* | Update all copyrights/signons to 2023Robert Moore2023-02-071-1/+1
* | Finish support for the CDAT table, in both the data tableRobert Moore2022-10-191-0/+1
|/
* Update copyright notices to the year 2022Robert Moore2022-02-171-1/+1
* Hardware: Avoid evaluating methods too early during system resumeRafael J. Wysocki2021-09-291-0/+2
* Updated all copyrights to 2021. This affects all ACPICA source codeRobert Moore2021-01-051-1/+1
* Move AcpiGbl_NextCmdNum definition to acglobal.hErik Kaneda2020-04-061-0/+1
* All acpica: Update copyrights to 2020Robert Moore2020-01-091-1/+1
* remove legacy module-level code due to deprecationErik Schmauss2019-05-161-1/+0
* All acpica: Update copyrights to 2019Robert Moore2019-01-081-1/+1
* acpiexec: Add option to dump extra info for memory leaksRobert Moore2018-12-191-0/+1
* Remove defines that use deprecated ACPI_NO_METHOD_EXECUTE flagErik Schmauss2018-11-071-4/+0
* All acpica: Update copyrights to 2018Robert Moore2018-01-041-1/+1
* Rename a global variable, no functional changeRobert Moore2017-12-081-1/+1
* Cleanup the global variables and update comments. No functional changeRobert Moore2017-12-071-75/+46
* Changed Gbl_DisasmFlag to AcpiGbl_DisasmFlagErik Schmauss2017-05-031-0/+2
* disassembler: improve Switch supportDavid E. Box2017-03-091-0/+1
* Update legal header in all source modulesRobert Moore2017-03-021-0/+36
* iASL: add ASL conversion toolRobert Moore2017-02-241-0/+44
* Source tree: Update copyright notices to 2017Robert Moore2017-01-061-1/+1
* Debugger: Convert some mechanisms to OSPM specificLv Zheng2016-11-031-5/+0
* Move AcpiGbl_MaxLoopIterations to the public globals fileRobert Moore2016-09-301-4/+0
* Disassembler: Fix for Divide() support, new support for test suiteRobert Moore2016-09-291-0/+1
* Increase loop limit for AE_AML_INFINITE_LOOP exceptionRobert Moore2016-09-271-1/+1
* OSL: Add correct AcpiGbl_DebugTimeout export to allow acpiexec to linkLv Zheng2016-07-221-0/+1
* Disassembler: Add option to emit embedded External operators/opcodesRobert Moore2016-05-241-0/+1
* All: const keyword changes across the ACPICA sourceRobert Moore2016-03-101-0/+2
* iASL: Cleanup/optimization for ToPLD macro supportRobert Moore2016-03-041-0/+8
* Namespace: Rename AcpiGbl_RegMethodsEnabled to AcpiGbl_NamespaceInitializedLv Zheng2016-02-021-1/+1
* ACPICA: Make AcpiGbl_GroupModuleLevelCode a global variableLv Zheng2016-02-021-2/+0
* Source tree: Update copyright notices to 2016Robert Moore2016-01-061-1/+1
* Events: Enhance AcpiEvExecuteRegMethod() to ensure no _REG evaluations can ha...Lv Zheng2015-12-081-1/+1
* Add per-table execution of module-level code, early region handlersRobert Moore2015-12-041-0/+3
* Debugger: Add thread ID support so that single step mode can only apply to th...Lv Zheng2015-10-201-0/+1
* Debugger: Fix "quit/exit" command by cleaning up user commands termination logicLv Zheng2015-10-201-1/+2
* Tables: Fix FADT dependency regressionDavid E. Box2015-10-131-0/+1
* Revert "Debugger: Fix "quit/exit" command by cleaning up user commands termin...Robert Moore2015-09-301-2/+1
* Debugger: Fix "quit/exit" command by cleaning up user commands termination logicLv Zheng2015-09-251-1/+2
* Update source file permissions (2)Robert Moore2015-09-231-0/+0
* Update source file permissions (1)Robert Moore2015-09-231-0/+0
* Debugger: Update mutexes used for multithreaded debuggerRobert Moore2015-08-271-0/+3
* Disassembler: Cleanup AcpiGbl_DbOpt_Verbose acpiexec usage.Lv Zheng2015-08-141-1/+1
* Disassembler: Cleanup AcpiGbl_DbOpt_Verbose iasl usage.Lv Zheng2015-08-141-1/+1
* Disassembler: Cleanup AcpiGbl_DbOpt_Disasm.Lv Zheng2015-08-141-1/+1
* Make the max-number-of-loops runtime configurable.Robert Moore2015-08-131-0/+4
* Debugger: Add option to display namespace summary/counts.Robert Moore2015-08-121-2/+2
* Tables: Cleanup to reduce FACS globals.Lv Zheng2015-08-031-2/+0