Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] ARM ZSTD boot compression
@ 2026-08-28 20:32 Andreas Kemnade
  2026-08-28 20:32 ` [PATCH v2 1/3] ARM: compressed: Pass the actual output length to the decompressor Andreas Kemnade
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andreas Kemnade @ 2026-08-28 20:32 UTC (permalink / raw)
  To: Russell King, Nick Terrell, David Sterba, Nathan Chancellor,
	Nick Desaulniers, Bill Wendling, Justin Stitt
  Cc: Andreas Kemnade, j.neuschaefer, f.fainelli, Tony Lindgren,
	linux-arm-kernel, linux-kernel, Linus Walleij

Add ZSTD compression to still have a quite high compression but with
not too much boot delay penality. 

Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
---
Changes in v2:
- rebased
- practically rewritten 3/3 (and therefore changed author)
- added more measurements
- Link to v1: https://lore.kernel.org/lkml/ZDoDYh01GYjdwp63@probook/

To: Russell King <linux@armlinux.org.uk>
To: Nick Terrell <terrelln@fb.com>
To: David Sterba <dsterba@suse.com>
To: Nathan Chancellor <nathan@kernel.org>
To: Nick Desaulniers <ndesaulniers@google.com>
To: Bill Wendling <morbo@google.com>
To: Justin Stitt <justinstitt@google.com>
Cc: j.neuschaefer@gmx.net
Cc: f.fainelli@gmail.com
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Tony Lindgren <tony@atomide.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org

---
Andreas Kemnade (1):
      ARM: compressed: Enable ZSTD compression

Jonathan Neuschäfer (2):
      ARM: compressed: Pass the actual output length to the decompressor
      ARM: compressed: Bump MALLOC_SIZE to 128 KiB

 arch/arm/Kconfig                      |  1 +
 arch/arm/boot/compressed/Makefile     |  3 ++-
 arch/arm/boot/compressed/decompress.c | 15 ++++++++++++---
 arch/arm/boot/compressed/head.S       |  4 ++--
 arch/arm/boot/compressed/misc.c       | 10 +++++++++-
 arch/arm/boot/compressed/misc.h       |  3 ++-
 6 files changed, 28 insertions(+), 8 deletions(-)
---
base-commit: 8d3ae59288f1e7d58d76558a6ee96d533bc5019f
change-id: 20260828-zstd2-045ce924f624

Best regards,
--  
Andreas Kemnade <andreas@kemnade.info>



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

end of thread, other threads:[~2026-08-28 20:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-28 20:32 [PATCH v2 0/3] ARM ZSTD boot compression Andreas Kemnade
2026-08-28 20:32 ` [PATCH v2 1/3] ARM: compressed: Pass the actual output length to the decompressor Andreas Kemnade
2026-08-28 20:32 ` [PATCH v2 2/3] ARM: compressed: Bump MALLOC_SIZE to 128 KiB Andreas Kemnade
2026-08-28 20:32 ` [PATCH v2 3/3] ARM: compressed: Enable ZSTD compression Andreas Kemnade

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