summaryrefslogtreecommitdiffstats
path: root/crypto/lzo.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-081-0/+1
|\
| * crypto: make all generic algorithms set cra_driver_nameEric Biggers2019-06-131-0/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-051-14/+1
|/
* crypto: run initcalls for generic implementations earlierEric Biggers2019-04-181-1/+1
* treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-081-3/+1
* crypto: acomp - add support for lzo via scompGiovanni Cabiddu2016-10-251-15/+82
* crypto: lzo - get rid of superfluous __GFP_REPEATMichal Hocko2016-04-151-1/+1
* crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-241-0/+1
* crypto: lzo - use kvfree() helperEric Dumazet2014-06-251-4/+1
* crypto: lzo - try kmalloc() before vmalloc()Eric Dumazet2014-06-201-2/+9
* crypto: cleanup - remove unneeded crypto_alg.cra_list initializationsJussi Kivilinna2012-08-011-1/+0
* [CRYPTO] all: Clean up init()/fini()Kamalesh Babulal2008-04-211-4/+4
* [CRYPTO] lzo: Add LZO compression algorithm supportZoltan Sogor2008-01-111-0/+106