aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-27ACPICA: Fixed a couple of warnings under MSVCBob Moore1-2/+2
2021-12-27ACPICA: Change a return_ACPI_STATUS (AE_BAD_PARAMETER)Bob Moore1-1/+1
2021-12-27ACPICA: Hardware: Do not flush CPU cache when entering S4 and S5Kirill A. Shutemov3-4/+6
2021-12-27ACPICA: Add support for PCC Opregion special context dataSudeep Holla1-0/+10
2021-12-27ACPICA: Fix wrong interpretation of PCC addressSudeep Holla1-6/+1
2021-12-27ACPICA: Executer: Fix the REFCLASS_REFOF case in acpi_ex_opcode_1A_0T_1R()Rafael J. Wysocki1-1/+2
2021-12-27ACPICA: Utilities: Avoid deleting the same object twice in a rowRafael J. Wysocki1-0/+1
2021-12-27ACPICA: Avoid subobject buffer overflow when validating RSDP signatureJessica Clarke1-1/+2
2021-12-27ACPICA: Use original pointer for virtual origin tablesJessica Clarke7-55/+123
2021-12-27ACPICA: Use original data_table_region pointer for accessesJessica Clarke7-5/+72
2021-10-05ACPICA: Add support for Windows 2020 _OSI stringMario Limonciello1-0/+1
2021-10-05ACPICA: Avoid evaluating methods too early during system resumeRafael J. Wysocki4-13/+15
2021-08-16ACPICA: Fix an if statement (add parens)Bob Moore1-3/+2
2021-08-03Revert "ACPICA: Fix memory leak caused by _CID repair function"Rafael J. Wysocki1-7/+0
2021-06-07ACPICA: Add support for PlatformRtMechanism OperationRegion handlerErik Kaneda4-2/+61
2021-06-07ACPICA: Use ACPI_FALLTHROUGHWei Ming Chen1-1/+1
2021-06-07ACPICA: Fix memory leak caused by _CID repair functionErik Kaneda1-0/+7
2021-05-31ACPICA: Clean up context mutex during object deletionErik Kaneda1-0/+8
2021-04-07ACPICA: ACPI 6.4: add CSI2Bus resource templateBob Moore12-7/+175
2021-04-07ACPICA: ACPI 6.4: add CXL ACPI device ID and _CBR objectErik Kaneda1-0/+4
2021-04-07ACPICA: ACPI 6.4: Add new predefined objects _BPC, _BPS, and _BPTErik Kaneda1-0/+11
2021-03-24ACPICA: Always create namespace nodes using acpi_ns_create_node()Vegard Nossum1-2/+1
2021-02-19ACPICA: Remove some code duplication from acpi_ev_address_space_dispatchHans de Goede1-18/+5
2021-02-19ACPICA: Fix race in generic_serial_bus (I2C) and GPIO op_region parameter handlingHans de Goede4-17/+57
2021-02-10Merge back ACPICA material for v5.12.Rafael J. Wysocki146-164/+162
2021-02-08Revert "ACPICA: Interpreter: fix memory leak by using existing buffer"Ard Biesheuvel1-4/+13
2021-01-22ACPICA: Updated all copyrights to 2021Bob Moore142-143/+143
2021-01-22ACPICA: add type casts for string functionsBob Moore2-4/+4
2021-01-22ACPICA: fix -WfallthroughNick Desaulniers9-12/+11
2021-01-18ACPICA: Clean up exception code class checksMaximilian Luz4-5/+4
2020-12-01ACPICA: Interpreter: fix memory leak by using existing bufferErik Kaneda1-13/+4
2020-12-01ACPICA: Add function trace macros to improve debuggingErik Kaneda3-32/+40
2020-12-01ACPICA: Also handle "orphan" _REG methods for GPIO OpRegionsHans de Goede1-27/+27
2020-12-01ACPICA: Remove extreaneous "the" in commentsColin Ian King1-1/+1
2020-10-19ACPICA: Add missing type casts in GPE register access codeRafael J. Wysocki1-2/+2
2020-10-08Merge back earlier ACPICA-related changes for 5.10.Rafael J. Wysocki8-34/+175
2020-10-08ACPICA: Remove unnecessary semicolonBob Moore1-1/+1
2020-10-08ACPICA: Debugger: Add a new command: "ALL <NameSeg>"Bob Moore4-34/+188
2020-10-08ACPICA: iASL: Return exceptions for string-to-integer conversionsBob Moore1-9/+24
2020-10-08ACPICA: Add predefined names found in the SMBus sepcificationBob Moore4-7/+39
2020-10-08ACPICA: Tree-wide: fix various typos and spelling mistakesColin Ian King2-2/+3
2020-09-11ACPICA: Add support for using logical addresses of GPE blocksRafael J. Wysocki3-6/+33
2020-09-04ACPICA: Introduce special struct type for GPE register addressesRafael J. Wysocki4-14/+15
2020-09-04ACPICA: Introduce acpi_hw_gpe_read() and acpi_hw_gpe_write()Rafael J. Wysocki4-20/+84
2020-09-04ACPICA: Validate GPE blocks at init timeRafael J. Wysocki3-0/+49
2020-08-03Merge branches 'acpi-mm', 'acpi-tables', 'acpi-apei' and 'acpi-misc'Rafael J. Wysocki2-24/+54
2020-07-27ACPICA: Do not increment operation_region reference counts for field unitsErik Kaneda2-9/+1
2020-07-27ACPICA: Replace one-element array with flexible-arrayGustavo A. R. Silva1-2/+1
2020-07-27ACPICA: Preserve memory opregion mappingsRafael J. Wysocki2-24/+54
2020-06-05ACPICA: iASL: add new OperationRegion subtype keyword PlatformRtMechanismErik Kaneda2-1/+4