summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ACPI / sysfs: Update sysfs signature handling codeLv Zheng2016-09-171-29/+33
* ACPI / sysfs: Fix an issue for LoadTable opcodeLv Zheng2016-09-171-1/+3
* Merge branch 'acpica' into acpi-sysfsRafael J. Wysocki2016-09-1745-822/+1223
|\
| * ACPICA: Tables: Fix a regression in acpi_tb_find_table()Lv Zheng2016-09-171-1/+1
| * ACPICA: Update version to 20160831Bob Moore2016-09-101-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-1011-37/+227
| * 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-102-1/+11
| * ACPICA: Tables: Remove wrong table event macrosLv Zheng2016-09-101-9/+5
| * 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-1017-391/+435
| * ACPICA: Debugger: Add subcommand for predefined name executionBob Moore2016-09-104-29/+169
* | ACPI / sysfs: Use new GPE masking mechanism in GPE interfaceLv Zheng2016-08-172-9/+26
|/
* ACPICA: Update version to 20160729Bob Moore2016-08-131-1/+1
* ACPICA: OSL: Fix a regression that old GCC requires a workaround for strchr()Lv Zheng2016-08-133-12/+62
* ACPICA: OSL: Cleanup the inclusion order of the compiler-specific headersLv Zheng2016-08-133-8/+17
* ACPICA: EFI: Port acpidump to EDK2 environmentLv Zheng2016-08-132-2/+2
* 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-1312-371/+89
* ACPICA: Clib: Add -nostdinc support for EFI layerLv Zheng2016-08-136-55/+109
* ACPICA: MSVC9: Fix <sys/stat.h> inclusion order issueLv Zheng2016-08-135-3/+7
* ACPICA: Clib/EFI: Fix wrong order of standard integer types/IO handlesLv Zheng2016-08-136-25/+22
* ACPICA: Clib: Fix wrong mini C library usageLv Zheng2016-08-132-8/+6
* ACPICA: Clib: Cleanup va_arg related codeLv Zheng2016-08-133-41/+6
* ACPICA: Clib: Fix build issues when ACPI_USE_STANDARD_HEADERS is not defined ...Lv Zheng2016-08-131-2/+2
* ACPICA: Applications: Enable USE_NATIVE_ALLOCATE_ZEROED environment for all a...Lv Zheng2016-08-131-1/+1
* ACPICA: acpidump: Fix a duplicate variable definitionLv Zheng2016-08-132-6/+1
* ACPICA: OSL: Add correct acpi_gbl_debug_timeout export to allow acpiexec to linkLv Zheng2016-08-132-3/+1
* ACPICA: Debugger: Fix wrong inclusions in dbfileio.cLv Zheng2016-08-131-14/+6
* ACPICA: FADT support cleanupBob Moore2016-08-132-74/+100
* ACPICA: Events: Introduce acpi_mask_gpe() to implement GPE masking mechanismLv Zheng2016-08-137-23/+148
* ACPICA: Use os_allocate_zeroedBob Moore2016-08-131-3/+1
* ACPICA: iASL/Disassembler: Add a check for missing filenameBob Moore2016-08-131-1/+1
* ACPICA: Divergence: Port declarators back to ACPICALv Zheng2016-08-1311-24/+39
* ACPICA: Simplify configuration for "Max Loops" system parameterBob Moore2016-08-132-1/+5
* 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-132-0/+20
* 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-134-2/+48
* Linux 4.8-rc1v4.8-rc1Linus Torvalds2016-08-081-2/+2
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-08-0862-213/+213
|\
| * block: rename bio bi_rw to bi_opfJens Axboe2016-08-0751-157/+158