aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-12ACPICA: Tables: Mechanism to handle late stage acpi_get_table() imbalanceLv Zheng1-9/+25
2017-06-05Revert "ACPICA: Disassembler: Enhance resource descriptor detection"Rafael J. Wysocki1-9/+0
2017-05-29ACPICA: Tables: Fix regression introduced by a too early mechanism enablingLv Zheng1-4/+0
2017-04-28ACPICA: iasl: add ASL conversion toolBob Moore15-18/+488
2017-04-27ACPICA: Local cache support: Allow small cache objectsBob Moore1-1/+1
2017-04-27ACPICA: Disassembler: Do not unconditionally remove temporary namesDavid E. Box1-3/+4
2017-04-27ACPICA: Cleanup AML opcode definitions, no functional changeBob Moore24-122/+114
2017-04-27ACPICA: Debugger: Add interpreter blocking mark for single-step modeLv Zheng1-0/+3
2017-04-27ACPICA: debugger: fix memory leak on PathnameColin Ian King1-0/+1
2017-04-27ACPICA: Update for automatic repair code for objects returned by evaluate_objectBob Moore2-18/+4
2017-04-27ACPICA: Namespace: fix operand cache leakSeunghun Han1-14/+9
2017-04-27ACPICA: Fix several incorrect invocations of ACPICA return macroBob Moore1-4/+4
2017-04-27ACPICA: Fix a module for excessive debug outputBob Moore1-7/+7
2017-04-27ACPICA: Update some function headers, no funtional changeBob Moore1-10/+6
2017-04-27ACPICA: Disassembler: Enhance resource descriptor detectionBob Moore1-0/+9
2017-04-15Merge back ACPICA changes for v4.12.Rafael J. Wysocki1-1/+1
2017-04-13Revert "ACPICA: Resources: Not a valid resource if buffer length too long"Rafael J. Wysocki1-12/+5
2017-04-11ACPICA: Add non-linux host build supportLv Zheng1-1/+1
2017-02-27scripts/spelling.txt: add "an union" pattern and fix typo instancesMasahiro Yamada3-4/+4
2017-02-09ACPICA: Tools: Update common signon, remove compilation bit widthBob Moore1-5/+5
2017-02-09ACPICA: Source tree: Update copyright notices to 2017Bob Moore193-194/+194
2017-01-30Merge back earlier ACPICA changes for v4.11.Rafael J. Wysocki17-137/+337
2017-01-20ACPICA: Tables: Fix hidden logic related to acpi_tb_install_standard_table()Lv Zheng2-9/+17
2017-01-05ACPICA: Parser: Update parse info table for some operatorsBob Moore1-4/+4
2017-01-05ACPICA: Fix a problem with recent extra support for control method invocationsBob Moore1-1/+24
2017-01-05ACPICA: Parser: Allow method invocations as target operandsBob Moore4-41/+69
2017-01-05ACPICA: Fix for implicit result conversion for the ToXXX functionsBob Moore4-12/+24
2017-01-02ACPICA: Resources: Not a valid resource if buffer length too longBob Moore1-5/+12
2017-01-02ACPICA: Utilities: Update debug outputBob Moore2-4/+6
2017-01-02ACPICA: Disassembler: Add Switch/Case disassembly supportDavid E. Box1-2/+5
2017-01-02ACPICA: Hardware: Add sleep register hooksLv Zheng2-24/+22
2017-01-02ACPICA: Macro header: Fix some typos in commentsBob Moore1-6/+8
2017-01-02ACPICA: Hardware: Sort access bit width algorithmLv Zheng1-22/+57
2017-01-02ACPICA: Utilities: Add power of two rounding supportLv Zheng1-0/+60
2017-01-02ACPICA: Hardware: Add access_width/bit_offset support in acpi_hw_write()Lv Zheng1-9/+53
2017-01-02ACPICA: Hardware: Remove bit_offset masking supportLv Zheng1-14/+0
2017-01-02ACPICA: Debugger: Rename debugger OSL namesLv Zheng1-2/+2
2016-12-21ACPICA: Tables: Allow FADT to be customized with virtual addressLv Zheng1-7/+7
2016-12-21ACPICA: Tables: Back port acpi_get_table_with_size() and early_acpi_os_unmap_memory() from Linux kernelLv Zheng3-48/+173
2016-12-09ACPICA: Utilities: Add new decode function for parser valuesBob Moore3-0/+52
2016-12-01ACPICA: Tables: Add an error message complaining driver bugsLv Zheng1-0/+16
2016-12-01ACPICA: Tables: Add acpi_tb_unload_table()Lv Zheng4-64/+52
2016-12-01ACPICA: Tables: Cleanup acpi_tb_install_and_load_table()Lv Zheng4-50/+12
2016-12-01ACPICA: Events: Fix acpi_ev_initialize_region() return valueLv Zheng4-51/+27
2016-12-01ACPICA: Back port of "ACPICA: Dispatcher: Tune interpreter lock around AcpiEvInitializeRegion()"Lv Zheng1-2/+2
2016-12-01ACPICA: Namespace: Add acpi_ns_handle_to_name()Lv Zheng3-32/+59
2016-12-01Merge back earlier ACPICA material for v4.10.Rafael J. Wysocki3-14/+16
2016-11-14Revert "ACPICA: FADT support cleanup"Rafael J. Wysocki1-6/+4
2016-10-29ACPICA: Dispatcher: Fix interpreter locking around acpi_ev_initialize_region()Lv Zheng5-19/+11
2016-10-29ACPICA: Dispatcher: Fix an unbalanced lock exit path in acpi_ds_auto_serialize_method()Lv Zheng1-1/+1