summaryrefslogtreecommitdiff
path: root/arch/x86/crypto
AgeCommit message (Expand)AuthorFilesLines
2022-07-25crypto: x86/poly1305 - Fixup SLSPeter Zijlstra1-19/+19
2022-07-25x86: Prepare asm files for straight-line-speculationPeter Zijlstra39-184/+184
2022-05-30lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld1-2/+2
2022-05-30lib/crypto: blake2s: include as built-inJason A. Donenfeld3-63/+86
2022-05-30crypto: blake2s - share the "shash" API boilerplate codeEric Biggers1-67/+7
2022-05-30crypto: x86/blake2s - define shash_alg structs using macrosEric Biggers1-61/+23
2022-05-25crypto: x86/chacha20 - Avoid spurious jumps to other functionsPeter Zijlstra1-2/+2
2021-07-14crypto: x86/curve25519 - fix cpu feature checking logic in mod_exitHangbin Liu1-1/+1
2021-05-14crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann1-3/+3
2021-03-20crypto: x86/aes-ni-xts - use direct calls to and 4-way strideArd Biesheuvel2-56/+84
2021-03-20crypto: aesni - Use TEST %reg,%reg instead of CMP $0,%regUros Bizjak2-20/+20
2021-03-04crypto: aesni - prevent misaligned buffers on the stackArd Biesheuvel1-12/+16
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-08x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Jason A. Donenfeld11-52/+6
2020-04-08crypto: x86 - clean up poly1305-x86_64-cryptogams.S by 'make clean'Masahiro Yamada1-2/+0
2020-04-08crypto: x86 - rework configuration based on KconfigJason A. Donenfeld1-87/+65
2020-04-08x86: remove always-defined CONFIG_AS_AVXMasahiro Yamada11-77/+19
2020-04-08x86: 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-02Merge 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