aboutsummaryrefslogtreecommitdiff
path: root/linux
AgeCommit message (Expand)Author
2024-01-19Update IRC network from Freenode to Libera Chat.Jia Tan
2024-01-19Update contact email address.Jia Tan
2024-01-19Update documentation for new website URL.Jia Tan
2023-09-08Fix the build when only the ARM64 filter is enabled.Lasse Collin
2023-09-08Remove a duplicate check for XZ_DEC_ARM in xz_private.h.Lasse Collin
2023-04-14Kconfig updates to BCJ filters.Lasse Collin
2023-04-14Add ARM64 BCJ decoder.Lasse Collin
2021-09-19Fix spelling in comments.Lasse Collin
2021-09-19Fix typos in comments.Lasse Collin
2021-09-19Add MicroLZMA decoder.Lasse Collin
2021-07-02Validate the value before, not after, assigning it to an enum variable.Lasse Collin
2021-06-20Move s->lzma.len = 0 initialization to lzma_reset().Lasse Collin
2021-06-20Fix a typo in a comment.Lasse Collin
2021-05-06Add xz_dec_catrun() to support concatenated .xz files.Lasse Collin
2021-02-15Make xz_crc64.c compatible with -std=gnu89 on 32-bit platforms.Lasse Collin
2020-11-02Convert HTTP links to HTTPS links.Lasse Collin
2020-11-02Drop a duplicated word in a comment in xz.h.Lasse Collin
2020-02-03Avoid overlapping memcpy() with invalid input with in-place decompression.Lasse Collin
2019-10-30Fix XZ_DYN_ALLOC to avoid useless memory reallocations.Lasse Collin
2017-04-07Add two more missing fall-through comments.upstream_masterLasse Collin
2017-04-06xzembed: add fallthrough annotations to fix build with GCC7Andrei Borzenkov
2014-04-07Add comments for the intentionally missing break statements.Lasse Collin
2013-05-13Fix a typo in decompress_unxz.c.Lasse Collin
2013-05-13Update linux/lib/xz/Kconfig from Linux 3.9.Lasse Collin
2013-02-27Add optional support for CRC64.Lasse Collin
2012-03-19Fix xz_wrap.sh on SPARC and 32-bit x86.Lasse Collin
2011-09-19Fix incorrect XZ_BUF_ERROR.Lasse Collin
2011-07-23Add missing <linux/kernel.h> include.Lasse Collin
2011-05-01s/EMBEDDED/EXPERT/ in linux/lib/xz/Kconfig.Lasse Collin
2011-03-31Fix decoding of LZMA2 streams having no uncompressed data.Lasse Collin
2010-12-22Add C++ support to xz.h.Lasse Collin
2010-12-02Fix coding style in unxz.h.Lasse Collin
2010-12-02Make unxz.h title match the title of decompress_unxz.c.Lasse Collin
2010-12-02Remove an empty line from xz_dec_lzma2.c.Lasse Collin
2010-12-02Fix decompress_unxz.c API.Lasse Collin
2010-11-25Don't flush() with an empty buffer in unxz().Lasse Collin
2010-11-25Fix decompress_unxz.c title again.Lasse Collin
2010-11-25Fix coding style for real.Lasse Collin
2010-11-25Remove noinline_for_stack.Lasse Collin
2010-11-25Comment and coding style fixes.Lasse Collin
2010-11-25Coding style fixes.Lasse Collin
2010-11-25Make bcj_x86_test_msbyte() an inline function.Lasse Collin
2010-11-24Fix error message in decompress_unxz.c.Lasse Collin
2010-11-24Add a comment about using uint32_t as vli_type.Lasse Collin
2010-11-24Remove /*const*/ comments from unxz().Lasse Collin
2010-11-24Check XZ_INTERNAL_CRC32 instead of XZ_PREBOOT for xz_crc32_init().Lasse Collin
2010-11-24Use malloc() and free() in decompress_unxz.c.Lasse Collin
2010-11-24Add workaround for unsupported free(NULL) in pre-boot code.Lasse Collin
2010-11-24Get rid of XZ_IGNORE_KCONFIG macro.Lasse Collin
2010-11-21Fix compile errors in decompress_unxz.c.Lasse Collin