aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-18ACPICA: Remove acpi_gbl_group_module_level_code and only use acpi_gbl_execute_tables_as_methods insteadErik Schmauss2-3/+2
2018-10-18ACPICA: AML Parser: fix parse loop to correctly skip erroneous extended opcodesErik Schmauss1-1/+13
2018-10-18ACPICA: AML interpreter: add region addresses in global list during initializationErik Schmauss1-0/+4
2018-10-04ACPICA: Never run _REG on system_memory and system_IOBob Moore5-9/+19
2018-10-04ACPICA: Split large interpreter fileBob Moore4-364/+381
2018-10-04ACPICA: Update for field unit accessBob Moore2-280/+435
2018-10-04ACPICA: Rename some of the Field Attribute definesBob Moore1-5/+5
2018-10-04ACPICA: Update for generic_serial_bus and attrib_raw_process_bytes protocolBob Moore1-9/+35
2018-08-14ACPICA: Clear status of all events when entering sleep statesRafael J. Wysocki1-8/+3
2018-08-14ACPICA: acpiexec: fix a small memory leak regressionBob Moore1-3/+2
2018-08-14ACPICA: Reference count: add additional debugging detailsErik Schmauss1-2/+5
2018-08-14ACPICA: acpi_exec: fixing -fi optionErik Schmauss4-9/+57
2018-08-14ACPICA: Debugger: Cleanup interface to the AML disassemblerBob Moore3-6/+22
2018-08-14ACPICA: AML Parser: skip opcodes that open a scope upon parse failureErik Schmauss1-6/+11
2018-08-14ACPICA: Utilities: split hex detection into smaller functionsErik Schmauss3-4/+26
2018-08-14ACPICA: Update an error message for a duplicate tableBob Moore1-2/+2
2018-08-14ACPICA: ACPICA: add status check for acpi_hw_read before assigning return valueErik Schmauss1-2/+7
2018-08-14ACPICA: AML Parser: ignore all exceptions resulting from incorrect AML during table loadErik Schmauss1-13/+13
2018-08-06Merge back ACPICA material for 4.19.Rafael J. Wysocki3-9/+0
2018-07-29ACPICA: AML Parser: ignore control method status in module-level codeErik Schmauss1-7/+12
2018-07-29Merge back ACPICA changes for 4.19.Rafael J. Wysocki3-9/+0
2018-07-23ACPICA: AML Parser: ignore dispatcher error status during table loadSchmauss, Erik1-0/+26
2018-07-16Merge back ACPICA material for v4.19.Rafael J. Wysocki3-9/+0
2018-07-09ACPICA: Revert "iASL compiler: allow compilation of externals with paths that refer to existing names"Erik Schmauss2-7/+0
2018-07-09ACPICA: Revert "iASL: change processing of external op namespace nodes for correctness"Erik Schmauss2-8/+6
2018-07-09ACPICA: Clear status of all events when entering S5Rafael J. Wysocki1-4/+11
2018-06-30ACPICA: Drop leading newlines from error messagesRafael J. Wysocki1-3/+3
2018-06-10ACPICA: Recognize the _OSI string "Windows 2017.2"Mario Limonciello1-0/+1
2018-06-06ACPICA: Interpreter: Begin deprecation of Unload operatorBob Moore1-0/+11
2018-06-06ACPICA: AML parser: attempt to continue loading table after errorErik Schmauss3-6/+85
2018-06-06ACPICA: Debugger: Reduce verbosity for module-level code errors.Bob Moore2-4/+31
2018-06-06ACPICA: AML Parser: Add debug option to dump parse treesBob Moore1-3/+31
2018-06-06ACPICA: Debugger: Add count of namespace nodes after namespace dumpBob Moore2-0/+4
2018-06-05Merge tag 'acpi-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds14-23/+85
2018-06-04Merge branches 'pm-pci', 'acpi-pm', 'pm-sleep' and 'pm-avs'Rafael J. Wysocki2-0/+28
2018-05-27ACPICA: Mark acpi_ut_create_internal_object_dbg() memory allocations as non-leaksLarry Finger1-0/+2
2018-05-25ACPICA: Introduce acpi_dispatch_gpe()Rafael J. Wysocki2-0/+28
2018-05-18ACPICA: acpidump/acpixtract: Support for tables larger than 1MBBob Moore1-2/+2
2018-05-15ACPICA: Debugger: Removed direct support for EC address space in "Test Objects"Bob Moore1-2/+1
2018-05-15ACPICA: Debugger: Add Package support for "test objects" commandBob Moore1-2/+54
2018-05-15ACPICA: Improve error messages for the namespace root nodeBob Moore3-8/+14
2018-05-15ACPICA: Fix potential infinite loop in acpi_rs_dump_byte_listColin Ian King1-1/+1
2018-05-15ACPICA: vsnprintf: this statement may fall throughToomas Soome1-0/+1
2018-05-15ACPICA: Tables: Fix spelling mistake in commentColin Ian King1-1/+1
2018-05-15ACPICA: iASL: Enhance the -tc option (create AML hex file in C)Bob Moore1-0/+2
2018-05-15Merge back earlier ACPICA material for v4.18.Rafael J. Wysocki4-7/+7
2018-05-14ACPICA: Add deferred package support for the Load and loadTable operatorsBob Moore3-20/+74
2018-05-10ACPICA: Convert acpi_gbl_hardware lock back to an acpi_raw_spinlockSteven Rostedt4-7/+7
2018-03-18ACPICA: Cleanup/simplify module-level code supportBob Moore8-60/+106
2018-03-18ACPICA: Events: add a return on failure from acpi_hw_register_readErik Schmauss1-2/+7