summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2025-06-04ACPI: HED: Always initialize before evgedXiaofei Tan2-2/+7
2025-06-04ACPI: PPTT: Fix processor subtable walkJeremy Linton1-3/+8
2025-05-02ACPI PPTT: Fix coding mistakes in a couple of sizeof() callsJean-Marc Eurin1-2/+2
2025-04-10ACPI: resource: Skip IRQ override on ASUS Vivobook 14 X1404VAPPaul Menzel1-0/+7
2025-04-10ACPI: resource: IRQ override for Eluktronics MECH-17Gannon Kolding1-0/+6
2025-03-13APEI: GHES: Have GHES honor the panic= settingBorislav Petkov1-5/+5
2025-02-01ACPI: resource: Add Asus Vivobook X1504VAP to irq1_level_low_skip_override[]Hans de Goede1-0/+7
2025-02-01ACPI: resource: Add TongFang GM5HG0A to irq1_edge_low_force_override[]Hans de Goede1-0/+11
2024-12-19ACPICA: events/evxfregn: don't release the ContextMutex that was never acquiredDaniil Tatianin1-2/+0
2024-12-19ACPI: resource: Fix memory resource type union accessIlpo Järvinen1-3/+3
2024-12-14acpi/arm64: Adjust error handling procedure in gtdt_parse_timer_block()Aleksandr Mishin1-1/+1
2024-11-08ACPI: button: Add DMI quirk for Samsung Galaxy Book2 to fix initial lid detec...Shubham Panwar1-0/+11
2024-11-08ACPI: resource: Add LG 16T90SP to irq1_level_low_skip_override[]Christian Heusel1-0/+7
2024-11-08ACPI: battery: Fix possible crash when unregistering a battery hookArmin Wolf1-3/+9
2024-11-08ACPI: battery: Simplify battery hook lockingArmin Wolf1-9/+9
2024-11-08ACPI: resource: Add Asus ExpertBook B2502CVA to irq1_level_low_skip_override[]Hans de Goede1-0/+7
2024-11-08ACPI: resource: Add Asus Vivobook X1704VAP to irq1_level_low_skip_override[]Hans de Goede1-0/+7
2024-11-08ACPICA: iasl: handle empty connection_nodeAleksandrs Vinarskis1-0/+3
2024-11-08ACPICA: check null return of ACPI_ALLOCATE_ZEROED() in acpi_db_convert_to_pac...Pei Xiao1-0/+2
2024-11-08ACPI: EC: Do not release locks during operation region accessesRafael J. Wysocki1-6/+49
2024-11-08ACPICA: Fix memory leak if acpi_ps_get_next_field() failsArmin Wolf1-0/+39
2024-11-08ACPICA: Fix memory leak if acpi_ps_get_next_namepath() failsArmin Wolf1-0/+8
2024-11-08ACPI: resource: Add another DMI match for the TongFang GMxXGxxWerner Sembach1-0/+6
2024-11-08ACPI: sysfs: validate return type of _STR methodThomas Weißschuh1-2/+3
2024-11-08ACPI: PMIC: Remove unneeded check in tps68470_pmic_opregion_probe()Aleksandr Mishin1-4/+2
2024-09-12ACPI: processor: Fix memory leaks in error paths of processor_add()Jonathan Cameron1-7/+8
2024-09-12ACPI: processor: Return an error if acpi_processor_get_info() fails in proces...Jonathan Cameron1-1/+1
2024-08-19ACPI: SBS: manage alarm sysfs attribute through psy coreThomas Weißschuh1-11/+12
2024-08-19ACPI: battery: create alarm sysfs attribute atomicallyThomas Weißschuh1-4/+12
2024-07-27ACPI: processor_idle: Fix invalid comparison with insertion sort for latencyKuan-Wei Chiu1-24/+16
2024-07-27ACPI: EC: Avoid returning AE_OK on errors in address space handlerArmin Wolf1-1/+3
2024-07-27ACPI: EC: Abort address space access upon errorArmin Wolf1-1/+4
2024-07-05ACPICA: Revert "ACPICA: avoid Info: mapping multiple BARs. Your kernel is fine."Raju Rangoju1-21/+2
2024-06-16ACPI: resource: Do IRQ override on TongFang GXxHRXx and GMxHGxxChristoffer Sandberg1-0/+12
2024-06-16ACPI: disable -Wstringop-truncationArnd Bergmann1-0/+1
2024-04-13Revert "ACPI: PM: Block ASUS B1400CEAE from suspend to idle by default"Daniel Drake1-12/+0
2024-03-27ACPI: scan: Fix device check notification handlingRafael J. Wysocki1-6/+2
2024-03-27ACPI: processor_idle: Fix memory leak in acpi_processor_power_exit()Armin Wolf1-0/+2
2024-02-23ACPI: extlog: fix NULL pointer dereference checkPrarit Bhargava1-2/+3
2024-02-23ACPI: video: Add quirk for the Colorful X15 AT 23 LaptopYuluo Qiu1-0/+9
2024-01-26acpi: property: Let args be NULL in __acpi_node_get_property_referenceSakari Ailus1-0/+4
2024-01-26ACPI: LPIT: Avoid u32 multiplication overflowNikita Kiryushin1-1/+1
2024-01-26ACPI: video: check for error while searching for backlight device parentNikita Kiryushin1-6/+6
2024-01-26ACPI: resource: Add another DMI match for the TongFang GMxXGxxHans de Goede1-0/+7
2023-12-13ACPI/IORT: Make iort_msi_map_rid() PCI agnosticLorenzo Pieralisi1-6/+6
2023-12-13ACPI/IORT: Make iort_get_device_domain IRQ domain agnosticLorenzo Pieralisi1-7/+7
2023-12-08ACPI: resource: Skip IRQ override on ASUS ExpertBook B1402CVAHans de Goede1-0/+7
2023-11-28ACPI: resource: Do IRQ override on TongFang GMxXGxxWerner Sembach1-0/+12
2023-11-20ACPI: sysfs: Fix create_pnp_modalias() and create_of_modalias()Christophe JAILLET1-4/+6
2023-10-25ACPI: irq: Fix incorrect return value in acpi_register_gsi()Sunil V L1-1/+6