Linus Torvalds
b2c311075d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
...
Pull crypto update from Herbert Xu:
- Do not idle omap device between crypto operations in one session.
- Added sha224/sha384 shims for SSSE3.
- More optimisations for camellia-aesni-avx2.
- Removed defunct blowfish/twofish AVX2 implementations.
- Added unaligned buffer self-tests.
- Added PCLMULQDQ optimisation for CRCT10DIF.
- Added support for Freescale's DCP co-processor
- Misc fixes.
* git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: (44 commits)
crypto: testmgr - test hash implementations with unaligned buffers
crypto: testmgr - test AEADs with unaligned buffers
crypto: testmgr - test skciphers with unaligned buffers
crypto: testmgr - check that entries in alg_test_descs are in correct order
Revert "crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher"
Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher"
crypto: camellia-aesni-avx2 - tune assembly code for more performance
hwrng: bcm2835 - fix MODULE_LICENSE tag
hwrng: nomadik - use clk_prepare_enable()
crypto: picoxcell - replace strict_strtoul() with kstrtoul()
crypto: dcp - Staticize local symbols
crypto: dcp - Use NULL instead of 0
crypto: dcp - Use devm_* APIs
crypto: dcp - Remove redundant platform_set_drvdata()
hwrng: use platform_{get,set}_drvdata()
crypto: omap-aes - Don't idle/start AES device between Encrypt operations
crypto: crct10dif - Use PTR_RET
crypto: ux500 - Cocci spatch "resource_size.spatch"
crypto: sha256_ssse3 - add sha224 support
crypto: sha512_ssse3 - add sha384 support
...
2013-07-05 12:12:33 -07:00
..
2013-06-05 13:49:36 -06:00
2013-07-05 12:12:33 -07:00
2013-06-17 16:43:08 -07:00
2012-07-17 09:11:50 -07:00
2013-06-03 14:20:18 -07:00
2013-06-28 00:47:43 +02:00
2013-05-30 21:46:16 +09:00
2012-04-05 17:34:30 -07:00
2013-03-15 12:23:48 -07:00
2012-07-17 10:27:38 -07:00
2012-03-28 18:30:03 +01:00
2013-05-05 00:11:29 -04:00
2013-02-22 23:31:31 -05:00
2013-02-22 23:31:31 -05:00
2013-05-05 00:12:29 -04:00
2011-07-20 20:47:58 -04:00
2013-05-05 00:12:29 -04:00
2013-06-17 16:43:08 -07:00
2012-01-13 09:32:20 +10:30
2013-06-03 14:31:39 -07:00
2013-05-16 18:08:58 -07:00
2012-10-16 18:07:12 -07:00
2012-11-21 12:55:19 -08:00
2011-03-31 11:26:23 -03:00
2013-07-03 16:08:03 -07:00
2013-06-26 10:12:48 -07:00
2012-09-26 13:20:40 -07:00
2011-08-25 16:25:33 -07:00
2013-05-21 10:07:54 -07:00
2013-02-22 23:31:31 -05:00
2012-03-28 18:30:03 +01:00
2012-09-26 13:20:39 -07:00
2012-10-07 07:22:32 -07:00
2012-10-24 15:52:29 -07:00
2013-02-22 23:31:31 -05:00
2013-06-29 12:57:33 +04:00
2013-06-17 16:43:08 -07:00
2013-02-22 23:31:31 -05:00
2013-06-17 16:43:08 -07:00
2011-01-10 08:51:44 -08:00
2013-02-26 20:16:07 -08:00
2013-02-22 23:31:31 -05:00
2013-06-29 12:57:51 +04:00
2012-08-16 10:09:15 -07:00
2013-05-21 10:13:23 -07:00
2010-11-17 08:59:32 -08:00
2013-05-02 14:14:04 -07:00