aboutsummaryrefslogtreecommitdiff
path: root/crypto/lzo.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-0/+1
2019-06-13crypto: make all generic algorithms set cra_driver_nameGravatar Eric Biggers 1-0/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Gravatar Thomas Gleixner 1-14/+1
2019-04-18crypto: run initcalls for generic implementations earlierGravatar Eric Biggers 1-1/+1
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsGravatar Michal Hocko 1-3/+1
2016-10-25crypto: acomp - add support for lzo via scompGravatar Giovanni Cabiddu 1-15/+82
2016-04-15crypto: lzo - get rid of superfluous __GFP_REPEATGravatar Michal Hocko 1-1/+1
2014-11-24crypto: prefix module autoloading with "crypto-"Gravatar Kees Cook 1-0/+1
2014-06-25crypto: lzo - use kvfree() helperGravatar Eric Dumazet 1-4/+1
2014-06-20crypto: lzo - try kmalloc() before vmalloc()Gravatar Eric Dumazet 1-2/+9
2012-08-01crypto: cleanup - remove unneeded crypto_alg.cra_list initializationsGravatar Jussi Kivilinna 1-1/+0
2008-04-21[CRYPTO] all: Clean up init()/fini()Gravatar Kamalesh Babulal 1-4/+4
2008-01-11[CRYPTO] lzo: Add LZO compression algorithm supportGravatar Zoltan Sogor 1-0/+106