mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v5 0/3] PM: hibernate: make compression threads configurable and support dynamic crc arrays
@ 2025-10-21 11:37 Xueqin Luo
  2025-10-21 11:37 ` [PATCH v5 1/3] PM: hibernate: dynamically allocate crc->unc_len/unc for configurable threads Xueqin Luo
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Xueqin Luo @ 2025-10-21 11:37 UTC (permalink / raw)
  To: rafael, pavel, lenb, linux-pm, linux-kernel; +Cc: Xueqin Luo

Hi,

This is v5 of the series to make hibernate compression/decompression
threads configurable and improve scalability.

Following feedback from previous versions:

- Patch 2 (`PM: hibernate: make compression threads configurable`) has been updated
  to rename the GRUB/kernel command line parameter from `cmp_threads` to
  `hibernate_compression_threads`, making its purpose clearer and more
  self-explanatory.

- Patch 3 (`PM: hibernate: add sysfs interface for hibernate_compression_threads`)
  has been added to provide a runtime interface under
  `/sys/power/hibernate_compression_threads`. This allows users and
  system integrators to tune the number of compression/decompression
  threads dynamically without rebooting the system.

- Corresponding documentation updates have been added:
  - `Documentation/admin-guide/kernel-parameters.txt` now documents
    `hibernate_compression_threads=` GRUB parameter.
  - `Documentation/ABI/testing/sysfs-power` describes the new sysfs interface.

This series ensures that both boot-time and runtime configuration of
hibernate compression threads are supported, improving flexibility
and scalability on multi-core systems.

Xueqin Luo (3):
  PM: hibernate: dynamically allocate crc->unc_len/unc for configurable
    threads
  PM: hibernate: make compression threads configurable
  PM: hibernate: add sysfs interface for hibernate_compression_threads

 Documentation/ABI/testing/sysfs-power         |  16 +++
 .../admin-guide/kernel-parameters.txt         |  10 ++
 kernel/power/swap.c                           | 121 +++++++++++++++---
 3 files changed, 129 insertions(+), 18 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-10-30 19:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-21 11:37 [PATCH v5 0/3] PM: hibernate: make compression threads configurable and support dynamic crc arrays Xueqin Luo
2025-10-21 11:37 ` [PATCH v5 1/3] PM: hibernate: dynamically allocate crc->unc_len/unc for configurable threads Xueqin Luo
2025-10-21 11:37 ` [PATCH v5 2/3] PM: hibernate: make compression threads configurable Xueqin Luo
2025-10-21 11:37 ` [PATCH v5 3/3] PM: hibernate: add sysfs interface for hibernate_compression_threads Xueqin Luo
2025-10-30 19:09 ` [PATCH v5 0/3] PM: hibernate: make compression threads configurable and support dynamic crc arrays Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®