linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] PM: hibernate: make compression threads configurable and support dynamic crc arrays
@ 2025-10-14  7:14 Xueqin Luo
  2025-10-14  7:14 ` [PATCH v4 1/2] PM: hibernate: dynamically allocate crc->unc_len/unc for configurable threads Xueqin Luo
  2025-10-14  7:14 ` [PATCH v4 2/2] PM: hibernate: make compression threads configurable Xueqin Luo
  0 siblings, 2 replies; 4+ messages in thread
From: Xueqin Luo @ 2025-10-14  7:14 UTC (permalink / raw)
  To: rafael, pavel, lenb, linux-pm, linux-kernel; +Cc: Xueqin Luo

Hi,

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

Changes since v3:
  * Only patch 2 was updated: When an invalid `cmp_threads` value is provided,
    fall back to the default value (3).

Thanks for your feedback and review!

Xueqin Luo (2):
  PM: hibernate: dynamically allocate crc->unc_len/unc for configurable
    threads
  PM: hibernate: make compression threads configurable

 kernel/power/swap.c | 82 +++++++++++++++++++++++++++++++++++----------
 1 file changed, 64 insertions(+), 18 deletions(-)

-- 
2.43.0


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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-14  7:14 [PATCH v4 0/2] PM: hibernate: make compression threads configurable and support dynamic crc arrays Xueqin Luo
2025-10-14  7:14 ` [PATCH v4 1/2] PM: hibernate: dynamically allocate crc->unc_len/unc for configurable threads Xueqin Luo
2025-10-14  7:14 ` [PATCH v4 2/2] PM: hibernate: make compression threads configurable Xueqin Luo
2025-10-20 19:14   ` 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;
as well as URLs for NNTP newsgroup(s).