1. 39a5101 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 3 months ago
  2. 39e4716 crypto: arm64: Use x16 with indirect branch to bti_c by Jeremy Linton · 4 years, 3 months ago
  3. a4cb40f crypto: arm64/gcm - Fix endianness warnings by Herbert Xu · 4 years, 5 months ago
  4. 0f4128d crypto: arm64/sha - Add declarations for assembly variables by Herbert Xu · 4 years, 5 months ago
  5. e4f8748 crypto: arm64/gcm - use inline helper to suppress indirect calls by Ard Biesheuvel · 4 years, 6 months ago
  6. 17d0fb1f crypto: arm64/gcm - use variably sized key struct by Ard Biesheuvel · 4 years, 6 months ago
  7. 94fe450 crypto: arm64/gcm - disentangle ghash and gcm setkey() routines by Ard Biesheuvel · 4 years, 6 months ago
  8. 37b6aab crypto: arm64/ghash - drop PMULL based shash by Ard Biesheuvel · 4 years, 6 months ago
  9. 81e8c10 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 7 months ago
  10. 2aaba01 crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.h by Eric Biggers · 4 years, 8 months ago
  11. a221b33 crypto: arm64/aes-glue - use crypto_shash_tfm_digest() by Eric Biggers · 4 years, 8 months ago
  12. a9a8ba9 crypto: arch/nhpoly1305 - process in explicit 4k chunks by Jason A. Donenfeld · 4 years, 9 months ago
  13. 706024a crypto: arch/lib - limit simd usage to 4k chunks by Jason A. Donenfeld · 4 years, 9 months ago
  14. 3ca73b7 crypto: arm64 - Consistently enable extension by Mark Brown · 4 years, 9 months ago
  15. ff2ae60 Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 4 years, 9 months ago
  16. 72f3542 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 9 months ago
  17. 3cd86a5 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 9 months ago
  18. d198b34f .gitignore: add SPDX License Identifier by Masahiro Yamada · 4 years, 10 months ago
  19. 979e52c Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 10 months ago
  20. 82ff493 crypto: arm/neon - memzero_explicit aes-cbc key by Torsten Duwe · 4 years, 10 months ago
  21. c8cfcb7 crypto: arm64/chacha - correctly walk through blocks by Jason A. Donenfeld · 4 years, 10 months ago
  22. b8e5054 arm64: crypto: Modernize names for AES function macros by Mark Brown · 4 years, 11 months ago
  23. 2ca86c3 arm64: crypto: Modernize some extra assembly annotations by Mark Brown · 4 years, 11 months ago
  24. d282eee crypto: arm64/sha-ce - implement export/import by Corentin Labbe · 4 years, 11 months ago
  25. 4fb3d8b crypto: arm64/poly1305 - ignore build files by Matteo Croce · 5 years ago
  26. a78208e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 5 years ago
  27. 3189990 crypto: {arm,arm64,mips}/poly1305 - remove redundant non-reduction from emit by Jason A. Donenfeld · 5 years ago
  28. 674f368 crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN by Eric Biggers · 5 years ago
  29. 0e89640 crypto: arm64 - Use modern annotations for assembly functions by Mark Brown · 5 years ago
  30. 5441c65 crypto: arm64/ghash-neon - bump priority to 150 by Ard Biesheuvel · 5 years ago
  31. 6320a15 crypto: arm64/sha - fix function types by Sami Tolvanen · 5 years ago
  32. 7ef858d sched/rt, arm64: Use CONFIG_PREEMPTION by Thomas Gleixner · 5 years ago
  33. 8394bfe crypto: arch - conditionalize crypto api in arch glue for lib code by Jason A. Donenfeld · 5 years ago
  34. f569ca1 crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation by Ard Biesheuvel · 5 years ago
  35. b36d8c0 crypto: arm/chacha - remove dependency on generic ChaCha driver by Ard Biesheuvel · 5 years ago
  36. b3aad5b crypto: arm64/chacha - expose arm64 ChaCha routine as library function by Ard Biesheuvel · 5 years ago
  37. c77da48 crypto: arm64/chacha - depend on generic chacha library instead of crypto driver by Ard Biesheuvel · 5 years ago
  38. 5fb8ef2 crypto: chacha - move existing library code into lib/crypto by Ard Biesheuvel · 5 years ago
  39. b95bba5 crypto: skcipher - rename the crypto_blkcipher module and kconfig option by Eric Biggers · 5 years ago
  40. 9b53799 crypto: arm64/aes-neonbs - add return value of skcipher_walk_done() in __xts_crypt() by Yunfeng Ye · 5 years ago
  41. 11031c0 crypto: arm64/gcm-ce - implement 4 way interleave by Ard Biesheuvel · 5 years ago
  42. 67cfa5d crypto: arm64/aes-neonbs - implement ciphertext stealing for XTS by Ard Biesheuvel · 5 years ago
  43. 7cceca8 crypto: arm64/aes - implement support for XTS ciphertext stealing by Ard Biesheuvel · 5 years ago
  44. 7c9d65c crypto: arm64/aes-cts-cbc - move request context data to the stack by Ard Biesheuvel · 5 years ago
  45. 0cfd507 crypto: arm64/aes-cts-cbc-ce - performance tweak by Ard Biesheuvel · 5 years ago
  46. 69b6f2e crypto: arm64/aes-neon - limit exposed routines if faster driver is enabled by Ard Biesheuvel · 5 years ago
  47. 7a3b1c6 crypto: arm64/aes-neonbs - replace tweak mask literal with composition by Ard Biesheuvel · 5 years ago
  48. 7b865ec crypto: arm64/aes - Use PTR_ERR_OR_ZERO rather than its implementation. by zhong jiang · 5 years ago
  49. 8f373bf crypto: arm64 - Rename functions to avoid conflict with crypto/sha256.h by Hans de Goede · 5 years ago
  50. 735177c crypto: arm64/aes - implement accelerated ESSIV/CBC mode by Ard Biesheuvel · 5 years ago
  51. 65d0042 crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walk by Ard Biesheuvel · 5 years ago
  52. 642a88f crypto: arm64/aes-cipher - switch to shared AES inverse Sbox by Ard Biesheuvel · 6 years ago
  53. 58144b8 crypto: arm64/aes-neon - switch to shared AES Sboxes by Ard Biesheuvel · 6 years ago
  54. 4d3f9d8 crypto: arm64/aes-ce-cipher - use AES library as fallback by Ard Biesheuvel · 6 years ago
  55. ff6f411 crypto: aes - move sync ctr(aes) to AES library and generic helper by Ard Biesheuvel · 6 years ago
  56. c184472 crypto: arm64/aes-ce - switch to library version of key expansion routine by Ard Biesheuvel · 6 years ago
  57. f68df54 crypto: arm64/aes-neonbs - switch to library version of key expansion routine by Ard Biesheuvel · 6 years ago
  58. c59a6df crypto: arm64/aes-ccm - switch to AES library by Ard Biesheuvel · 6 years ago
  59. fe3b99b crypto: arm64/ghash - switch to AES library by Ard Biesheuvel · 6 years ago
  60. 724ecd3 crypto: aes - rename local routines to prevent future clashes by Ard Biesheuvel · 6 years ago
  61. 4d2fa8b Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  62. 7367bfe crypto: arm64/aes-ce - implement 5 way interleave for ECB, CBC and CTR by Ard Biesheuvel · 6 years ago
  63. e217413 crypto: arm64/aes-ce - add 5 way interleave routines by Ard Biesheuvel · 6 years ago
  64. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  65. 860ab2e crypto: chacha - constify ctx and iv arguments by Eric Biggers · 6 years ago
  66. 6bd934d crypto: arm64/sha2-ce - correct digest for empty data in finup by Elena Petrova · 6 years ago
  67. 1d4aaf1 crypto: arm64/sha1-ce - correct digest for empty data in finup by Elena Petrova · 6 years ago
  68. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  69. 81ff5d2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  70. 4a8108b crypto: arm64/aes-neonbs - don't access already-freed walk.iv by Eric Biggers · 6 years ago
  71. aaba098 arm64: HWCAP: add support for AT_HWCAP2 by Andrew Murray · 6 years ago
  72. f6e9af8 crypto: arm64/cbcmac - handle empty messages in same way as template by Eric Biggers · 6 years ago
  73. e52b702 crypto: arm64 - convert to use crypto_simd_usable() by Eric Biggers · 6 years ago
  74. 580e295 crypto: arm64/gcm-aes-ce - fix no-NEON fallback code by Eric Biggers · 6 years ago
  75. 63bdf42 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  76. f86d17e crypto: arm64/chacha - fix hchacha_block_neon() for big endian by Eric Biggers · 6 years ago
  77. 4b6d196 crypto: arm64/chacha - fix chacha_4block_xor_neon() for big endian by Eric Biggers · 6 years ago
  78. fa5fd3a crypto: arm64/aes-blk - update IV after partial final CTR block by Eric Biggers · 6 years ago
  79. 12455e3 crypto: arm64/aes-neonbs - fix returning final keystream block by Eric Biggers · 6 years ago
  80. 6227cd1 crypto: arm64/crct10dif-ce - cleanup and optimizations by Eric Biggers · 6 years ago
  81. 8336bdf crypto: arm64/crct10dif - register PMULL variants as separate algos by Ard Biesheuvel · 6 years ago
  82. 1b2ca56 crypto: arm64/crct10dif - remove dead code by Ard Biesheuvel · 6 years ago
  83. d72b9d4 crypto: arm64/crct10dif - revert to C code for short inputs by Ard Biesheuvel · 6 years ago
  84. 5a22b198 crypto: arm64/ghash - register PMULL variants as separate algos by Ard Biesheuvel · 6 years ago
  85. f935290 crypto: arm64/aes-ccm - don't use an atomic walk needlessly by Ard Biesheuvel · 6 years ago
  86. 969e2f5 crypto: arm64/aes-ccm - fix bugs in non-NEON fallback routine by Ard Biesheuvel · 6 years ago
  87. eaf46ed crypto: arm64/aes-ccm - fix logical bug in AAD MAC handling by Ard Biesheuvel · 6 years ago
  88. 668c35f Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  89. 2fe5598 crypto: arm64/chacha - use combined SIMD/ALU routine for more speed by Ard Biesheuvel · 6 years ago
  90. f2ca1cb crypto: arm64/chacha - optimize for arbitrary length inputs by Ard Biesheuvel · 6 years ago
  91. 19c11c9 crypto: arm64/chacha - add XChaCha12 support by Eric Biggers · 6 years ago
  92. 95a34b7 crypto: arm64/chacha20 - refactor to allow varying number of rounds by Eric Biggers · 6 years ago
  93. cc7cf99 crypto: arm64/chacha20 - add XChaCha20 support by Eric Biggers · 6 years ago
  94. a00fa0c crypto: arm64/nhpoly1305 - add NEON-accelerated NHPoly1305 by Eric Biggers · 6 years ago
  95. 8e9b61b kbuild: move .SECONDARY special target to Kbuild.include by Masahiro Yamada · 6 years ago
  96. 1ca1b91 crypto: chacha20-generic - refactor to allow varying number of rounds by Eric Biggers · 6 years ago
  97. cc3cc48 crypto: arm64/aes-blk - ensure XTS mask is always loaded by Ard Biesheuvel · 6 years ago
  98. 7ff9036 crypto: arm64/aes - fix handling sub-block CTS-CBC inputs by Eric Biggers · 6 years ago
  99. 2e5d2f3 crypto: arm64/aes-blk - improve XTS mask handling by Ard Biesheuvel · 6 years ago
  100. dd597fb crypto: arm64/aes-blk - add support for CTS-CBC mode by Ard Biesheuvel · 6 years ago