summaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto
AgeCommit message (Expand)AuthorFilesLines
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds10-28/+27
2020-12-04crypto: x86/poly1305 - Use TEST %reg,%reg instead of CMP $0,%regUros Bizjak1-1/+1
2020-12-04crypto: x86/sha512 - Use TEST %reg,%reg instead of CMP $0,%regUros Bizjak2-2/+2
2020-12-04crypto: aesni - Use TEST %reg,%reg instead of CMP $0,%regUros Bizjak2-20/+20
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers3-3/+3
2020-10-30crypto: hash - Use memzero_explicit() for clearing stateArvind Sankar1-1/+1
2020-10-30crypto: x86/aes - remove unused file aes_glue.cEric Biggers1-1/+0
2020-10-24crypto: x86/poly1305 - add back a needed assignmentEric Biggers1-0/+1
2020-10-02crypto: x86/poly1305 - Remove assignments with no effectHerbert Xu1-3/+0
2020-09-11crypto: poly1305-x86_64 - Use XORL r32,32Uros Bizjak1-4/+4
2020-09-11crypto: curve25519-x86_64 - Use XORL r32,32Uros Bizjak1-34/+34
2020-08-21crypto: x86/crc32c-intel - Use CRC32 mnemonicUros Bizjak1-12/+6
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu6-0/+6
2020-07-31crypto: x86/curve25519 - Remove unused carry variablesHerbert Xu1-4/+2
2020-07-23crypto: x86/crc32c - fix building with clang iasArnd Bergmann1-1/+1
2020-07-16crypto: x86 - Remove include/asm/inst.hUros Bizjak6-405/+399
2020-07-16crypto: x86/chacha-sse3 - use unaligned loads for state arrayArd Biesheuvel2-23/+10
2020-07-09crypto: aesni - Fix build with LLVM_IAS=1Sedat Dilek1-3/+3
2020-07-03crypto: aesni - add compatibility with IASJian Cai1-11/+3
2020-06-01Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-17/+17
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-3/+0
2020-05-18Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic...Ingo Molnar5-18/+23
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers3-3/+0
2020-04-30x86: Change {JMP,CALL}_NOSPEC argumentPeter Zijlstra4-17/+17
2020-04-30crypto: arch/nhpoly1305 - process in explicit 4k chunksJason A. Donenfeld2-2/+2
2020-04-30crypto: arch/lib - limit simd usage to 4k chunksJason A. Donenfeld3-16/+21
2020-04-09x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Jason A. Donenfeld11-52/+6
2020-04-09crypto: x86 - clean up poly1305-x86_64-cryptogams.S by 'make clean'Masahiro Yamada1-2/+0
2020-04-09crypto: x86 - rework configuration based on KconfigJason A. Donenfeld1-87/+65
2020-04-09x86: remove always-defined CONFIG_AS_AVXMasahiro Yamada11-77/+19
2020-04-09x86: remove always-defined CONFIG_AS_SSSE3Masahiro Yamada1-2/+0
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+1
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-2254/+1292
2020-03-25Merge branch 'x86/cpu' into perf/core, to resolve conflictIngo Molnar5-5/+5
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-03-24crypto: Convert to new CPU match macrosThomas Gleixner5-5/+5
2020-03-06crypto: x86/curve25519 - leave r12 as spare registerJason A. Donenfeld1-55/+55
2020-03-05crypto: x86/curve25519 - support assemblers with no adx supportJason A. Donenfeld1-1/+6
2020-02-13crypto: x86/curve25519 - replace with formally verified implementationJason A. Donenfeld1-2254/+1292
2020-01-22crypto: x86/poly1305 - emit does base conversion itselfJason A. Donenfeld1-6/+2
2020-01-22crypto: x86/poly1305 - fix .gitignore typoJason A. Donenfeld1-1/+1
2020-01-22crypto: x86/sha - Eliminate casts on asm implementationsKees Cook11-102/+102
2020-01-16crypto: x86/poly1305 - wire up faster implementations for kernelJason A. Donenfeld6-1576/+571
2020-01-16crypto: x86/poly1305 - import unmodified cryptogams implementationJason A. Donenfeld1-0/+4159
2020-01-16crypto: poly1305 - add new 32 and 64-bit generic versionsJason A. Donenfeld2-21/+214
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers1-6/+1
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers11-44/+19
2019-12-11crypto: x86 - Regularize glue function prototypesKees Cook12-315/+290
2019-12-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-9/+14
2019-11-27crypto: arch - conditionalize crypto api in arch glue for lib codeJason A. Donenfeld4-9/+14