aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-29ACPICA: Dispatcher: Fix order issue of method terminationLv Zheng1-20/+20
2016-09-24ACPICA: Parser: Fix a regression in LoadTable supportLv Zheng1-0/+11
2016-09-24ACPICA: Tables: Fix "UNLOAD" code path lock issuesLv Zheng3-13/+26
2016-09-17ACPICA: Tables: Fix a regression in acpi_tb_find_table()Lv Zheng1-1/+1
2016-09-10ACPICA: Tables: Tune table mutex to be a leaf lockLv Zheng5-131/+182
2016-09-10ACPICA: Dispatcher: Fix a mutex issue for method auto serializationLv Zheng2-2/+10
2016-09-10ACPICA: Namespace: Fix dynamic table loading issuesLv Zheng10-69/+47
2016-09-10ACPICA: Namespace: Add acpi_ns_get_node_unlocked()Lv Zheng2-16/+55
2016-09-10ACPICA: Interpreter: Fix MLC issues by switching to new term_list grammar for table loadingLv Zheng10-37/+220
2016-09-10ACPICA: Update return value for intenal _OSI methodBob Moore1-5/+17
2016-09-10ACPICA: Tables: Override all 64-bit GAS fields when acpi_gbl_use32_bit_fadt_addresses is TRUELv Zheng1-53/+49
2016-09-10ACPICA: Tables: Add new table events indicating table installation/uninstallationLv Zheng1-0/+8
2016-09-10ACPICA: Tables: Remove acpi_tb_install_fixed_table()Lv Zheng3-80/+16
2016-09-10ACPICA: Add a couple of casts to uthex.cBob Moore1-1/+2
2016-09-10ACPICA: Cleanup for all string-to-integer conversionsBob Moore14-387/+429
2016-09-10ACPICA: Debugger: Add subcommand for predefined name executionBob Moore4-29/+169
2016-08-13ACPICA: Applications: Fix a potential issue that help messages may be dumped to acpi_gbl_debug_fileLv Zheng1-3/+3
2016-08-13ACPICA: Clib: Eliminate acpi_os_XXXFile()/acpi_log_error and link clibrary fxxx()/errno/perror() insteadLv Zheng2-27/+2
2016-08-13ACPICA: Clib: Add -nostdinc support for EFI layerLv Zheng4-50/+105
2016-08-13ACPICA: MSVC9: Fix <sys/stat.h> inclusion order issueLv Zheng1-0/+4
2016-08-13ACPICA: Clib/EFI: Fix wrong order of standard integer types/IO handlesLv Zheng2-4/+0
2016-08-13ACPICA: OSL: Add correct acpi_gbl_debug_timeout export to allow acpiexec to linkLv Zheng1-0/+1
2016-08-13ACPICA: Debugger: Fix wrong inclusions in dbfileio.cLv Zheng1-14/+6
2016-08-13ACPICA: FADT support cleanupBob Moore1-4/+6
2016-08-13ACPICA: Events: Introduce acpi_mask_gpe() to implement GPE masking mechanismLv Zheng5-5/+123
2016-08-13ACPICA: Use os_allocate_zeroedBob Moore1-3/+1
2016-08-13ACPICA: Divergence: Port declarators back to ACPICALv Zheng7-11/+16
2016-08-13ACPICA: Simplify configuration for "Max Loops" system parameterBob Moore1-1/+1
2016-08-13ACPICA: Disassembler: Add option to emit embedded External operators/opcodesBob Moore1-0/+1
2016-08-13ACPICA: Debugger: Extend some max line lengthsBob Moore2-3/+3
2016-08-13ACPICA: Utilities: Introduce facility to allow Linux to set correct logging levelsLv Zheng1-0/+12
2016-08-13ACPICA: Interpreter: Remove temporary code for External() opcodeBob Moore1-9/+8
2016-08-13ACPICA: Fix deconstification warnings (-Wcast-qual) with acpi_ns_root_initialize().Jung-uk Kim1-3/+3
2016-08-13ACPICA: Fix deconstification warnings (-Wcast-qual) with function traces.Jung-uk Kim3-1/+43
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