1. ceec5f5 crypto: qcom-rng - Add Qcom prng driver by Vinod Koul · 7 years ago
  2. d978b03 dt-bindings: crypto: Move prng binding to crypto by Vinod Koul · 7 years ago
  3. 5a2c3a3 hwrng: msm - remove msm hw_random driver by Vinod Koul · 7 years ago
  4. 0e7d4d9 crypto: sharah - Unregister correct algorithms for SAHARA 3 by Michael Müller · 7 years ago
  5. e5c8ee1 crypto: inside-secure - initialize first_rdesc to make GCC happy by Antoine Tenart · 7 years ago
  6. 301422e crypto: inside-secure - switch to SPDX identifiers by Antoine Tenart · 7 years ago
  7. aef6658 crypto: ecdh - fix typo of P-192 b value by Stephan Mueller · 7 years ago
  8. c98fae5 crypto: dh - update test for public key verification by Stephan Mueller · 7 years ago
  9. cf862cb crypto: drbg - eliminate constant reinitialization of SGL by Stephan Mueller · 7 years ago
  10. 3fd8093 crypto: dh - fix memory leak by Gustavo A. R. Silva · 7 years ago
  11. d6be72e crypto: chtls - use 64-bit arithmetic instead of 32-bit by Gustavo A. R. Silva · 7 years ago
  12. dcbc0c6 crypto: ccp - Add support for new CCP/PSP device ID by Tom Lendacky · 7 years ago
  13. ad01a98 crypto: ccp - Support register differences between PSP devices by Tom Lendacky · 7 years ago
  14. 03af912 crypto: ccp - Remove unused #defines by Tom Lendacky · 7 years ago
  15. 015c8c8 crypto: ccp - Add psp enabled message when initialization succeeds by Tom Lendacky · 7 years ago
  16. f426d2b crypto: ccp - Fix command completion detection race by Tom Lendacky · 7 years ago
  17. 5c324a2 crypto: ccree - rate limit debug print by Gilad Ben-Yossef · 7 years ago
  18. 84f366d crypto: ccree - use CBC-CS3 CTS mode by Gilad Ben-Yossef · 7 years ago
  19. d6b609d crypto: ccree - remove dead legacy code by Gilad Ben-Yossef · 7 years ago
  20. 00904aa crypto: ccree - fix iv handling by Gilad Ben-Yossef · 7 years ago
  21. 7671509 crypto: testmgr - add hash finup tests by Gilad Ben-Yossef · 7 years ago
  22. 26497e7 crypto: ccree - fix finup by Hadar Gat · 7 years ago
  23. 85d7311 crypto: remove redundant type flags from tfm allocation by Eric Biggers · 7 years ago
  24. 2c95e6d crypto: skcipher - remove useless setting of type flags by Eric Biggers · 7 years ago
  25. 3f4a537 crypto: aead - remove useless setting of type flags by Eric Biggers · 7 years ago
  26. c87a405 crypto: ahash - remove useless setting of cra_type by Eric Biggers · 7 years ago
  27. 6a38f62 crypto: ahash - remove useless setting of type flags by Eric Biggers · 7 years ago
  28. e50944e crypto: shash - remove useless setting of type flags by Eric Biggers · 7 years ago
  29. 8aeef49 crypto: x86/sha-mb - decrease priority of multibuffer algorithms by Eric Biggers · 7 years ago
  30. e478901 crypto: sha512_generic - add cra_priority by Eric Biggers · 7 years ago
  31. b73b7ac0 crypto: sha256_generic - add cra_priority by Eric Biggers · 7 years ago
  32. 90ef3e4 crypto: sha1_generic - add cra_priority by Eric Biggers · 7 years ago
  33. 26ec388 crypto: MAINTAINERS - fix file path for SHA multibuffer code by Eric Biggers · 7 years ago
  34. af839b4 crypto: x86/sha256-mb - fix digest copy in sha256_mb_mgr_get_comp_job_avx2() by Eric Biggers · 7 years ago
  35. 9744fec crypto: inside-secure - remove request list to improve performance by Ofer Heifetz · 7 years ago
  36. 62469879 crypto: inside-secure - ecb(des3_ede) and cbc(des3_ede) support by Ofer Heifetz · 7 years ago
  37. a7dea8c crypto: inside-secure - ecb(des) and cbc(des) support by Ofer Heifetz · 7 years ago
  38. b471e4b crypto: inside-secure - hmac(md5) support by Ofer Heifetz · 7 years ago
  39. 293f89c crypto: inside-secure - md5 support by Ofer Heifetz · 7 years ago
  40. 63b9427 crypto: inside-secure - set tx_max_cmd_queue to 32 by Ofer Heifetz · 7 years ago
  41. f1edf29 crypto: inside-secure - reset CDR and RDR rings on module removal by Ofer Heifetz · 7 years ago
  42. fbd0a7c crypto: inside-secure - adjust the TRC configuration for EIP197D by Ofer Heifetz · 7 years ago
  43. 6cdc06d Documentation/bindings: crypto: inside-secure: eip197d support by Antoine Tenart · 7 years ago
  44. 5eb0911 crypto: inside-secure - eip197d support by Antoine Tenart · 7 years ago
  45. 367571e crypto: inside-secure - add multiple processing engine support by Ofer Heifetz · 7 years ago
  46. 18e0e95 crypto: inside-secure - dynamic ring configuration allocation by Ofer Heifetz · 7 years ago
  47. 53c83e9 crypto: inside-secure - add an invalidation flag by Antoine Tenart · 7 years ago
  48. 998d2ab crypto: inside-secure - filter out the algorithms by engine by Antoine Tenart · 7 years ago
  49. bfda74a Documentation/bindings: crypto: inside-secure: update the compatibles by Antoine Tenart · 7 years ago
  50. 7d8f52a crypto: inside-secure - use precise compatibles by Antoine Tenart · 7 years ago
  51. 043ecc6 crypto: inside-secure - move the firmware to a better location by Antoine Tenart · 7 years ago
  52. e3fe0ae crypto: dh - add public key verification test by Stephan Mueller · 7 years ago
  53. 73463ad crypto: stm32/crc - Add power management support by lionel.debieve@st.com · 7 years ago
  54. 8b4d566 crypto: stm32/hash - Add power management support by lionel.debieve@st.com · 7 years ago
  55. 65f9aa3 crypto: stm32/cryp - Add power management support by lionel.debieve@st.com · 7 years ago
  56. cefd769 crypto: skcipher - Fix -Wstringop-truncation warnings by Stafford Horne · 7 years ago
  57. ea169a3 crypto: ecdh - add public key verification test by Stephan Mueller · 7 years ago
  58. e4e4730 crypto: skcipher - remove the exporting of skcipher_walk_next by Denis Efremov · 7 years ago
  59. d0d859b crypto: virtio - Register an algo only if it's supported by Farhan Ali · 7 years ago
  60. b551bac crypto: virtio - Read crypto services and algorithm masks by Farhan Ali · 7 years ago
  61. 0917b87 crypto: vmac - remove insecure version with hardcoded nonce by Eric Biggers · 7 years ago
  62. ed331ad crypto: vmac - add nonced version with big endian digest by Eric Biggers · 7 years ago
  63. bb29648 crypto: vmac - separate tfm and request context by Eric Biggers · 7 years ago
  64. 73bf20e crypto: vmac - require a block cipher with 128-bit block size by Eric Biggers · 7 years ago
  65. 38641b8 crypto: atmel-ecc - remove overly verbose dev_info by Tudor-Dan Ambarus · 7 years ago
  66. e9440ff crypto: atmel-ecc - fix to allow multi segment scatterlists by Tudor-Dan Ambarus · 7 years ago
  67. 2a2b946 crypto: cavium - make structure algs static by Colin Ian King · 7 years ago
  68. b25c119 crypto: aegis - fix indentation of a statement by Colin Ian King · 7 years ago
  69. ea23cb5 crypto: inside-secure - authenc(hmac(sha384), cbc(aes)) support by Antoine Tenart · 7 years ago
  70. 1f5d5d98 crypto: inside-secure - hmac(sha384) support by Antoine Tenart · 7 years ago
  71. 9e46eaf crypto: inside-secure - sha384 support by Antoine Tenart · 7 years ago
  72. 26f7120 crypto: sha512_generic - add a sha384 0-length pre-computed hash by Antoine Tenart · 7 years ago
  73. 87eee12 crypto: inside-secure - authenc(hmac(sha512), cbc(aes)) support by Antoine Tenart · 7 years ago
  74. 0de54fb1 crypto: inside-secure - hmac(sha512) support by Antoine Tenart · 7 years ago
  75. b460edb crypto: inside-secure - sha512 support by Antoine Tenart · 7 years ago
  76. 30c217e crypto: sha512_generic - add a sha512 0-length pre-computed hash by Antoine Tenart · 7 years ago
  77. 25bc955 crypto: inside-secure - improve the counter computation by Antoine Tenart · 7 years ago
  78. cda3e73 crypto: inside-secure - use the error handler for invalidation requests by Antoine Tenart · 7 years ago
  79. ce43b2e crypto: inside-secure - increase minimum transfer size by Ofer Heifetz · 7 years ago
  80. ce397d2 Linux 4.18-rc1 by Linus Torvalds · 7 years ago
  81. 265c5596 Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  82. 5e7b921 Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental by Linus Torvalds · 7 years ago
  83. dbb2816f Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  84. 644f263 Merge tag 'fbdev-v4.18' of git://github.com/bzolnier/linux by Linus Torvalds · 7 years ago
  85. 35773c9 Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  86. 29d6849 Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  87. a5b729e Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  88. 9215310 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  89. de7f01c Merge tag 'modules-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  90. 8d1e513 Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 7 years ago
  91. 6a4d4b3 Merge tag 'riscv-for-linus-4.18-merge_window' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux by Linus Torvalds · 7 years ago
  92. 8949170c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  93. 2f3f056 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  94. 44348e8a fix a series of Documentation/ broken file name references by Mauro Carvalho Chehab · 7 years ago
  95. 315e6bc Documentation: rstFlatTable.py: fix a broken reference by Mauro Carvalho Chehab · 7 years ago
  96. 6ec71b2 ABI: sysfs-devices-system-cpu: remove a broken reference by Mauro Carvalho Chehab · 7 years ago
  97. e5ca425 devicetree: fix a series of wrong file references by Mauro Carvalho Chehab · 7 years ago
  98. 18ba1f9 devicetree: fix name of pinctrl-bindings.txt by Mauro Carvalho Chehab · 7 years ago
  99. 6c79521 devicetree: fix some bindings file names by Mauro Carvalho Chehab · 7 years ago
  100. 5efa6f8 MAINTAINERS: fix location of DT npcm files by Mauro Carvalho Chehab · 7 years ago