aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-28ACPICA: debugger: remove leading whitespaces when converting a string to a bufferErik Schmauss1-0/+4
2019-10-28ACPICA: acpiexec: initialize all simple types and field units from user inputErik Schmauss1-6/+3
2019-10-28ACPICA: debugger: add field unit support for acpi_db_get_next_tokenErik Schmauss1-0/+15
2019-10-28ACPICA: debugger: surround field unit output with braces '{'Erik Schmauss1-1/+6
2019-10-28ACPICA: debugger: add command to dump all fields of particular subtypeErik Schmauss4-0/+141
2019-10-28ACPICA: utilities: add flag to only display data when dumping buffersErik Schmauss2-27/+34
2019-10-28ACPICA: make acpi_load_table() return table indexNikolaus Voss2-2/+8
2019-10-28ACPICA: Add new external interface, acpi_unload_table()Bob Moore1-0/+32
2019-10-28ACPICA: More Clang changesBob Moore8-11/+14
2019-10-28ACPICA: Win OSL: Replace get_tick_count with get_tick_count64Bob Moore1-1/+1
2019-10-28ACPICA: Results from ClangBob Moore13-25/+28
2019-09-17Merge tag 'acpi-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds19-80/+87
2019-08-21ACPICA: Add "Windows 2019" string to _OSI support.Jung-uk Kim1-0/+1
2019-08-21ACPICA: Differentiate Windows 8.1 from Windows 8.Jung-uk Kim1-1/+1
2019-08-21ACPICA: Fully deploy ACPI_PRINTF_LIKE macroBob Moore5-54/+57
2019-08-21ACPICA: Fix issues with arg types within printf format stringsBob Moore4-15/+13
2019-08-21ACPICA: Increase total number of possible Owner IDsBob Moore11-21/+27
2019-08-21ACPICA: Debugger: remove redundant assignment on obj_descColin Ian King1-1/+0
2019-07-23ACPICA: Return u32 from acpi_dispatch_gpe()Rafael J. Wysocki1-3/+3
2019-07-11ACPICA: Update table load object initializationErik Schmauss2-17/+11
2019-07-10Revert "ACPICA: Update table load object initialization"Rafael J. Wysocki2-9/+17
2019-07-04ACPICA: Update table load object initializationErik Schmauss2-17/+9
2019-07-04ACPICA: Update for object initialization sequenceBob Moore3-33/+29
2019-07-04ACPICA: remove legacy module-level code due to deprecationErik Schmauss8-244/+0
2019-07-04ACPICA: Namespace: simplify creation of the initial/default namespaceBob Moore1-11/+43
2019-07-04Merge ACPI tables handling changes for v5.3.Rafael J. Wysocki1-0/+11
2019-06-19ACPICA: Clear status of GPEs on first direct enableRafael J. Wysocki5-5/+12
2019-06-14ACPI: configfs: Resolve objects on host-directed table loadsNikolaus Voss1-0/+11
2019-05-06Merge branch 'acpica'Rafael J. Wysocki30-80/+86
2019-04-30Revert "ACPICA: Clear status of GPEs before enabling them"Rafael J. Wysocki1-5/+1
2019-04-12Merge back ACPICA changes for v5.2.Rafael J. Wysocki30-80/+86
2019-04-09ACPICA: Namespace: add check to avoid null pointer dereferenceErik Schmauss1-0/+4
2019-04-09ACPICA: utilities: fix spelling of PCC to platform_comm_channelErik Schmauss1-1/+1
2019-04-09ACPICA: Rename nameseg length macro/define for clarityBob Moore15-37/+37
2019-04-09ACPICA: Rename nameseg compare macro for clarityBob Moore17-37/+39
2019-04-09ACPICA: Rename nameseg copy macro for clarityBob Moore4-5/+5
2019-04-09ACPICA: Namespace: remove address node from global list after method terminationErik Schmauss1-0/+4
2019-03-28ACPICA: Clear status of GPEs before enabling themFurquan Shaikh1-1/+5
2019-02-24ACPI/ACPICA: Trivial: fix spelling mistakes and fix whitespace formattingErik Schmauss20-38/+39
2019-02-24ACPICA: ACPI 6.3: add Error Disconnect Recover Notification valueErik Schmauss1-3/+5
2019-02-24ACPICA: ACPI 6.3: add PCC operation region support for AML interpreterErik Schmauss4-0/+80
2019-02-18ACPICA: ACPI 6.3: Adding predefined methods _NBS, _NCH, _NIC, _NIH, and _NIGErik Schmauss1-0/+15
2019-02-18ACPICA: Update/clarify messages for control method failuresBob Moore3-10/+11
2019-02-18ACPICA: Debugger: Fix possible fault with the "test objects" commandBob Moore2-67/+100
2019-02-18ACPICA: Interpreter: Emit warning for creation of a zero-length op regionBob Moore1-0/+11
2019-02-18ACPICA: Remove legacy module-level code supportErik Schmauss4-281/+22
2019-02-07ACPICA: Get rid of acpi_sleep_dispatch()Christoph Hellwig1-78/+18
2019-01-15ACPICA: All acpica: Update copyrights to 2019Bob Moore142-143/+143
2019-01-15ACPICA: acpiexec: Add option to dump extra info for memory leaksBob Moore3-5/+18
2019-01-15ACPICA: Convert more ACPI errors to firmware errorsBob Moore3-11/+56