1. b89a815 crypto: inside-secure - do not access buffers mapped to the device by Antoine Tenart · 7 years ago
  2. 57433b5 crypto: inside-secure - improve the send error path by Antoine Tenart · 7 years ago
  3. d910708 crypto: inside-secure - fix a typo in a register name by Antoine Tenart · 7 years ago
  4. c2c5540 crypto: inside-secure - fix typo s/allways/always/ in a define by Antoine Tenart · 7 years ago
  5. b869648 crypto: inside-secure - move the digest to the request context by Antoine Tenart · 7 years ago
  6. e9acf052 crypto: cavium - Replace mdelay with msleep in cpt_device_init by Jia-Ju Bai · 7 years ago
  7. 9678a8d crypto: bfin_crc - remove blackfin CRC driver by Arnd Bergmann · 7 years ago
  8. 1d17cbf crypto: inside-secure - fix clock resource by adding a register clock by Gregory CLEMENT · 7 years ago
  9. 5b37689 crypto: inside-secure - improve clock initialization by Gregory CLEMENT · 7 years ago
  10. f962eb4 crypto: inside-secure - fix clock management by Gregory CLEMENT · 7 years ago
  11. efa94457 crypto: inside-secure - fix missing unlock on error in safexcel_ahash_send_req() by weiyongjun \(A\) · 7 years ago
  12. 0108aab crypto: talitos - Delete an error message for a failed memory allocation in talitos_edesc_alloc() by Markus Elfring · 7 years ago
  13. b698a9f crypto: ccp - Validate buffer lengths for copy operations by Gary R Hook · 7 years ago
  14. 5bfa7ac crypto: virtio - remove dependency on CRYPTO_AUTHENC by Peter Wu · 7 years ago
  15. 5110e65 crypto: chelsio -Split Hash requests for large scatter gather list by Harsh Jain · 7 years ago
  16. 7ffb911 crypto: chelsio - Fix iv passed in fallback path for rfc3686 by Harsh Jain · 7 years ago
  17. 5fb78db crypto: chelsio - Update IV before sending request to HW by Harsh Jain · 7 years ago
  18. 1d693cf crypto: chelsio - Fix src buffer dma length by Harsh Jain · 7 years ago
  19. 125d01c crypto: chelsio - Use kernel round function to align lengths by Harsh Jain · 7 years ago
  20. 6c51ddd crypto: ccp - Use memdup_user() rather than duplicating its implementation by Markus Elfring · 7 years ago
  21. 0ee991b crypto: ccp - Fill the result buffer only on digest, finup, and final ops by Gary R Hook · 7 years ago
  22. 6584eac crypto: s5p-sss - Constify pointed data (arguments and local variables) by Krzysztof Kozlowski · 7 years ago
  23. 0e477c5 crypto: s5p-sss - Remove useless check for non-null request by Krzysztof Kozlowski · 7 years ago
  24. 17f5b19 crypto: omap-sham - Fix misleading indentation by Krzysztof Kozlowski · 7 years ago
  25. 05a0257 crypto: omap-sham - Remove useless check for non-null request by Krzysztof Kozlowski · 7 years ago
  26. 80862bd crypto: chelsio - no csum offload for ipsec path by Atul Gupta · 7 years ago
  27. 5007387 crypto: omap-aes - make queue length configurable by Tero Kristo · 7 years ago
  28. 537c62c crypto: omap-aes - make fallback size configurable by Tero Kristo · 7 years ago
  29. 62f7c70 crypto: omap-sham - make queue length configurable by Tero Kristo · 7 years ago
  30. c9af599 crypto: omap-sham - make fallback size configurable by Tero Kristo · 7 years ago
  31. 065fa25 crypto: omap-crypto - Verify page zone scatterlists before starting DMA by Tero Kristo · 7 years ago
  32. 4c21985 crypto: omap-sham - Verify page zone of scatterlists before starting DMA by Tero Kristo · 7 years ago
  33. 6a4967c crypto: talitos - do not perform unnecessary dma synchronisation by LEROY Christophe · 7 years ago
  34. ad4cd51 crypto: talitos - don't persistently map req_ctx->hw_context and req_ctx->buf by LEROY Christophe · 7 years ago
  35. 4dc5475 crypto: inside-secure - wait for the request to complete if in the backlog by Antoine Tenart · 7 years ago
  36. cff9a17 crypto: inside-secure - move cache result dma mapping to request by Antoine Tenart · 7 years ago
  37. b859202 crypto: inside-secure - move hash result dma mapping to request by Ofer Heifetz · 7 years ago
  38. e385b5b crypto: ccp - Fix sparse, use plain integer as NULL pointer by Brijesh Singh · 7 years ago
  39. 0a9eb80 crypto: ccp - return an actual key size from RSA max_size callback by Maciej S. Szmigiero · 7 years ago
  40. 79eb382 crypto: ccp - don't disable interrupts while setting up debugfs by Sebastian Andrzej Siewior · 7 years ago
  41. 5d804a51 crypto: atmel-aes - fix the keys zeroing on errors by Antoine Tenart · 7 years ago
  42. 699e491 crypto: caam - do not use mem and emi_slow clock for imx7x by Rui Miguel Silva · 7 years ago
  43. b85149f crypto: caam - Fix null dereference at error path by Rui Miguel Silva · 7 years ago
  44. 716c7c3 crypto: ccp - add check to get PSP master only when PSP is detected by Brijesh Singh · 7 years ago
  45. d800e34 crypto: ccree - replace memset+kfree with kzfree by Gilad Ben-Yossef · 7 years ago
  46. 27b3b22 crypto: ccree - add support for older HW revs by Gilad Ben-Yossef · 7 years ago
  47. 6137139 crypto: ccree - remove unused definitions by Gilad Ben-Yossef · 7 years ago
  48. c42bd63 crypto: marvell/cesa - Clean up redundant #include by Robin Murphy · 7 years ago
  49. d4858aa Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  50. e5699f5 crypto: ccp: Fix sparse, use plain integer as NULL pointer by Brijesh Singh · 7 years ago
  51. 0bb7816 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  52. 0174570 crypto: ccree - fix memdup.cocci warnings by Fengguang Wu · 7 years ago
  53. 0268483 crypto: atmel - Delete error messages for a failed memory allocation in six functions by Markus Elfring · 7 years ago
  54. 72e8d3f crypto: bcm - Delete an error message for a failed memory allocation in do_shash() by Markus Elfring · 7 years ago
  55. 5471f2e crypto: bfin_crc - Delete an error message for a failed memory allocation in bfin_crypto_crc_probe() by Markus Elfring · 7 years ago
  56. 8c48db9 crypto: nx-842 - Delete an error message for a failed memory allocation in nx842_pseries_init() by Markus Elfring · 7 years ago
  57. a8bc22f crypto: sahara - Improve a size determination in sahara_probe() by Markus Elfring · 7 years ago
  58. 0d576d9 crypto: sahara - Delete an error message for a failed memory allocation in sahara_probe() by Markus Elfring · 7 years ago
  59. 0c704bf crypto: ux500 - Delete two unnecessary variable initialisations in ux500_cryp_probe() by Markus Elfring · 7 years ago
  60. 9dea694 crypto: ux500 - Adjust an error message in ux500_cryp_probe() by Markus Elfring · 7 years ago
  61. 50ca524 crypto: ux500 - Adjust two condition checks in ux500_cryp_probe() by Markus Elfring · 7 years ago
  62. dbbd5d1 crypto: ux500 - Delete an error message for a failed memory allocation in ux500_cryp_probe() by Markus Elfring · 7 years ago
  63. 57240a7 crypto: inside-secure - unmap the result in the hash send error path by Antoine Tenart · 7 years ago
  64. f7268c5 crypto: inside-secure - keep the requests push/pop synced by Antoine Tenart · 7 years ago
  65. b7007db crypto: inside-secure - fix the invalidation step during cra_exit by Antoine Tenart · 7 years ago
  66. 95831ce crypto: inside-secure - do not process request if no command was issued by Antoine Tenart · 7 years ago
  67. 666a9c7 crypto: inside-secure - fix the cache_len computation by Antoine Tenart · 7 years ago
  68. c1a8fa6 crypto: inside-secure - fix the extra cache computation by Antoine Tenart · 7 years ago
  69. e1d24c0 crypto: inside-secure - do not overwrite the threshold value by Antoine Tenart · 7 years ago
  70. 7c73cf4c crypto: sunxi-ss - Add MODULE_ALIAS to sun4i-ss by Peter Robinson · 7 years ago
  71. a43a348 crypto: stm32/cryp - add stm32mp1 support by Fabien DESSENNE · 7 years ago
  72. 9d3b503 crypto: stm32/cryp - add aes gcm / ccm support by Fabien DESSENNE · 7 years ago
  73. 9f32bb5 crypto: qat - Make several functions static by Colin Ian King · 7 years ago
  74. 404a36a crypto: ccp - Make function ccp_get_dma_chan_attr static by Colin Ian King · 7 years ago
  75. 1efb892 crypto: chelsio - Make function aead_ccm_validate_input static by Colin Ian King · 7 years ago
  76. d03d29b crypto: stm32/hash - rework padding length by Lionel Debieve · 7 years ago
  77. ff1cae4 crypto: stm32/hash - fix performance issues by Lionel Debieve · 7 years ago
  78. a3d98b9 crypto: stm32/hash - avoid error if maxburst not defined by Lionel Debieve · 7 years ago
  79. d3e41b5 crypto: caam/qi - add GCM support by Horia Geantă · 7 years ago
  80. 87ec3a0 crypto: caam - prepare for gcm(aes) support over QI interface by Horia Geantă · 7 years ago
  81. cb3078f crypto: caam/qi - return -EBADMSG for ICV check failure by Horia Geantă · 7 years ago
  82. dc7bcef crypto: stm32-cryp - convert to the new crypto engine API by Corentin LABBE · 7 years ago
  83. fb45490 crypto: stm32-hash - convert to the new crypto engine API by Corentin LABBE · 7 years ago
  84. 6718937 crypto: virtio - convert to new crypto engine API by Corentin LABBE · 7 years ago
  85. c21c8b8 crypto: omap - convert to new crypto engine API by Corentin LABBE · 7 years ago
  86. ab8ec96 crypto: ccree - add FIPS support by Gilad Ben-Yossef · 7 years ago
  87. ff27e85 crypto: ccree - add AEAD support by Gilad Ben-Yossef · 7 years ago
  88. 6389381 crypto: ccree - add ahash support by Gilad Ben-Yossef · 7 years ago
  89. 63ee04c crypto: ccree - add skcipher support by Gilad Ben-Yossef · 7 years ago
  90. 4c3f972 crypto: ccree - introduce CryptoCell driver by Gilad Ben-Yossef · 7 years ago
  91. f1b2981 crypto: bfin_crc - Add empty hash export and import by Kamil Konieczny · 7 years ago
  92. 3c9418f crypto: ux500/hash - Add empty export and import by Kamil Konieczny · 7 years ago
  93. 378fe6f crypto: n2 - Add empty hash export and import by Kamil Konieczny · 7 years ago
  94. 9190b6f crypto: mxs-dcp - Add empty hash export and import by Kamil Konieczny · 7 years ago
  95. c927b08 crypto: s5p-sss - Fix kernel Oops in AES-ECB mode by Kamil Konieczny · 7 years ago
  96. d4667ca Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  97. b399151 x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping by Jia Zhang · 7 years ago
  98. 178e834 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  99. 15303ba Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  100. 2e7d1d6 crypto: sun4i_ss_prng - convert lock to _bh in sun4i_ss_prng_generate by Artem Savkov · 7 years ago