summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/evregion.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-10ACPICA: Update version to 20160831Bob Moore1-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...Lv Zheng11-37/+227
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_a...Lv Zheng1-53/+49
2016-09-10ACPICA: Tables: Add new table events indicating table installation/uninstalla...Lv Zheng2-1/+11
2016-09-10ACPICA: Tables: Remove wrong table event macrosLv Zheng1-9/+5
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 Moore17-391/+435
2016-09-10ACPICA: Debugger: Add subcommand for predefined name executionBob Moore4-29/+169
2016-08-13ACPICA: Update version to 20160729Bob Moore1-1/+1
2016-08-13ACPICA: OSL: Fix a regression that old GCC requires a workaround for strchr()Lv Zheng3-12/+62
2016-08-13ACPICA: OSL: Cleanup the inclusion order of the compiler-specific headersLv Zheng3-8/+17
2016-08-13ACPICA: EFI: Port acpidump to EDK2 environmentLv Zheng2-2/+2
2016-08-13ACPICA: Applications: Fix a potential issue that help messages may be dumped ...Lv Zheng1-3/+3
2016-08-13ACPICA: Clib: Eliminate acpi_os_XXXFile()/acpi_log_error and link clibrary fx...Lv Zheng12-371/+89
2016-08-13ACPICA: Clib: Add -nostdinc support for EFI layerLv Zheng6-55/+109
2016-08-13ACPICA: MSVC9: Fix <sys/stat.h> inclusion order issueLv Zheng5-3/+7
2016-08-13ACPICA: Clib/EFI: Fix wrong order of standard integer types/IO handlesLv Zheng6-25/+22
2016-08-13ACPICA: Clib: Fix wrong mini C library usageLv Zheng2-8/+6
2016-08-13ACPICA: Clib: Cleanup va_arg related codeLv Zheng3-41/+6
2016-08-13ACPICA: Clib: Fix build issues when ACPI_USE_STANDARD_HEADERS is not defined ...Lv Zheng1-2/+2
2016-08-13ACPICA: Applications: Enable USE_NATIVE_ALLOCATE_ZEROED environment for all a...Lv Zheng1-1/+1
2016-08-13ACPICA: acpidump: Fix a duplicate variable definitionLv Zheng2-6/+1
2016-08-13ACPICA: OSL: Add correct acpi_gbl_debug_timeout export to allow acpiexec to linkLv Zheng2-3/+1
2016-08-13ACPICA: Debugger: Fix wrong inclusions in dbfileio.cLv Zheng1-14/+6
2016-08-13ACPICA: FADT support cleanupBob Moore2-74/+100
2016-08-13ACPICA: Events: Introduce acpi_mask_gpe() to implement GPE masking mechanismLv Zheng7-23/+148
2016-08-13ACPICA: Use os_allocate_zeroedBob Moore1-3/+1
2016-08-13ACPICA: iASL/Disassembler: Add a check for missing filenameBob Moore1-1/+1
2016-08-13ACPICA: Divergence: Port declarators back to ACPICALv Zheng11-24/+39
2016-08-13ACPICA: Simplify configuration for "Max Loops" system parameterBob Moore2-1/+5
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 l...Lv Zheng2-0/+20
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_initial...Jung-uk Kim1-3/+3
2016-08-13ACPICA: Fix deconstification warnings (-Wcast-qual) with function traces.Jung-uk Kim4-2/+48
2016-08-08Linux 4.8-rc1v4.8-rc1Linus Torvalds1-2/+2
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe51-157/+158
2016-08-07target: iblock_execute_sync_cache() should use bio_set_op_attrs()Jens Axboe1-1/+1
2016-08-07mm: make __swap_writepage() use bio_set_op_attrs()Jens Axboe1-2/+3
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe11-53/+51
2016-08-07fs: return EPERM on immutable inodeEryu Guan4-4/+5
2016-08-05ramoops: use persistent_ram_free() instead of kfree() for freeing przHiraku Toyooka1-3/+3
2016-08-05ramoops: use DT reserved-memory bindingsKees Cook4-33/+56