summaryrefslogtreecommitdiff
path: root/arch/x86/crypto
AgeCommit message (Expand)AuthorFilesLines
2012-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-4/+4
2012-03-22crypto: twofish-x86_64-3way - module init/exit functions should be staticJussi Kivilinna1-2/+2
2012-03-22crypto: camellia-x86_64 - module init/exit functions should be staticJussi Kivilinna1-2/+2
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds9-520/+2864
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds1-12/+12
2012-03-20x86: remove the second argument of k[un]map_atomic()Cong Wang1-12/+12
2012-03-14crypto: camellia - add assembler implementation for x86_64Jussi Kivilinna3-0/+2474
2012-02-25crypto: twofish-x86_64/i586 - set alignmask to zeroJussi Kivilinna1-1/+1
2012-02-25crypto: blowfish-x86_64 - set alignmask to zeroJussi Kivilinna1-1/+1
2012-02-25crypto: serpent-sse2 - combine ablk_*_init functionsJussi Kivilinna1-58/+13
2012-02-25crypto: blowfish-x86_64 - use crypto_[un]register_algsJussi Kivilinna1-98/+65
2012-02-25crypto: twofish-x86_64-3way - use crypto_[un]register_algsJussi Kivilinna1-130/+89
2012-02-25crypto: serpent-sse2 - use crypto_[un]register_algsJussi Kivilinna1-243/+163
2012-02-14crypto: serpent-sse2 - remove dead code from serpent_sse2_glue.c::serpent_sse...Jesper Juhl1-1/+0
2012-02-14crypto: twofish-x86 - Remove dead code from twofish_glue_3way.c::init()Jesper Juhl1-1/+0
2012-01-26crypto: Add support for x86 cpuid auto loading for x86 crypto driversAndi Kleen3-10/+25
2012-01-13crypto: serpent-sse2 - change transpose_4x4 to only use integer instructionsJussi Kivilinna2-32/+26
2012-01-13crypto: blowfish-x86_64 - blacklist Pentium 4Jussi Kivilinna1-0/+30
2012-01-13crypto: twofish-x86_64-3way - blacklist pentium4 and atomJussi Kivilinna1-0/+47
2011-12-20crypto: serpent-sse2 - remove unneeded LRW/XTS #ifdefsJussi Kivilinna1-40/+0
2011-12-20crypto: twofish-x86_64-3way - remove unneeded LRW/XTS #ifdefsJussi Kivilinna1-32/+0
2011-11-21crypto: serpent-sse2 - clear CRYPTO_TFM_REQ_MAY_SLEEP in lrw and xts modesJussi Kivilinna1-0/+4
2011-11-21crypto: serpent-sse2 - add xts supportJussi Kivilinna1-2/+178
2011-11-21crypto: serpent-sse2 - add lrw supportJussi Kivilinna1-0/+211
2011-11-21crypto: serpent - add 4-way parallel i586/SSE2 assembler implementationJussi Kivilinna2-0/+640
2011-11-21crypto: serpent - add 8-way parallel x86_64/SSE2 assembler implementationJussi Kivilinna3-0/+1482
2011-11-09crypto: twofish-x86_64-3way - add xts supportJussi Kivilinna1-2/+117
2011-11-09crypto: twofish-x86_64-3way - add lrw supportJussi Kivilinna1-0/+135
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+2
2011-10-31x86: fix up files really needing to include module.hPaul Gortmaker2-0/+2
2011-10-21crypto: twofish-x86_64-3way - fix ctr blocksize to 1Jussi Kivilinna1-1/+1
2011-10-21crypto: blowfish-x86_64 - fix ctr blocksize to 1Jussi Kivilinna1-1/+1
2011-10-21crypto: twofish - add 3-way parallel x86_64 assembler implementionJussi Kivilinna3-0/+790
2011-10-21crypto: twofish-x86-asm - make assembler functions use twofish_ctx instead of...Jussi Kivilinna3-13/+15
2011-10-21crypto: blowfish-x86_64 - add creditsJussi Kivilinna1-0/+5
2011-10-21crypto: blowfish-x86_64 - improve x86_64 blowfish 4-way performanceJussi Kivilinna1-100/+98
2011-09-22crypto: aes-x86 - quiet sparse noise about symbol not declaredH Hartley Sweeten1-0/+1
2011-09-22crypto: blowfish - add x86_64 assembly implementationJussi Kivilinna3-0/+881
2011-08-10crypto: sha1 - SSSE3 based SHA1 implementation for x86-64Mathias Krause3-0/+806
2011-06-30crypto: ghash-intel - Fix set but not used in ghash_async_setkey()Gustavo F. Padovan1-1/+1
2011-05-18crypto: aesni-intel - fix aesni build on i386Randy Dunlap1-3/+4
2011-05-16crypto: aesni-intel - Merge with fpu.koAndy Lutomirski3-11/+11
2011-03-27crypto: aesni-intel - fixed problem with packets that are not multiple of 64b...Tadeusz Struk2-3/+16
2011-03-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+3
2011-03-18x86: Fix common misspellingsLucas De Marchi1-3/+3
2011-02-16crypto: aesni-intel - Fix remaining leak in rfc4106_set_hash_keyJesper Juhl1-9/+6
2011-01-23crypto: aesni-intel - Don't leak memory in rfc4106_set_hash_subkeyJesper Juhl1-8/+9
2011-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-37/+2335
2010-12-15crypto: ghash-intel - ghash-clmulni-intel_glue needs err.hRandy Dunlap1-0/+1
2010-12-13crypto: aesni-intel - Fixed build with binutils 2.16Tadeusz Struk1-79/+519