aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-01ACPICA: Comment update, no functional changegongzg1-3/+2
2015-07-01ACPICA: Split C library prototypes to new headerBob Moore2-58/+3
2015-07-01ACPICA: De-macroize calls to standard C library functionsBob Moore50-255/+241
2015-07-01ACPICA: Cleanup output for the ASL Debug objectBob Moore4-6/+50
2015-07-01ACPICA: Update for acpi_install_table memory typesZhang Rui1-2/+2
2015-07-01ACPICA: Namespace: Change namespace override to avoid node deletionBob Moore1-4/+19
2015-07-01ACPICA: Namespace: Add support of OSDT tableBob Moore3-2/+14
2015-07-01ACPICA: Namespace: Add support to allow overriding objectsLv Zheng5-7/+44
2015-07-01ACPICA: Utilities: Add _CLS processingSuravee Suthikulpanit5-4/+148
2015-07-01ACPICA: Tables: Fix an issue that FACS initialization is performed twiceLv Zheng1-4/+6
2015-07-01ACPICA: Hardware: Enable firmware waking vector for both 32-bit and 64-bit FACSLv Zheng3-20/+73
2015-07-01ACPICA: Tables: Enable both 32-bit and 64-bit FACSLv Zheng4-20/+39
2015-07-01ACPICA: Hardware: Enable 64-bit firmware waking vector for selected FACSLv Zheng1-18/+53