index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
zstd.c
Age
Commit message (
Expand
)
Author
2025-07-18
crypto: acomp - Fix CFI failure due to type punning
Eric Biggers
2025-07-10
crypto: zstd - replace zero-length array with flexible array member
Thorsten Blum
2025-07-10
crypto: zstd - fix duplicate check warning
Suman Kumar Chakraborty
2025-06-23
crypto: zstd - convert to acomp
Suman Kumar Chakraborty
2025-05-05
Revert "crypto: run initcalls for generic implementations earlier"
Herbert Xu
2025-03-21
crypto: zstd - drop obsolete 'comp' implementation
Ard Biesheuvel
2025-03-15
crypto: scomp - Remove tfm argument from alloc/free_ctx
Herbert Xu
2021-11-08
lib: zstd: Add kernel-specific API
Nick Terrell
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
2019-07-08
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2019-06-13
crypto: make all generic algorithms set cra_driver_name
Eric Biggers
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-04-18
crypto: run initcalls for generic implementations earlier
Eric Biggers
2018-04-21
crypto: zstd - Add zstd support
Nick Terrell