summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica
Commit message (Expand)AuthorAgeFilesLines
* 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
* ACPICA: Namespace: Fix deadlock triggered by MLC support in dynamic table loa...Lv Zheng2016-06-222-2/+9
* Revert "ACPICA: ACPI 2.0, Hardware: Add access_width/bit_offset support for a...Rafael J. Wysocki2016-06-151-137/+9
* ACPICA / Hardware: Fix old register check in acpi_hw_get_access_bit_width()Lv Zheng2016-06-011-14/+9
* Merge back new ACPICA material for v4.7.Rafael J. Wysocki2016-05-06111-1022/+1662
|\
| * ACPICA: Move all ASCII utilities to a common fileBob Moore2016-05-0511-110/+160
| * ACPICA: ACPI 2.0, Hardware: Add access_width/bit_offset support for acpi_hw_w...Lv Zheng2016-05-051-9/+137
| * ACPICA: ACPI 2.0, Hardware: Add access_width/bit_offset support in acpi_hw_re...Lv Zheng2016-05-051-13/+62
| * ACPICA: Executer: Introduce a set of macros to handle bit width mask generationLv Zheng2016-05-052-10/+14
| * ACPICA: Hardware: Add optimized access bit width supportLv Zheng2016-05-051-2/+47
| * ACPICA: Utilities: Add ACPI_IS_ALIGNED() macroLv Zheng2016-05-051-1/+2
OpenPOWER on IntegriCloud