aboutsummaryrefslogtreecommitdiff
path: root/lib/zstd
AgeCommit message (Expand)AuthorFilesLines
2021-11-18lib: zstd: Don't add -O3 to cflagsGravatar Nick Terrell 1-2/+0
2021-11-18lib: zstd: Don't inline functions in zstd_opt.cGravatar Nick Terrell 2-0/+19
2021-11-18lib: zstd: Fix unused variable warningGravatar Nick Terrell 1-0/+2
2021-11-08lib: zstd: Add cast to silence clang's -Wbitwise-instead-of-logicalGravatar Nathan Chancellor 1-1/+1
2021-11-08lib: zstd: Upgrade to latest upstream zstd version 1.4.10Gravatar Nick Terrell 65-11944/+24453
2021-11-08lib: zstd: Add decompress_sources.h for decompress_unzstdGravatar Nick Terrell 1-0/+23
2021-11-08lib: zstd: Add kernel-specific APIGravatar Nick Terrell 2-73/+162
2021-07-01lib/decompressors: fix spelling mistakesGravatar Zhen Lei 1-1/+1
2020-11-19lib: Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 2-0/+2
2020-11-18Revert "lib: Revert use of fallthrough pseudo-keyword in lib/"Gravatar Nick Desaulniers 4-14/+14
2020-08-24lib: Revert use of fallthrough pseudo-keyword in lib/Gravatar Gustavo A. R. Silva 4-14/+14
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 4-14/+14
2020-07-31lib: Prepare zstd for preboot environment, improve performanceGravatar Nick Terrell 2-10/+13
2019-09-15lib/zstd/mem.h: replace __inline by inlineGravatar Rasmus Villemoes 1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-04-08lib: zstd: Mark expected switch fall-throughsGravatar Gustavo A. R. Silva 4-1/+12
2018-03-26lib: zstd: clean up Makefile for simpler composite object handlingGravatar Masahiro Yamada 1-13/+4
2017-08-15lib: Add zstd modulesGravatar Nick Terrell 16-0/+11847