aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/crypto/aesni-intel_glue.c
AgeCommit message (Expand)Author
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: aes_ni - change to use shared ablk_* functionsJussi Kivilinna
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-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-01-26crypto: Add support for x86 cpuid auto loading for x86 crypto driversAndi Kleen
2011-10-31x86: fix up files really needing to include module.hPaul Gortmaker
2011-05-18crypto: aesni-intel - fix aesni build on i386Randy Dunlap
2011-05-16crypto: aesni-intel - Merge with fpu.koAndy Lutomirski
2011-03-27crypto: aesni-intel - fixed problem with packets that are not multiple of 64b...Tadeusz Struk
2011-02-16crypto: aesni-intel - Fix remaining leak in rfc4106_set_hash_keyJesper Juhl
2011-01-23crypto: aesni-intel - Don't leak memory in rfc4106_set_hash_subkeyJesper Juhl
2010-11-29crypto: aesni-intel - Fixed build error on x86-32Mathias Krause
2010-11-27crypto: aesni-intel - Ported implementation to x86-32Mathias Krause
2010-11-13crypto: aesni-intel - RFC4106 AES-GCM Driver Using Intel New InstructionsTadeusz Struk
2010-03-10crypto: aesni-intel - Add AES-NI accelerated CTR modeHuang Ying
2009-10-20crypto: aesni-intel - Fix irq_fpu_usable usageHuang Ying
2009-09-14Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-09-01x86: Move kernel_fpu_using to irq_fpu_usable in asm/i387.hHuang Ying
2009-06-24crypto: aes-ni - Don't print message with KERN_ERR on old systemRoland Dreier
2009-06-18crypto: aes-ni - Do not sleep when using the FPUHuang Ying
2009-06-02crypto: aes-ni - Add support for more modesHuang Ying
2009-02-18crypto: aes-ni - Add support to Intel AES-NI instructions for x86_64 platformHuang Ying