aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica (follow)
AgeCommit message (Expand)AuthorFilesLines
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-03Merge branches 'acpi-scan' and 'acpi-pm'Rafael J. Wysocki2-9/+29
2017-09-03Merge 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-03ACPICA: Revert "Update resource descriptor handling"Erik Schmauss1-9/+5
2017-08-03ACPICA: Resources: Allow _DMA method in walk resourcesBob Moore1-3/+4
2017-08-03ACPICA: Ensure all instances of AE_AML_INTERNAL have error messagesBob Moore5-0/+18
2017-08-03ACPICA: Implement deferred resolution of reference package elementsBob Moore16-345/+661
2017-08-03ACPICA: Debugger: Improve support for Alias objectsBob Moore2-13/+58
2017-08-03ACPICA: Interpreter: Update handling for Alias operatorBob Moore1-47/+14
2017-08-03ACPICA: EFI/EDK2: Cleanup to enable /WX for MSVC buildsLv Zheng1-3/+3
2017-08-03ACPICA: CLib: Add short multiply/shift supportLv Zheng5-16/+228
2017-08-03ACPICA: Add a comment, no functional changeBob Moore1-0/+7
2017-08-03ACPICA: Namespace: Update/fix an error messageBob Moore1-6/+16
2017-08-03ACPICA: 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_verify_table_checksumLv 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 to existing namesErik Schmauss2-0/+7
2017-07-20ACPICA: Tools: Deallocate memory allocated by ac_get_all_tables_from_file via ac_delete_table_listErik 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