aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-27ACPICA: Unix application OSL: Correctly handle control-c (EINTR)Bob Moore1-3/+7
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: Comment update: spelling/format. No functional changeBob Moore1-30/+34
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-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: OSL: Add support to exclude stdarg.hLv Zheng2-0/+12
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 Westerberg9-2/+177
2017-06-12ACPICA: ACPI 6.2: Add support for PinGroupFunction() resourceMika Westerberg10-2/+182
2017-06-12ACPICA: ACPI 6.2: Add support for PinGroup() resourceMika Westerberg10-3/+191
2017-06-12ACPICA: ACPI 6.2: Add support for PinConfig() resourceMika Westerberg10-4/+223
2017-06-12ACPICA: ACPI 6.2: Add support for PinFunction() resourceMika Westerberg9-4/+180
2017-06-12ACPICA: Add support for new PCCT subtablesDavid E. Box2-10/+77
2017-06-12ACPICA: Add header support for TPM2 table changesBob Moore2-5/+36
2017-06-12ACPICA: disassembler: improve Switch supportDavid E. Box3-2/+8
2017-06-12ACPICA: Add support for new SRAT subtableBob Moore1-1/+11
2017-06-12ACPICA: Add support for new HEST subtableBob Moore1-3/+18
2017-06-12ACPICA: Add new flags to HEST subtablesBob Moore1-0/+1
2017-06-12ACPICA: Tables: Add PPTT table definitionsLv Zheng1-0/+80
2017-06-12ACPICA: Add new notify value for HEST tableBob Moore1-1/+2
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: Tables: Fix defined values for MADT PCAT_COMPAT flagJanosch Hildebrand1-2/+2
2017-06-12ACPICA: Update Status field for BGRT tableBob Moore1-0/+5
2017-06-12ACPICA: Utilities: Make a notify value reservedBob Moore1-2/+2
2017-06-12ACPICA: Added two new UUID valuesBob Moore1-0/+5
2017-06-12ACPICA: Add new notify value for memory attributes updateBob Moore2-2/+5
2017-06-12ACPICA: Tables: Add HMAT table definitionsLv Zheng1-0/+117
2017-06-12ACPICA: Tables: Add WSMT supportLv Zheng1-0/+22
2017-06-12ACPICA: Change path's type from u8* to char*Erik Schmauss2-2/+2
2017-06-11Linux 4.12-rc5Linus Torvalds1-1/+1
2017-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds19-330/+330