Age | Commit message (Expand) | Author | Files | Lines |
2021-05-14 | crypto: arm64 - use a pattern rule for generating *.S files | Masahiro Yamada | 1 | -4/+1 |
2021-05-14 | crypto: arm64 - generate *.S by Perl at build time instead of shipping them | Masahiro Yamada | 4 | -4003/+3 |
2021-04-26 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 5 | -6/+6 |
2021-04-16 | crypto: arm64/aes-ce - deal with oversight in new CTR carry code | Ard Biesheuvel | 1 | -0/+1 |
2021-04-12 | arm64: fpsimd: run kernel mode NEON with softirqs disabled | Ard Biesheuvel | 5 | -6/+6 |
2021-04-02 | crypto: poly1305 - fix poly1305_core_setkey() declaration | Arnd Bergmann | 1 | -1/+1 |
2021-02-10 | crypto: arm64/crc-t10dif - move NEON yield to C code | Ard Biesheuvel | 2 | -38/+35 |
2021-02-10 | crypto: arm64/aes-ce-mac - simplify NEON yield | Ard Biesheuvel | 2 | -40/+33 |
2021-02-10 | crypto: arm64/aes-neonbs - remove NEON yield calls | Ard Biesheuvel | 1 | -6/+2 |
2021-02-10 | crypto: arm64/sha512-ce - simplify NEON yield | Ard Biesheuvel | 2 | -48/+34 |
2021-02-10 | crypto: arm64/sha3-ce - simplify NEON yield | Ard Biesheuvel | 2 | -56/+39 |
2021-02-10 | crypto: arm64/sha2-ce - simplify NEON yield | Ard Biesheuvel | 2 | -35/+25 |
2021-02-10 | crypto: arm64/sha1-ce - simplify NEON yield | Ard Biesheuvel | 2 | -40/+29 |
2021-01-22 | crypto: arm64/sha - add missing module aliases | Ard Biesheuvel | 4 | -0/+9 |
2021-01-03 | crypto: arm64/aes-ctr - improve tail handling | Ard Biesheuvel | 2 | -74/+137 |
2021-01-03 | crypto: arm64/aes-ce - really hide slower algos when faster ones are enabled | Ard Biesheuvel | 1 | -2/+2 |
2020-11-20 | crypto: sha - split sha.h into sha1.h and sha2.h | Eric Biggers | 6 | -6/+6 |
2020-11-20 | crypto: arm64/gcm - move authentication tag check to SIMD domain | Ard Biesheuvel | 2 | -18/+43 |
2020-11-13 | crypto: arm64/chacha - simplify tail block handling | Ard Biesheuvel | 1 | -124/+69 |
2020-11-06 | crypto: arm64/poly1305-neon - reorder PAC authentication with SP update | Ard Biesheuvel | 2 | -2/+2 |
2020-10-30 | crypto: hash - Use memzero_explicit() for clearing state | Arvind Sankar | 3 | -3/+3 |
2020-10-13 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 3 | -2/+8 |
2020-10-06 | crypto: arm64: Use x16 with indirect branch to bti_c | Jeremy Linton | 1 | -2/+2 |
2020-09-04 | crypto: arm64/gcm - Fix endianness warnings | Herbert Xu | 1 | -2/+2 |
2020-09-04 | crypto: arm64/sha - Add declarations for assembly variables | Herbert Xu | 2 | -0/+6 |
2020-07-09 | crypto: arm64/gcm - use inline helper to suppress indirect calls | Ard Biesheuvel | 1 | -39/+46 |
2020-07-09 | crypto: arm64/gcm - use variably sized key struct | Ard Biesheuvel | 1 | -28/+21 |
2020-07-09 | crypto: arm64/gcm - disentangle ghash and gcm setkey() routines | Ard Biesheuvel | 1 | -25/+22 |
2020-07-09 | crypto: arm64/ghash - drop PMULL based shash | Ard Biesheuvel | 1 | -78/+12 |
2020-06-01 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 4 | -6/+2 |
2020-05-08 | crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.h | Eric Biggers | 2 | -2/+0 |
2020-05-08 | crypto: arm64/aes-glue - use crypto_shash_tfm_digest() | Eric Biggers | 1 | -3/+1 |
2020-04-30 | crypto: arch/nhpoly1305 - process in explicit 4k chunks | Jason A. Donenfeld | 1 | -1/+1 |
2020-04-30 | crypto: arch/lib - limit simd usage to 4k chunks | Jason A. Donenfeld | 2 | -7/+22 |
2020-04-24 | crypto: arm64 - Consistently enable extension | Mark Brown | 1 | -1/+1 |
2020-04-03 | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -0/+1 |
2020-04-02 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 4 | -0/+45 |
2020-03-31 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 4 | -36/+36 |
2020-03-25 | .gitignore: add SPDX License Identifier | Masahiro Yamada | 1 | -0/+1 |
2020-03-24 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -4/+4 |
2020-03-20 | crypto: arm/neon - memzero_explicit aes-cbc key | Torsten Duwe | 1 | -0/+1 |
2020-03-20 | crypto: arm64/chacha - correctly walk through blocks | Jason A. Donenfeld | 1 | -4/+4 |
2020-03-09 | arm64: crypto: Modernize names for AES function macros | Mark Brown | 3 | -28/+28 |
2020-03-09 | arm64: crypto: Modernize some extra assembly annotations | Mark Brown | 1 | -8/+8 |
2020-03-06 | crypto: arm64/sha-ce - implement export/import | Corentin Labbe | 2 | -0/+43 |
2020-02-13 | crypto: arm64/poly1305 - ignore build files | Matteo Croce | 1 | -0/+1 |
2020-01-29 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 27 | -195/+172 |
2020-01-16 | crypto: {arm,arm64,mips}/poly1305 - remove redundant non-reduction from emit | Jason A. Donenfeld | 1 | -16/+2 |
2020-01-09 | crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN | Eric Biggers | 4 | -46/+9 |
2019-12-20 | crypto: arm64 - Use modern annotations for assembly functions | Mark Brown | 17 | -84/+84 |