aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/acpica
AgeCommit message (Expand)AuthorFilesLines
2018-02-06ACPICA: All acpica: Update copyrights to 2018Gravatar Bob Moore 197-198/+198
2018-01-05ACPICA: trivial style fix, no functional changeGravatar Erik Schmauss 1-3/+4
2018-01-05ACPICA: Fix a couple memory leaks during package object resolutionGravatar Bob Moore 1-8/+13
2018-01-05ACPICA: Recognize the Windows 10 version 1607 and 1703 OSI stringsGravatar Mario Limonciello 1-0/+2
2018-01-05ACPICA: Rename a global variable, no functional changeGravatar Bob Moore 2-2/+2
2018-01-05ACPICA: Create and deploy safe version of strncpyGravatar Bob Moore 5-9/+22
2018-01-05ACPICA: Cleanup the global variables and update commentsGravatar Bob Moore 2-55/+29
2018-01-05ACPICA: Debugger: fix slight indentation issueGravatar Erik Schmauss 1-1/+1
2018-01-05ACPICA: Fix a regression in the acpi_evaluate_object_type() interfaceGravatar Bob Moore 1-4/+5
2018-01-05ACPICA: Update for a few debug output statementsGravatar Bob Moore 2-4/+16
2018-01-05ACPICA: Debug output, no functional changeGravatar Bob Moore 1-7/+7
2017-12-04ACPICA: Rename variable to match upstreamGravatar Rafael J. Wysocki 1-4/+4
2017-11-27ACPICA: Update linkage for get mutex name interfaceGravatar Bob Moore 2-7/+8
2017-11-27ACPICA: Update mutex error messages, no functional changeGravatar Bob Moore 1-4/+5
2017-11-27ACPICA: Debugger: add "background" command for method executionGravatar Bob Moore 4-66/+206
2017-11-27ACPICA: Namespace: fix memory leak from building prefixed pathnameGravatar Erik Schmauss 1-1/+4
2017-11-27ACPICA: Enhance error messages from namespace create/lookup operationsGravatar Bob Moore 12-25/+270
2017-11-27ACPICA: ACPICA: style edits to utility function output, no functional changeGravatar Erik Schmauss 1-1/+1
2017-11-27ACPICA: Add an additional error message for EC timeoutsGravatar Bob Moore 1-0/+10
2017-11-27ACPICA: Update output from ACPI_EXCEPTION macroGravatar Bob Moore 2-7/+4
2017-11-27ACPICA: Use local 64-bit divide support for string conversionsGravatar Bob Moore 1-15/+21
2017-11-27ACPICA: Utilities: Cleanup style issue for bit clearingGravatar Lv Zheng 1-2/+2
2017-11-27ACPICA: iASL: change processing of external op namespace nodes for correctnessGravatar Erik Schmauss 2-6/+8
2017-11-27ACPICA: Tools: Deploy -vd option (build date/time) across all toolsGravatar Bob Moore 1-0/+3
2017-11-27ACPICA: Rename AE_AML_INFINITE_LOOP exceptionGravatar Bob Moore 1-1/+1
2017-11-27ACPICA: Dispatcher: Introduce timeout mechanism for infinite loop detectionGravatar Lv Zheng 3-9/+10
2017-11-27ACPICA: Avoid null pointer dereference on Op.Gravatar Colin Ian King 1-3/+3
2017-11-27ACPICA: disassembler: getting rid of error messageGravatar Erik Schmauss 1-8/+1
2017-11-27ACPICA: Disassembler: reset parser_state's Aml pointer when parsing bad exter...Gravatar Erik Schmauss 1-0/+1
2017-11-27ACPICA: Fix an off-by-one error in acpi_get_timer_duration().Gravatar Jung-uk Kim 1-15/+14
2017-11-13Merge branch 'acpica'Gravatar Rafael J. Wysocki 19-404/+786
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-04ACPICA: Update acpi_get_timer for 64-bit interface to acpi_hw_readGravatar Bob Moore 1-1/+9
2017-10-04ACPICA: String conversions: Update to add new behaviorsGravatar Bob Moore 3-21/+78
2017-10-04ACPICA: String conversions: Cleanup/format comments. No functional changesGravatar Bob Moore 2-78/+74
2017-10-04ACPICA: Restructure/cleanup all string-to-integer conversion functionsGravatar Bob Moore 12-249/+673
2017-10-04ACPICA: acpiexec: Add testability of deferred table verificationGravatar Lv Zheng 1-3/+6
2017-10-04ACPICA: Hardware: Enable 64-bit support of hardware accessesGravatar Lv Zheng 5-155/+49
2017-09-03Merge branches 'acpi-scan' and 'acpi-pm'Gravatar Rafael J. Wysocki 2-9/+29
2017-09-03Merge branch 'acpica'Gravatar Rafael J. Wysocki 39-611/+1331
2017-08-22ACPICA: Fix acpi_evaluate_object_typed()Gravatar Rafael J. Wysocki 1-3/+7
2017-08-17ACPICA: Make it possible to enable runtime GPEs earlierGravatar Rafael J. Wysocki 2-0/+10
2017-08-17ACPICA: Dispatch active GPEs at init timeGravatar Rafael J. Wysocki 1-9/+19
2017-08-03ACPICA: Revert "Update resource descriptor handling"Gravatar Erik Schmauss 1-9/+5
2017-08-03ACPICA: Resources: Allow _DMA method in walk resourcesGravatar Bob Moore 1-3/+4
2017-08-03ACPICA: Ensure all instances of AE_AML_INTERNAL have error messagesGravatar Bob Moore 5-0/+18
2017-08-03ACPICA: Implement deferred resolution of reference package elementsGravatar Bob Moore 16-345/+661
2017-08-03ACPICA: Debugger: Improve support for Alias objectsGravatar Bob Moore 2-13/+58
2017-08-03ACPICA: Interpreter: Update handling for Alias operatorGravatar Bob Moore 1-47/+14
2017-08-03ACPICA: EFI/EDK2: Cleanup to enable /WX for MSVC buildsGravatar Lv Zheng 1-3/+3