1. bc8ae0e Merge branch 'android12-5.10' into `android12-5.10-lts` by Greg Kroah-Hartman · 3 years, 1 month ago
  2. 903e97a ANDROID: fips140: refactor evaluation testing support by Eric Biggers · 3 years, 1 month ago
  3. c553d9a Merge 5.10.80 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 1 month ago
  4. 66f7de1 crypto: ecc - fix CRYPTO_DEFAULT_RNG dependency by Arnd Bergmann · 3 years, 3 months ago
  5. 5066197 ANDROID: fips140: add/update module help text by Eric Biggers · 3 years, 6 months ago
  6. b7397e8 ANDROID: fips140: add power-up cryptographic self-tests by Eric Biggers · 3 years, 6 months ago
  7. 6be141e ANDROID: crypto: fips140 - perform load time integrity check by Ard Biesheuvel · 3 years, 9 months ago
  8. b0454a2 crypto: mips/poly1305 - enable for all MIPS processors by Maciej W. Rozycki · 3 years, 10 months ago
  9. 4110602 crypto: Kconfig - CRYPTO_MANAGER_EXTRA_TESTS requires the manager by Jason A. Donenfeld · 4 years, 2 months ago
  10. ea7ecb6 crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithm by Tianjia Zhang · 4 years, 3 months ago
  11. 77ebdab crypto: af_alg - add extra parameters for DRBG interface by Elena Petrova · 4 years, 3 months ago
  12. 1674aea crypto: Kconfig - mark unused ciphers as obsolete by Ard Biesheuvel · 4 years, 4 months ago
  13. 9ace677 crypto: arc4 - mark ecb(arc4) skcipher as obsolete by Ard Biesheuvel · 4 years, 4 months ago
  14. 9332a9e crypto: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 5 months ago
  15. 4152d14 Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux by Linus Torvalds · 4 years, 7 months ago
  16. d6fc1a4 crypto: drbg - should select CTR by Corentin Labbe · 4 years, 8 months ago
  17. f23efcb crypto: ctr - no longer needs CRYPTO_SEQIV by Corentin Labbe · 4 years, 8 months ago
  18. 5429ef6 compiler/gcc: Raise minimum GCC version for kernel builds to 4.8 by Will Deacon · 5 years ago
  19. 2343d15 crypto: Kconfig - allow tests to be disabled when manager is disabled by Jason A. Donenfeld · 5 years ago
  20. ab3d436 crypto: essiv - fix AEAD capitalization and preposition use in help text by Geert Uytterhoeven · 5 years ago
  21. 660eda8 crypto: mips/chacha - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHER by Eric Biggers · 5 years ago
  22. bb611bd crypto: curve25519 - x86_64 library and KPP implementations by Jason A. Donenfeld · 5 years ago
  23. ee772cb crypto: curve25519 - implement generic KPP driver by Ard Biesheuvel · 5 years ago
  24. ed0356e crypto: blake2s - x86_64 SIMD implementation by Jason A. Donenfeld · 5 years ago
  25. 7f9b088 crypto: blake2s - implement generic shash driver by Ard Biesheuvel · 5 years ago
  26. a11d055 crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementation by Ard Biesheuvel · 5 years ago
  27. f0e89bc crypto: x86/poly1305 - expose existing driver as poly1305 library by Ard Biesheuvel · 5 years ago
  28. 1b2c6a5 crypto: x86/poly1305 - depend on generic library not generic shash by Ard Biesheuvel · 5 years ago
  29. 48ea8c6 crypto: poly1305 - move core routines into a separate library by Ard Biesheuvel · 5 years ago
  30. 3a2f58f crypto: mips/chacha - wire up accelerated 32r2 code from Zinc by Ard Biesheuvel · 5 years ago
  31. 84e03fa crypto: x86/chacha - expose SIMD ChaCha routine as library function by Ard Biesheuvel · 5 years ago
  32. 28e8d89 crypto: x86/chacha - depend on generic chacha library instead of crypto driver by Ard Biesheuvel · 5 years ago
  33. 5fb8ef2 crypto: chacha - move existing library code into lib/crypto by Ard Biesheuvel · 5 years ago
  34. 746b2e0 crypto: lib - tidy up lib/crypto Kconfig and Makefile by Ard Biesheuvel · 5 years ago
  35. b95bba5 crypto: skcipher - rename the crypto_blkcipher module and kconfig option by Eric Biggers · 5 years ago
  36. 91d6893 crypto: blake2b - add blake2b generic implementation by David Sterba · 5 years ago
  37. 7f725f4 crypto: powerpc - convert SPE AES algorithms to skcipher API by Eric Biggers · 5 years ago
  38. cd5d2f8 crypto: sparc/des - convert to skcipher API by Eric Biggers · 5 years ago
  39. c72a26e crypto: sparc/camellia - convert to skcipher API by Eric Biggers · 5 years ago
  40. 64db5e7 crypto: sparc/aes - convert to skcipher API by Eric Biggers · 5 years ago
  41. 8305367 crypto: aegis128/simd - build 32-bit ARM for v8 architecture explicitly by Ard Biesheuvel · 5 years ago
  42. 3e414b5 Merge tag 'for-5.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 5 years ago
  43. be1eb7f crypto: essiv - create wrapper template for ESSIV generation by Ard Biesheuvel · 5 years ago
  44. 08c327f crypto: sha256_generic - Switch to the generic lib/crypto/sha256.c lib code by Hans de Goede · 5 years ago
  45. 01d3aee crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use by Hans de Goede · 5 years ago
  46. 04007b0 crypto: des - split off DES library from generic DES cipher driver by Ard Biesheuvel · 5 years ago
  47. a439763 crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics by Ard Biesheuvel · 5 years ago
  48. c9f1fd4 Revert "crypto: aegis128 - add support for SIMD acceleration" by Herbert Xu · 5 years ago
  49. 8dfa20f crypto: ghash - add comment and improve help text by Eric Biggers · 5 years ago
  50. ecc8bc8 crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics by Ard Biesheuvel · 5 years ago
  51. 520c199 crypto: aegis128l/aegis256 - remove x86 and generic implementations by Ard Biesheuvel · 5 years ago
  52. 5cb9770 crypto: morus - remove generic and x86 implementations by Ard Biesheuvel · 5 years ago
  53. 5bb12d7 crypto: aes-generic - drop key expansion routine in favor of library version by Ard Biesheuvel · 5 years ago
  54. 1d2c327 crypto: x86/aes - drop scalar assembler implementations by Ard Biesheuvel · 5 years ago
  55. 2c53fd1 crypto: x86/aes-ni - switch to generic for fallback and key routines by Ard Biesheuvel · 5 years ago
  56. e59c1c9 crypto: aes - create AES library based on the fixed time AES code by Ard Biesheuvel · 5 years ago
  57. dc51f25 crypto: arc4 - refactor arc4 core code into separate library by Ard Biesheuvel · 6 years ago
  58. 67882e7 crypto: xxhash - Implement xxhash support by Nikolay Borisov · 6 years ago
  59. 3e56e16 crypto: cryptd - move kcrypto_wq into cryptd by Eric Biggers · 6 years ago
  60. e590e13 crypto: gf128mul - make unselectable by user by Eric Biggers · 6 years ago
  61. 8780414 crypto: echainiv - change to 'default n' by Eric Biggers · 6 years ago
  62. c8a3315 crypto: make all templates select CRYPTO_MANAGER by Eric Biggers · 6 years ago
  63. 929d34c crypto: testmgr - make extra tests depend on cryptomgr by Eric Biggers · 6 years ago
  64. 1036633 crypto: ecrdsa - select ASN1 and OID_REGISTRY for EC-RDSA by Vitaly Chikunov · 6 years ago
  65. 0d7a786 crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithm by Vitaly Chikunov · 6 years ago
  66. 4a2289d crypto: ecc - make ecc into separate module by Vitaly Chikunov · 6 years ago
  67. 3d6228a crypto: Kconfig - create Public-key cryptography section by Vitaly Chikunov · 6 years ago
  68. d99324c crypto: fips - Grammar s/options/option/, s/to/the/ by Geert Uytterhoeven · 6 years ago
  69. 4e5180e crypto: Kconfig - fix typos AEGSI -> AEGIS by Ondrej Mosnacek · 6 years ago
  70. e151a8d crypto: x86/morus1280 - convert to use AEAD SIMD helpers by Eric Biggers · 6 years ago
  71. 4773095 crypto: x86/morus640 - convert to use AEAD SIMD helpers by Eric Biggers · 6 years ago
  72. b6708c2 crypto: x86/aegis256 - convert to use AEAD SIMD helpers by Eric Biggers · 6 years ago
  73. d628132 crypto: x86/aegis128l - convert to use AEAD SIMD helpers by Eric Biggers · 6 years ago
  74. de272ca crypto: x86/aegis128 - convert to use AEAD SIMD helpers by Eric Biggers · 6 years ago
  75. 5b2706a crypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA_TESTS by Eric Biggers · 6 years ago
  76. af8cb01 crypto: Kconfig - Fix typo in "pclmul" by haco · 6 years ago
  77. 769e470 Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  78. 8636a1f treewide: surround Kconfig file paths with double quotes by Masahiro Yamada · 6 years ago
  79. 7a507d6 crypto: x86/chacha - add XChaCha12 support by Eric Biggers · 6 years ago
  80. 4af7826 crypto: x86/chacha20 - add XChaCha20 support by Eric Biggers · 6 years ago
  81. 0f961f9 crypto: x86/nhpoly1305 - add AVX2 accelerated NHPoly1305 by Eric Biggers · 6 years ago
  82. 012c823 crypto: x86/nhpoly1305 - add SSE2 accelerated NHPoly1305 by Eric Biggers · 6 years ago
  83. a6a3138 crypto: user - CRYPTO_STATS should depend on CRYPTO_USER by Corentin Labbe · 6 years ago
  84. 059c2a4 crypto: adiantum - add Adiantum support by Eric Biggers · 6 years ago
  85. 26609a2 crypto: nhpoly1305 - add NHPoly1305 support by Eric Biggers · 6 years ago
  86. aa76240 crypto: chacha - add XChaCha12 support by Eric Biggers · 6 years ago
  87. de61d7a crypto: chacha20-generic - add XChaCha20 support by Eric Biggers · 6 years ago
  88. fe18957 crypto: streebog - add Streebog hash function by Vitaly Chikunov · 6 years ago
  89. ecd6d5c crypto: cts - document NIST standard status by Gilad Ben-Yossef · 6 years ago
  90. 0a6a40c crypto: aes_ti - disable interrupts while accessing S-box by Eric Biggers · 6 years ago
  91. 944585a crypto: x86/aes-ni - remove special handling of AES in PCBC mode by Ard Biesheuvel · 6 years ago
  92. e497c51 crypto: ofb - add output feedback mode by Gilad Ben-Yossef · 6 years ago
  93. cac5818 crypto: user - Implement a generic crypto statistics by Corentin Labbe · 6 years ago
  94. ab8085c crypto: x86 - remove SHA multibuffer routines and mcryptd by Ard Biesheuvel · 6 years ago
  95. 578bdaa crypto: speck - remove Speck by Jason A. Donenfeld · 6 years ago
  96. b7b73cd crypto: x86/salsa20 - remove x86 salsa20 implementations by Eric Biggers · 7 years ago
  97. 2808f17 crypto: morus - Mark MORUS SIMD glue as x86-specific by Ondrej Mosnacek · 7 years ago
  98. 6ecc9d9 crypto: x86 - Add optimized MORUS implementations by Ondrej Mosnacek · 7 years ago
  99. 56e8e57 crypto: morus - Add common SIMD glue code for MORUS by Ondrej Mosnacek · 7 years ago
  100. 396be41 crypto: morus - Add generic MORUS AEAD implementations by Ondrej Mosnacek · 7 years ago