1. 5f567ff crypto: api - Retain alg refcount in crypto_grab_spawn by Herbert Xu · 5 years ago
  2. 3932aa1 crypto: sun4i-ss - make unexported sun4i_ss_pm_ops static by Ben Dooks (Codethink) · 5 years ago
  3. 20aaed22 crypto: stm32/hash - Use dma_request_chan() instead dma_request_slave_channel() by Peter Ujfalusi · 5 years ago
  4. 8004865 crypto: img-hash - Use dma_request_chan instead dma_request_slave_channel by Peter Ujfalusi · 5 years ago
  5. aa12796 crypto: lib/curve25519 - re-add selftests by Jason A. Donenfeld · 5 years ago
  6. c782937 crypto: api - remove unneeded semicolon by Chen Zhou · 5 years ago
  7. eb5b915 crypto: allwinner - remove unneeded semicolon by Chen Zhou · 5 years ago
  8. c6d633a crypto: algapi - make unregistration functions return void by Eric Biggers · 5 years ago
  9. 0e89640 crypto: arm64 - Use modern annotations for assembly functions by Mark Brown · 5 years ago
  10. 3907ccf crypto: atmel-aes - Fix CTR counter overflow when multiple fragments by Tudor Ambarus · 5 years ago
  11. 27896af crypto: chelsio - calculating tx_channel_id as per the max number of channels by Ayush Sawal · 5 years ago
  12. 27f4adf crypto: atmel-{aes,tdes} - Update the IV only when the op succeeds by Tudor Ambarus · 5 years ago
  13. e9ce6ae crypto: atmel-{sha,tdes} - Print warn message even when deferring by Tudor Ambarus · 5 years ago
  14. 827a98d crypto: atmel-{aes,sha,tdes} - Stop passing unused argument in _dma_init() by Tudor Ambarus · 5 years ago
  15. 644c247 crypto: atmel-{aes,sha,tdes} - Drop duplicate init of dma_slave_config.direction by Tudor Ambarus · 5 years ago
  16. 0e69378 crypto: atmel-{aes,sha} - Fix incorrect use of dmaengine_terminate_all() by Tudor Ambarus · 5 years ago
  17. 7d07de2 crypto: amlogic - add unspecified HAS_IOMEM dependency by Brendan Higgins · 5 years ago
  18. 6dc0e31 crypto: inside-secure - add unspecified HAS_IOMEM dependency by Brendan Higgins · 5 years ago
  19. 177e358 crypto: inside-secure - Fix hang case on EIP97 with basic DES/3DES ops by Pascal van Leeuwen · 5 years ago
  20. cb97aa9 crypto: inside-secure - Fix hang case on EIP97 with zero length input data by Pascal van Leeuwen · 5 years ago
  21. 098e51e crypto: inside-secure - Fix Unable to fit even 1 command desc error w/ EIP97 by Pascal van Leeuwen · 5 years ago
  22. a306376 padata: update documentation file path in MAINTAINERS by Daniel Jordan · 5 years ago
  23. 2bbb337 crypto: api - fix unexpectedly getting generic implementation by Herbert Xu · 5 years ago
  24. 76e2277 crypto: caam/qi2 - remove double buffering for ahash by Andrei Botila · 5 years ago
  25. 46b49ab crypto: caam - remove double buffering for ahash by Andrei Botila · 5 years ago
  26. 7f8c36f crypto: picoxcell - adjust the position of tasklet_init and fix missed tasklet_kill by Chuhong Yuan · 5 years ago
  27. f2c5d27 crypto: hisilicon - still no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 5 years ago
  28. 632b0b5 crypto: ccp - provide in-kernel API to submit TEE commands by Rijo Thomas · 5 years ago
  29. 33960ac crypto: ccp - add TEE support for Raven Ridge by Rijo Thomas · 5 years ago
  30. f100ab6 crypto: ccp - check whether PSP supports SEV or TEE before initialization by Rijo Thomas · 5 years ago
  31. 6eb0cc7 crypto: ccp - move SEV vdata to a dedicated data structure by Rijo Thomas · 5 years ago
  32. b93566f crypto: ccp - create a generic psp-dev file by Rijo Thomas · 5 years ago
  33. 9b67d08 crypto: ccp - rename psp-dev files to sev-dev by Rijo Thomas · 5 years ago
  34. d9e1670 crypto: hmac - Use init_tfm/exit_tfm interface by Herbert Xu · 5 years ago
  35. 9689569 crypto: padlock-sha - Use init_tfm/exit_tfm interface by Herbert Xu · 5 years ago
  36. fbce6be crypto: shash - Add init_tfm/exit_tfm and verify descsize by Herbert Xu · 5 years ago
  37. 02244ba crypto: api - Add more comments to crypto_remove_spawns by Herbert Xu · 5 years ago
  38. 4f87ee1 crypto: api - Do not zap spawn->alg by Herbert Xu · 5 years ago
  39. 73669cc crypto: api - Fix race condition in crypto_spawn_alg by Herbert Xu · 5 years ago
  40. 4a2abbc crypto: doc - remove references to ARC4 by Eric Biggers · 5 years ago
  41. 7db3b61 crypto: api - Check spawn->alg under lock in crypto_drop_spawn by Herbert Xu · 5 years ago
  42. 579d705 crypto: chacha - fix warning message in header file by Valdis Klētnieks · 5 years ago
  43. aebe5bd crypto: atmel-{aes,sha,tdes} - Group common alg type init in dedicated methods by Tudor Ambarus · 5 years ago
  44. 7db15aa crypto: atmel-aes - Use gcm helper to check authsize by Tudor Ambarus · 5 years ago
  45. 4c977e3 crypto: atmel-sha - Void return type for atmel_sha_update_dma_stop() by Tudor Ambarus · 5 years ago
  46. 9a17007 crypto: atmel-{sha,tdes} - Remove unused 'err' member of driver data by Tudor Ambarus · 5 years ago
  47. 371731e crypto: atmel-aes - Fix saving of IV for CTR mode by Tudor Ambarus · 5 years ago
  48. 781a08d crypto: atmel-aes - Fix counter overflow in CTR mode by Tudor Ambarus · 5 years ago
  49. c65d123 crypto: atmel-{aes,tdes} - Do not save IV for ECB mode by Tudor Ambarus · 5 years ago
  50. 75eca7a crypto: atmel-tdes - Drop unnecessary passing of tfm by Tudor Ambarus · 5 years ago
  51. 848572f crypto: atmel-tdes - Map driver data flags to Mode Register by Tudor Ambarus · 5 years ago
  52. 7d0979e crypto: atmel-tdes - Remove useless write in Control Register by Tudor Ambarus · 5 years ago
  53. e783651 crypto: atmel-{aes,sha,tdes} - Rename labels in probe() by Tudor Ambarus · 5 years ago
  54. c9063a0 crypto: atmel-{aes,sha,tdes} - Drop superfluous error message in probe() by Tudor Ambarus · 5 years ago
  55. 0efe58f crypto: atmel-{sha,tdes} - Propagate error from _hw_version_init() by Tudor Ambarus · 5 years ago
  56. fb24307 crypto: atmel-tdes - Remove unused header includes by Tudor Ambarus · 5 years ago
  57. 7c78302 crypto: atmel-{sha,tdes} - Change algorithm priorities by Tudor Ambarus · 5 years ago
  58. 7b49fab crypto: atmel-tdes - Constify value to write to hw by Tudor Ambarus · 5 years ago
  59. 37f9669 crypto: af_alg - Use bh_lock_sock in sk_destruct by Herbert Xu · 5 years ago
  60. bfcdcef8 padata: update documentation by Daniel Jordan · 5 years ago
  61. 3facced padata: remove reorder_objects by Daniel Jordan · 5 years ago
  62. 91a71d6 padata: remove cpumask change notifier by Daniel Jordan · 5 years ago
  63. 38228e8 padata: always acquire cpu_hotplug_lock before pinst->lock by Daniel Jordan · 5 years ago
  64. 894c9ef padata: validate cpumask without removed CPU during offline by Daniel Jordan · 5 years ago
  65. e8cfed5 crypto: cipher - remove crt_u.cipher (struct cipher_tfm) by Eric Biggers · 5 years ago
  66. c441a90 crypto: compress - remove crt_u.compress (struct compress_tfm) by Eric Biggers · 5 years ago
  67. 49763fc crypto: testmgr - generate inauthentic AEAD test vectors by Eric Biggers · 5 years ago
  68. 2ea9150 crypto: testmgr - create struct aead_extra_tests_ctx by Eric Biggers · 5 years ago
  69. fd8c37c crypto: testmgr - test setting misaligned keys by Eric Biggers · 5 years ago
  70. fd60f72 crypto: testmgr - check skcipher min_keysize by Eric Biggers · 5 years ago
  71. eb455db crypto: testmgr - don't try to decrypt uninitialized buffers by Eric Biggers · 5 years ago
  72. 7bada03 crypto: skcipher - add crypto_skcipher_min_keysize() by Eric Biggers · 5 years ago
  73. 095be69 crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h> by Eric Biggers · 5 years ago
  74. 839bb2a crypto: omap-crypto - copy the temporary data to output buffer properly by Tero Kristo · 5 years ago
  75. aca8bf0 crypto: omap-des - handle NULL cipher request by Tero Kristo · 5 years ago
  76. 9684622 crypto: omap-des - avoid unnecessary spam with bad cryptlen by Tero Kristo · 5 years ago
  77. 04a4616 crypto: omap-aes-gcm - convert to use crypto engine by Tero Kristo · 5 years ago
  78. 1cfd9f3 crypto: omap-sham - fix unaligned sg list handling by Tero Kristo · 5 years ago
  79. 5d5f3ee crypto: omap-aes-gcm - fix failure with assocdata only by Tero Kristo · 5 years ago
  80. f0956d4 crypto: omap-aes-gcm - use the AES library to encrypt the tag by Ard Biesheuvel · 5 years ago
  81. b877ad1 crypto: omap-aes-gcm - check length of assocdata in RFC4106 mode by Ard Biesheuvel · 5 years ago
  82. 12adf9d crypto: omap-aes-gcm - add missing .setauthsize hooks by Ard Biesheuvel · 5 years ago
  83. 46d5744 crypto: omap-aes-gcm - deal with memory allocation failure by Ard Biesheuvel · 5 years ago
  84. a9459bd crypto: omap-aes-ctr - set blocksize to 1 by Ard Biesheuvel · 5 years ago
  85. dbb326f crypto: omap-aes - reject invalid input sizes for block modes by Ard Biesheuvel · 5 years ago
  86. 6585cd3 crypto: omap-aes - fixup aligned data cleanup by Tero Kristo · 5 years ago
  87. 60a0894 crypto: omap-sham - fix split update cases with cryptomgr tests by Tero Kristo · 5 years ago
  88. a9befcf crypto: omap-aes-gcm - fix corner case with only auth data by Tero Kristo · 5 years ago
  89. 2b35248 crypto: omap-sham - fix buffer handling for split test cases by Tero Kristo · 5 years ago
  90. 891dcbb crypto: omap-aes - add IV output handling by Tero Kristo · 5 years ago
  91. eb5818a crypto: omap-des - add IV output handling by Tero Kristo · 5 years ago
  92. e7508ef crypto: omap-aes - remove the sysfs group during driver removal by Tero Kristo · 5 years ago
  93. b82fc91 crypto: omap-sham - remove the sysfs group during driver removal by Tero Kristo · 5 years ago
  94. 462519f crypto: omap-sham - split up data to multiple sg elements with huge data by Tero Kristo · 5 years ago
  95. c288178 crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithms by Eric Biggers · 5 years ago
  96. 89873b4 crypto: skcipher - remove crypto_skcipher_extsize() by Eric Biggers · 5 years ago
  97. 7e1c109 crypto: skcipher - remove crypto_skcipher::decrypt by Eric Biggers · 5 years ago
  98. 848755e crypto: skcipher - remove crypto_skcipher::encrypt by Eric Biggers · 5 years ago
  99. 15252d9 crypto: skcipher - remove crypto_skcipher::setkey by Eric Biggers · 5 years ago
  100. 9ac0d13 crypto: skcipher - remove crypto_skcipher::keysize by Eric Biggers · 5 years ago