diff options
| author | Rafael J. Wysocki <[email protected]> | 2025-07-22 13:48:55 +0000 |
|---|---|---|
| committer | Rafael J. Wysocki <[email protected]> | 2025-07-22 13:48:55 +0000 |
| commit | 114048179f24fd4eccd23d187eb6ae4b1732787b (patch) | |
| tree | a71f9821ee0cdd5712d29bfe6a131bc0cc39ed46 /lib/crypto/mpi/mpi-pow.c | |
| parent | ACPI/PCI: Remove space before newline (diff) | |
| parent | ACPICA: Decrease `AcpiExTracePoint` verbosity (diff) | |
| parent | ACPI: proc: Prefer to use octal permission (diff) | |
| parent | ACPI: processor: throttling: Remove space before newline (diff) | |
| parent | ACPI: PM: Set .detach in acpi_general_pm_domain definition (diff) | |
| download | kernel-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
