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