summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica
Commit message (Expand)AuthorAgeFilesLines
* ACPICA: Dispatcher: Update thread ID for recursive method callsPrarit Bhargava2016-05-041-0/+3
* Merge branch 'acpica'Rafael J. Wysocki2016-03-1424-185/+371
|\
| * ACPICA / Interpreter: Fix a regression triggered because of wrong Linux ECDT ...Lv Zheng2016-03-103-39/+32Star
| * ACPICA: Utilities: Update trace mechinism for acquire_objectBob Moore2016-03-081-1/+1
| * ACPICA: Namespace: Rename acpi_gbl_reg_methods_enabled to acpi_gbl_namespace_...Lv Zheng2016-02-244-4/+4
| * ACPICA: Namespace: Ensure \_SB._INI executed before any _REGLv Zheng2016-02-243-77/+85
| * ACPICA: ACPICA: Tune _REG evaluations order in the initialization stepsLv Zheng2016-02-241-17/+18
| * ACPICA: Tables: make default region accessible during the table loadLv Zheng2016-02-242-5/+29
| * ACPICA: ACPI 6.0/iASL: Add support for the External AML opcodeDavid E. Box2016-02-241-1/+3
| * ACPICA: Remove unnecessary arguments to ACPI_INFOBob Moore2016-02-2413-29/+18Star
| * ACPICA: debugger: dbconvert: free pld_info on error return pathColin Ian King2016-02-241-2/+3
| * ACPICA: iASL: Update to use internal acpi_ut_strtoul64 functionBob Moore2016-02-241-38/+206
| * ACPICA: iASL: Fix some typos with the name strtoul64Bob Moore2016-02-241-1/+1
| * ACPICA: Remove incorrect "static" from a global structureBob Moore2016-02-241-1/+1
| * ACPICA: aclocal: Put parens around some definitions.waddlesplash2016-02-241-3/+3
* | ACPICA: Revert "Parser: Fix for SuperName method invocation"Bob Moore2016-03-081-5/+4Star
|/
* ACPICA: Silence a -Wbad-function-cast warning when acpi_uintptr_t is 'uintptr_t'Lv Zheng2016-01-151-1/+3
* ACPICA: Additional 2016 copyright changesBob Moore2016-01-15190-191/+191
* ACPICA: Reduce regression fix divergence from upstream ACPICALv Zheng2016-01-151-6/+7
* ACPICA: Drop Linux-specific waking vector functionsRafael J. Wysocki2016-01-041-77/+19Star
* ACPICA: Add per-table execution of module-level codeBob Moore2016-01-012-1/+24
* ACPICA: Add "root node" case to the ACPI name repair codeBob Moore2016-01-011-0/+8
* ACPICA: Events: Introduce ACPI_REG_DISCONNECT invocation to acpi_ev_execute_r...Lv Zheng2016-01-014-16/+17
* ACPICA: Events: Enhance acpi_ev_execute_reg_method() to ensure no _REG evalua...Lv Zheng2016-01-017-42/+30Star
* ACPICA: Events: Split acpi_ev_associate_reg_method() from region initializati...Lv Zheng2016-01-014-29/+55
* ACPICA: Events: Fix an issue that region object is re-attached to another sco...Lv Zheng2016-01-011-7/+6Star
* ACPICA: Utilities: Reorder initialization codeLv Zheng2016-01-011-16/+15Star
* ACPICA: Events: Uses common_notify for address space handlersLv Zheng2016-01-014-19/+13Star
* ACPICA: Events: Deploys acpi_ev_find_region_handler()Lv Zheng2016-01-014-91/+75Star
* ACPICA: Cleanup code related to the per-table module level improvementBob Moore2016-01-016-44/+91
* ACPICA: Update for CondRefOf and RefOf operatorsBob Moore2016-01-011-2/+2
* ACPICA: Update internal #defines for ObjectType operator. No functional changeBob Moore2016-01-014-5/+5
* ACPICA: Update parameter type for ObjectType operatorBob Moore2016-01-013-4/+6
* ACPICA: Parser: Fix for SuperName method invocationBob Moore2016-01-011-4/+5
* ACPICA: Parser: Add constants for internal namepath functionBob Moore2016-01-013-7/+13
* ACPICA: iasl/Disassembler: Support ASL ElseIf operatorBob Moore2016-01-011-0/+1
* ACPICA: Tools: Add spacing and missing options in acpibin toolColin Ian King2016-01-011-1/+1
* ACPICA: Namespace: Add String -> ObjectReference conversion supportLv Zheng2016-01-013-1/+89
* ACPICA: Namespace: Add scope information to the simple object repair mechanismLv Zheng2016-01-014-9/+16
* ACPICA: Update for output of the Debug ObjectBob Moore2016-01-011-3/+8
* ACPICA: Debug object: Fix output for a NULL objectBob Moore2016-01-011-1/+2
* ACPICA: Debug Object: Cleanup outputBob Moore2016-01-011-20/+47
* ACPICA: Concatenate operator: Add extensions to support all ACPI objectsBob Moore2016-01-012-6/+37
* ACPICA: acpiexec/acpinames: Update for error checking macrosBob Moore2016-01-011-0/+13
* ACPICA: Add comment explaining _SUB removalBob Moore2016-01-011-0/+7
* ACPICA: Revert "acpi_get_object_info: Add support for ACPI 5.0 _SUB method."Bob Moore2016-01-014-126/+22Star
* ACPICA: Debugger: Remove some unecessary NULL checksMarkus Elfring2016-01-012-10/+3Star
* ACPICA: iasl/acpiexec: Update input file handling and verificationBob Moore2016-01-014-16/+13Star
* ACPICA: Disassembler/tools: Support for multiple ACPI tables in one fileBob Moore2016-01-019-514/+53Star
* ACPICA: acpiexec: Add support for AML files containing multiple tablesBob Moore2016-01-012-0/+27