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