summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica
Commit message (Expand)AuthorAgeFilesLines
...
* ACPICA: Revert "Fix for implicit result conversion for the To____ functions"Bob Moore2018-02-214-24/+12Star
* ACPICA: Update for some debug output. No functional changeBob Moore2018-02-2111-26/+40
* ACPICA: Update error message, no functional changeBob Moore2018-02-211-3/+5
* ACPICA: All acpica: Update copyrights to 2018Bob Moore2018-02-06197-198/+198
* ACPICA: trivial style fix, no functional changeErik Schmauss2018-01-051-3/+4
* ACPICA: Fix a couple memory leaks during package object resolutionBob Moore2018-01-051-8/+13
* ACPICA: Recognize the Windows 10 version 1607 and 1703 OSI stringsMario Limonciello2018-01-051-0/+2
* ACPICA: Rename a global variable, no functional changeBob Moore2018-01-052-2/+2
* ACPICA: Create and deploy safe version of strncpyBob Moore2018-01-055-9/+22
* ACPICA: Cleanup the global variables and update commentsBob Moore2018-01-052-55/+29Star
* ACPICA: Debugger: fix slight indentation issueErik Schmauss2018-01-051-1/+1
* ACPICA: Fix a regression in the acpi_evaluate_object_type() interfaceBob Moore2018-01-051-4/+5
* ACPICA: Update for a few debug output statementsBob Moore2018-01-052-4/+16
* ACPICA: Debug output, no functional changeBob Moore2018-01-051-7/+7
* ACPICA: Rename variable to match upstreamRafael J. Wysocki2017-12-041-4/+4
* ACPICA: Update linkage for get mutex name interfaceBob Moore2017-11-272-7/+8
* ACPICA: Update mutex error messages, no functional changeBob Moore2017-11-271-4/+5
* ACPICA: Debugger: add "background" command for method executionBob Moore2017-11-274-66/+206
* ACPICA: Namespace: fix memory leak from building prefixed pathnameErik Schmauss2017-11-271-1/+4
* ACPICA: Enhance error messages from namespace create/lookup operationsBob Moore2017-11-2712-25/+270
* ACPICA: ACPICA: style edits to utility function output, no functional changeErik Schmauss2017-11-271-1/+1
* ACPICA: Add an additional error message for EC timeoutsBob Moore2017-11-271-0/+10
* ACPICA: Update output from ACPI_EXCEPTION macroBob Moore2017-11-272-7/+4Star
* ACPICA: Use local 64-bit divide support for string conversionsBob Moore2017-11-271-15/+21
* ACPICA: Utilities: Cleanup style issue for bit clearingLv Zheng2017-11-271-2/+2
* ACPICA: iASL: change processing of external op namespace nodes for correctnessErik Schmauss2017-11-272-6/+8
* ACPICA: Tools: Deploy -vd option (build date/time) across all toolsBob Moore2017-11-271-0/+3
* ACPICA: Rename AE_AML_INFINITE_LOOP exceptionBob Moore2017-11-271-1/+1
* ACPICA: Dispatcher: Introduce timeout mechanism for infinite loop detectionLv Zheng2017-11-273-9/+10
* ACPICA: Avoid null pointer dereference on Op.Colin Ian King2017-11-271-3/+3
* ACPICA: disassembler: getting rid of error messageErik Schmauss2017-11-271-8/+1Star
* ACPICA: Disassembler: reset parser_state's Aml pointer when parsing bad exter...Erik Schmauss2017-11-271-0/+1
* ACPICA: Fix an off-by-one error in acpi_get_timer_duration().Jung-uk Kim2017-11-271-15/+14Star
* Merge branch 'acpica'Rafael J. Wysocki2017-11-1319-404/+786
|\
| * ACPICA: Update acpi_get_timer for 64-bit interface to acpi_hw_readBob Moore2017-10-041-1/+9
| * ACPICA: String conversions: Update to add new behaviorsBob Moore2017-10-043-21/+78
| * ACPICA: String conversions: Cleanup/format comments. No functional changesBob Moore2017-10-042-78/+74Star
| * ACPICA: Restructure/cleanup all string-to-integer conversion functionsBob Moore2017-10-0412-249/+673
| * ACPICA: acpiexec: Add testability of deferred table verificationLv Zheng2017-10-041-3/+6
| * ACPICA: Hardware: Enable 64-bit support of hardware accessesLv Zheng2017-10-045-155/+49Star
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
*-. Merge branches 'acpi-scan' and 'acpi-pm'Rafael J. Wysocki2017-09-032-9/+29
|\ \
| * | ACPICA: Make it possible to enable runtime GPEs earlierRafael J. Wysocki2017-08-172-0/+10
| * | ACPICA: Dispatch active GPEs at init timeRafael J. Wysocki2017-08-171-9/+19
| |/
* | Merge branch 'acpica'Rafael J. Wysocki2017-09-0339-611/+1331
|\ \
| * | ACPICA: Revert "Update resource descriptor handling"Erik Schmauss2017-08-031-9/+5Star
| * | ACPICA: Resources: Allow _DMA method in walk resourcesBob Moore2017-08-031-3/+4
| * | ACPICA: Ensure all instances of AE_AML_INTERNAL have error messagesBob Moore2017-08-035-0/+18
| * | ACPICA: Implement deferred resolution of reference package elementsBob Moore2017-08-0316-345/+661
| * | ACPICA: Debugger: Improve support for Alias objectsBob Moore2017-08-032-13/+58