summaryrefslogtreecommitdiff
path: root/drivers/acpi/acpica
AgeCommit message (Expand)AuthorFilesLines
2017-12-04ACPICA: Rename variable to match upstreamRafael J. Wysocki1-4/+4
2017-11-27ACPICA: Update linkage for get mutex name interfaceBob Moore2-7/+8
2017-11-27ACPICA: Update mutex error messages, no functional changeBob Moore1-4/+5
2017-11-27ACPICA: Debugger: add "background" command for method executionBob Moore4-66/+206
2017-11-27ACPICA: Namespace: fix memory leak from building prefixed pathnameErik Schmauss1-1/+4
2017-11-27ACPICA: Enhance error messages from namespace create/lookup operationsBob Moore12-25/+270
2017-11-27ACPICA: ACPICA: style edits to utility function output, no functional changeErik Schmauss1-1/+1
2017-11-27ACPICA: Add an additional error message for EC timeoutsBob Moore1-0/+10
2017-11-27ACPICA: Update output from ACPI_EXCEPTION macroBob Moore2-7/+4
2017-11-27ACPICA: Use local 64-bit divide support for string conversionsBob Moore1-15/+21
2017-11-27ACPICA: Utilities: Cleanup style issue for bit clearingLv Zheng1-2/+2
2017-11-27ACPICA: iASL: change processing of external op namespace nodes for correctnessErik Schmauss2-6/+8
2017-11-27ACPICA: Tools: Deploy -vd option (build date/time) across all toolsBob Moore1-0/+3
2017-11-27ACPICA: Rename AE_AML_INFINITE_LOOP exceptionBob Moore1-1/+1
2017-11-27ACPICA: Dispatcher: Introduce timeout mechanism for infinite loop detectionLv Zheng3-9/+10
2017-11-27ACPICA: Avoid null pointer dereference on Op.Colin Ian King1-3/+3
2017-11-27ACPICA: disassembler: getting rid of error messageErik Schmauss1-8/+1
2017-11-27ACPICA: Disassembler: reset parser_state's Aml pointer when parsing bad exter...Erik Schmauss1-0/+1
2017-11-27ACPICA: Fix an off-by-one error in acpi_get_timer_duration().Jung-uk Kim1-15/+14
2017-11-13Merge branch 'acpica'Rafael J. Wysocki19-404/+786
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-04ACPICA: Update acpi_get_timer for 64-bit interface to acpi_hw_readBob Moore1-1/+9
2017-10-04ACPICA: String conversions: Update to add new behaviorsBob Moore3-21/+78
2017-10-04ACPICA: String conversions: Cleanup/format comments. No functional changesBob Moore2-78/+74
2017-10-04ACPICA: Restructure/cleanup all string-to-integer conversion functionsBob Moore12-249/+673
2017-10-04ACPICA: acpiexec: Add testability of deferred table verificationLv Zheng1-3/+6
2017-10-04ACPICA: Hardware: Enable 64-bit support of hardware accessesLv Zheng5-155/+49
2017-09-04Merge branches 'acpi-scan' and 'acpi-pm'Rafael J. Wysocki2-9/+29
2017-09-04Merge branch 'acpica'Rafael J. Wysocki39-611/+1331
2017-08-22ACPICA: Fix acpi_evaluate_object_typed()Rafael J. Wysocki1-3/+7
2017-08-17ACPICA: Make it possible to enable runtime GPEs earlierRafael J. Wysocki2-0/+10
2017-08-17ACPICA: Dispatch active GPEs at init timeRafael J. Wysocki1-9/+19
2017-08-04ACPICA: Revert "Update resource descriptor handling"Erik Schmauss1-9/+5
2017-08-04ACPICA: Resources: Allow _DMA method in walk resourcesBob Moore1-3/+4
2017-08-04ACPICA: Ensure all instances of AE_AML_INTERNAL have error messagesBob Moore5-0/+18
2017-08-04ACPICA: Implement deferred resolution of reference package elementsBob Moore16-345/+661
2017-08-04ACPICA: Debugger: Improve support for Alias objectsBob Moore2-13/+58
2017-08-04ACPICA: Interpreter: Update handling for Alias operatorBob Moore1-47/+14
2017-08-04ACPICA: EFI/EDK2: Cleanup to enable /WX for MSVC buildsLv Zheng1-3/+3
2017-08-04ACPICA: CLib: Add short multiply/shift supportLv Zheng5-16/+228
2017-08-04ACPICA: Add a comment, no functional changeBob Moore1-0/+7
2017-08-04ACPICA: Namespace: Update/fix an error messageBob Moore1-6/+16
2017-08-04ACPICA: Divergences: reduce access size definitionsLv Zheng1-1/+1
2017-07-20ACPICA: Update resource descriptor handlingBob Moore1-5/+9
2017-07-20ACPICA: Disassembler: skip parsing of incorrect external declarationsErik Schmauss1-0/+26
2017-07-20ACPICA: iASL: Ensure that the target node is valid in acpi_ex_create_aliasAlex James1-0/+5
2017-07-20ACPICA: Tables: Add deferred table verification supportLv Zheng2-11/+50
2017-07-20ACPICA: Tables: Combine checksum/duplication verification togetherLv Zheng3-110/+169
2017-07-20ACPICA: Tables: Change table duplication check to be related to acpi_gbl_veri...Lv Zheng3-3/+11
2017-07-20ACPICA: Tables: Do not validate signature for dynamic table loadLv Zheng2-29/+1