Linus Torvalds
87d7bcee4f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto update from Herbert Xu:
- add multibuffer infrastructure (single_task_running scheduler helper,
OKed by Peter on lkml.
- add SHA1 multibuffer implementation for AVX2.
- reenable "by8" AVX CTR optimisation after fixing counter overflow.
- add APM X-Gene SoC RNG support.
- SHA256/SHA512 now handles unaligned input correctly.
- set lz4 decompressed length correctly.
- fix algif socket buffer allocation failure for 64K page machines.
- misc fixes
* git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: (47 commits)
crypto: sha - Handle unaligned input data in generic sha256 and sha512.
Revert "crypto: aesni - disable "by8" AVX CTR optimization"
crypto: aesni - remove unused defines in "by8" variant
crypto: aesni - fix counter overflow handling in "by8" variant
hwrng: printk replacement
crypto: qat - Removed unneeded partial state
crypto: qat - Fix typo in name of tasklet_struct
crypto: caam - Dynamic allocation of addresses for various memory blocks in CAAM.
crypto: mcryptd - Fix typos in CRYPTO_MCRYPTD description
crypto: algif - avoid excessive use of socket buffer in skcipher
arm64: dts: add random number generator dts node to APM X-Gene platform.
Documentation: rng: Add X-Gene SoC RNG driver documentation
hwrng: xgene - add support for APM X-Gene SoC RNG support
crypto: mv_cesa - Add missing #define
crypto: testmgr - add test for lz4 and lz4hc
crypto: lz4,lz4hc - fix decompression
crypto: qat - Use pci_enable_msix_exact() instead of pci_enable_msix()
crypto: drbg - fix maximum value checks on 32 bit systems
crypto: drbg - fix sparse warning for cpu_to_be[32|64]
crypto: sha-mb - sha1_mb_alg_state can be static
...
2014-10-08 06:44:48 -04:00
..
2014-10-07 21:26:52 -04:00
2014-09-06 11:27:15 +09:00
2014-08-13 18:27:40 -06:00
2014-10-03 16:33:41 +01:00
2014-08-25 15:39:23 -04:00
2014-10-07 21:16:26 -04:00
2014-07-31 01:07:28 +02:00
2014-09-11 10:43:39 -07:00
2014-10-08 06:44:48 -04:00
2014-09-09 13:52:18 -07:00
2014-08-08 11:14:29 -07:00
2014-07-23 10:18:07 -07:00
2014-09-30 21:02:34 +02:00
2014-08-27 15:40:45 +01:00
2014-10-08 06:44:48 -04:00
2014-10-07 20:39:25 -04:00
2014-08-28 11:59:09 +05:30
2014-09-30 12:55:41 +02:00
2014-08-06 09:38:14 -07:00
2014-09-23 22:01:55 +01:00
2014-09-25 15:25:52 -07:00
2014-10-07 21:16:26 -04:00
2014-10-06 23:34:40 +02:00
2014-08-06 20:06:14 -07:00
2014-08-04 17:32:24 -07:00
2014-09-22 11:11:48 -07:00
2014-07-29 11:46:28 +03:00
2014-10-07 21:16:26 -04:00
2014-08-05 21:16:46 -07:00
2014-08-15 17:06:40 -04:00
2014-09-14 18:21:23 +01:00
2014-10-07 21:16:26 -04:00
2014-10-03 11:24:46 -07:00
2014-10-08 05:27:39 -04:00
2014-10-07 21:16:26 -04:00
2014-08-22 11:31:30 -07:00
2014-09-02 10:02:13 -07:00
2014-08-06 18:01:19 -07:00
2014-08-07 17:23:16 -07:00
2014-07-29 01:57:25 -07:00
2014-10-02 13:45:00 +10:00
2014-10-07 21:16:26 -04:00
2014-07-29 19:26:30 -05:00
2014-10-07 21:29:18 -04:00
2014-08-28 15:57:55 +01:00
2014-10-07 21:16:26 -04:00
2014-08-14 18:10:33 -06:00
2014-09-06 12:12:09 -07:00
2014-10-07 21:16:26 -04:00
2014-09-07 23:45:53 +02:00
2014-09-14 00:10:38 -04:00
2014-10-08 05:34:24 -04:00
2014-10-01 22:12:50 +02:00
2014-08-08 15:57:25 -07:00
2014-09-24 09:46:29 -07:00
2014-08-07 08:50:34 -07:00
2014-09-12 11:35:31 +05:30
2014-10-07 20:56:28 -04:00
2014-10-07 21:16:26 -04:00
2014-07-30 00:23:09 +02:00
2014-08-08 11:14:29 -07:00
2014-09-03 01:29:00 +02:00
2014-08-12 12:15:14 -06:00
2014-08-18 10:58:43 +02:00
2014-08-12 12:15:14 -06:00
2014-09-30 13:50:31 +01:00
2014-09-26 08:10:35 -07:00
2014-09-08 08:27:00 -07:00
2014-08-05 18:57:18 -07:00
2014-10-07 21:29:18 -04:00
2014-08-22 12:28:16 +09:00
2014-09-23 21:38:32 -07:00
2014-10-03 16:33:44 +01:00
2014-08-25 15:39:22 -04:00
2014-09-19 15:32:20 -07:00
2014-09-17 13:44:01 -07:00
2014-08-26 14:54:48 -07:00
2014-10-07 20:17:38 -04:00
2014-10-07 21:29:18 -04:00
2014-09-08 16:03:21 -07:00
2014-08-08 10:39:16 -06:00
2014-10-07 21:16:26 -04:00
2014-07-27 21:07:15 +09:30
2014-08-08 15:57:30 -07:00
2014-08-07 08:47:00 -07:00
2014-09-11 16:52:29 -07:00
2014-08-04 17:32:24 -07:00
2014-08-04 18:34:04 -07:00