1. 22240df7 crypto: arm64/ghash-ce - implement 4-way aggregation by Ard Biesheuvel · 6 years ago
  2. 8e492ef crypto: arm64/ghash-ce - replace NEON yield check with block limit by Ard Biesheuvel · 6 years ago
  3. 30f1a9f crypto: arm64/aes-ce-gcm - don't reload key schedule if avoidable by Ard Biesheuvel · 6 years ago
  4. e0bd888 crypto: arm64/aes-ce-gcm - implement 2-way aggregation by Ard Biesheuvel · 6 years ago
  5. 71e52c27 crypto: arm64/aes-ce-gcm - operate on two input blocks at a time by Ard Biesheuvel · 6 years ago
  6. 3465893 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 6 years ago
  7. f10dc56 crypto: arm64 - revert NEON yield for fast AEAD implementations by Ard Biesheuvel · 6 years ago
  8. c5f5aee Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Herbert Xu · 6 years ago
  9. c7513c2 crypto/arm64: aes-ce-gcm - add missing kernel_neon_begin/end pair by Ard Biesheuvel · 6 years ago
  10. 6b0daa7 crypto: arm64/sha256 - increase cra_priority of scalar implementations by Eric Biggers · 6 years ago
  11. e50944e crypto: shash - remove useless setting of type flags by Eric Biggers · 7 years ago
  12. 6e88f01 crypto: arm64/aes-blk - fix and move skcipher_walk_done out of kernel_neon_begin, _end by Jia He · 7 years ago
  13. c2e415f crypto: clarify licensing of OpenSSL asm code by Adam Langley · 7 years ago
  14. 6caf7ad crypto: arm64/sha512-ce - yield NEON after every block of input by Ard Biesheuvel · 7 years ago
  15. 7edc86c crypto: arm64/sha3-ce - yield NEON after every block of input by Ard Biesheuvel · 7 years ago
  16. 5b3da65 crypto: arm64/crct10dif-ce - yield NEON after every block of input by Ard Biesheuvel · 7 years ago
  17. 4e530fb crypto: arm64/crc32-ce - yield NEON after every block of input by Ard Biesheuvel · 7 years ago
  18. 7c50136 crypto: arm64/aes-ghash - yield NEON after every block of input by Ard Biesheuvel · 7 years ago
  19. 20ab633 crypto: arm64/aes-bs - yield NEON after every block of input by Ard Biesheuvel · 7 years ago
  20. 0c8f838 crypto: arm64/aes-blk - yield NEON after every block of input by Ard Biesheuvel · 7 years ago
  21. 7b67ae4 crypto: arm64/aes-ccm - yield NEON after every block of input by Ard Biesheuvel · 7 years ago
  22. d82f37a crypto: arm64/sha2-ce - yield NEON after every block of input by Ard Biesheuvel · 7 years ago
  23. 7df8d16 crypto: arm64/sha1-ce - yield NEON after every block of input by Ard Biesheuvel · 7 years ago
  24. e99ce92 crypto: arm64 - add support for SM4 encryption using special instructions by Ard Biesheuvel · 7 years ago
  25. 54a702f kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markers by Masahiro Yamada · 7 years ago
  26. 6aaf49b crypto: arm,arm64 - Fix random regeneration of S_shipped by Leonard Crestez · 7 years ago
  27. 1a3713c crypto: arm64/sha256-neon - play nice with CONFIG_PREEMPT kernels by Ard Biesheuvel · 7 years ago
  28. 870c163 crypto: arm64/aes-blk - add 4 way interleave to CBC-MAC encrypt path by Ard Biesheuvel · 7 years ago
  29. a8f8a69 crypto: arm64/aes-blk - add 4 way interleave to CBC encrypt path by Ard Biesheuvel · 7 years ago
  30. 55868b4 crypto: arm64/aes-blk - remove configurable interleave by Ard Biesheuvel · 7 years ago
  31. 4bf7e7a crypto: arm64/chacha20 - move kernel mode neon en/disable into loop by Ard Biesheuvel · 7 years ago
  32. 78ad7b0 crypto: arm64/aes-bs - move kernel mode neon en/disable into loop by Ard Biesheuvel · 7 years ago
  33. 6833817 crypto: arm64/aes-blk - move kernel mode neon en/disable into loop by Ard Biesheuvel · 7 years ago
  34. bd2ad88 crypto: arm64/aes-ce-ccm - move kernel mode neon en/disable into loop by Ard Biesheuvel · 7 years ago
  35. 91a2abb crypto: arm64/speck - add NEON-accelerated implementation of Speck-XTS by Eric Biggers · 7 years ago
  36. fb87127 crypto: arm64/sha512 - fix/improve new v8.2 Crypto Extensions code by Ard Biesheuvel · 7 years ago
  37. 140aa50 crypto: arm64/sm3 - new v8.2 Crypto Extensions implementation by Ard Biesheuvel · 7 years ago
  38. 15d5910 crypto: arm64/sha3 - new v8.2 Crypto Extensions implementation by Ard Biesheuvel · 7 years ago
  39. 20b04c0 crypto: arm64/sha1-ce - get rid of literal pool by Ard Biesheuvel · 7 years ago
  40. 17a0607 crypto: arm64/sha2-ce - move the round constant table to .rodata section by Ard Biesheuvel · 7 years ago
  41. 325f562 crypto: arm64/crct10dif - move literal data to .rodata section by Ard Biesheuvel · 7 years ago
  42. eec7d45 crypto: arm64/crc32 - move literal data to .rodata section by Ard Biesheuvel · 7 years ago
  43. 62c24708 crypto: arm64/aes-neon - move literal data to .rodata section by Ard Biesheuvel · 7 years ago
  44. 96a74f7 crypto: arm64/aes-cipher - move S-box to .rodata section by Ard Biesheuvel · 7 years ago
  45. bb6c8c4 crypto: arm64 - implement SHA-512 using special instructions by Ard Biesheuvel · 7 years ago
  46. a208fa8 crypto: hash - annotate algorithms taking optional key by Eric Biggers · 7 years ago
  47. 45223b7 crypto: arm64/aes - do not call crypto_unregister_skcipher twice on error by Corentin Labbe · 7 years ago
  48. 019cd46 crypto: arm64/aes-ce-cipher - move assembler code to .S file by Ard Biesheuvel · 7 years ago
  49. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  50. 7c83d68 crypto: arm64/aes - avoid expanded lookup tables in the final round by Ard Biesheuvel · 7 years ago
  51. 03c9a33 crypto: arm64/ghash - add NEON accelerated fallback for 64-bit PMULL by Ard Biesheuvel · 7 years ago
  52. 537c144 crypto: arm64/gcm - implement native driver using v8 Crypto Extensions by Ard Biesheuvel · 7 years ago
  53. ec808bb crypto: arm64/aes-bs - implement non-SIMD fallback for AES-CTR by Ard Biesheuvel · 7 years ago
  54. 611d532 crypto: arm64/chacha20 - take may_use_simd() into account by Ard Biesheuvel · 7 years ago
  55. e211506 crypto: arm64/aes-blk - add a non-SIMD fallback for synchronous CTR by Ard Biesheuvel · 7 years ago
  56. 5092fcf crypto: arm64/aes-ce-ccm: add non-SIMD generic fallback by Ard Biesheuvel · 7 years ago
  57. b8fb993 crypto: arm64/aes-ce-cipher: add non-SIMD generic fallback by Ard Biesheuvel · 7 years ago
  58. f402e31 crypto: arm64/aes-ce-cipher - match round key endianness with generic code by Ard Biesheuvel · 7 years ago
  59. da17933 crypto: arm64/sha2-ce - add non-SIMD scalar fallback by Ard Biesheuvel · 7 years ago
  60. 0771f32 crypto: arm64/sha1-ce - add non-SIMD generic fallback by Ard Biesheuvel · 7 years ago
  61. 15c7d8f crypto: arm64/crc32 - add non-SIMD scalar fallback by Ard Biesheuvel · 7 years ago
  62. 2dde374 crypto: arm64/crct10dif - add non-SIMD generic fallback by Ard Biesheuvel · 7 years ago
  63. 6d6254d crypto: arm64/ghash-ce - add non-SIMD scalar fallback by Ard Biesheuvel · 7 years ago
  64. 45fe93d crypto: algapi - make crypto_xor() take separate dst and src arguments by Ard Biesheuvel · 7 years ago
  65. f4857f4 crypto: arm64/sha - avoid non-standard inline asm tricks by Ard Biesheuvel · 8 years ago
  66. 4860620 crypto: arm64/aes - add NEON/Crypto Extensions CBCMAC/CMAC/XCBC driver by Ard Biesheuvel · 8 years ago
  67. 5d3d9c8 crypto: arm64/crc32 - merge CRC32 and PMULL instruction based drivers by Ard Biesheuvel · 8 years ago
  68. 88a3f58 crypto: arm64/aes - don't use IV buffer to return final keystream block by Ard Biesheuvel · 8 years ago
  69. 12fcd92 crypto: arm64/aes - replace scalar fallback with plain NEON fallback by Ard Biesheuvel · 8 years ago
  70. 4edd7d0 crypto: arm64/aes-neon-blk - tweak performance for low end cores by Ard Biesheuvel · 8 years ago
  71. c458c4ad crypto: arm64/aes - performance tweak by Ard Biesheuvel · 8 years ago
  72. 262ea4f crypto: arm64/aes - avoid literals for cross-module symbol references by Ard Biesheuvel · 8 years ago
  73. 4d1108f crypto: arm64/chacha20 - remove cra_alignmask by Ard Biesheuvel · 8 years ago
  74. ccc5d51 crypto: arm64/aes-blk - remove cra_alignmask by Ard Biesheuvel · 8 years ago
  75. 8f4102d crypto: arm64/aes-ce-ccm - remove cra_alignmask by Ard Biesheuvel · 8 years ago
  76. 34cb582 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  77. 11e3b72 crypto: arm64/aes-blk - honour iv_out requirement in CBC and CTR modes by Ard Biesheuvel · 8 years ago
  78. 1abee99 crypto: arm64/aes - reimplement bit-sliced ARM/NEON implementation for arm64 by Ard Biesheuvel · 8 years ago
  79. bed593c crypto: arm64/aes - add scalar implementation by Ard Biesheuvel · 8 years ago
  80. 293614c crypto: arm64/aes-blk - expose AES-CTR as synchronous cipher as well by Ard Biesheuvel · 8 years ago
  81. b7171ce crypto: arm64/chacha20 - implement NEON version based on SSE3 code by Ard Biesheuvel · 8 years ago
  82. 5386e5d Revert "crypto: arm64/ARM: NEON accelerated ChaCha20" by Herbert Xu · 8 years ago
  83. 8621caa crypto: arm64/chacha20 - implement NEON version based on SSE3 code by Ard Biesheuvel · 8 years ago
  84. 8fefde9 crypto: arm64/crc32 - accelerated support based on x86 SSE implementation by Ard Biesheuvel · 8 years ago
  85. 6ef5737 crypto: arm64/crct10dif - port x86 SSE implementation to arm64 by Ard Biesheuvel · 8 years ago
  86. 0be8a27 crypto: arm64/aes-ce-ccm - Fix AEAD decryption length by Herbert Xu · 8 years ago
  87. b3e1e0c crypto: arm64/aes-ce-ctr - fix skcipher conversion by Ard Biesheuvel · 8 years ago
  88. 7f329c1 crypto: arm/aes-ce - fix broken monolithic build by Ard Biesheuvel · 8 years ago
  89. 585b5fa crypto: arm/aes - Select SIMD in Kconfig by Herbert Xu · 8 years ago
  90. a4b15be crypto: arm64/sha2 - add generated .S files to .gitignore by Ard Biesheuvel · 8 years ago
  91. d0ed0db crypto: arm64/aes - Convert to skcipher by Herbert Xu · 8 years ago
  92. cf2c0fe crypto: aes-ce-ccm - Use skcipher walk interface by Herbert Xu · 8 years ago
  93. 7918ece crypto: arm64/sha2 - integrate OpenSSL implementations of SHA256/SHA512 by Ard Biesheuvel · 8 years ago
  94. caf4b9e crypto: arm64/aes-xts-ce: fix for big endian by Ard Biesheuvel · 8 years ago
  95. a2c435c crypto: arm64/aes-neon - fix for big endian by Ard Biesheuvel · 8 years ago
  96. 56e4e76 crypto: arm64/aes-ccm-ce: fix for big endian by Ard Biesheuvel · 8 years ago
  97. 174122c crypto: arm64/sha2-ce - fix for big endian by Ard Biesheuvel · 8 years ago
  98. ee71e5f crypto: arm64/sha1-ce - fix for big endian by Ard Biesheuvel · 8 years ago
  99. 9c433ad crypto: arm64/ghash-ce - fix for big endian by Ard Biesheuvel · 8 years ago
  100. 1803b9a crypto: arm64/aes-ce - fix for big endian by Ard Biesheuvel · 8 years ago