aboutsummaryrefslogtreecommitdiff
path: root/lib/xz
AgeCommit message (Expand)AuthorFilesLines
2023-09-11arch: Remove Itanium (IA-64) architectureGravatar Ard Biesheuvel 1-5/+0
2021-10-19lib/xz, lib/decompress_unxz.c: Fix spelling in commentsGravatar Lasse Collin 1-1/+1
2021-10-19lib/xz: Add MicroLZMA decoderGravatar Lasse Collin 4-3/+178
2021-10-19lib/xz: Move s->lzma.len = 0 initialization to lzma_reset()Gravatar Lasse Collin 1-2/+1
2021-10-19lib/xz: Validate the value before assigning it to an enum variableGravatar Lasse Collin 1-3/+3
2021-10-19lib/xz: Avoid overlapping memcpy() with invalid input with in-place decompres...Gravatar Lasse Collin 1-2/+19
2021-07-01lib/decompressors: fix spelling mistakesGravatar Zhen Lei 2-5/+5
2020-11-18Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"Gravatar Nick Desaulniers 2-10/+10
2020-08-24lib: Revert use of fallthrough pseudo-keyword in lib/Gravatar Gustavo A. R. Silva 2-10/+10
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 2-10/+10
2020-08-12lib/: replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 5-5/+5
2020-06-19docs: move remaining stuff under Documentation/*.txt to Documentation/stagingGravatar Mauro Carvalho Chehab 1-1/+1
2019-11-15lib/xz: fix XZ_DYNALLOC to avoid useless memory reallocationsGravatar Lasse Collin 1-0/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2018-10-02lib/xz: Put CRC32_POLY_LE in xz_private.hGravatar Joel Stanley 2-1/+4
2018-07-27lib: Use existing define with polynomialGravatar Krzysztof Kozlowski 1-1/+2
2017-10-12lib/xz: Add fall-through comments to a switch statementGravatar Lasse Collin 1-0/+16
2014-06-04lib/xz: enable all filters by default in KconfigGravatar Lasse Collin 1-12/+12
2014-06-04lib/xz: add comments for the intentionally missing break statementsGravatar Lasse Collin 1-0/+4
2013-03-13decompressors: fix typo "POWERPC"Gravatar Paul Bolle 1-1/+1
2013-02-21decompressors: make the default XZ_DEC_* config match the selected architectureGravatar Florian Fainelli 1-6/+6
2013-02-21decompressors: drop dependency on CONFIG_EXPERTGravatar Florian Fainelli 1-6/+6
2013-02-21decompressors: group XZ_DEC_* symbols under an if XZ_BCJ / endifGravatar Florian Fainelli 1-6/+4
2011-09-21XZ: Fix incorrect XZ_BUF_ERRORGravatar Lasse Collin 1-7/+20
2011-07-24XZ: Fix missing <linux/kernel.h> includeGravatar Lasse Collin 1-1/+1
2011-05-02XZ decompressor: Fix decoding of empty LZMA2 streamsGravatar Lasse Collin 1-3/+3
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTGravatar David Rientjes 1-6/+6
2011-01-13decompressors: add XZ decompressor moduleGravatar Lasse Collin 11-0/+3344