1. f20311c crypto: caam - disable pkc for non-E SoCs by Michael Walle · 3 years, 4 months ago
  2. 0beb2b6 crypto: caam - Provide the name of the function and provide missing descriptions by Lee Jones · 3 years, 10 months ago
  3. 6c2ab5b crypto: caam - Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE by Jiapeng Chong · 4 years ago
  4. d635a69 Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 1 month ago
  5. a24d22b crypto: sha - split sha.h into sha1.h and sha2.h by Eric Biggers · 4 years, 2 months ago
  6. 0049a13 crypto: caam/qi - simplify error path for context allocation by Horia Geantă · 4 years, 2 months ago
  7. ab95bd2 crypto: caam - fix printing on xts fallback allocation error path by Horia Geantă · 4 years, 3 months ago
  8. 2d65393 crypto: caam - enable crypto-engine retry mechanism by Iuliana Prodan · 4 years, 3 months ago
  9. de3f5d9 crypto: caam: Replace in_irq() usage. by Sebastian Andrzej Siewior · 4 years, 3 months ago
  10. f84754d soc/fsl/qbman: Add an argument to signal if NAPI processing is required. by Sebastian Andrzej Siewior · 4 years, 3 months ago
  11. 4fc9832 crypto: caam/qi2 - add support for XTS with 16B IV by Andrei Botila · 4 years, 4 months ago
  12. 3a15679 crypto: caam/qi - add support for XTS with 16B IV by Andrei Botila · 4 years, 4 months ago
  13. 78eebbf crypto: caam/jr - add support for XTS with 16B IV by Andrei Botila · 4 years, 4 months ago
  14. 297b931 crypto: caam - add xts check for block length equal to zero by Andrei Botila · 4 years, 4 months ago
  15. 596efd5 crypto: caam/qi2 - add support for more XTS key lengths by Andrei Botila · 4 years, 4 months ago
  16. 62b9a66 crypto: caam/qi - add support for more XTS key lengths by Andrei Botila · 4 years, 4 months ago
  17. c91f734 crypto: caam/jr - add support for more XTS key lengths by Andrei Botila · 4 years, 4 months ago
  18. 36e2d7c crypto: caam/qi2 - add fallback for XTS with more than 8B IV by Andrei Botila · 4 years, 4 months ago
  19. 83e8aa9 crypto: caam/qi - add fallback for XTS with more than 8B IV by Andrei Botila · 4 years, 4 months ago
  20. 9d9b14d crypto: caam/jr - add fallback for XTS with more than 8B IV by Andrei Botila · 4 years, 4 months ago
  21. c45b5d6 crypto: caam - Convert to DEFINE_SHOW_ATTRIBUTE by Qinglang Miao · 4 years, 4 months ago
  22. 9d72d02 crypto: caam - Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 4 months ago
  23. 319936b crypto: caam - Fix kerneldoc by Krzysztof Kozlowski · 4 years, 4 months ago
  24. 3ec25b4 crypto: caam - use traditional error check pattern by Andy Shevchenko · 4 years, 5 months ago
  25. abd9875 crypto: caam - Move debugfs fops into standalone file by Horia Geantă · 4 years, 5 months ago
  26. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
  27. e4d6efe crypto: caam/qi2 - add module alias by Horia Geantă · 4 years, 6 months ago
  28. ee0a6de crypto: caam - add more RNG hw error codes by Horia Geantă · 4 years, 6 months ago
  29. 26c4a51 crypto: caam/jr - remove incorrect reference to caam_jr_register() by Dan Douglass · 4 years, 6 months ago
  30. da6a668 crypto: caam - silence .setkey in case of bad key length by Horia Geantă · 4 years, 6 months ago
  31. b7ec41d crypto: caam/qi2 - create ahash shared descriptors only once by Horia Geantă · 4 years, 6 months ago
  32. d9f2d01 crypto: caam/qi2 - fix error reporting for caam_hash_alloc by Horia Geantă · 4 years, 6 months ago
  33. 81f2288 crypto: caam - remove deadcode on 32-bit platforms by Franck LENORMAND · 4 years, 6 months ago
  34. b8aa7dc crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY by Mikulas Patocka · 4 years, 6 months ago
  35. eeedb61 crypto: caam - Remove broken arc4 support by Herbert Xu · 4 years, 6 months ago
  36. d095146 crypto: caam/qi2 - fix return code in ahash_finup_no_ctx() by Horia Geantă · 4 years, 7 months ago
  37. 864c2d5 crypto: caam - Fix argument type in handle_imx6_err005766 by Herbert Xu · 4 years, 7 months ago
  38. c31b4ad crypto: caam/qi2 - remove redundant assignment to ret by Colin Ian King · 4 years, 7 months ago
  39. 060ce50 crypto: caam/qi2 - add support for dpseci_reset() by Andrei Botila · 4 years, 8 months ago
  40. 58e5b01 crypto: caam - add clock info for VFxxx SoCs by Andrey Smirnov · 4 years, 8 months ago
  41. 24c7bf0 crypto: caam - fix typos by Heinrich Schuchardt · 4 years, 8 months ago
  42. 55b3209 crypto: caam - fix the address of the last entry of S/G by Iuliana Prodan · 4 years, 9 months ago
  43. 80994e3 crypto: caam - fix use-after-free KASAN issue for RSA algorithms by Iuliana Prodan · 4 years, 9 months ago
  44. 63db32e crypto: caam - fix use-after-free KASAN issue for HASH algorithms by Iuliana Prodan · 4 years, 9 months ago
  45. 5ed1e8b crypto: caam - fix use-after-free KASAN issue for AEAD algorithms by Iuliana Prodan · 4 years, 9 months ago
  46. 5af4e8d crypto: caam - fix use-after-free KASAN issue for SKCIPHER algorithms by Iuliana Prodan · 4 years, 9 months ago
  47. ea53756 crypto: caam - limit single JD RNG output to maximum of 16 bytes by Andrey Smirnov · 4 years, 10 months ago
  48. 358ba76 crypto: caam - enable prediction resistance in HRWNG by Andrey Smirnov · 4 years, 10 months ago
  49. 551ce72 crypto: caam - invalidate entropy register during RNG initialization by Andrey Smirnov · 4 years, 10 months ago
  50. 32107e4 crypto: caam - check if RNG job failed by Andrey Smirnov · 4 years, 10 months ago
  51. 2c5e88d crypto: caam - simplify RNG implementation by Andrey Smirnov · 4 years, 10 months ago
  52. 1517f63 crypto: caam - drop global context pointer and init_done by Andrey Smirnov · 4 years, 10 months ago
  53. 8483c83 crypto: caam - use struct hwrng's .init for initialization by Andrey Smirnov · 4 years, 10 months ago
  54. f0ac02c crypto: caam - allocate RNG instantiation descriptor with GFP_DMA by Andrey Smirnov · 4 years, 10 months ago
  55. 3f142b6 crypto: caam - update xts sector size for large input length by Andrei Botila · 4 years, 11 months ago
  56. 3a5a9e1 crypto: caam/qi2 - fix chacha20 data size error by Horia Geantă · 4 years, 11 months ago
  57. 5a8a076 crypto: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  58. 21b014f crypto: caam - add crypto_engine support for HASH algorithms by Iuliana Prodan · 5 years ago
  59. bf53795 crypto: caam - add crypto_engine support for RSA algorithms by Iuliana Prodan · 5 years ago
  60. 1c24022 crypto: caam - add crypto_engine support for AEAD algorithms by Iuliana Prodan · 5 years ago
  61. ee38767 crypto: caam - support crypto_engine framework for SKCIPHER algorithms by Iuliana Prodan · 5 years ago
  62. 4d370a1 crypto: caam - change return code in caam_jr_enqueue function by Iuliana Prodan · 5 years ago
  63. d53e44f crypto: caam - refactor RSA private key _done callbacks by Iuliana Prodan · 5 years ago
  64. 2ba1e79 crypto: caam - refactor ahash_edesc_alloc by Iuliana Prodan · 5 years ago
  65. c3f7394 crypto: caam - refactor ahash_done callbacks by Iuliana Prodan · 5 years ago
  66. b7f17fe crypto: caam - refactor skcipher/aead/gcm/chachapoly {en,de}crypt functions by Iuliana Prodan · 5 years ago
  67. 1114441 crypto: caam/qi - optimize frame queue cleanup by Valentin Ciocoi Radulescu · 5 years ago
  68. 7e2b89f crypto: caam - add support for i.MX8M Plus by Horia Geantă · 5 years ago
  69. 53146d1 crypto: caam/qi2 - fix typo in algorithm's driver name by Horia Geantă · 5 years ago
  70. 2a2fbf2 crypto: caam - add support for i.MX8M Nano by Horia Geantă · 5 years ago
  71. 674f368 crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN by Eric Biggers · 5 years ago
  72. 112e7b7 crypto: caam - Add support for i.MX8M Mini by Adam Ford · 5 years ago
  73. 76e2277 crypto: caam/qi2 - remove double buffering for ahash by Andrei Botila · 5 years ago
  74. 46b49ab crypto: caam - remove double buffering for ahash by Andrei Botila · 5 years ago
  75. 7278fa2 crypto: caam - do not reset pointer size from MCFGR register by Iuliana Prodan · 5 years ago
  76. 2452cfd crypto: Kconfig - Fix indentation by Krzysztof Kozlowski · 5 years ago
  77. b95bba5 crypto: skcipher - rename the crypto_blkcipher module and kconfig option by Eric Biggers · 5 years ago
  78. 51d13aa crypto: caam - populate platform devices last by Andrey Smirnov · 5 years ago
  79. 1a1c4f0 crypto: caam - use devres to populate platform devices by Andrey Smirnov · 5 years ago
  80. f414de2 crypto: caam - use devres to de-initialize QI by Andrey Smirnov · 5 years ago
  81. e57acaf crypto: caam - use devres to de-initialize the RNG by Andrey Smirnov · 5 years ago
  82. eceb5da crypto: caam - use devres to remove debugfs by Andrey Smirnov · 5 years ago
  83. 66e93b2 crypto: caam - use devres to unmap memory by Andrey Smirnov · 5 years ago
  84. eff9771 crypto: caam - use mapped_{src,dst}_nents for descriptor by Iuliana Prodan · 5 years ago
  85. 9575d1a crypto: caam - Cast to long first before pointer conversion by Herbert Xu · 5 years ago
  86. f2ef960 crypto: caam - dispose of IRQ mapping only after IRQ is freed by Andrey Smirnov · 5 years ago
  87. 549077d crypto: caam - check irq_of_parse_and_map for errors by Andrey Smirnov · 5 years ago
  88. 05d2a75 crypto: caam - use devres to unmap JR's registers by Andrey Smirnov · 5 years ago
  89. 796114f crypto: caam - make sure clocks are enabled first by Andrey Smirnov · 5 years ago
  90. 6796c02 crypto: caam - add clock entry for i.MX8MQ by Andrey Smirnov · 5 years ago
  91. a672705 crypto: caam - always select job ring via RSR on i.MX8MQ by Andrey Smirnov · 5 years ago
  92. a1cf573 crypto: caam - select DMA address size at runtime by Andrey Smirnov · 5 years ago
  93. dff3680 crypto: caam - don't hardcode inpentry size by Andrey Smirnov · 5 years ago
  94. 6c5f898 crypto: caam - drop explicit usage of struct jr_outentry by Andrey Smirnov · 5 years ago
  95. e27d962 crypto: caam - move cpu_to_caam_dma() selection to runtime by Andrey Smirnov · 5 years ago
  96. 1a3daad crypto: caam - make CAAM_PTR_SZ dynamic by Andrey Smirnov · 5 years ago
  97. 3a0944c crypto: caam - share definition for MAX_SDLEN by Andrey Smirnov · 5 years ago
  98. 6e05542 crypto: caam - drop 64-bit only wr/rd_reg64() by Andrey Smirnov · 5 years ago
  99. 393d2d0 crypto: caam - use ioread64*_hi_lo in rd_reg64 by Andrey Smirnov · 5 years ago
  100. 9f5db8b crytpo: caam - make use of iowrite64*_hi_lo in wr_reg64 by Andrey Smirnov · 5 years ago