- Feb 27, 2013
-
-
Lasse Collin authored
-
- Mar 31, 2012
-
-
Lasse Collin authored
-
- Nov 20, 2010
-
-
Lasse Collin authored
In Linux 2.6.31 (or so) and earlier, the initramfs decompression had its own compiled copy of the decompression code that got thrown away after the kernel had booted. It required that all functions were marked with __init when built for initramfs decompression. Nowadays zlib and LZO have a wrapper that requires that the respective decompressor code has been been enabled (=y) in the kernel config. Only the wrapper is marked with __init. This patch helps doing the same with the XZ decompressor.
-
- Nov 18, 2010
-
-
Lasse Collin authored
-
- Apr 26, 2009
-
-
Lasse Collin authored
-
Lasse Collin authored
xz_config.h, and generally clean up xz_private.h a little. Use get_unaligned_le32 and other macros provided by Linux in xz_dec_stream.c and xz_dec_bcj.c.
-
- Apr 17, 2009
-
-
Lasse Collin authored
-
- Mar 24, 2009
-
-
Lasse Collin authored
-
- Mar 22, 2009
-
-
Lasse Collin authored
-