summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)Author
2026-01-08ACPI: CPPC: Fix missing PCC check for guaranteed_perfPengjie Zhang
2026-01-08ACPI: PCC: Fix race condition by removing static qualifierPengjie Zhang
2026-01-08ACPI: fan: Workaround for 64-bit firmware bugArmin Wolf
2026-01-08ACPI: property: Use ACPI functions in acpi_graph_get_next_endpoint() onlySakari Ailus
2026-01-08ACPICA: Avoid walking the Namespace if start_node is NULLCryolitia PukNgae
2025-12-18efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specsMauro Carvalho Chehab
2025-12-18ACPI: processor_core: fix map_x2apic_id for amd-pstate on am4René Rebe
2025-12-18RAS: Report all ARM processor CPER information to userspaceJason Tian
2025-12-18ACPI: property: Fix fwnode refcount leak in acpi_fwnode_graph_parse_endpoint()Haotian Zhang
2025-11-24acpi/hmat: Fix lockdep warning for hmem_register_resource()Dave Jiang
2025-11-24acpi,srat: Fix incorrect device handle check for Generic InitiatorShuai Xue
2025-11-24ACPI: CPPC: Limit perf ctrs in PCC check only to online CPUsGautham R. Shenoy
2025-11-24ACPI: CPPC: Perform fast check switch only for online CPUsGautham R. Shenoy
2025-11-24ACPI: CPPC: Check _CPC validity for only the online CPUsGautham R. Shenoy
2025-11-13ACPI: SPCR: Check for table version when using precise baudratePunit Agrawal
2025-11-13ACPI: property: Return present device nodes only on fwnode interfaceSakari Ailus
2025-11-13ACPICA: Update dsmethod.c to get rid of unused variable warningSaket Dumbre
2025-11-13ACPI: scan: Update honor list for RPMI System MSISunil V L
2025-11-13ACPI: SPCR: Support Precise Baud Rate fieldChen Pei
2025-11-13ACPICA: dispatcher: Use acpi_ds_clear_operands() in acpi_ds_call_control_meth...Hans de Goede
2025-11-13ACPI: scan: Add Intel CVS ACPI HIDs to acpi_ignore_dep_ids[]Hans de Goede
2025-11-13ACPI: resource: Skip IRQ override on ASUS Vivobook Pro N6506CUSam van Kampen
2025-11-13ACPI: PRM: Skip handlers with NULL handler_address or NULL VAShang song (Lenovo)
2025-11-13ACPI: video: force native for Lenovo 82K8Mario Limonciello (AMD)
2025-11-13ACPI: sysfs: Use ACPI_FREE() for freeing an ACPI objectKaushlendra Kumar
2025-11-13ACPI: fan: Use platform device for devres-related actionsArmin Wolf
2025-11-13ACPI: fan: Add fan speed reporting for fans with only _FSTJoshua Grisham
2025-11-13ACPI: fan: Use ACPI handle when retrieving _FSTArmin Wolf
2025-11-13ACPI: button: Call input_free_device() on failing input device registrationKaushlendra Kumar
2025-11-13ACPI: video: Fix use-after-free in acpi_video_switch_brightness()Yuhao Jiang
2025-10-29ACPICA: Work around bogus -Wstringop-overread warning since GCC 11Xi Ruoyao
2025-10-19ACPI: property: Do not pass NULL handles to acpi_attach_data()Rafael J. Wysocki
2025-10-19ACPI: property: Add code comments explaining what is going onRafael J. Wysocki
2025-10-19ACPI: property: Disregard references in data-only subnode listsRafael J. Wysocki
2025-10-19ACPI: battery: Add synchronization between interface updatesRafael J. Wysocki
2025-10-19ACPI: battery: Check for error code from devm_mutex_init() callAndy Shevchenko
2025-10-19ACPI: battery: initialize mutexes through devm_ APIsThomas Weißschuh
2025-10-19ACPI: battery: allocate driver data through devm_ APIsThomas Weißschuh
2025-10-19ACPICA: Allow to skip Global Lock initializationHuacai Chen
2025-10-19ACPI: debug: fix signedness issues in read/write helpersAmir Mohammad Jahangirzad
2025-10-19ACPI: TAD: Add missing sysfs_remove_group() for ACPI_TAD_RTDaniel Tang
2025-10-19ACPI: property: Fix buffer properties extraction for subnodesRafael J. Wysocki
2025-10-15ACPI: NFIT: Fix incorrect ndr_desc being reportedin dev_err messageColin Ian King
2025-10-15ACPICA: Fix largest possible resource descriptor indexDmitry Antipov
2025-10-15ACPI: processor: idle: Fix memory leak when register cpuidle device failedHuisong Li
2025-09-09ACPI: RISC-V: Fix FFH_CPPC_CSR error handlingAnup Patel
2025-09-09ACPI/IORT: Fix memory leak in iort_rmr_alloc_sids()Miaoqian Lin
2025-09-04ACPI: EC: Add device to acpi_ec_no_wakeup[] qurik listWerner Sembach
2025-08-28ACPI: pfr_update: Fix the driver update version checkChen Yu
2025-08-20ACPI: APEI: GHES: add TAINT_MACHINE_CHECK on GHES panic pathBreno Leitao