summaryrefslogtreecommitdiff
path: root/drivers/acpi/acpica
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-20ACPICA: Tables: Cleanup table handler invokersLv Zheng3-20/+33
2017-07-20ACPICA: Tables: Add sanity check in acpi_put_table()Lv Zheng1-0/+4
2017-07-20ACPICA: linuxize: cleanup typedef definitionsLv Zheng1-3/+9
2017-07-20Back port of "ACPICA: Use designated initializers"Kees Cook1-3/+6
2017-07-20ACPICA: iASL compiler: allow compilation of externals with paths that refer t...Erik Schmauss2-0/+7
2017-07-20ACPICA: Tools: Deallocate memory allocated by ac_get_all_tables_from_file via...Erik Schmauss1-0/+2
2017-07-20ACPICA: Small indentation changes, no functional changeBob Moore1-2/+2
2017-07-03Merge branches 'acpi-pmic', 'acpi-misc' and 'acpi-tables'Rafael J. Wysocki1-0/+4
2017-06-27ACPICA: Use designated initializersKees Cook1-5/+9
2017-06-27Merge back ACPICA material for v4.13.Rafael J. Wysocki46-371/+1493
2017-06-27ACPICA: Update a couple of debug output messagesBob Moore2-2/+2
2017-06-27ACPICA: acpiexec: enhance local signal handlerBob Moore3-7/+31
2017-06-27ACPICA: Simplify output for the ACPI Debug ObjectBob Moore1-2/+2
2017-06-27ACPICA: Improvements for debug output onlyBob Moore3-14/+25
2017-06-27ACPICA: Disassembler: allow conflicting external declarations to be emitted.Erik Schmauss2-0/+28
2017-06-27ACPICA: Disassembler: add external op to namespace on first passErik Schmauss2-3/+47
2017-06-27ACPICA: Disassembler: prevent external op's from opening a new scopeErik Schmauss1-0/+10
2017-06-27ACPICA: Changed Gbl_disasm_flag to acpi_gbl_disasm_flagErik Schmauss1-0/+2
2017-06-27ACPICA: Changing External to a named objectErik Schmauss2-4/+6
2017-06-27ACPICA: Update two error messages to emit control method nameBob Moore1-10/+29
2017-06-27ACPICA: Fix for Device/Thermal objects with ObjectType and DerefOfBob Moore2-11/+37
2017-06-27ACPICA: Update comments, no functional changeCao Jin2-5/+5
2017-06-27ACPICA: Split resource descriptor decode strings to a new fileBob Moore3-264/+316
2017-06-22ACPI: configfs: Unload SSDT on configfs entry removalJan Kiszka1-0/+4
2017-06-12ACPICA: Remove extraneous status checkBob Moore1-3/+0
2017-06-12ACPICA: Export the public mutex interfacesBob Moore1-1/+4
2017-06-12ACPICA: Disassembler: Abort on an invalid/unknown AML opcodeBob Moore1-0/+14
2017-06-12ACPICA: Dispatcher: Remove unnecessary call to debuggerLv Zheng1-9/+0
2017-06-12ACPICA: Debugger/acpiexec: Cleanup error messagesBob Moore2-3/+4
2017-06-12ACPICA: Explicitly cast 1 to u32Erik Schmauss1-3/+9
2017-06-12ACPICA: Update error message for field beyond buffer caseBob Moore1-6/+5
2017-06-12ACPICA: Events: Add runtime stub support for event APIsLv Zheng1-0/+18
2017-06-12ACPICA: Core: Always set GPIO VendorOffsetMika Westerberg1-3/+1
2017-06-12ACPICA: Fix a type value overlap in the AML support fileBob Moore1-28/+33
2017-06-12ACPICA: ACPI 6.2: Add support for PinGroupConfig() resourceMika Westerberg8-1/+162