aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xz (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-19lib/xz, lib/decompress_unxz.c: Fix spelling in commentsLasse Collin1-1/+1
2021-10-19lib/xz: Add MicroLZMA decoderLasse Collin4-3/+178
2021-10-19lib/xz: Move s->lzma.len = 0 initialization to lzma_reset()Lasse Collin1-2/+1
2021-10-19lib/xz: Validate the value before assigning it to an enum variableLasse Collin1-3/+3
2021-10-19lib/xz: Avoid overlapping memcpy() with invalid input with in-place decompressionLasse Collin1-2/+19
2021-07-01lib/decompressors: fix spelling mistakesZhen Lei2-5/+5
2020-11-18Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"Nick Desaulniers2-10/+10
2020-08-24lib: Revert use of fallthrough pseudo-keyword in lib/Gustavo A. R. Silva2-10/+10
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-10/+10
2020-08-12lib/: replace HTTP links with HTTPS onesAlexander A. Klimov5-5/+5
2020-06-19docs: move remaining stuff under Documentation/*.txt to Documentation/stagingMauro Carvalho Chehab1-1/+1
2019-11-15lib/xz: fix XZ_DYNALLOC to avoid useless memory reallocationsLasse Collin1-0/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2018-10-02lib/xz: Put CRC32_POLY_LE in xz_private.hJoel Stanley2-1/+4
2018-07-27lib: Use existing define with polynomialKrzysztof Kozlowski1-1/+2
2017-10-12lib/xz: Add fall-through comments to a switch statementLasse Collin1-0/+16
2014-06-04lib/xz: enable all filters by default in KconfigLasse Collin1-12/+12
2014-06-04lib/xz: add comments for the intentionally missing break statementsLasse Collin1-0/+4
2013-03-13decompressors: fix typo "POWERPC"Paul Bolle1-1/+1
2013-02-21decompressors: make the default XZ_DEC_* config match the selected architectureFlorian Fainelli1-6/+6
2013-02-21decompressors: drop dependency on CONFIG_EXPERTFlorian Fainelli1-6/+6
2013-02-21decompressors: group XZ_DEC_* symbols under an if XZ_BCJ / endifFlorian Fainelli1-6/+4
2011-09-21XZ: Fix incorrect XZ_BUF_ERRORLasse Collin1-7/+20
2011-07-24XZ: Fix missing <linux/kernel.h> includeLasse Collin1-1/+1
2011-05-02XZ decompressor: Fix decoding of empty LZMA2 streamsLasse Collin1-3/+3
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes1-6/+6
2011-01-13decompressors: add XZ decompressor moduleLasse Collin11-0/+3344