summaryrefslogtreecommitdiff
path: root/drivers/acpi/acpica
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-12ACPICA: ACPI 6.2: Add support for PinGroupFunction() resourceMika Westerberg9-1/+168
2017-06-12ACPICA: ACPI 6.2: Add support for PinGroup() resourceMika Westerberg9-2/+173
2017-06-12ACPICA: ACPI 6.2: Add support for PinConfig() resourceMika Westerberg9-3/+190
2017-06-12ACPICA: ACPI 6.2: Add support for PinFunction() resourceMika Westerberg8-3/+165
2017-06-12ACPICA: disassembler: improve Switch supportDavid E. Box3-2/+8
2017-06-12ACPICA: Add support for _HMA as a predefined methodErik Schmauss1-0/+3
2017-06-12ACPICA: Add support for _LSW as a predefined methodErik Schmauss1-0/+4
2017-06-12ACPICA: Add support for _LSR as a predefined methodErik Schmauss1-0/+5
2017-06-12ACPICA: Add support for _LSI as a predefined methodErik Schmauss1-0/+4
2017-06-12ACPICA: Utilities: Make a notify value reservedBob Moore1-2/+2
2017-06-12ACPICA: Add new notify value for memory attributes updateBob Moore1-1/+3
2017-06-12ACPICA: Change path's type from u8* to char*Erik Schmauss2-2/+2