summaryrefslogtreecommitdiffstats
path: root/lib/zlib_inflate
Commit message (Expand)AuthorAgeFilesLines
* lib: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-191-12/+12
* lib/zlib: remove outdated and incorrect pre-increment optimizationJann Horn2020-06-041-56/+35
* lib/zlib: add s390 hardware support for kernel zlib_inflateMikhail Zaslonko2020-01-313-10/+48
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* lib/zlib_inflate/inflate.c: remove fall through warningsCorentin Labbe2018-10-311-0/+12
* lib/zlib_inflate/inftrees.c: fix potential buffer overflowGuenter Roeck2017-05-081-1/+1
* zlib: clean up some dead codeSergey Senozhatsky2014-08-061-132/+0
* inflate_fast: sout is already a short so ptr arith was off by one.Joakim Tjernlund2010-03-121-1/+1
* zlib: make new optimized inflate endian independentJoakim Tjernlund2010-03-121-40/+30
* zlib: Fix build of powerpc boot wrapperBenjamin Herrenschmidt2010-01-131-2/+30
* zlib: optimize inffast when copying direct from outputJoakim Tjernlund2010-01-111-11/+44
* bzip2/lzma: library support for gzip, bzip2 and lzma decompressionAlain Knaff2009-01-042-0/+8
* [ZLIB]: Fix external builds of zlib_inflate code.David S. Miller2007-10-113-48/+50
* [ZLIB]: Move bnx2 driver gzip unpacker into zlib.Denys Vlasenko2007-10-103-13/+61
* Fix ppp_deflate issues with recent zlib_inflate changesRichard Purdie2007-05-071-3/+5
* [PATCH] Fix ppc32 zImage inflatePeter Korsgaard2006-07-311-1/+4
* [PATCH] zlib inflate: fix function definitionsRandy Dunlap2006-06-272-10/+5
* move acknowledgment for Mark Adler to CREDITSAdrian Bunk2006-06-261-9/+0
* [PATCH] zlib_inflate: Upgrade library code to a recent versionRichard Purdie2006-06-2216-1885/+1729
* [PATCH] lib/zlib*: cleanupsAdrian Bunk2006-01-104-2/+12
* [PATCH] ppc64 boot: remove include from lib/zlib_inflate/inflate.cOlaf Hering2005-10-291-1/+0
* Revert unnecessary zlib_inflate/inftrees.c fixLinus Torvalds2005-08-171-1/+1
* [PATCH] Update in-kernel zlib routinesTim Yamin2005-08-051-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-1614-0/+2031