| Commit message (Expand) | Author | Age | Files | Lines |
* | lib/xz, lib/decompress_unxz.c: Fix spelling in comments | Lasse Collin | 2021-10-19 | 1 | -1/+1 |
* | lib/xz: Add MicroLZMA decoder | Lasse Collin | 2021-10-19 | 4 | -3/+178 |
* | lib/xz: Move s->lzma.len = 0 initialization to lzma_reset() | Lasse Collin | 2021-10-19 | 1 | -2/+1 |
* | lib/xz: Validate the value before assigning it to an enum variable | Lasse Collin | 2021-10-19 | 1 | -3/+3 |
* | lib/xz: Avoid overlapping memcpy() with invalid input with in-place decompres... | Lasse Collin | 2021-10-19 | 1 | -2/+19 |
* | lib/decompressors: fix spelling mistakes | Zhen Lei | 2021-07-01 | 2 | -5/+5 |
* | Revert "lib: Revert use of fallthrough pseudo-keyword in lib/" | Nick Desaulniers | 2020-11-18 | 2 | -10/+10 |
* | lib: Revert use of fallthrough pseudo-keyword in lib/ | Gustavo A. R. Silva | 2020-08-24 | 2 | -10/+10 |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-23 | 2 | -10/+10 |
* | lib/: replace HTTP links with HTTPS ones | Alexander A. Klimov | 2020-08-12 | 5 | -5/+5 |
* | docs: move remaining stuff under Documentation/*.txt to Documentation/staging | Mauro Carvalho Chehab | 2020-06-19 | 1 | -1/+1 |
* | lib/xz: fix XZ_DYNALLOC to avoid useless memory reallocations | Lasse Collin | 2019-11-15 | 1 | -0/+1 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 2 | -0/+2 |
* | lib/xz: Put CRC32_POLY_LE in xz_private.h | Joel Stanley | 2018-10-02 | 2 | -1/+4 |
* | lib: Use existing define with polynomial | Krzysztof Kozlowski | 2018-07-27 | 1 | -1/+2 |
* | lib/xz: Add fall-through comments to a switch statement | Lasse Collin | 2017-10-12 | 1 | -0/+16 |
* | lib/xz: enable all filters by default in Kconfig | Lasse Collin | 2014-06-04 | 1 | -12/+12 |
* | lib/xz: add comments for the intentionally missing break statements | Lasse Collin | 2014-06-04 | 1 | -0/+4 |
* | decompressors: fix typo "POWERPC" | Paul Bolle | 2013-03-13 | 1 | -1/+1 |
* | decompressors: make the default XZ_DEC_* config match the selected architecture | Florian Fainelli | 2013-02-21 | 1 | -6/+6 |
* | decompressors: drop dependency on CONFIG_EXPERT | Florian Fainelli | 2013-02-21 | 1 | -6/+6 |
* | decompressors: group XZ_DEC_* symbols under an if XZ_BCJ / endif | Florian Fainelli | 2013-02-21 | 1 | -6/+4 |
* | XZ: Fix incorrect XZ_BUF_ERROR | Lasse Collin | 2011-09-21 | 1 | -7/+20 |
* | XZ: Fix missing <linux/kernel.h> include | Lasse Collin | 2011-07-24 | 1 | -1/+1 |
* | XZ decompressor: Fix decoding of empty LZMA2 streams | Lasse Collin | 2011-05-02 | 1 | -3/+3 |
* | kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT | David Rientjes | 2011-01-20 | 1 | -6/+6 |
* | decompressors: add XZ decompressor module | Lasse Collin | 2011-01-13 | 11 | -0/+3344 |