aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-21Merge branch 'acpi-pci'Rafael J. Wysocki4-5/+18
2018-12-20ACPICA: Remove PCI bits from ACPICA when CONFIG_PCI is unsetSinan Kaya4-5/+18
2018-12-13ACPICA: change coding style to match ACPICA, no functional changeErik Schmauss1-2/+4
2018-12-13ACPICA: Debug output: Add option to display method/object evaluationBob Moore6-1/+64
2018-12-13ACPICA: disassembler: disassemble OEMx tables as AMLErik Schmauss1-1/+2
2018-12-13ACPICA: Add "Windows 2018.2" string in the _OSI supportJung-uk Kim1-0/+1
2018-12-13ACPICA: Expressions in package elements are not supportedBob Moore1-0/+26
2018-12-13ACPICA: Update buffer-to-string conversionsBob Moore1-12/+37
2018-12-13ACPICA: add comments, no functional changeBob Moore1-3/+3
2018-12-13ACPICA: Remove defines that use deprecated flagErik Schmauss11-41/+3
2018-12-13ACPICA: Add "Windows 2018" string in the _OSI supportBob Moore1-0/+1
2018-11-29Merge back earlier ACPICA changes for 4.21.Rafael J. Wysocki6-53/+108
2018-11-19ACPICA: Fix handling of buffer-size in acpi_ex_write_data_to_field()Hans de Goede1-19/+2
2018-11-08ACPICA: iASL: Enhance error detectionBob Moore5-9/+34
2018-11-08ACPICA: Debugger: refactor to fix unused variable warningErik Schmauss1-44/+74
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