aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/decompress (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman7-0/+7
2014-08-08initramfs: support initramfs that is bigger than 2GiBYinghai Lu7-29/+29
2014-04-03lib/decompress_inflate.c: include appropriate header fileRashika Kheria1-2/+2
2013-07-09lib: add support for LZ4-compressed kernelKyungsik Lee1-0/+10
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-13decompressors: remove unused constant from inflate.hLasse Collin1-3/+0
2011-01-13decompressors: add boot-time XZ supportLasse Collin1-0/+19
2011-01-13Decompressors: include <linux/slab.h> in <linux/decompress/mm.h>Lasse Collin1-0/+1
2011-01-13Decompressors: get rid of set_error_fn() macroLasse Collin1-5/+0
2010-03-12decompress: fix new decompressor for PICRussell King1-2/+12
2010-01-11lib: add support for LZO-compressed kernelsAlbin Tonnerre1-0/+10
2009-12-15bzip2/lzma/gzip: pre-boot malloc doesn't return NULL on failurePhillip Lougher1-2/+2
2009-08-07bzip2/lzma/gzip: fix comments describing decompressor APIPhillip Lougher1-13/+19
2009-01-08bzip2/lzma: centralize format detectionH. Peter Anvin1-0/+3
2009-01-04bzip2/lzma: library support for gzip, bzip2 and lzma decompressionAlain Knaff5-0/+152