summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2026-03-04ACPICA: Abort AML bytecode execution when executing AML_FATAL_OPArmin Wolf1-28/+18
2026-03-04ACPI: processor: Fix NULL-pointer dereference in acpi_processor_errata_piix4()Tuo Li1-13/+15
2026-03-04APEI/GHES: ensure that won't go past CPER allocated recordMauro Carvalho Chehab1-1/+5
2026-03-04ACPI: PM: Add unused power resource quirk for THUNDEROBOT ZEROZhai Can1-0/+13
2026-03-04ACPI: CPPC: Fix remaining for_each_possible_cpu() to use online CPUsSean V Kelley1-2/+2
2026-03-04ACPICA: Fix NULL pointer dereference in acpi_ev_address_space_dispatch()Alexey Simakov1-1/+3
2026-02-19ACPI: APEI: send SIGBUS to current task if synchronous memory error not recov...Shuai Xue1-0/+10
2026-01-11ACPI: CPPC: Fix missing PCC check for guaranteed_perfPengjie Zhang1-1/+2
2026-01-11ACPI: property: Use ACPI functions in acpi_graph_get_next_endpoint() onlySakari Ailus1-4/+4
2026-01-11ACPICA: Avoid walking the Namespace if start_node is NULLCryolitia PukNgae1-3/+6
2026-01-11efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specsMauro Carvalho Chehab1-6/+10
2026-01-11ACPI: processor_core: fix map_x2apic_id for amd-pstate on am4René Rebe1-1/+1
2026-01-11ACPI: property: Fix fwnode refcount leak in acpi_fwnode_graph_parse_endpoint()Haotian Zhang1-0/+1
2025-12-07acpi,srat: Fix incorrect device handle check for Generic InitiatorShuai Xue1-1/+1
2025-12-07ACPI: CPPC: Limit perf ctrs in PCC check only to online CPUsGautham R. Shenoy1-1/+1
2025-12-07ACPI: CPPC: Perform fast check switch only for online CPUsGautham R. Shenoy1-1/+1
2025-12-07ACPI: CPPC: Check _CPC validity for only the online CPUsGautham R. Shenoy1-1/+1
2025-12-07ACPI: property: Return present device nodes only on fwnode interfaceSakari Ailus1-1/+23
2025-12-07ACPICA: Update dsmethod.c to get rid of unused variable warningSaket Dumbre1-1/+0
2025-12-07ACPICA: dispatcher: Use acpi_ds_clear_operands() in acpi_ds_call_control_meth...Hans de Goede1-8/+1
2025-12-07ACPI: scan: Add Intel CVS ACPI HIDs to acpi_ignore_dep_ids[]Hans de Goede1-0/+2
2025-12-07ACPI: PRM: Skip handlers with NULL handler_address or NULL VAShang song (Lenovo)1-3/+16
2025-12-07ACPI: PPTT: Update acpi_find_last_cache_level() to acpi_get_cache_info()Pierre Gondois1-26/+50
2025-12-07ACPI: PPTT: Remove acpi_find_cache_levels()Pierre Gondois1-15/+6
2025-12-07ACPI: video: Fix use-after-free in acpi_video_switch_brightness()Yuhao Jiang1-1/+3
2025-10-29ACPICA: Work around bogus -Wstringop-overread warning since GCC 11Xi Ruoyao1-0/+6
2025-10-19ACPI: property: Do not pass NULL handles to acpi_attach_data()Rafael J. Wysocki1-0/+12
2025-10-19ACPI: property: Add code comments explaining what is going onRafael J. Wysocki1-2/+44
2025-10-19ACPI: property: Disregard references in data-only subnode listsRafael J. Wysocki1-29/+22
2025-10-19ACPICA: Allow to skip Global Lock initializationHuacai Chen1-0/+4
2025-10-19ACPI: debug: fix signedness issues in read/write helpersAmir Mohammad Jahangirzad1-13/+13
2025-10-19ACPI: TAD: Add missing sysfs_remove_group() for ACPI_TAD_RTDaniel Tang1-0/+3
2025-10-19ACPI: property: Fix buffer properties extraction for subnodesRafael J. Wysocki1-19/+11
2025-10-15ACPI: NFIT: Fix incorrect ndr_desc being reportedin dev_err messageColin Ian King1-1/+1
2025-10-15ACPI: processor: idle: Fix memory leak when register cpuidle device failedHuisong Li1-0/+3
2025-09-09ACPI/IORT: Fix memory leak in iort_rmr_alloc_sids()Miaoqian Lin1-1/+3
2025-09-04ACPI: EC: Add device to acpi_ec_no_wakeup[] qurik listWerner Sembach1-0/+6
2025-08-28ACPI: pfr_update: Fix the driver update version checkChen Yu1-1/+1
2025-08-28ACPI: APEI: GHES: add TAINT_MACHINE_CHECK on GHES panic pathBreno Leitao1-0/+2
2025-08-28ACPI: processor: fix acpi_object initializationSebastian Ott1-1/+1
2025-08-28ACPI: PRM: Reduce unnecessary printing to avoid user confusionZhu Qiyu1-2/+24
2025-08-28ACPI: processor: perflib: Move problematic pr->performance checkRafael J. Wysocki1-1/+4
2025-08-28ACPI: processor: perflib: Fix initial _PPC limit applicationJiayi Li1-1/+9
2025-07-17Revert "ACPI: battery: negate current when discharging"Rafael J. Wysocki1-16/+3
2025-07-10ACPICA: Refuse to evaluate a method if arguments are missingRafael J. Wysocki1-0/+7
2025-06-27ACPI: battery: negate current when dischargingPeter Marheine1-3/+16
2025-06-27ACPICA: utilities: Fix overflow check in vsnprintf()gldrk1-5/+2
2025-06-27ACPICA: fix acpi parse and parseext cache leaksSeunghun Han1-37/+15
2025-06-27ACPI: bus: Bail out if acpi_kobj registration failsArmin Wolf1-2/+4
2025-06-27ACPICA: fix acpi operand cache leak in dswstate.cSeunghun Han1-1/+8