1. 8fd9115 crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs() by Christophe JAILLET · 1 year, 11 months ago
  2. f81c1d4 crypto: sun8i-ce - Add TRNG clock to the D1 variant by Samuel Holland · 2 years, 2 months ago
  3. 39a76cf crypto: sun8i-ss - Remove GFP_DMA and add DMA alignment padding by Herbert Xu · 2 years, 2 months ago
  4. 16bdbae hwrng: core - treat default_quality as a maximum and default to 1024 by Jason A. Donenfeld · 2 years, 4 months ago
  5. 839b8ae crypto: sun8i-ss - use dma_addr instead u32 by Corentin Labbe · 2 years, 6 months ago
  6. b21dc631 crypto: sun4i-ss - use DEFINE_SHOW_ATTRIBUTE to simplify sun4i_ss_debugfs by Liu Shixin · 2 years, 6 months ago
  7. 2ad548e Revert "crypto: allwinner - Fix dma_map_sg error check" by Herbert Xu · 2 years, 6 months ago
  8. 2b02187 crypto: allwinner - Fix dma_map_sg error check by Jack Wang · 2 years, 7 months ago
  9. 7433d2f crypto: sun8i-ce - using the pm_runtime_resume_and_get to simplify the code by ye xingchen · 2 years, 7 months ago
  10. d61a7b3d crypto: sun8i-ss - fix infinite loop in sun8i_ss_setup_ivs() by Alexey Khoroshilov · 2 years, 9 months ago
  11. 7e8df1f crypto: sun8i-ss - fix a NULL vs IS_ERR() check in sun8i_ss_hashkey by Peng Wu · 2 years, 9 months ago
  12. 6cb3f9b crypto: sun8i-ss - Fix error codes for dma_mapping_error() by Dan Carpenter · 2 years, 10 months ago
  13. d2765e1b crypto: sun8i-ss - fix error codes in allocate_flows() by Dan Carpenter · 2 years, 10 months ago
  14. 42a01af crypto: sun8i-ce - do not fallback if cryptlen is less than sg length by Corentin Labbe · 2 years, 10 months ago
  15. aff388f crypto: sun8i-ce - rework debugging by Corentin Labbe · 2 years, 10 months ago
  16. 6b8309f crypto: sun8i-ce - use sg_nents_for_len by Corentin Labbe · 2 years, 10 months ago
  17. 8a1714a crypto: sun8i-ce - Add function for handling hash padding by Corentin Labbe · 2 years, 10 months ago
  18. 2e5545a crypto: sun8i-ss - do not fallback if cryptlen is less than sg length by Corentin Labbe · 2 years, 10 months ago
  19. 801b7d5 crypto: sun8i-ss - add hmac(sha1) by Corentin Labbe · 2 years, 10 months ago
  20. e76ee4d crypto: sun8i-ss - Add function for handling hash padding by Corentin Labbe · 2 years, 10 months ago
  21. f95f61d crypto: sun8i-ss - rework debugging by Corentin Labbe · 2 years, 10 months ago
  22. c35e523 crypto: sun8i-ss - handle requests if last block is not modulo 64 by Corentin Labbe · 2 years, 10 months ago
  23. db0c62b crypto: sun8i-ss - do not zeroize all pad by Corentin Labbe · 2 years, 10 months ago
  24. 8eec456 crypto: sun8i-ss - do not allocate memory when handling hash requests by Corentin Labbe · 2 years, 10 months ago
  25. 4d867be crypto: sun8i-ss - use sg_nents_for_len by Corentin Labbe · 2 years, 10 months ago
  26. d86e3f3 crypto: sun8i-ss - test error before assigning by Corentin Labbe · 2 years, 10 months ago
  27. 46e2fcb crypto: sun8i-ss - remove redundant test by Corentin Labbe · 2 years, 10 months ago
  28. c149e47 crypto: sun8i-ss - handle zero sized sg by Corentin Labbe · 2 years, 10 months ago
  29. 359e893 crypto: sun8i-ss - rework handling of IV by Corentin Labbe · 2 years, 10 months ago
  30. 22d03a0 crypto: sun4i-ss - do not allocate backup IV on requests by Corentin Labbe · 2 years, 10 months ago
  31. 22f7c2f crypto: sun8i-ce - do not allocate memory when handling requests by Corentin Labbe · 2 years, 10 months ago
  32. 282ee07 crypto: sun8i-ce - Fix minor style issue by Corentin Labbe · 2 years, 10 months ago
  33. d3bae86 crypto: sun8i-ce - using pm_runtime_resume_and_get instead of pm_runtime_get_sync by Minghao Chi · 2 years, 11 months ago
  34. ee74fdf crypto: sun8i-ss - using pm_runtime_resume_and_get instead of pm_runtime_get_sync by Minghao Chi · 2 years, 11 months ago
  35. f75a749 crypto: sun8i-ce - call finalize with bh disabled by Corentin Labbe · 3 years, 1 month ago
  36. b169b37 crypto: sun8i-ss - call finalize with bh disabled by Corentin Labbe · 3 years, 1 month ago
  37. 881fc7f crypto: sun8i-ss - really disable hash on A80 by Corentin Labbe · 3 years, 2 months ago
  38. 83f50f2 crypto: sun8i-ce - Add support for the D1 variant by Corentin Labbe · 3 years, 4 months ago
  39. c391714 crypto: sun8i-ce - use kfree_sensitive to clear and free sensitive data by Jason Wang · 3 years, 7 months ago
  40. 192b722 crypto: sun8i-ss - Use kfree_sensitive by Jason Wang · 3 years, 8 months ago
  41. cc987ae crypto: sun8i-ce - Fix PM reference leak in sun8i_ce_probe() by Shixin Liu · 4 years ago
  42. 06cd742 crypto: sun8i-ss - Fix PM reference leak when pm_runtime_get_sync() fails by Shixin Liu · 4 years ago
  43. ac98fc5 crypto: sun4i-ss - Fix PM reference leak when pm_runtime_get_sync() fails by Shixin Liu · 4 years ago
  44. 50274b0 crypto: sun8i-ss - Fix memory leak of pad by Colin Ian King · 4 years ago
  45. ac1af1a crypto: allwinner - add missing CRYPTO_ prefix by Corentin Labbe · 4 years ago
  46. 884b93c crypto: allwinner - Fix the parameter of dma_unmap_sg() by Xiang Chen · 4 years ago
  47. aa31e559 crypto: sun4i-ss - simplify optional reset handling by Philipp Zabel · 4 years ago
  48. 2828945 crypto: sun8i-ce - fix error return code in sun8i_ce_prng_generate() by Jia-Ju Bai · 4 years ago
  49. 98b5ef3 crypto: sun8i-ss - Fix memory leak of object d when dma_iv fails to map by Colin Ian King · 4 years ago
  50. 1dbc6a1 crypto: sun8i-ss - fix result memory leak on error path by Corentin Labbe · 4 years, 1 month ago
  51. 44122cc crypto: sun4i-ss - add SPDX header and remove blank lines by Corentin Labbe · 4 years, 3 months ago
  52. b1f578b crypto: sun4i-ss - enabled stats via debugfs by Corentin Labbe · 4 years, 3 months ago
  53. 9bc3dd2 crypto: sun4i-ss - fix kmap usage by Corentin Labbe · 4 years, 3 months ago
  54. 4ec8977 crypto: sun4i-ss - initialize need_fallback by Corentin Labbe · 4 years, 3 months ago
  55. 5ab6177 crypto: sun4i-ss - handle BigEndian for cipher by Corentin Labbe · 4 years, 3 months ago
  56. b756f1c crypto: sun4i-ss - IV register does not work on A10 and A13 by Corentin Labbe · 4 years, 3 months ago
  57. 7bdcd85 crypto: sun4i-ss - checking sg length is not sufficient by Corentin Labbe · 4 years, 3 months ago
  58. 5835135 crypto: sun4i-ss - linearize buffers content must be kept by Corentin Labbe · 4 years, 3 months ago
  59. 9e4b0d5 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 3 months ago
  60. 732b764 crypto: sun8i-ce - fix two error path's memory leak by Corentin Labbe · 4 years, 4 months ago
  61. 2e0e386 crypto: kconfig - fix a couple of spelling mistakes by Colin Ian King · 4 years, 4 months ago
  62. a24d22b crypto: sha - split sha.h into sha1.h and sha2.h by Eric Biggers · 4 years, 4 months ago
  63. e930c39 crypto: sun8x-ce*: update entries to its documentation by Mauro Carvalho Chehab · 4 years, 5 months ago
  64. fcf5d2d crypto: sun8i-ss - fix comparison of integer expressions of different signedness by Corentin Labbe · 4 years, 6 months ago
  65. 25d85ff crypto: sun8i-ce - fix comparison of integer expressions of different signedness by Corentin Labbe · 4 years, 6 months ago
  66. 4a07eab crypto: sun8i-ce - Add support for the TRNG by Corentin Labbe · 4 years, 6 months ago
  67. 5eb7e94 crypto: sun8i-ce - Add support for the PRNG by Corentin Labbe · 4 years, 6 months ago
  68. 5c39417 crypto: sun8i-ce - Add stat_bytes debugfs by Corentin Labbe · 4 years, 6 months ago
  69. 56f6d5a crypto: sun8i-ce - support hash algorithms by Corentin Labbe · 4 years, 6 months ago
  70. 6b4f76c crypto: sun8i-ce - rename has_t_dlen_in_bytes to cipher_t_dlen_in_bytes by Corentin Labbe · 4 years, 6 months ago
  71. e66862e crypto: sun8i-ce - handle different error registers by Corentin Labbe · 4 years, 6 months ago
  72. 0605fa0 crypto: sun8i-ce - split into prepare/run/unprepare by Corentin Labbe · 4 years, 6 months ago
  73. a216f8d crypto: sun8i-ce - move iv data to request context by Corentin Labbe · 4 years, 6 months ago
  74. 87f3426 crypto: sun8i-ce - handle endianness of t_common_ctl by Corentin Labbe · 4 years, 6 months ago
  75. 68cbba1 crypto: sun8i-ss - better debug printing by Corentin Labbe · 4 years, 6 months ago
  76. 3bf9754 crypto: sun8i-ss - Add more comment on some structures by Corentin Labbe · 4 years, 6 months ago
  77. 3b7aaa8 crypto: sun8i-ss - fix a trivial typo by Corentin Labbe · 4 years, 6 months ago
  78. d9b4541 crypto: sun8i-ss - support hash algorithms by Corentin Labbe · 4 years, 6 months ago
  79. ac2614d crypto: sun8i-ss - Add support for the PRNG by Corentin Labbe · 4 years, 6 months ago
  80. f1455b1 crypto: sun8i-ss - Add SS_START define by Corentin Labbe · 4 years, 6 months ago
  81. 560daf9e crypto: allwinner - Convert to DEFINE_SHOW_ATTRIBUTE by Qinglang Miao · 4 years, 6 months ago
  82. e61a235 crypto: sun8i - Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 6 months ago
  83. 9b20cbf crypto: sun4i-ss - Fix sparse endianness markers by Herbert Xu · 4 years, 6 months ago
  84. f089ee5 crypto: sun8i-ss - remove redundant memzero_explicit() by Denis Efremov · 4 years, 7 months ago
  85. ede1328 crypto: sun8i-ss - use kfree_sensitive() by Denis Efremov · 4 years, 7 months ago
  86. 712d806 crypto: sun8i-ce - use kfree_sensitive() by Denis Efremov · 4 years, 7 months ago
  87. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 7 months ago
  88. b8aa7dc crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY by Mikulas Patocka · 4 years, 8 months ago
  89. 44b5917 crypto: sun8i-ss - permit asynchronous skcipher as fallback by Ard Biesheuvel · 4 years, 8 months ago
  90. 31abd3e crypto: sun8i-ce - permit asynchronous skcipher as fallback by Ard Biesheuvel · 4 years, 8 months ago
  91. 89fb00f crypto: sun4i - permit asynchronous skcipher as fallback by Ard Biesheuvel · 4 years, 8 months ago
  92. 5c3a8a6 crypto: sun8i-ce - Fix runtime PM imbalance in sun8i_ce_cipher_init by Dinghao Liu · 4 years, 9 months ago
  93. b23c477 Merge tag 'docs-5.8' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 9 months ago
  94. 3ecad8c docs: fix broken references for ReST files that moved around by Mauro Carvalho Chehab · 5 years ago
  95. 56b80bd crypto: sun8i-ss - Delete an error message in sun8i_ss_probe() by Markus Elfring · 5 years ago
  96. 5fbab10 crypto: sun8i-ce - fix description of stat_fb by Corentin Labbe · 5 years ago
  97. 11c7686 crypto: sun8i-ss - fix description of stat_fb by Corentin Labbe · 5 years ago
  98. 9ce9a5d crypto: allwinner - remove redundant platform_get_irq error message by Chen Zhou · 5 years ago
  99. 4b0ec91 crypto: sun8i-ce - remove dead code by Corentin Labbe · 5 years ago
  100. 93d24ac4 crypto: sun8i-ce - fix removal of module by Corentin Labbe · 5 years ago