summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica
Commit message (Expand)AuthorAgeFilesLines
* ACPICA: Debugger: Fix dead lock issue ocurred in single stepping modeLv Zheng2015-10-221-0/+10
* ACPI: Enable build of AML interpreter debuggerLv Zheng2015-10-2212-29/+21Star
* ACPICA: Debugger: Add thread ID support so that single step mode can only app...Lv Zheng2015-10-224-2/+38
* ACPICA: Debugger: Fix "terminate" command by cleaning up subsystem shutdown l...Lv Zheng2015-10-223-14/+15
* ACPICA: Debugger: Fix "quit/exit" command by cleaning up user commands termin...Lv Zheng2015-10-225-19/+26
* ACPICA: Linuxize: Export debugger files to LinuxLv Zheng2015-10-2214-0/+9677
* ACPICA: iASL: General cleanup of the file suffix #definesBob Moore2015-10-221-1/+1
* ACPICA: Improve typechecking, both compile-time and runtimeBob Moore2015-10-2210-44/+129
* ACPICA: Debugger: Update mutexes used for multithreaded debuggerBob Moore2015-10-224-5/+25
* ACPICA: Update exception code for "file not found" errorBob Moore2015-10-221-0/+6
* ACPICA: iASL: Add symbolic operator support for Index() operatorBob Moore2015-10-221-1/+1
* ACPICA: Remove unnecessary conditional compilationBob Moore2015-10-223-4/+7
* ACPICA: Tables: Fix FADT dependency regressionLv Zheng2015-10-145-33/+10Star
* ACPICA: Debugger: Cleanup debugging outputs to dump name path without trailin...Lv Zheng2015-08-254-4/+4
* ACPICA: Disassembler: Cleanup acpi_gbl_db_opt_verbose acpiexec usageLv Zheng2015-08-252-4/+1Star
* ACPICA: Disassembler: Cleanup acpi_gbl_db_opt_disasmLv Zheng2015-08-251-1/+1
* ACPICA: Debugger: Split debugger initialization/termination APIsLv Zheng2015-08-253-22/+0Star
* ACPICA: Make the max-number-of-loops runtime configurableBob Moore2015-08-253-1/+6
* ACPICA: Debugger: Add option to display namespace summary/countsBob Moore2015-08-252-2/+6
* ACPICA: Add additional debug info/statementsBob Moore2015-08-255-6/+57
* ACPICA: Table handling: Cleanup and update debug output for toolsBob Moore2015-08-252-34/+30Star
* ACPICA: acpiexec/acpinames: Support very large number of ACPI tablesBob Moore2015-08-253-6/+18
* ACPICA: acpinames: Add new options and wildcard supportBob Moore2015-08-252-2/+2
* ACPICA: Tables: Cleanup to reduce FACS globalsLv Zheng2015-08-253-19/+7Star
* ACPICA: Tables: Fix global table list issues by removing fixed table indexesLv Zheng2015-08-257-58/+51Star
* ACPICA: Update info messages during ACPICA initBob Moore2015-08-252-2/+11
* ACPICA: Disassembler: Update for new listing modeBob Moore2015-08-251-1/+1
* ACPICA: Update parameter validation for data_table_region and load_tableBob Moore2015-08-255-20/+69
* ACPICA: Disassembler: Remove duplicate code in _PLD processing.Bob Moore2015-08-251-2/+3
* ACPICA: Correctly cleanup after a ACPI table load failureBob Moore2015-08-255-10/+54
* ACPICA: iASL/Disassembler: Add prototype verbose modeBob Moore2015-07-231-0/+1
* ACPICA: Debugger: Move debugger specific APIs to debugger componentLv Zheng2015-07-232-7/+22
* ACPICA: Debugger: Reduce structure size for debuggerLv Zheng2015-07-231-0/+3
* ACPICA: Cleanup use of NEGATIVE and POSITIVE definesBob Moore2015-07-231-0/+5
* ACPICA: Cleanup use of all non-ANSI local C library functionsBob Moore2015-07-235-354/+396
* ACPICA: iASL: Add new warnings for method local_x and arg_x variablesBob Moore2015-07-231-0/+4
* ACPICA: Remove extraneous check for null walk_stateMarkus Elfring2015-07-231-3/+1Star
* ACPICA: Parser: Remove redundant opcode execution debugging outputLv Zheng2015-07-231-8/+0Star
* ACPICA: Executer: Add option to bypass opcode tracingLv Zheng2015-07-231-2/+4
* ACPICA: Executer: Add OSL trace hook supportLv Zheng2015-07-233-38/+122
* ACPICA: Executer: Add interpreter tracing mode for method tracing facilityLv Zheng2015-07-2310-183/+310
* ACPICA: Dispatcher: Add trace support for interpreterLv Zheng2015-07-235-1/+75
* ACPICA: Dispatcher: Move stack traversal code to dispatcherLv Zheng2015-07-234-3/+235
* ACPICA: Namespace: Add function to directly return normalized full pathLv Zheng2015-07-237-132/+176
* ACPICA: Executer: Add back pointing reference of method operandLv Zheng2015-07-233-0/+5
* ACPICA: Dispatcher: Cleanup union acpi_operand_object's AML address assignmentsLv Zheng2015-07-2312-49/+53
* ACPICA: Parser: Cleanup aml_offset in union acpi_operand_objectLv Zheng2015-07-233-16/+8Star
* ACPICA: Parser: Cleanup aml_offset in struct acpi_walk_stateLv Zheng2015-07-234-15/+26
* ACPICA: Parser: Reduce parser/namespace divergences for tracer supportLv Zheng2015-07-233-8/+8
* Revert 'Revert "ACPICA: Permanently set _REV to the value '2'."'Rafael J. Wysocki2015-07-031-3/+10