aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/mpi/mpicoder.c
diff options
context:
space:
mode:
authorRafael J. Wysocki <[email protected]>2025-07-22 13:48:55 +0000
committerRafael J. Wysocki <[email protected]>2025-07-22 13:48:55 +0000
commit114048179f24fd4eccd23d187eb6ae4b1732787b (patch)
treea71f9821ee0cdd5712d29bfe6a131bc0cc39ed46 /lib/crypto/mpi/mpicoder.c
parentACPI/PCI: Remove space before newline (diff)
parentACPICA: Decrease `AcpiExTracePoint` verbosity (diff)
parentACPI: proc: Prefer to use octal permission (diff)
parentACPI: processor: throttling: Remove space before newline (diff)
parentACPI: PM: Set .detach in acpi_general_pm_domain definition (diff)
downloadkernel-114048179f24fd4eccd23d187eb6ae4b1732787b.tar.gz
kernel-114048179f24fd4eccd23d187eb6ae4b1732787b.zip
Merge branches 'acpica', 'acpi-proc', 'acpi-processor' and 'acpi-pm'
Merge an ACPICA update, ACPI proc interface updates, ACPI processor driver updates, and ACPI power management updates for 6.17-rc1: - Printing the address in acpi_ex_trace_point() is either incorrect during early kernel boot or not really useful later when pathnames resolve properly, so stop doing it (Mario Limonciello) - Address several minor issues in the legacy ACPI proc interface (Andy Shevchenko) - Fix acpi_object union initialization in the ACPI processor driver to avoid using memory that contains leftover data (Sebastian Ott). - Make the ACPI processor perflib driver take the initial _PPC limit into account as appropriate (Jiayi Li). - Fix message formatting in the ACPI processor throttling driver (Colin Ian King). - Clean up general ACPI PM domain handling (Rafael Wysocki) * acpica: ACPICA: Decrease `AcpiExTracePoint` verbosity * acpi-proc: ACPI: proc: Prefer to use octal permission ACPI: proc: Use str_enabled_disabled() helper ACPI: proc: Remove unused header ACPI: proc: Use correct format specifier and drop casting ACPI: wakeup: Drop unneeded casting for sleep_state * acpi-processor: ACPI: processor: throttling: Remove space before newline ACPI: processor: perflib: Fix initial _PPC limit application ACPI: processor: fix acpi_object initialization * acpi-pm: ACPI: PM: Set .detach in acpi_general_pm_domain definition