aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/crypto
AgeCommit message (Expand)Author
2012-07-11crypto: twofish-avx - remove useless instructionJohannes Goetzfried
2012-07-11crypto: aesni-intel - fix wrong kfree pointerMilan Broz
2012-06-27crypto: move arch/x86/include/asm/aes.h to arch/x86/include/asm/crypto/Jussi Kivilinna
2012-06-27crypto: move arch/x86/include/asm/serpent-{sse2|avx}.h to arch/x86/include/as...Jussi Kivilinna
2012-06-27crypto: twofish-avx - remove duplicated glue code and use shared glue code fr...Jussi Kivilinna
2012-06-27crypto: twofish-x86_64-3way - remove duplicated glue code and use shared glue...Jussi Kivilinna
2012-06-27crypto: camellia-x86_64 - remove duplicated glue code and use shared glue cod...Jussi Kivilinna
2012-06-27crypto: serpent-avx: remove duplicated glue code and use shared glue code fro...Jussi Kivilinna
2012-06-27crypto: serpent-sse2 - split generic glue code to new helper moduleJussi Kivilinna
2012-06-27crypto: serpent-sse2 - prepare serpent-sse2 glue code into generic x86 glue c...Jussi Kivilinna
2012-06-27crypto: aes_ni - change to use shared ablk_* functionsJussi Kivilinna
2012-06-27crypto: twofish-avx - change to use shared ablk_* functionsJussi Kivilinna
2012-06-27crypto: ablk_helper - move ablk_* functions from serpent-sse2/avx glue code t...Jussi Kivilinna
2012-06-14crypto: serpent-sse2/avx - allow both to be built into kernelJussi Kivilinna
2012-06-12crypto: serpent - add x86_64/avx assembler implementationJohannes Goetzfried
2012-06-12crypto: twofish - add x86_64/avx assembler implementationJohannes Goetzfried
2012-06-12crypto: sha1 - use Kbuild supplied flags for AVX testMathias Krause
2012-05-31crypto: aesni-intel - fix unaligned cbc decrypt for x86-32Mathias Krause
2012-05-15crypto: aesni-intel - move more common code to ablk_init_commonJussi Kivilinna
2012-05-15crypto: aesni-intel - use crypto_[un]register_algsJussi Kivilinna
2012-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2012-03-22crypto: twofish-x86_64-3way - module init/exit functions should be staticJussi Kivilinna
2012-03-22crypto: camellia-x86_64 - module init/exit functions should be staticJussi Kivilinna
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds
2012-03-20x86: remove the second argument of k[un]map_atomic()Cong Wang
2012-03-14crypto: camellia - add assembler implementation for x86_64Jussi Kivilinna
2012-02-25crypto: twofish-x86_64/i586 - set alignmask to zeroJussi Kivilinna
2012-02-25crypto: blowfish-x86_64 - set alignmask to zeroJussi Kivilinna
2012-02-25crypto: serpent-sse2 - combine ablk_*_init functionsJussi Kivilinna
2012-02-25crypto: blowfish-x86_64 - use crypto_[un]register_algsJussi Kivilinna
2012-02-25crypto: twofish-x86_64-3way - use crypto_[un]register_algsJussi Kivilinna
2012-02-25crypto: serpent-sse2 - use crypto_[un]register_algsJussi Kivilinna
2012-02-14crypto: serpent-sse2 - remove dead code from serpent_sse2_glue.c::serpent_sse...Jesper Juhl
2012-02-14crypto: twofish-x86 - Remove dead code from twofish_glue_3way.c::init()Jesper Juhl
2012-01-26crypto: Add support for x86 cpuid auto loading for x86 crypto driversAndi Kleen
2012-01-13crypto: serpent-sse2 - change transpose_4x4 to only use integer instructionsJussi Kivilinna
2012-01-13crypto: blowfish-x86_64 - blacklist Pentium 4Jussi Kivilinna
2012-01-13crypto: twofish-x86_64-3way - blacklist pentium4 and atomJussi Kivilinna
2011-12-20crypto: serpent-sse2 - remove unneeded LRW/XTS #ifdefsJussi Kivilinna
2011-12-20crypto: twofish-x86_64-3way - remove unneeded LRW/XTS #ifdefsJussi Kivilinna
2011-11-21crypto: serpent-sse2 - clear CRYPTO_TFM_REQ_MAY_SLEEP in lrw and xts modesJussi Kivilinna
2011-11-21crypto: serpent-sse2 - add xts supportJussi Kivilinna
2011-11-21crypto: serpent-sse2 - add lrw supportJussi Kivilinna
2011-11-21crypto: serpent - add 4-way parallel i586/SSE2 assembler implementationJussi Kivilinna
2011-11-21crypto: serpent - add 8-way parallel x86_64/SSE2 assembler implementationJussi Kivilinna
2011-11-09crypto: twofish-x86_64-3way - add xts supportJussi Kivilinna
2011-11-09crypto: twofish-x86_64-3way - add lrw supportJussi Kivilinna
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-31x86: fix up files really needing to include module.hPaul Gortmaker