summaryrefslogtreecommitdiff
path: root/drivers/acpi/acpica
Commit message (Expand)AuthorAgeFilesLines
* acpi/rt: Convert acpi_gbl_hardware lock back to a raw_spinlock_tSteven Rostedt2022-01-114-7/+7
* ACPICA: Avoid evaluating methods too early during system resumeRafael J. Wysocki2021-11-264-13/+15
* ACPICA: Do not increment operation_region reference counts for field unitsErik Kaneda2020-08-212-9/+1
* ACPICA: Disassembler: create buffer fields in ACPI_PARSE_LOAD_PASS1Erik Kaneda2020-02-282-1/+22
* ACPICA: Never run _REG on system_memory and system_IOBob Moore2019-11-255-9/+19
* ACPICA: acpi: acpica: fix acpi operand cache leak in nseval.cSeunghun Han2018-05-301-0/+8
* ACPICA: Events: add a return on failure from acpi_hw_register_readErik Schmauss2018-05-301-2/+7
* ACPICA: Disassembler: Abort on an invalid/unknown AML opcodeBob Moore2018-04-131-0/+14
* ACPICA: Events: Add runtime stub support for event APIsLv Zheng2018-04-131-0/+18
* ACPICA: Namespace: fix operand cache leakSeunghun Han2018-01-311-14/+9
* Revert "ACPICA: FADT support cleanup"Rafael J. Wysocki2016-11-141-6/+4
* ACPICA: Dispatcher: Fix interpreter locking around acpi_ev_initialize_region()Lv Zheng2016-10-295-19/+11
* ACPICA: Dispatcher: Fix an unbalanced lock exit path in acpi_ds_auto_serializ...Lv Zheng2016-10-291-1/+1
* ACPICA: Dispatcher: Fix order issue of method terminationLv Zheng2016-10-291-20/+20
* ACPICA: Parser: Fix a regression in LoadTable supportLv Zheng2016-09-241-0/+11
* ACPICA: Tables: Fix "UNLOAD" code path lock issuesLv Zheng2016-09-243-13/+26
* ACPICA: Tables: Fix a regression in acpi_tb_find_table()Lv Zheng2016-09-171-1/+1
* ACPICA: Tables: Tune table mutex to be a leaf lockLv Zheng2016-09-105-131/+182
* ACPICA: Dispatcher: Fix a mutex issue for method auto serializationLv Zheng2016-09-102-2/+10
* ACPICA: Namespace: Fix dynamic table loading issuesLv Zheng2016-09-1010-69/+47
* ACPICA: Namespace: Add acpi_ns_get_node_unlocked()Lv Zheng2016-09-102-16/+55
* ACPICA: Interpreter: Fix MLC issues by switching to new term_list grammar for...Lv Zheng2016-09-1010-37/+220
* ACPICA: Update return value for intenal _OSI methodBob Moore2016-09-101-5/+17
* ACPICA: Tables: Override all 64-bit GAS fields when acpi_gbl_use32_bit_fadt_a...Lv Zheng2016-09-101-53/+49
* ACPICA: Tables: Add new table events indicating table installation/uninstalla...Lv Zheng2016-09-101-0/+8
* ACPICA: Tables: Remove acpi_tb_install_fixed_table()Lv Zheng2016-09-103-80/+16
* ACPICA: Add a couple of casts to uthex.cBob Moore2016-09-101-1/+2
* ACPICA: Cleanup for all string-to-integer conversionsBob Moore2016-09-1014-387/+429
* ACPICA: Debugger: Add subcommand for predefined name executionBob Moore2016-09-104-29/+169
* ACPICA: Applications: Fix a potential issue that help messages may be dumped ...Lv Zheng2016-08-131-3/+3
* ACPICA: Clib: Eliminate acpi_os_XXXFile()/acpi_log_error and link clibrary fx...Lv Zheng2016-08-132-27/+2
* ACPICA: Clib: Add -nostdinc support for EFI layerLv Zheng2016-08-134-50/+105
* ACPICA: MSVC9: Fix <sys/stat.h> inclusion order issueLv Zheng2016-08-131-0/+4
* ACPICA: Clib/EFI: Fix wrong order of standard integer types/IO handlesLv Zheng2016-08-132-4/+0
* ACPICA: OSL: Add correct acpi_gbl_debug_timeout export to allow acpiexec to linkLv Zheng2016-08-131-0/+1
* ACPICA: Debugger: Fix wrong inclusions in dbfileio.cLv Zheng2016-08-131-14/+6
* ACPICA: FADT support cleanupBob Moore2016-08-131-4/+6
* ACPICA: Events: Introduce acpi_mask_gpe() to implement GPE masking mechanismLv Zheng2016-08-135-5/+123
* ACPICA: Use os_allocate_zeroedBob Moore2016-08-131-3/+1
* ACPICA: Divergence: Port declarators back to ACPICALv Zheng2016-08-137-11/+16
* ACPICA: Simplify configuration for "Max Loops" system parameterBob Moore2016-08-131-1/+1
* ACPICA: Disassembler: Add option to emit embedded External operators/opcodesBob Moore2016-08-131-0/+1
* ACPICA: Debugger: Extend some max line lengthsBob Moore2016-08-132-3/+3
* ACPICA: Utilities: Introduce facility to allow Linux to set correct logging l...Lv Zheng2016-08-131-0/+12
* ACPICA: Interpreter: Remove temporary code for External() opcodeBob Moore2016-08-131-9/+8
* ACPICA: Fix deconstification warnings (-Wcast-qual) with acpi_ns_root_initial...Jung-uk Kim2016-08-131-3/+3
* ACPICA: Fix deconstification warnings (-Wcast-qual) with function traces.Jung-uk Kim2016-08-133-1/+43
* Revert "ACPICA: Namespace: Fix deadlock triggered by MLC support in dynamic t...Rafael J. Wysocki2016-07-112-9/+2
* Revert "ACPICA: Namespace: Fix namespace/interpreter lock ordering"Rafael J. Wysocki2016-07-112-8/+8
* ACPICA: Namespace: Fix namespace/interpreter lock orderingLv Zheng2016-07-052-8/+8