summaryrefslogtreecommitdiffstats
path: root/crypto/zstd.c
AgeCommit message (Expand)AuthorLines
2025-10-02crypto: zstd - Fix compression bug caused by truncationHerbert Xu-1/+1
2025-07-18crypto: acomp - Fix CFI failure due to type punningEric Biggers-1/+6
2025-07-10crypto: zstd - replace zero-length array with flexible array memberThorsten Blum-1/+1
2025-07-10crypto: zstd - fix duplicate check warningSuman Kumar Chakraborty-3/+2
2025-06-23crypto: zstd - convert to acompSuman Kumar Chakraborty-120/+232
2025-05-05Revert "crypto: run initcalls for generic implementations earlier"Herbert Xu-1/+1
2025-03-21crypto: zstd - drop obsolete 'comp' implementationArd Biesheuvel-55/+1
2025-03-15crypto: scomp - Remove tfm argument from alloc/free_ctxHerbert Xu-2/+2
2021-11-08lib: zstd: Add kernel-specific APINick Terrell-14/+14
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long-1/+1
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+1
2019-06-13crypto: make all generic algorithms set cra_driver_nameEric Biggers-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner-9/+1
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers-1/+1
2018-04-21crypto: zstd - Add zstd supportNick Terrell-0/+265