summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica
Commit message (Expand)AuthorAgeFilesLines
* 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
* ACPICA: Comment update, no functional changegongzg2015-07-011-3/+2Star
* ACPICA: Split C library prototypes to new headerBob Moore2015-07-012-58/+3Star
* ACPICA: De-macroize calls to standard C library functionsBob Moore2015-07-0150-255/+241Star
* ACPICA: Cleanup output for the ASL Debug objectBob Moore2015-07-014-6/+50
* ACPICA: Update for acpi_install_table memory typesZhang Rui2015-07-011-2/+2
* ACPICA: Namespace: Change namespace override to avoid node deletionBob Moore2015-07-011-4/+19
* ACPICA: Namespace: Add support of OSDT tableBob Moore2015-07-013-2/+14
* ACPICA: Namespace: Add support to allow overriding objectsLv Zheng2015-07-015-7/+44
* ACPICA: Utilities: Add _CLS processingSuravee Suthikulpanit2015-07-015-4/+148
* ACPICA: Tables: Fix an issue that FACS initialization is performed twiceLv Zheng2015-07-011-4/+6
* ACPICA: Hardware: Enable firmware waking vector for both 32-bit and 64-bit FACSLv Zheng2015-07-013-20/+73
* ACPICA: Tables: Enable both 32-bit and 64-bit FACSLv Zheng2015-07-014-20/+39
* ACPICA: Hardware: Enable 64-bit firmware waking vector for selected FACSLv Zheng2015-07-011-18/+53
* ACPICA: Linuxize: Replace __FUNCTION__ with __func__Lv Zheng2015-06-241-2/+2
* ACPICA: Linuxize: Reduce divergences for 20150616 releaseLv Zheng2015-06-235-5/+4Star
* ACPICA: ACPI 6.0: Add support for NFIT table.Bob Moore2015-05-221-2/+2
* ACPICA: acpi_help: Add option to display all known/supported ACPI tables.Bob Moore2015-05-221-0/+5
* ACPICA: iASL/disassembler - fix possible fault for -e option.Bob Moore2015-05-223-4/+13
* ACPICA: Hardware: Fix a resource leak issue in acpi_hw_build_pci_list().Lv Zheng2015-05-221-5/+4Star
* ACPICA: Dispatcher: Fix a resource leak issue in acpi_ds_auto_serialize_metho...Lv Zheng2015-05-221-3/+2Star
* ACPICA: iASL: Enhance detection of non-ascii or corrupted input files.Bob Moore2015-05-222-6/+3Star
* ACPICA: Parser: Move a couple externals to the proper header.Bob Moore2015-05-222-3/+3
* ACPICA: ACPI 6.0: Add support for new predefined names.Bob Moore2015-05-224-4/+66
* Revert "ACPICA: Permanently set _REV to the value '2'."Rafael J. Wysocki2015-05-131-10/+3Star
* ACPICA: Store GPE register enable masks upfrontRafael J. Wysocki2015-04-152-9/+7Star
* ACPICA: Fix a couple issues with the local printf module.Lv Zheng2015-04-141-5/+8
* ACPICA: Add "//" before ascii output of buffers.Bob Moore2015-04-141-0/+8
* ACPICA: Remove unused internal AML opcode.Bob Moore2015-04-141-1/+0Star