1. 81ff5d2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  2. 4a8108b crypto: arm64/aes-neonbs - don't access already-freed walk.iv by Eric Biggers · 6 years ago
  3. aaba098 arm64: HWCAP: add support for AT_HWCAP2 by Andrew Murray · 6 years ago
  4. f6e9af8 crypto: arm64/cbcmac - handle empty messages in same way as template by Eric Biggers · 6 years ago
  5. e52b702 crypto: arm64 - convert to use crypto_simd_usable() by Eric Biggers · 6 years ago
  6. 580e295 crypto: arm64/gcm-aes-ce - fix no-NEON fallback code by Eric Biggers · 6 years ago
  7. 63bdf42 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  8. f86d17e crypto: arm64/chacha - fix hchacha_block_neon() for big endian by Eric Biggers · 6 years ago
  9. 4b6d196 crypto: arm64/chacha - fix chacha_4block_xor_neon() for big endian by Eric Biggers · 6 years ago
  10. fa5fd3a crypto: arm64/aes-blk - update IV after partial final CTR block by Eric Biggers · 6 years ago
  11. 12455e3 crypto: arm64/aes-neonbs - fix returning final keystream block by Eric Biggers · 6 years ago
  12. 6227cd1 crypto: arm64/crct10dif-ce - cleanup and optimizations by Eric Biggers · 6 years ago
  13. 8336bdf crypto: arm64/crct10dif - register PMULL variants as separate algos by Ard Biesheuvel · 6 years ago
  14. 1b2ca56 crypto: arm64/crct10dif - remove dead code by Ard Biesheuvel · 6 years ago
  15. d72b9d4 crypto: arm64/crct10dif - revert to C code for short inputs by Ard Biesheuvel · 6 years ago
  16. 5a22b198 crypto: arm64/ghash - register PMULL variants as separate algos by Ard Biesheuvel · 6 years ago
  17. f935290 crypto: arm64/aes-ccm - don't use an atomic walk needlessly by Ard Biesheuvel · 6 years ago
  18. 969e2f5 crypto: arm64/aes-ccm - fix bugs in non-NEON fallback routine by Ard Biesheuvel · 6 years ago
  19. eaf46ed crypto: arm64/aes-ccm - fix logical bug in AAD MAC handling by Ard Biesheuvel · 6 years ago
  20. 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
  21. 2fe5598 crypto: arm64/chacha - use combined SIMD/ALU routine for more speed by Ard Biesheuvel · 6 years ago
  22. f2ca1cb crypto: arm64/chacha - optimize for arbitrary length inputs by Ard Biesheuvel · 6 years ago
  23. 19c11c9 crypto: arm64/chacha - add XChaCha12 support by Eric Biggers · 6 years ago
  24. 95a34b7 crypto: arm64/chacha20 - refactor to allow varying number of rounds by Eric Biggers · 6 years ago
  25. cc7cf99 crypto: arm64/chacha20 - add XChaCha20 support by Eric Biggers · 6 years ago
  26. a00fa0c crypto: arm64/nhpoly1305 - add NEON-accelerated NHPoly1305 by Eric Biggers · 6 years ago
  27. 8e9b61b kbuild: move .SECONDARY special target to Kbuild.include by Masahiro Yamada · 6 years ago
  28. 1ca1b91 crypto: chacha20-generic - refactor to allow varying number of rounds by Eric Biggers · 6 years ago
  29. cc3cc48 crypto: arm64/aes-blk - ensure XTS mask is always loaded by Ard Biesheuvel · 6 years ago
  30. 7ff9036 crypto: arm64/aes - fix handling sub-block CTS-CBC inputs by Eric Biggers · 6 years ago
  31. 2e5d2f3 crypto: arm64/aes-blk - improve XTS mask handling by Ard Biesheuvel · 6 years ago
  32. dd597fb crypto: arm64/aes-blk - add support for CTS-CBC mode by Ard Biesheuvel · 6 years ago
  33. 6e7de6a crypto: arm64/aes-blk - revert NEON yield for skciphers by Ard Biesheuvel · 6 years ago
  34. 557ecb4 crypto: arm64/aes-blk - remove pointless (u8 *) casts by Ard Biesheuvel · 6 years ago
  35. 2fffee5 crypto: arm64/crct10dif - implement non-Crypto Extensions alternative by Ard Biesheuvel · 6 years ago
  36. 6c1b0da crypto: arm64/crct10dif - preparatory refactor for 8x8 PMULL version by Ard Biesheuvel · 6 years ago
  37. 598b7d4 crypto: arm64/crc32 - remove PMULL based CRC32 driver by Ard Biesheuvel · 6 years ago
  38. ed6ed11 crypto: arm64/aes-modes - get rid of literal load of addend vector by Ard Biesheuvel · 6 years ago
  39. 578bdaa crypto: speck - remove Speck by Jason A. Donenfeld · 6 years ago
  40. c2b24c3 crypto: arm64/aes-gcm-ce - fix scatterwalk API violation by Ard Biesheuvel · 6 years ago
  41. 7fa885e crypto: arm64/sm4-ce - check for the right CPU feature bit by Ard Biesheuvel · 6 years ago
  42. 22240df7 crypto: arm64/ghash-ce - implement 4-way aggregation by Ard Biesheuvel · 6 years ago
  43. 8e492ef crypto: arm64/ghash-ce - replace NEON yield check with block limit by Ard Biesheuvel · 6 years ago
  44. 30f1a9f crypto: arm64/aes-ce-gcm - don't reload key schedule if avoidable by Ard Biesheuvel · 6 years ago
  45. e0bd888 crypto: arm64/aes-ce-gcm - implement 2-way aggregation by Ard Biesheuvel · 6 years ago
  46. 71e52c27 crypto: arm64/aes-ce-gcm - operate on two input blocks at a time by Ard Biesheuvel · 6 years ago
  47. 3465893 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 6 years ago
  48. f10dc56 crypto: arm64 - revert NEON yield for fast AEAD implementations by Ard Biesheuvel · 6 years ago
  49. c5f5aee Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Herbert Xu · 6 years ago
  50. c7513c2 crypto/arm64: aes-ce-gcm - add missing kernel_neon_begin/end pair by Ard Biesheuvel · 6 years ago
  51. 6b0daa7 crypto: arm64/sha256 - increase cra_priority of scalar implementations by Eric Biggers · 7 years ago
  52. e50944e crypto: shash - remove useless setting of type flags by Eric Biggers · 7 years ago
  53. 6e88f01 crypto: arm64/aes-blk - fix and move skcipher_walk_done out of kernel_neon_begin, _end by Jia He · 7 years ago
  54. c2e415f crypto: clarify licensing of OpenSSL asm code by Adam Langley · 7 years ago
  55. 6caf7ad crypto: arm64/sha512-ce - yield NEON after every block of input by Ard Biesheuvel · 7 years ago
  56. 7edc86c crypto: arm64/sha3-ce - yield NEON after every block of input by Ard Biesheuvel · 7 years ago
  57. 5b3da65 crypto: arm64/crct10dif-ce - yield NEON after every block of input by Ard Biesheuvel · 7 years ago
  58. 4e530fb crypto: arm64/crc32-ce - yield NEON after every block of input by Ard Biesheuvel · 7 years ago
  59. 7c50136 crypto: arm64/aes-ghash - yield NEON after every block of input by Ard Biesheuvel · 7 years ago
  60. 20ab633 crypto: arm64/aes-bs - yield NEON after every block of input by Ard Biesheuvel · 7 years ago
  61. 0c8f838 crypto: arm64/aes-blk - yield NEON after every block of input by Ard Biesheuvel · 7 years ago
  62. 7b67ae4 crypto: arm64/aes-ccm - yield NEON after every block of input by Ard Biesheuvel · 7 years ago
  63. d82f37a crypto: arm64/sha2-ce - yield NEON after every block of input by Ard Biesheuvel · 7 years ago
  64. 7df8d16 crypto: arm64/sha1-ce - yield NEON after every block of input by Ard Biesheuvel · 7 years ago
  65. e99ce92 crypto: arm64 - add support for SM4 encryption using special instructions by Ard Biesheuvel · 7 years ago
  66. 54a702f kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markers by Masahiro Yamada · 7 years ago
  67. 6aaf49b crypto: arm,arm64 - Fix random regeneration of S_shipped by Leonard Crestez · 7 years ago
  68. 1a3713c crypto: arm64/sha256-neon - play nice with CONFIG_PREEMPT kernels by Ard Biesheuvel · 7 years ago
  69. 870c163 crypto: arm64/aes-blk - add 4 way interleave to CBC-MAC encrypt path by Ard Biesheuvel · 7 years ago
  70. a8f8a69 crypto: arm64/aes-blk - add 4 way interleave to CBC encrypt path by Ard Biesheuvel · 7 years ago
  71. 55868b4 crypto: arm64/aes-blk - remove configurable interleave by Ard Biesheuvel · 7 years ago
  72. 4bf7e7a crypto: arm64/chacha20 - move kernel mode neon en/disable into loop by Ard Biesheuvel · 7 years ago
  73. 78ad7b0 crypto: arm64/aes-bs - move kernel mode neon en/disable into loop by Ard Biesheuvel · 7 years ago
  74. 6833817 crypto: arm64/aes-blk - move kernel mode neon en/disable into loop by Ard Biesheuvel · 7 years ago
  75. bd2ad88 crypto: arm64/aes-ce-ccm - move kernel mode neon en/disable into loop by Ard Biesheuvel · 7 years ago
  76. 91a2abb crypto: arm64/speck - add NEON-accelerated implementation of Speck-XTS by Eric Biggers · 7 years ago
  77. fb87127 crypto: arm64/sha512 - fix/improve new v8.2 Crypto Extensions code by Ard Biesheuvel · 7 years ago
  78. 140aa50 crypto: arm64/sm3 - new v8.2 Crypto Extensions implementation by Ard Biesheuvel · 7 years ago
  79. 15d5910 crypto: arm64/sha3 - new v8.2 Crypto Extensions implementation by Ard Biesheuvel · 7 years ago
  80. 20b04c0 crypto: arm64/sha1-ce - get rid of literal pool by Ard Biesheuvel · 7 years ago
  81. 17a0607 crypto: arm64/sha2-ce - move the round constant table to .rodata section by Ard Biesheuvel · 7 years ago
  82. 325f562 crypto: arm64/crct10dif - move literal data to .rodata section by Ard Biesheuvel · 7 years ago
  83. eec7d45 crypto: arm64/crc32 - move literal data to .rodata section by Ard Biesheuvel · 7 years ago
  84. 62c24708 crypto: arm64/aes-neon - move literal data to .rodata section by Ard Biesheuvel · 7 years ago
  85. 96a74f7 crypto: arm64/aes-cipher - move S-box to .rodata section by Ard Biesheuvel · 7 years ago
  86. bb6c8c4 crypto: arm64 - implement SHA-512 using special instructions by Ard Biesheuvel · 7 years ago
  87. a208fa8 crypto: hash - annotate algorithms taking optional key by Eric Biggers · 7 years ago
  88. 45223b7 crypto: arm64/aes - do not call crypto_unregister_skcipher twice on error by Corentin Labbe · 7 years ago
  89. 019cd46 crypto: arm64/aes-ce-cipher - move assembler code to .S file by Ard Biesheuvel · 7 years ago
  90. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  91. 7c83d68 crypto: arm64/aes - avoid expanded lookup tables in the final round by Ard Biesheuvel · 7 years ago
  92. 03c9a33 crypto: arm64/ghash - add NEON accelerated fallback for 64-bit PMULL by Ard Biesheuvel · 7 years ago
  93. 537c144 crypto: arm64/gcm - implement native driver using v8 Crypto Extensions by Ard Biesheuvel · 7 years ago
  94. ec808bb crypto: arm64/aes-bs - implement non-SIMD fallback for AES-CTR by Ard Biesheuvel · 7 years ago
  95. 611d532 crypto: arm64/chacha20 - take may_use_simd() into account by Ard Biesheuvel · 7 years ago
  96. e211506 crypto: arm64/aes-blk - add a non-SIMD fallback for synchronous CTR by Ard Biesheuvel · 7 years ago
  97. 5092fcf crypto: arm64/aes-ce-ccm: add non-SIMD generic fallback by Ard Biesheuvel · 7 years ago
  98. b8fb993 crypto: arm64/aes-ce-cipher: add non-SIMD generic fallback by Ard Biesheuvel · 7 years ago
  99. f402e31 crypto: arm64/aes-ce-cipher - match round key endianness with generic code by Ard Biesheuvel · 7 years ago
  100. da17933 crypto: arm64/sha2-ce - add non-SIMD scalar fallback by Ard Biesheuvel · 7 years ago