summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica
Commit message (Expand)AuthorAgeFilesLines
...
* ACPICA: AML Parser: skip opcodes that open a scope upon parse failureErik Schmauss2018-08-141-6/+11
* ACPICA: Utilities: split hex detection into smaller functionsErik Schmauss2018-08-143-4/+26
* ACPICA: Update an error message for a duplicate tableBob Moore2018-08-141-2/+2
* ACPICA: ACPICA: add status check for acpi_hw_read before assigning return valueErik Schmauss2018-08-141-2/+7
* ACPICA: AML Parser: ignore all exceptions resulting from incorrect AML during...Erik Schmauss2018-08-141-13/+13
* Merge back ACPICA material for 4.19.Rafael J. Wysocki2018-08-063-9/+0Star
|\
| * Merge back ACPICA changes for 4.19.Rafael J. Wysocki2018-07-293-9/+0Star
| |\
| | * Merge back ACPICA material for v4.19.Rafael J. Wysocki2018-07-163-9/+0Star
| | |\
| | | * ACPICA: Revert "iASL compiler: allow compilation of externals with paths that...Erik Schmauss2018-07-092-7/+0Star
| | | * ACPICA: Revert "iASL: change processing of external op namespace nodes for co...Erik Schmauss2018-07-092-8/+6Star
* | | | ACPICA: AML Parser: ignore control method status in module-level codeErik Schmauss2018-07-291-7/+12
|/ / /
* / / ACPICA: AML Parser: ignore dispatcher error status during table loadSchmauss, Erik2018-07-231-0/+26
|/ /
* / ACPICA: Clear status of all events when entering S5Rafael J. Wysocki2018-07-091-4/+11
|/
* ACPICA: Drop leading newlines from error messagesRafael J. Wysocki2018-06-301-3/+3
* ACPICA: Recognize the _OSI string "Windows 2017.2"Mario Limonciello2018-06-101-0/+1
* ACPICA: Interpreter: Begin deprecation of Unload operatorBob Moore2018-06-061-0/+11
* ACPICA: AML parser: attempt to continue loading table after errorErik Schmauss2018-06-063-6/+85
* ACPICA: Debugger: Reduce verbosity for module-level code errors.Bob Moore2018-06-062-4/+31
* ACPICA: AML Parser: Add debug option to dump parse treesBob Moore2018-06-061-3/+31
* ACPICA: Debugger: Add count of namespace nodes after namespace dumpBob Moore2018-06-062-0/+4
* Merge tag 'acpi-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-06-0514-23/+85
|\
| * ACPICA: Mark acpi_ut_create_internal_object_dbg() memory allocations as non-l...Larry Finger2018-05-271-0/+2
| * ACPICA: acpidump/acpixtract: Support for tables larger than 1MBBob Moore2018-05-181-2/+2
| * ACPICA: Debugger: Removed direct support for EC address space in "Test Objects"Bob Moore2018-05-151-2/+1Star
| * ACPICA: Debugger: Add Package support for "test objects" commandBob Moore2018-05-151-2/+54
| * ACPICA: Improve error messages for the namespace root nodeBob Moore2018-05-153-8/+14
| * ACPICA: Fix potential infinite loop in acpi_rs_dump_byte_listColin Ian King2018-05-151-1/+1
| * ACPICA: vsnprintf: this statement may fall throughToomas Soome2018-05-151-0/+1
| * ACPICA: Tables: Fix spelling mistake in commentColin Ian King2018-05-151-1/+1
| * ACPICA: iASL: Enhance the -tc option (create AML hex file in C)Bob Moore2018-05-151-0/+2
| * Merge back earlier ACPICA material for v4.18.Rafael J. Wysocki2018-05-154-7/+7
| |\
| | * ACPICA: Convert acpi_gbl_hardware lock back to an acpi_raw_spinlockSteven Rostedt2018-05-104-7/+7
| | |
| \ \
*-. \ \ Merge branches 'pm-pci', 'acpi-pm', 'pm-sleep' and 'pm-avs'Rafael J. Wysocki2018-06-042-0/+28
|\ \ \ \ | |_|/ / |/| | / | | |/
| * / ACPICA: Introduce acpi_dispatch_gpe()Rafael J. Wysocki2018-05-252-0/+28
| |/
* / ACPICA: Add deferred package support for the Load and loadTable operatorsBob Moore2018-05-143-20/+74
|/
* ACPICA: Cleanup/simplify module-level code supportBob Moore2018-03-188-60/+106
* ACPICA: Events: add a return on failure from acpi_hw_register_readErik Schmauss2018-03-181-2/+7
* ACPICA: adding SPDX headersErik Schmauss2018-03-18197-7198/+388Star
* ACPICA: Rename a global for clarity, no functional changeBob Moore2018-03-186-6/+6
* ACPICA: macros: fix ACPI_ERROR_NAMESPACE macroErik Schmauss2018-03-184-10/+16
* ACPICA: Change a compile-time option to a runtime optionBob Moore2018-03-181-16/+16
* ACPICA: Remove calling of _STA from acpi_get_object_info()Hans de Goede2018-03-183-22/+9Star
* ACPICA: AML Debug Object: Don't ignore output of zero-length stringsBob Moore2018-03-181-4/+3Star
* ACPICA: Fix memory leak on unusual memory leakBob Moore2018-03-181-0/+4
* ACPICA: Events: Dispatch GPEs after enabling for the first timeErik Schmauss2018-03-184-13/+49
* ACPICA: Events: Add parallel GPE handling support to fix potential redundant ...Erik Schmauss2018-03-182-105/+132
* ACPICA: Events: Stop unconditionally clearing ACPI IRQs during suspend/resumeErik Schmauss2018-03-184-19/+4Star
* ACPICA: acpi: acpica: fix acpi operand cache leak in nseval.cSeunghun Han2018-03-181-0/+8
* ACPICA: Add option to disable Package object name resolution errorsBob Moore2018-02-211-7/+31
* ACPICA: Integrate package handling with module-level codeSchmauss, Erik2018-02-214-61/+79