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-01-11ACPI: CPPC: Fix missing PCC check for guaranteed_perfPengjie Zhang1-1/+2
2026-01-11ACPI: PCC: Fix race condition by removing static qualifierPengjie Zhang1-1/+1
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-11-24ACPI: HMAT: Remove register of memory node for generic targetDave Jiang1-4/+4
2025-11-24acpi/hmat: Fix lockdep warning for hmem_register_resource()Dave Jiang1-21/+25
2025-11-24base/node / ACPI: Enumerate node access class for 'struct access_coordinate'Dave Jiang1-12/+14
2025-11-24acpi: numa: Add setting of generic port system locality attributesDave Jiang1-0/+25
2025-11-24acpi: Break out nesting for hmat_parse_locality()Dave Jiang1-12/+20
2025-11-24acpi: numa: Add genport target allocation to the HMAT parsingDave Jiang1-3/+56
2025-11-24acpi: numa: Create enum for memory_target access coordinates indexingDave Jiang1-5/+13
2025-11-24base/node / acpi: Change 'node_hmem_attrs' to 'access_coordinates'Dave Jiang1-14/+14
2025-11-24acpi, hmat: calculate abstract distance with HMATHuang Ying1-2/+63
2025-11-24acpi, hmat: refactor hmat_register_target_initiators()Huang Ying1-51/+30
2025-11-24acpi,srat: Fix incorrect device handle check for Generic InitiatorShuai Xue1-1/+1
2025-11-24ACPI: CPPC: Limit perf ctrs in PCC check only to online CPUsGautham R. Shenoy1-1/+1
2025-11-24ACPI: CPPC: Perform fast check switch only for online CPUsGautham R. Shenoy1-1/+1
2025-11-24ACPI: CPPC: Check _CPC validity for only the online CPUsGautham R. Shenoy1-1/+1
2025-11-24ACPI: property: Return present device nodes only on fwnode interfaceSakari Ailus1-1/+23
2025-11-24ACPICA: Update dsmethod.c to get rid of unused variable warningSaket Dumbre1-1/+0
2025-11-24ACPICA: dispatcher: Use acpi_ds_clear_operands() in acpi_ds_call_control_meth...Hans de Goede1-8/+1
2025-11-24ACPI: scan: Add Intel CVS ACPI HIDs to acpi_ignore_dep_ids[]Hans de Goede1-0/+2
2025-11-24ACPI: PRM: Skip handlers with NULL handler_address or NULL VAShang song (Lenovo)1-3/+16
2025-11-24ACPI: button: Call input_free_device() on failing input device registrationKaushlendra Kumar1-1/+3
2025-11-24ACPI: 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-19ACPI: battery: Add synchronization between interface updatesRafael J. Wysocki1-14/+29
2025-10-19ACPI: battery: Check for error code from devm_mutex_init() callAndy Shevchenko1-2/+8
2025-10-19ACPI: battery: initialize mutexes through devm_ APIsThomas Weißschuh1-7/+2
2025-10-19ACPI: battery: allocate driver data through devm_ APIsThomas Weißschuh1-3/+1
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-15ACPICA: Fix largest possible resource descriptor indexDmitry Antipov1-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