summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica
Commit message (Expand)AuthorAgeFilesLines
* ACPICA: Clear status of GPEs on first direct enableRafael J. Wysocki2019-07-265-5/+12
* Merge branch 'acpica'Rafael J. Wysocki2019-05-0630-80/+86
|\
| * Merge back ACPICA changes for v5.2.Rafael J. Wysocki2019-04-1230-80/+86
| |\
| | * ACPICA: Namespace: add check to avoid null pointer dereferenceErik Schmauss2019-04-091-0/+4
| | * ACPICA: utilities: fix spelling of PCC to platform_comm_channelErik Schmauss2019-04-091-1/+1
| | * ACPICA: Rename nameseg length macro/define for clarityBob Moore2019-04-0915-37/+37
| | * ACPICA: Rename nameseg compare macro for clarityBob Moore2019-04-0917-37/+39
| | * ACPICA: Rename nameseg copy macro for clarityBob Moore2019-04-094-5/+5
* | | Revert "ACPICA: Clear status of GPEs before enabling them"Rafael J. Wysocki2019-04-301-5/+1
|/ /
* / ACPICA: Namespace: remove address node from global list after method terminationErik Schmauss2019-04-091-0/+4
|/
* ACPICA: Clear status of GPEs before enabling themFurquan Shaikh2019-03-281-1/+5
* ACPI/ACPICA: Trivial: fix spelling mistakes and fix whitespace formattingErik Schmauss2019-02-2420-38/+39
* ACPICA: ACPI 6.3: add Error Disconnect Recover Notification valueErik Schmauss2019-02-241-3/+5
* ACPICA: ACPI 6.3: add PCC operation region support for AML interpreterErik Schmauss2019-02-244-0/+80
* ACPICA: ACPI 6.3: Adding predefined methods _NBS, _NCH, _NIC, _NIH, and _NIGErik Schmauss2019-02-181-0/+15
* ACPICA: Update/clarify messages for control method failuresBob Moore2019-02-183-10/+11
* ACPICA: Debugger: Fix possible fault with the "test objects" commandBob Moore2019-02-182-67/+100
* ACPICA: Interpreter: Emit warning for creation of a zero-length op regionBob Moore2019-02-181-0/+11
* ACPICA: Remove legacy module-level code supportErik Schmauss2019-02-184-281/+22
* ACPICA: Get rid of acpi_sleep_dispatch()Christoph Hellwig2019-02-071-78/+18
* ACPICA: All acpica: Update copyrights to 2019Bob Moore2019-01-15142-143/+143
* ACPICA: acpiexec: Add option to dump extra info for memory leaksBob Moore2019-01-153-5/+18
* ACPICA: Convert more ACPI errors to firmware errorsBob Moore2019-01-153-11/+56
* Merge branch 'acpi-pci'Rafael J. Wysocki2018-12-214-5/+18
|\
| * ACPICA: Remove PCI bits from ACPICA when CONFIG_PCI is unsetSinan Kaya2018-12-204-5/+18
* | ACPICA: change coding style to match ACPICA, no functional changeErik Schmauss2018-12-131-2/+4
* | ACPICA: Debug output: Add option to display method/object evaluationBob Moore2018-12-136-1/+64
* | ACPICA: disassembler: disassemble OEMx tables as AMLErik Schmauss2018-12-131-1/+2
* | ACPICA: Add "Windows 2018.2" string in the _OSI supportJung-uk Kim2018-12-131-0/+1
* | ACPICA: Expressions in package elements are not supportedBob Moore2018-12-131-0/+26
* | ACPICA: Update buffer-to-string conversionsBob Moore2018-12-131-12/+37
* | ACPICA: add comments, no functional changeBob Moore2018-12-131-3/+3
* | ACPICA: Remove defines that use deprecated flagErik Schmauss2018-12-1311-41/+3
* | ACPICA: Add "Windows 2018" string in the _OSI supportBob Moore2018-12-131-0/+1
* | Merge back earlier ACPICA changes for 4.21.Rafael J. Wysocki2018-11-296-53/+108
|\ \ | |/ |/|
| * ACPICA: iASL: Enhance error detectionBob Moore2018-11-085-9/+34
| * ACPICA: Debugger: refactor to fix unused variable warningErik Schmauss2018-11-081-44/+74
* | ACPICA: Fix handling of buffer-size in acpi_ex_write_data_to_field()Hans de Goede2018-11-191-19/+2
|/
* ACPICA: Remove acpi_gbl_group_module_level_code and only use acpi_gbl_execute...Erik Schmauss2018-10-182-3/+2
* ACPICA: AML Parser: fix parse loop to correctly skip erroneous extended opcodesErik Schmauss2018-10-181-1/+13
* ACPICA: AML interpreter: add region addresses in global list during initializ...Erik Schmauss2018-10-181-0/+4
* ACPICA: Never run _REG on system_memory and system_IOBob Moore2018-10-045-9/+19
* ACPICA: Split large interpreter fileBob Moore2018-10-044-364/+381
* ACPICA: Update for field unit accessBob Moore2018-10-042-280/+435
* ACPICA: Rename some of the Field Attribute definesBob Moore2018-10-041-5/+5
* ACPICA: Update for generic_serial_bus and attrib_raw_process_bytes protocolBob Moore2018-10-041-9/+35
* ACPICA: Clear status of all events when entering sleep statesRafael J. Wysocki2018-08-141-8/+3
* ACPICA: acpiexec: fix a small memory leak regressionBob Moore2018-08-141-3/+2
* ACPICA: Reference count: add additional debugging detailsErik Schmauss2018-08-141-2/+5
* ACPICA: acpi_exec: fixing -fi optionErik Schmauss2018-08-144-9/+57