aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-11Revert "ACPICA: Namespace: Fix deadlock triggered by MLC support in dynamic table loading"Rafael J. Wysocki2-9/+2
2016-07-11Revert "ACPICA: Namespace: Fix namespace/interpreter lock ordering"Rafael J. Wysocki2-8/+8
2016-07-05ACPICA: Namespace: Fix namespace/interpreter lock orderingLv Zheng2-8/+8
2016-06-22ACPICA: Namespace: Fix deadlock triggered by MLC support in dynamic table loadingLv Zheng2-2/+9
2016-06-15Revert "ACPICA: ACPI 2.0, Hardware: Add access_width/bit_offset support for acpi_hw_write()"Rafael J. Wysocki1-137/+9
2016-06-01ACPICA / Hardware: Fix old register check in acpi_hw_get_access_bit_width()Lv Zheng1-14/+9
2016-05-06Merge back new ACPICA material for v4.7.Rafael J. Wysocki111-1022/+1662
2016-05-05ACPICA: Move all ASCII utilities to a common fileBob Moore11-110/+160
2016-05-05ACPICA: ACPI 2.0, Hardware: Add access_width/bit_offset support for acpi_hw_write()Lv Zheng1-9/+137
2016-05-05ACPICA: ACPI 2.0, Hardware: Add access_width/bit_offset support in acpi_hw_read()Lv Zheng1-13/+62
2016-05-05ACPICA: Executer: Introduce a set of macros to handle bit width mask generationLv Zheng2-10/+14
2016-05-05ACPICA: Hardware: Add optimized access bit width supportLv Zheng1-2/+47
2016-05-05ACPICA: Utilities: Add ACPI_IS_ALIGNED() macroLv Zheng1-1/+2
2016-05-05ACPICA: Renamed some #defined flag constants for clarityBob Moore2-16/+16
2016-05-05ACPICA: ACPI 6.0, tools/iasl: Add support for new resource descriptorsBob Moore2-7/+23
2016-05-05ACPICA: ACPI 6.0: Update _BIX support for new package elementBob Moore2-2/+89
2016-05-05ACPICA: Refactor evaluate_object to reduce nestingBob Moore1-56/+55
2016-05-05ACPICA: Divergence: remove unwanted spaces for typedefLv Zheng74-253/+252
2016-05-04ACPICA: Dispatcher: Update thread ID for recursive method callsPrarit Bhargava1-0/+3
2016-04-05ACPICA: Namespace: Reorder \_SB._INI to make sure it is evaluated before _REG evaluationsLv Zheng1-21/+54
2016-04-05ACPICA: Events: Fix an issue that _REG association can happen before namespace is initializedLv Zheng3-50/+24
2016-04-05ACPICA: Tables: Fix wrong MLC condition for dynamic table loadingLv Zheng1-1/+3
2016-04-05ACPICA: Interpreter: Fix wrong conditions for acpi_ev_install_region_handlers() invocationLv Zheng1-1/+1
2016-04-05ACPICA: Hardware: Enhance acpi_hw_validate_register() with access_width/bit_offset awarenessLv Zheng1-10/+15
2016-04-05Utilities: Fix missing parentheses in ACPI_GET_BITS()/ACPI_SET_BITS()Lv Zheng1-2/+2
2016-04-05ACPICA: Utilities: Add ACPI_IS_POWER_OF_TWO()Lv Zheng1-0/+4
2016-04-05ACPICA: iASL/Disassembler: Improve handling of unresolved methodsBob Moore1-0/+1
2016-04-05ACPICA: All: const keyword changes across the ACPICA sourceBob Moore25-111/+111
2016-04-05ACPICA: Utilities: Update for strtoul64 mergerBob Moore5-34/+53
2016-04-05ACPICA: Cleanup some invocation indentations, no functional changeBob Moore1-0/+6
2016-04-05ACPICA: iASL: Cleanup/optimization for ToPLD macro supportBob Moore2-0/+52
2016-04-05ACPICA: Interpreter: Update some function headers, no functional changeBob Moore1-6/+6
2016-04-05ACPICA: Intepreter: Add object extensions to Concatenate operandBob Moore3-290/+440
2016-04-05ACPICA: ACPI 6.1: Add full support for this version of ACPI specBob Moore2-13/+26
2016-04-05ACPICA: Tables: Update FADT handlingBob Moore1-7/+11
2016-04-04ACPICA: Linuxize: reduce divergences for 20160212 releaseLv Zheng2-2/+1
2016-03-14Merge branch 'acpica'Rafael J. Wysocki24-185/+371
2016-03-10ACPICA / Interpreter: Fix a regression triggered because of wrong Linux ECDT supportLv Zheng3-39/+32
2016-03-08ACPICA: Revert "Parser: Fix for SuperName method invocation"Bob Moore1-5/+4
2016-03-08ACPICA: Utilities: Update trace mechinism for acquire_objectBob Moore1-1/+1
2016-02-24ACPICA: Namespace: Rename acpi_gbl_reg_methods_enabled to acpi_gbl_namespace_initializedLv Zheng4-4/+4
2016-02-24ACPICA: Namespace: Ensure \_SB._INI executed before any _REGLv Zheng3-77/+85
2016-02-24ACPICA: ACPICA: Tune _REG evaluations order in the initialization stepsLv Zheng1-17/+18
2016-02-24ACPICA: Tables: make default region accessible during the table loadLv Zheng2-5/+29
2016-02-24ACPICA: ACPI 6.0/iASL: Add support for the External AML opcodeDavid E. Box1-1/+3
2016-02-24ACPICA: Remove unnecessary arguments to ACPI_INFOBob Moore13-29/+18
2016-02-24ACPICA: debugger: dbconvert: free pld_info on error return pathColin Ian King1-2/+3
2016-02-24ACPICA: iASL: Update to use internal acpi_ut_strtoul64 functionBob Moore1-38/+206
2016-02-24ACPICA: iASL: Fix some typos with the name strtoul64Bob Moore1-1/+1
2016-02-24ACPICA: Remove incorrect "static" from a global structureBob Moore1-1/+1