summaryrefslogtreecommitdiffstats
path: root/lib/zstd
Commit message (Expand)AuthorAgeFilesLines
* zstd: Fix array-index-out-of-bounds UBSAN warningNick Terrell2023-11-141-1/+1
* add intptr_tAlexey Dobriyan2023-06-091-18/+0
* zstd: Fix definition of assert()Jonathan Neuschäfer2023-03-061-1/+1
* lib: zstd: Backport fix for in-place decompressionNick Terrell2023-03-061-3/+22
* lib: zstd: Fix -Wstringop-overflow warningKees Cook2023-03-061-1/+1
* zstd: import usptream v1.5.2Nick Terrell2022-10-2435-2427/+6654
* zstd: Move zstd-common module exports to zstd_common_module.cNick Terrell2022-10-244-14/+33
* lib: zstd: Fix comment typoXin Gao2022-10-241-1/+1
* lib: zstd: fix repeated words in commentsJilin Yuan2022-10-241-1/+1
* zstd: Fixing mixed module-builtin objectsAlexey Kardashevskiy2022-10-033-10/+21
* lib: zstd: Don't add -O3 to cflagsNick Terrell2021-11-181-2/+0
* lib: zstd: Don't inline functions in zstd_opt.cNick Terrell2021-11-182-0/+19
* lib: zstd: Fix unused variable warningNick Terrell2021-11-181-0/+2
* lib: zstd: Add cast to silence clang's -Wbitwise-instead-of-logicalNathan Chancellor2021-11-081-1/+1
* lib: zstd: Upgrade to latest upstream zstd version 1.4.10Nick Terrell2021-11-0865-11944/+24453
* lib: zstd: Add decompress_sources.h for decompress_unzstdNick Terrell2021-11-081-0/+23
* lib: zstd: Add kernel-specific APINick Terrell2021-11-082-73/+162
* lib/decompressors: fix spelling mistakesZhen Lei2021-07-011-1/+1
* lib: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-192-0/+2
* Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"Nick Desaulniers2020-11-184-14/+14
* lib: Revert use of fallthrough pseudo-keyword in lib/Gustavo A. R. Silva2020-08-244-14/+14
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-234-14/+14
* lib: Prepare zstd for preboot environment, improve performanceNick Terrell2020-07-312-10/+13
* lib/zstd/mem.h: replace __inline by inlineRasmus Villemoes2019-09-151-1/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* lib: zstd: Mark expected switch fall-throughsGustavo A. R. Silva2019-04-084-1/+12
* lib: zstd: clean up Makefile for simpler composite object handlingMasahiro Yamada2018-03-261-13/+4
* lib: Add zstd modulesNick Terrell2017-08-1516-0/+11847