1. 0368853 crypto: ux500/hash - Fix worthy kernel-doc headers and remove others by Lee Jones · 3 years, 10 months ago
  2. 29e5b87 crypto: chelsio - Fix some kernel-doc issues by Lee Jones · 3 years, 10 months ago
  3. 85a557c crypto: bcm - Fix a whole host of kernel-doc misdemeanours by Lee Jones · 3 years, 10 months ago
  4. 4539456 crypto: hisilicon/sec - Supply missing description for 'sec_queue_empty()'s 'queue' param by Lee Jones · 3 years, 10 months ago
  5. 27fb857 crypto: inside-secure - Minor typo fix in the file safexcel.c by Bhaskar Chowdhury · 3 years, 10 months ago
  6. 36c2501 crypto: jitterentropy - Put constants on the right side of the expression by Milan Djurovic · 3 years, 10 months ago
  7. 9125302 hwrng: core - convert sysfs sprintf/snprintf family to sysfs_emit by Zihao Tang · 3 years, 10 months ago
  8. 884b93c crypto: allwinner - Fix the parameter of dma_unmap_sg() by Xiang Chen · 3 years, 10 months ago
  9. ade18fb crypto: ux500 - Fix the parameter of dma_unmap_sg() by Xiang Chen · 3 years, 10 months ago
  10. c114ecd crypto: cavium - Fix the parameter of dma_unmap_sg() by Xiang Chen · 3 years, 10 months ago
  11. 5595d0d crypto: amlogic - Fix the parameter of dma_unmap_sg() by Xiang Chen · 3 years, 10 months ago
  12. 00aa6e6 crypto: ccp - fix command queuing to TEE ring buffer by Rijo Thomas · 3 years, 10 months ago
  13. 4a5eed1 crypto: ccp - reduce tee command status polling interval from 5ms to 1ms by Rijo Thomas · 3 years, 10 months ago
  14. e656459 hwrng: intel - Fix included header from 'asm by Tian Tao · 3 years, 10 months ago
  15. 3877869 Merge branch 'ecc' by Herbert Xu · 3 years, 9 months ago
  16. 2a8e615 x509: Add OID for NIST P384 and extend parser for it by Saulo Alessandre · 3 years, 10 months ago
  17. 947d705 ima: Support EC keys for signature verification by Stefan Berger · 3 years, 10 months ago
  18. 299f561 x509: Add support for parsing x509 certs with ECDSA keys by Stefan Berger · 3 years, 10 months ago
  19. d1a303e x509: Detect sm2 keys by their parameters OID by Stefan Berger · 3 years, 10 months ago
  20. c12d448 crypto: ecdsa - Register NIST P384 and extend test suite by Saulo Alessandre · 3 years, 10 months ago
  21. 149ca16 crypto: ecc - Add math to support fast NIST P384 by Saulo Alessandre · 3 years, 10 months ago
  22. 703c748 crypto: ecc - Add NIST P384 curve parameters by Saulo Alessandre · 3 years, 10 months ago
  23. 4e66029 crypto: ecdsa - Add support for ECDSA signature verification by Stefan Berger · 3 years, 10 months ago
  24. 7547738 oid_registry: Add OIDs for ECDSA with SHA224/256/384/512 by Stefan Berger · 3 years, 10 months ago
  25. befb1dd hwrng: cctrng - delete redundant printing of return value by Wang Qing · 3 years, 10 months ago
  26. 8d759be crypto: hisilicon/sec - fixes some driver coding style by Longfang Liu · 3 years, 10 months ago
  27. a44dce5 crypto: hisilicon/sec - fixes some coding style by Longfang Liu · 3 years, 10 months ago
  28. 4b7aef0 crypto: hisilicon/sec - fixes a printing error by Longfang Liu · 3 years, 10 months ago
  29. 682689a hwrng: ba431 - use devm_platform_ioremap_resource() to simplify by Tian Tao · 3 years, 10 months ago
  30. f50281d hwrng: cctrng - use devm_platform_ioremap_resource() to simplify by Tian Tao · 3 years, 10 months ago
  31. e0ba808 crypto: arm/chacha-scalar - switch to common rev_l macro by Ard Biesheuvel · 3 years, 10 months ago
  32. d5adb9d crypto: arm/aes-scalar - switch to common rev_l/mov_l macros by Ard Biesheuvel · 3 years, 10 months ago
  33. d2f2516 crypto: arm/blake2s - fix for big endian by Eric Biggers · 3 years, 10 months ago
  34. 0914999 crypto: aegis128 - Move simd prototypes into aegis.h by Herbert Xu · 3 years, 10 months ago
  35. aa31e559 crypto: sun4i-ss - simplify optional reset handling by Philipp Zabel · 3 years, 10 months ago
  36. e5f9f41 hwrng: bcm2835 - add reset support by Álvaro Fernández Rojas · 3 years, 10 months ago
  37. 3813458 dt-bindings: rng: bcm2835: document reset support by Álvaro Fernández Rojas · 3 years, 10 months ago
  38. 0618e07 dt-bindings: rng: bcm2835: add clock constraints by Álvaro Fernández Rojas · 3 years, 10 months ago
  39. 7cc0507 crypto: qat - fix use of 'dma_map_single' by Hui Tang · 3 years, 10 months ago
  40. 792b32f crypto: qat - fix unmap invalid dma address by Hui Tang · 3 years, 10 months ago
  41. 2828945 crypto: sun8i-ce - fix error return code in sun8i_ce_prng_generate() by Jia-Ju Bai · 3 years, 10 months ago
  42. 9027476 crypto: hisilicon/hpre - add 'CURVE25519' algorithm by Meng Yu · 3 years, 10 months ago
  43. 8fb9340 crypto: ecc - add curve25519 params and expose them by Meng Yu · 3 years, 10 months ago
  44. 05e7b90 crypto: hisilicon/hpre - add 'ECDH' algorithm by Meng Yu · 3 years, 10 months ago
  45. 14bb767 crypto: ecc - expose ecc curves by Meng Yu · 3 years, 10 months ago
  46. 6763f5e crypto: ecdh - move curve_id of ECDH from the key to algorithm name by Meng Yu · 3 years, 10 months ago
  47. 9b94ae7 crypto: hisilicon/hpre - add algorithm type by Meng Yu · 3 years, 10 months ago
  48. 8123455 crypto: hisilicon/hpre - add version adapt to new algorithms by Meng Yu · 3 years, 10 months ago
  49. 1877c73 crypto: ccp - Don't initialize SEV support without the SEV feature by Tom Lendacky · 3 years, 10 months ago
  50. 83681f2 crypto: api - check for ERR pointers in crypto_destroy_tfm() by Ard Biesheuvel · 3 years, 10 months ago
  51. 98b5ef3 crypto: sun8i-ss - Fix memory leak of object d when dma_iv fails to map by Colin Ian King · 3 years, 10 months ago
  52. 3729095 crypto: cavium - remove unused including <linux/version.h> by Tian Tao · 3 years, 10 months ago
  53. 7ea3997 hwrng: pic32 - Use device-managed registration API by Tian Tao · 3 years, 10 months ago
  54. ae83512 hwrng: cctrng - Use device-managed registration API by Tian Tao · 3 years, 10 months ago
  55. 1406f0f crypto: nx - add missing call to of_node_put() by Yang Li · 3 years, 10 months ago
  56. e40ff6f crypto: testmgr - delete some redundant code by Kai Ye · 3 years, 10 months ago
  57. f0ba303 hwrng: omap - Fix included header from 'asm' by Tian Tao · 3 years, 11 months ago
  58. 664b0f4 crypto: s5p-sss - initialize APB clock after the AXI bus clock for SlimSSS by Krzysztof Kozlowski · 3 years, 11 months ago
  59. 1dbc6a1 crypto: sun8i-ss - fix result memory leak on error path by Corentin Labbe · 3 years, 11 months ago
  60. 4139fd5 crypto: qce - Remove totallen and offset in qce_start by Thara Gopinath · 3 years, 11 months ago
  61. 62e4842 crypto: qce - Remover src_tbl from qce_cipher_reqctx by Thara Gopinath · 3 years, 11 months ago
  62. 24cbcc9 crypto: qce - Set data unit size to message length for AES XTS transformation by Thara Gopinath · 3 years, 11 months ago
  63. 25b71d6 crypto: qce - Improve the conditions for requesting AES fallback cipher by Thara Gopinath · 3 years, 11 months ago
  64. 02d0dae crypto: qce - Set ivsize to 0 for ecb(aes) by Thara Gopinath · 3 years, 11 months ago
  65. 44b45cd crypto: qce - Return error for non-blocksize data(ECB/CBC algorithms) by Thara Gopinath · 3 years, 11 months ago
  66. f087894 crypto: qce - Return error for zero length messages by Thara Gopinath · 3 years, 11 months ago
  67. 42f730a crypto: qce - Return unsupported if any three keys are same for DES3 algorithms by Thara Gopinath · 3 years, 11 months ago
  68. f0d078d crypto: qce - Return unsupported if key1 and key 2 are same for AES XTS algorithm by Thara Gopinath · 3 years, 11 months ago
  69. 38de3cf crypto: qce - Hold back a block of data to be transferred as part of final by Thara Gopinath · 3 years, 11 months ago
  70. a01dc5c crypto: qce - Restore/save ahash state with custom struct in export/import by Thara Gopinath · 3 years, 11 months ago
  71. 2eee428 crypto: keembay-ocs-aes - Fix error return code in kmb_ocs_aes_probe() by Wei Yongjun · 3 years, 11 months ago
  72. 662c1c5 crypto: keembay-ocs-hcu - Fix error return code in kmb_ocs_hcu_probe() by Wei Yongjun · 3 years, 11 months ago
  73. 4ab6093 crypto: serpent - Fix sparse byte order warnings by Herbert Xu · 3 years, 11 months ago
  74. 9ae219b crypto: amlogic - Fix unnecessary check in meson_crypto_probe() by Tang Bin · 3 years, 11 months ago
  75. e06da49 hwrng: bcm2835 - remove redundant null check by Tian Tao · 3 years, 11 months ago
  76. f17a25c crypto: qat - fix spelling mistake: "messge" -> "message" by Bhaskar Chowdhury · 3 years, 11 months ago
  77. 8fb7bd3 hwrng: xiphera-trng - use devm_platform_ioremap_resource() to simplify by Tian Tao · 3 years, 11 months ago
  78. 6131e97 crypto: arm/blake2b - drop unnecessary return statement by Eric Biggers · 3 years, 11 months ago
  79. 3e2ccc7 hwrng: ba431 - Use device-managed registration by Tian Tao · 3 years, 11 months ago
  80. da3c6c8 crypto: powepc/sha1 - remove unneeded semicolon by Yang Li · 3 years, 11 months ago
  81. a38fd87 Linux 5.12-rc2 by Linus Torvalds · 3 years, 10 months ago
  82. f3ed4de Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 3 years, 10 months ago
  83. de5bd6c Merge tag 'gcc-plugins-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 3 years, 10 months ago
  84. 8b24ef4 Merge tag 'pstore-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 3 years, 10 months ago
  85. 63dcd69 Merge tag 'for-5.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 3 years, 10 months ago
  86. 47454ca Merge tag 'block-5.12-2021-03-05' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
  87. f292e87 Merge tag 'io_uring-5.12-2021-03-05' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
  88. 6d47254 Merge tag 'pm-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years, 10 months ago
  89. ea6be46 Merge tag 'acpi-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years, 10 months ago
  90. fc2c8d0 Merge tag 'iommu-fixes-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 3 years, 10 months ago
  91. f09b04c Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 10 months ago
  92. 6bf331d Merge tag 'devicetree-fixes-for-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 3 years, 10 months ago
  93. 54663cf Merge tag 'trace-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 10 months ago
  94. 545c4ab RDMA/rxe: Fix errant WARN_ONCE in rxe_completer() by Bob Pearson · 3 years, 10 months ago
  95. 5e4a7cc RDMA/rxe: Fix extra deref in rxe_rcv_mcast_pkt() by Bob Pearson · 3 years, 10 months ago
  96. 21e27ac RDMA/rxe: Fix missed IB reference counting in loopback by Bob Pearson · 3 years, 10 months ago
  97. e45cff5 io_uring: don't restrict issue_flags for io_openat by Pavel Begunkov · 3 years, 10 months ago
  98. a2b658e Merge tag 'nvme-5.12-2021-03-05' of git://git.infradead.org/nvme into block-5.12 by Jens Axboe · 3 years, 10 months ago
  99. 86e0d67 io_uring: make SQPOLL thread parking saner by Jens Axboe · 3 years, 10 months ago
  100. 09ca6c4 io-wq: kill hashed waitqueue before manager exits by Jens Axboe · 3 years, 10 months ago