1. 1984296 crypto: arm64/aegis128 - implement plain NEON version by Ard Biesheuvel · 5 years ago
  2. a439763 crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics by Ard Biesheuvel · 5 years ago
  3. cf3d41a crypto: aegis128 - add support for SIMD acceleration by Ard Biesheuvel · 5 years ago
  4. 8083b1b crypto: xts - add support for ciphertext stealing by Ard Biesheuvel · 5 years ago
  5. a62084d crypto: aead - Do not allow authsize=0 if auth. alg has digestsize>0 by Pascal van Leeuwen · 5 years ago
  6. 440dc9a crypto: streebog - remove two unused variables by YueHaibing · 5 years ago
  7. c2ccfa9 crypto: aes-generic - remove unused variable 'rco_tab' by YueHaibing · 5 years ago
  8. 5d2ded2 Documentation: crypto: crypto_engine: Fix Sphinx warning by Jonathan Neuschäfer · 5 years ago
  9. 5f05cdc crypto: cavium/nitrox - Configure asymmetric queue manager Hardware unit by Phani Kiran Hemadri · 5 years ago
  10. b31c17c crypto: cavium/nitrox - Allocate asymmetric crypto command queues by Phani Kiran Hemadri · 5 years ago
  11. 43b970f crypto: cryptd - Use refcount_t for refcount by Chuhong Yuan · 5 years ago
  12. 03a3bb7 hwrng: core - Freeze khwrng thread during suspend by Stephen Boyd · 5 years ago
  13. c9fbcf6 crypto: caam/qi - execute library only on DPAA 1.x by Horia Geantă · 5 years ago
  14. 1ed2002 crypto: hisilicon - fix error handle in hisi_zip_create_req_q by Zhou Wang · 5 years ago
  15. 902f0ba crypto: hisilicon - add missing single_release by Zhou Wang · 5 years ago
  16. 5c08619 crypto: hisilicon - init curr_sgl_dma to fix compile warning by Zhou Wang · 5 years ago
  17. db01e48 crypto: hisilicon - add dependency for CRYPTO_DEV_HISI_ZIP by Zhou Wang · 5 years ago
  18. 00ae05d crypto: hisilicon - fix kbuild warnings by Zhou Wang · 5 years ago
  19. ec9c7d1 padata: initialize pd->cpu with effective cpumask by Daniel Jordan · 5 years ago
  20. 3a646b6 crypto: ccp - Remove unnecessary linux/pci.h include by Bjorn Helgaas · 5 years ago
  21. f6b0b78 crypto: ccp - Include DMA declarations explicitly by Bjorn Helgaas · 5 years ago
  22. 2229c74 crypto: qcom-rng - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  23. a54d83d crypto: qce - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  24. 473b4d9 crypto: stm32 - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  25. 7217447 crypto: rockchip - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  26. cf68528 crypto: sunxi-ss - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  27. 9a8e0a5 crypto: picoxcell - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  28. b26120f crypto: mediatek - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  29. f8dab55 crypto: inside-secure - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  30. f78c712 crypto: img-hash - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  31. 6d1c018 crypto: exynos - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  32. 17729e5 crypto: ccp - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  33. 0866ba2 crypto: artpec6 - use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
  34. 74bf81d crypto: gcm - restrict assoclen for rfc4543 by Iuliana Prodan · 5 years ago
  35. ad3f0a93 MAINTAINERS: add maintainer for HiSilicon QM and ZIP controller driver by Zhou Wang · 5 years ago
  36. 72c7a68 crypto: hisilicon - add debugfs for ZIP and QM by Zhou Wang · 5 years ago
  37. 8201fdf Documentation: Add debugfs doc for hisi_zip by Zhou Wang · 5 years ago
  38. 79e09f3 crypto: hisilicon - add SRIOV support for ZIP by Zhou Wang · 5 years ago
  39. 62c455c crypto: hisilicon - add HiSilicon ZIP accelerator support by Zhou Wang · 5 years ago
  40. dfed009 crypto: hisilicon - add hardware SGL support by Zhou Wang · 5 years ago
  41. 263c995 crypto: hisilicon - add queue management driver for HiSilicon QM module by Zhou Wang · 5 years ago
  42. d13dfae crypto: engine - Reduce default RT priority by Peter Zijlstra · 5 years ago
  43. 0435d47 crypto: caam - change return value in case CAAM has no MDHA by Iuliana Prodan · 5 years ago
  44. 58068cf crypto: caam - unregister algorithm only if the registration succeeded by Iuliana Prodan · 5 years ago
  45. 4e3a61c crypto: caam - execute module exit point only if necessary by Iuliana Prodan · 5 years ago
  46. c59a1d4 crypto: caam - free resources in case caam_rng registration failed by Iuliana Prodan · 5 years ago
  47. e9b4913 crypto: caam - fix MDHA key derivation for certain user key lengths by Horia Geantă · 5 years ago
  48. a2fb864 crypto: caam - keep both virtual and dma key addresses by Horia Geantă · 5 years ago
  49. d28a43e crypto: caam - update rfc4106 sh desc to support zero length input by Iuliana Prodan · 5 years ago
  50. 31bb2f0 crypto: caam - check zero-length input by Iuliana Prodan · 5 years ago
  51. fcd23ed crypto: caam - check assoclen by Iuliana Prodan · 5 years ago
  52. 68a5139 crypto: caam - check authsize by Iuliana Prodan · 5 years ago
  53. 836d8f4 crypto: caam - check key length by Iuliana Prodan · 5 years ago
  54. 1ccb39e crypto: caam - update IV only when crypto operation succeeds by Horia Geantă · 5 years ago
  55. 1984aae crypto: caam - fix return code in completion callbacks by Horia Geantă · 5 years ago
  56. 51fab3d crypto: caam/qi - fix error handling in ERN handler by Horia Geantă · 5 years ago
  57. bc67d04 crypto: aes - helper function to validate key length for AES algorithms by Iuliana Prodan · 5 years ago
  58. 65526f6 crypto: gcm - helper functions for assoclen/authsize check by Iuliana Prodan · 5 years ago
  59. 1bfaac7 crypto: inside-secure - Remove redundant DES ECB & CBC keysize check by Pascal van Leeuwen · 5 years ago
  60. 114e2cc crypto: ccp - Clean up and exit correctly on allocation failure by Gary R Hook · 5 years ago
  61. 514838e crypto: drivers - Remove dev_err() usage after platform_get_irq() by Stephen Boyd · 5 years ago
  62. f26882a crypto: inside-secure - Use defines instead of some constants (cosmetic) by Pascal van Leeuwen · 5 years ago
  63. 48f89d2 crypto: caam - fix concurrency issue in givencrypt descriptor by Horia Geantă · 5 years ago
  64. 15b2455 crypto: ux500/crypt - Mark expected switch fall-throughs by Gustavo A. R. Silva · 5 years ago
  65. f6ebfd7 crypto: ccp - Log an error message when ccp-crypto fails to load by Gary R Hook · 5 years ago
  66. e88b27c crypto: ccree - use std api sg_zero_buffer by Gilad Ben-Yossef · 5 years ago
  67. 7a4be6c crypto: ccree - use the full crypt length value by Gilad Ben-Yossef · 5 years ago
  68. b7a2758 hwrng: n2-drv - fix typo by Stephen Rothwell · 5 years ago
  69. 155e4db asm-generic: Remove redundant arch-specific rules for simd.h by Herbert Xu · 5 years ago
  70. 176435a crypto: caam - defer probing until QMan is available by Horia Geantă · 5 years ago
  71. 2ef5404 hwrng: timeriomem - add include guard to timeriomem-rng.h by Masahiro Yamada · 5 years ago
  72. f9981bc crypto: api - Remove redundant #ifdef in crypto_yield() by Thomas Gleixner · 5 years ago
  73. 3e75241 hwrng: drivers - Use device-managed registration API by Chuhong Yuan · 5 years ago
  74. dec0fb3 crypto: jitterentropy - build without sanitizer by Arnd Bergmann · 5 years ago
  75. 3bd4952 crypto: nx - Add of_node_put() before return in 842 by Nishka Dasgupta · 5 years ago
  76. 939f146 crypto: user - fix potential warnings in cryptouser.h by Masahiro Yamada · 5 years ago
  77. 68289c6 crypto: add header include guards by Masahiro Yamada · 5 years ago
  78. 1c0ab40 crypto: caam/qi2 - Add printing dpseci fq stats using debugfs by Vakul Garg · 5 years ago
  79. 1b82feb crypto: qat - Silence smp_processor_id() warning by Alexander Sverdlin · 5 years ago
  80. 0197028 crypto: atmel-sha204a - Use device-managed registration API by Chuhong Yuan · 5 years ago
  81. c9f1fd4 Revert "crypto: aegis128 - add support for SIMD acceleration" by Herbert Xu · 5 years ago
  82. 82cb548 asm-generic: make simd.h a mandatory include/asm header by Ard Biesheuvel · 5 years ago
  83. 931c940 crypto: s390/aes - fix name clash after AES library refactor by Ard Biesheuvel · 5 years ago
  84. 8dfa20f crypto: ghash - add comment and improve help text by Eric Biggers · 5 years ago
  85. 065cf57 padata: purge get_cpu and reorder_via_wq from padata_do_serial by Daniel Jordan · 5 years ago
  86. b3553ef crypto: bcm - check assoclen for rfc4543/rfc4106 by Iuliana Prodan · 5 years ago
  87. b93ecf4 crypto: ccree - check assoclen for rfc4543 by Iuliana Prodan · 5 years ago
  88. 6fc4dbc padata: Replace delayed timer with immediate workqueue in padata_reorder by Herbert Xu · 5 years ago
  89. 97ac82d crypto: aegis - fix badly optimized clang output by Arnd Bergmann · 5 years ago
  90. bfb5eb0 crypto: ccp - Replace dma_pool_alloc + memset with dma_pool_zalloc by Chuhong Yuan · 5 years ago
  91. 6ed0109 crypto: caam/qi2 - Increase napi budget to process more caam responses by Vakul Garg · 5 years ago
  92. f2f1d75 hwrng: mxc-rnga - use devm_platform_ioremap_resource() to simplify code by Anson Huang · 5 years ago
  93. d10d094 hwrng: imx-rngc - use devm_platform_ioremap_resource() to simplify code by Anson Huang · 5 years ago
  94. 72c8117 crypto: ccp - Reduce maximum stack usage by Arnd Bergmann · 5 years ago
  95. 2a03e3a crypto: ccp - Include the module name in system log messages by Hook, Gary · 5 years ago
  96. 4f22f32 crypto: Remove orphan tools/crypto directory by Herbert Xu · 5 years ago
  97. a7268c4 crypto: cavium/nitrox - Add support for loading asymmetric crypto firmware by Phani Kiran Hemadri · 5 years ago
  98. a7c2647 crypto: ccp - Add a module parameter to control registration for DMA by Hook, Gary · 5 years ago
  99. 90773bc crypto: ccp - module parameter to limit the number of enabled CCPs by Hook, Gary · 5 years ago
  100. c4a8927 crypto: ccp - Add a module parameter to specify a queue count by Hook, Gary · 5 years ago