aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/lzo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+1
2019-06-13crypto: make all generic algorithms set cra_driver_nameEric Biggers1-0/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-14/+1
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers1-1/+1
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-3/+1
2016-10-25crypto: acomp - add support for lzo via scompGiovanni Cabiddu1-15/+82
2016-04-15crypto: lzo - get rid of superfluous __GFP_REPEATMichal Hocko1-1/+1
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook1-0/+1
2014-06-25crypto: lzo - use kvfree() helperEric Dumazet1-4/+1
2014-06-20crypto: lzo - try kmalloc() before vmalloc()Eric Dumazet1-2/+9
2012-08-01crypto: cleanup - remove unneeded crypto_alg.cra_list initializationsJussi Kivilinna1-1/+0
2008-04-21[CRYPTO] all: Clean up init()/fini()Kamalesh Babulal1-4/+4
2008-01-11[CRYPTO] lzo: Add LZO compression algorithm supportZoltan Sogor1-0/+106