summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * ACPICA: Renamed some #defined flag constants for clarityBob Moore2016-05-052-16/+16
| * ACPICA: ACPI 6.0, tools/iasl: Add support for new resource descriptorsBob Moore2016-05-052-7/+23
| * ACPICA: ACPI 6.0: Update _BIX support for new package elementBob Moore2016-05-052-2/+89
| * ACPICA: Refactor evaluate_object to reduce nestingBob Moore2016-05-051-56/+55
| * ACPICA: Divergence: remove unwanted spaces for typedefLv Zheng2016-05-0574-253/+252
| * ACPICA: Namespace: Reorder \_SB._INI to make sure it is evaluated before _REG...Lv Zheng2016-04-051-21/+54
| * ACPICA: Events: Fix an issue that _REG association can happen before namespac...Lv Zheng2016-04-053-50/+24
| * ACPICA: Tables: Fix wrong MLC condition for dynamic table loadingLv Zheng2016-04-051-1/+3
| * ACPICA: Interpreter: Fix wrong conditions for acpi_ev_install_region_handlers...Lv Zheng2016-04-051-1/+1
| * ACPICA: Hardware: Enhance acpi_hw_validate_register() with access_width/bit_o...Lv Zheng2016-04-051-10/+15
| * Utilities: Fix missing parentheses in ACPI_GET_BITS()/ACPI_SET_BITS()Lv Zheng2016-04-051-2/+2
| * ACPICA: Utilities: Add ACPI_IS_POWER_OF_TWO()Lv Zheng2016-04-051-0/+4
| * ACPICA: iASL/Disassembler: Improve handling of unresolved methodsBob Moore2016-04-051-0/+1
| * ACPICA: All: const keyword changes across the ACPICA sourceBob Moore2016-04-0525-111/+111
| * ACPICA: Utilities: Update for strtoul64 mergerBob Moore2016-04-055-34/+53
| * ACPICA: Cleanup some invocation indentations, no functional changeBob Moore2016-04-051-0/+6