summaryrefslogtreecommitdiff
path: root/drivers/acpi/acpica
AgeCommit message (Expand)Author
2022-04-08ACPICA: Avoid walking the ACPI Namespace if it is not thereRafael J. Wysocki
2022-01-27ACPICA: Hardware: Do not flush CPU cache when entering S4 and S5Kirill A. Shutemov
2022-01-27ACPICA: Fix wrong interpretation of PCC addressSudeep Holla
2022-01-27ACPICA: Executer: Fix the REFCLASS_REFOF case in acpi_ex_opcode_1A_0T_1R()Rafael J. Wysocki
2022-01-27ACPICA: Utilities: Avoid deleting the same object twice in a rowRafael J. Wysocki
2021-11-18ACPICA: Avoid evaluating methods too early during system resumeRafael J. Wysocki
2021-08-12Revert "ACPICA: Fix memory leak caused by _CID repair function"Rafael J. Wysocki
2021-07-14ACPICA: Fix memory leak caused by _CID repair functionErik Kaneda
2021-06-10ACPICA: Clean up context mutex during object deletionErik Kaneda
2021-03-30ACPICA: Always create namespace nodes using acpi_ns_create_node()Vegard Nossum
2021-03-11ACPICA: Fix race in generic_serial_bus (I2C) and GPIO op_region parameter han...Hans de Goede
2020-10-19ACPICA: Add missing type casts in GPE register access codeRafael J. Wysocki
2020-10-08Merge back earlier ACPICA-related changes for 5.10.Rafael J. Wysocki
2020-10-08ACPICA: Remove unnecessary semicolonBob Moore
2020-10-08ACPICA: Debugger: Add a new command: "ALL <NameSeg>"Bob Moore
2020-10-08ACPICA: iASL: Return exceptions for string-to-integer conversionsBob Moore
2020-10-08ACPICA: Add predefined names found in the SMBus sepcificationBob Moore
2020-10-08ACPICA: Tree-wide: fix various typos and spelling mistakesColin Ian King
2020-09-11ACPICA: Add support for using logical addresses of GPE blocksRafael J. Wysocki
2020-09-04ACPICA: Introduce special struct type for GPE register addressesRafael J. Wysocki
2020-09-04ACPICA: Introduce acpi_hw_gpe_read() and acpi_hw_gpe_write()Rafael J. Wysocki
2020-09-04ACPICA: Validate GPE blocks at init timeRafael J. Wysocki
2020-08-03Merge branches 'acpi-mm', 'acpi-tables', 'acpi-apei' and 'acpi-misc'Rafael J. Wysocki
2020-07-27ACPICA: Do not increment operation_region reference counts for field unitsErik Kaneda
2020-07-27ACPICA: Replace one-element array with flexible-arrayGustavo A. R. Silva
2020-07-27ACPICA: Preserve memory opregion mappingsRafael J. Wysocki
2020-06-05ACPICA: iASL: add new OperationRegion subtype keyword PlatformRtMechanismErik Kaneda
2020-05-09ACPICA: Fix required parameters for _NIG and _NIHErik Kaneda
2020-05-09ACPICA: Dispatcher: add status checksErik Kaneda
2020-05-09ACPICA: Disassembler: ignore AE_ALREADY_EXISTS status when parsing create ope...Erik Kaneda
2020-05-09ACPICA: Move acpi_gbl_next_cmd_num definition to acglobal.hErik Kaneda
2020-05-09ACPICA: Make acpi_protocol_lengths staticYue Haibing
2020-04-06Merge branch 'acpica'Rafael J. Wysocki
2020-03-30Merge tag 'acpi-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2020-03-30Merge branch 'acpica'Rafael J. Wysocki
2020-03-30ACPICA: Fixes for acpiExec namespace init fileBob Moore
2020-03-30ACPICA: utilities: fix sprintf()John Levon
2020-03-30ACPICA: acpiexec: remove redeclaration of acpi_gbl_db_opt_no_region_supportErik Kaneda
2020-03-30ACPICA: Change PlatformCommChannel ASL keyword to PCCErik Kaneda
2020-03-25ACPICA: Allow acpi_any_gpe_status_set() to skip one GPERafael J. Wysocki
2020-02-21ACPI: PM: s2idle: Check fixed wakeup events in acpi_s2idle_wake()Rafael J. Wysocki
2020-02-16ACPICA: Fix a couple of typosBob Moore
2020-02-16ACPICA: use acpi_size instead of u32 for prefix_path_lengthSven Barth
2020-02-16ACPICA: cast length arguement to acpi_ns_build_normalized_path() as u32Sven Barth
2020-02-16ACPICA: cast the result of the pointer difference to u32Sven Barth
2020-02-16ACPICA: Table Manager: Update comments in a function headerBob Moore
2020-02-16ACPICA: Enable sleep button on ACPI legacy wakeAnchal Agarwal
2020-02-16ACPICA: Fix a comment "enable" fixed events -> "disable" all fixed events.Bob Moore
2020-02-16ACPICA: ASL-ASL+ converter: make root file a parameter for cv_init_file_treeErik Kaneda
2020-02-16ACPICA: ASL-ASL+ converter: remove function parameters from cv_init_file_tree()Erik Kaneda