]> Git Repo - linux.git/commit - lib/decompress_unlz4.c
lib: add support for LZ4-compressed kernel
authorKyungsik Lee <[email protected]>
Mon, 8 Jul 2013 23:01:46 +0000 (16:01 -0700)
committerLinus Torvalds <[email protected]>
Tue, 9 Jul 2013 17:33:30 +0000 (10:33 -0700)
commite76e1fdfa8f8dc1ea6699923cf5d92b5bee9c936
treed216233bcf256a8a3d8912cebbbf82032bb7b715
parentcffb78b0e0b3a30b059b27a1d97500cf6464efa9
lib: add support for LZ4-compressed kernel

Add support for extracting LZ4-compressed kernel images, as well as
LZ4-compressed ramdisk images in the kernel boot process.

Signed-off-by: Kyungsik Lee <[email protected]>
Cc: "H. Peter Anvin" <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Russell King <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Florian Fainelli <[email protected]>
Cc: Yann Collet <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/decompress/unlz4.h [new file with mode: 0644]
init/Kconfig
lib/Kconfig
lib/Makefile
lib/decompress.c
lib/decompress_unlz4.c [new file with mode: 0644]
lib/lz4/Makefile [new file with mode: 0644]
lib/lz4/lz4_decompress.c
scripts/Makefile.lib
usr/Kconfig
This page took 0.057488 seconds and 4 git commands to generate.