summaryrefslogtreecommitdiff
path: root/drivers/char/drm/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2026-04-09 21:19:34 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2026-04-09 21:19:34 +0200
commit8e2308c1aec91b32640c488205f4fe6d6cc8d1de (patch)
tree9b18c014179ae907e5ec6735d73c851000ef4af5 /drivers/char/drm/git@git.tavy.me:linux.git
parentabdd2a86535b59c76d14da2547160bc83e059c03 (diff)
parent22dd51bb0a48abe74b32cd4425fca878030d16ca (diff)
parentf862f2919669ea6ceffb1d901d5e66c6625ad743 (diff)
parent1b7cbe343349ec5aec6f3140820180c5bc00b14f (diff)
Merge branches 'acpica', 'acpi-osl' and 'acpi-tables'
Merge ACPICA updates, an ACPI OS service layer (OSL) update and assorted updates related to parsing ACPI tables for 7.1-rc1: - Update maintainers information regarding ACPICA (Rafael Wysocki) - Replace strncpy() with strscpy_pad() in acpi_ut_safe_strncpy() (Kees Cook) - Trigger an ordered system power off after encountering a fatal error operator in AML (Armin Wolf) - Enable ACPI FPDT parsing on LoongArch (Xi Ruoyao) - Remove the temporary stop-gap acpi_pptt_cache_v1_full structure from the ACPI PPTT parser (Ben Horgan) - Add support for exposing ACPI FPDT subtables FBPT and S3PT (Nate DeSimone) * acpica: ACPICA: Update maintainers information ACPICA: Replace strncpy() with strscpy_pad() in acpi_ut_safe_strncpy() * acpi-osl: ACPI: OSL: Poweroff when encountering a fatal ACPI error * acpi-tables: ACPI: tables: Enable FPDT on LoongArch Documentation: ABI: add FBPT and S3PT entries to sysfs-firmware-acpi ACPI: FPDT: expose FBPT and S3PT subtables via sysfs ACPI: PPTT: Remove duplicate structure, acpi_pptt_cache_v1_full