Linus Torvalds
3604a7f568
Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto updates from Herbert Xu:
"API:
- Feed untrusted RNGs into /dev/random
- Allow HWRNG sleeping to be more interruptible
- Create lib/utils module
- Setting private keys no longer required for akcipher
- Remove tcrypt mode=1000
- Reorganised Kconfig entries
Algorithms:
- Load x86/sha512 based on CPU features
- Add AES-NI/AVX/x86_64/GFNI assembler implementation of aria cipher
Drivers:
- Add HACE crypto driver aspeed"
* tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: (124 commits)
crypto: aspeed - Remove redundant dev_err call
crypto: scatterwalk - Remove unused inline function scatterwalk_aligned()
crypto: aead - Remove unused inline functions from aead
crypto: bcm - Simplify obtain the name for cipher
crypto: marvell/octeontx - use sysfs_emit() to instead of scnprintf()
hwrng: core - start hwrng kthread also for untrusted sources
crypto: zip - remove the unneeded result variable
crypto: qat - add limit to linked list parsing
crypto: octeontx2 - Remove the unneeded result variable
crypto: ccp - Remove the unneeded result variable
crypto: aspeed - Fix check for platform_get_irq() errors
crypto: virtio - fix memory-leak
crypto: cavium - prevent integer overflow loading firmware
crypto: marvell/octeontx - prevent integer overflows
crypto: aspeed - fix build error when only CRYPTO_DEV_ASPEED is enabled
crypto: hisilicon/qm - fix the qos value initialization
crypto: sun4i-ss - use DEFINE_SHOW_ATTRIBUTE to simplify sun4i_ss_debugfs
crypto: tcrypt - add async speed test for aria cipher
crypto: aria-avx - add AES-NI/AVX/x86_64/GFNI assembler implementation of aria cipher
crypto: aria - prepare generic module for optimized implementations
...
2022-10-10 13:04:25 -07:00
..
2022-03-10 17:22:25 -06:00
2022-03-15 14:07:27 -07:00
2022-03-15 14:07:27 -07:00
2022-08-26 18:50:38 +08:00
2022-08-26 18:50:38 +08:00
2022-03-04 15:03:53 +01:00
2022-03-10 17:22:25 -06:00
2022-06-10 14:51:35 +02:00
2022-06-10 14:51:35 +02:00
2022-03-10 17:22:25 -06:00
2022-03-15 14:07:27 -07:00
2022-04-22 19:16:48 -07:00
2022-08-23 09:12:01 +03:00
2022-06-20 13:57:20 +02:00
2022-09-19 13:05:12 +03:00
2022-04-12 13:55:36 +03:00
2022-05-02 12:38:10 +03:00
2022-09-19 13:06:45 +03:00
2022-08-22 16:04:00 -07:00
2022-03-10 17:22:25 -06:00
2022-09-30 13:34:07 -07:00
2022-03-10 17:22:25 -06:00
2022-09-26 11:13:09 +08:00
2022-09-30 15:07:43 -07:00
2022-09-14 10:57:07 +03:00
2022-04-25 16:59:38 -07:00
2022-09-26 13:26:19 +08:00
2022-03-10 17:22:25 -06:00
2022-07-19 15:39:50 +02:00
2022-03-09 08:53:29 -06:00
2022-03-08 16:16:47 -06:00
2022-07-06 15:15:15 -05:00
2022-03-08 16:19:31 -06:00
2022-06-30 18:24:35 -05:00
2022-09-13 22:07:25 -05:00
2022-06-29 22:47:15 -05:00
2022-05-05 22:22:27 -05:00
2022-04-19 12:04:02 -05:00
2022-05-19 16:41:32 -05:00
2022-09-13 21:20:33 -05:00
2022-03-09 08:53:29 -06:00
2022-09-27 12:07:30 -05:00
2022-03-08 16:16:47 -06:00
2022-07-06 15:15:15 -05:00
2022-09-26 11:18:56 -05:00
2022-09-13 09:47:35 -05:00
2022-09-13 09:47:35 -05:00
2022-09-27 12:07:17 -05:00
2022-09-26 22:17:13 -05:00
2022-09-27 22:25:57 -05:00
2022-07-06 15:18:32 -05:00
2022-09-26 22:17:14 -05:00
2022-04-25 10:34:19 +02:00
2022-02-24 13:48:08 +01:00
2022-07-05 09:15:52 +02:00
2022-05-05 12:04:58 +02:00
2022-09-17 16:27:59 +02:00
2022-08-23 09:07:17 +03:00
2022-03-15 15:56:28 -07:00
2022-03-15 15:56:28 -07:00
2022-07-11 12:59:19 -07:00
2022-03-10 18:17:32 -08:00
2022-04-25 16:17:24 -07:00
2022-03-10 17:22:25 -06:00
2022-05-04 11:00:53 +02:00
2022-05-20 21:07:48 -07:00
2022-03-10 17:22:25 -06:00
2022-02-15 23:14:59 +01:00
2022-05-06 18:02:40 +02:00
2022-05-06 18:03:52 +02:00
2022-07-08 14:23:39 +02:00
2022-07-08 16:17:04 +02:00
2022-06-10 14:51:36 +02:00
2022-08-22 16:04:01 -07:00