summaryrefslogtreecommitdiff
path: root/arch/x86/crypto
AgeCommit message (Expand)Author
2020-10-02crypto: x86/poly1305 - Remove assignments with no effectHerbert Xu
2020-09-11crypto: poly1305-x86_64 - Use XORL r32,32Uros Bizjak
2020-09-11crypto: curve25519-x86_64 - Use XORL r32,32Uros Bizjak
2020-08-21crypto: x86/crc32c-intel - Use CRC32 mnemonicUros Bizjak
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu
2020-07-31crypto: x86/curve25519 - Remove unused carry variablesHerbert Xu
2020-07-23crypto: x86/crc32c - fix building with clang iasArnd Bergmann
2020-07-16crypto: x86 - Remove include/asm/inst.hUros Bizjak
2020-07-16crypto: x86/chacha-sse3 - use unaligned loads for state arrayArd Biesheuvel
2020-07-09crypto: aesni - Fix build with LLVM_IAS=1Sedat Dilek
2020-07-03crypto: aesni - add compatibility with IASJian Cai
2020-06-01Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-05-18Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic...Ingo Molnar
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers
2020-04-30x86: Change {JMP,CALL}_NOSPEC argumentPeter Zijlstra
2020-04-30crypto: arch/nhpoly1305 - process in explicit 4k chunksJason A. Donenfeld
2020-04-30crypto: arch/lib - limit simd usage to 4k chunksJason A. Donenfeld
2020-04-09x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Jason A. Donenfeld
2020-04-09crypto: x86 - clean up poly1305-x86_64-cryptogams.S by 'make clean'Masahiro Yamada
2020-04-09crypto: x86 - rework configuration based on KconfigJason A. Donenfeld
2020-04-09x86: remove always-defined CONFIG_AS_AVXMasahiro Yamada
2020-04-09x86: remove always-defined CONFIG_AS_SSSE3Masahiro Yamada
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-03-25Merge branch 'x86/cpu' into perf/core, to resolve conflictIngo Molnar
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-03-24crypto: Convert to new CPU match macrosThomas Gleixner
2020-03-06crypto: x86/curve25519 - leave r12 as spare registerJason A. Donenfeld
2020-03-05crypto: x86/curve25519 - support assemblers with no adx supportJason A. Donenfeld
2020-02-13crypto: x86/curve25519 - replace with formally verified implementationJason A. Donenfeld
2020-01-22crypto: x86/poly1305 - emit does base conversion itselfJason A. Donenfeld
2020-01-22crypto: x86/poly1305 - fix .gitignore typoJason A. Donenfeld
2020-01-22crypto: x86/sha - Eliminate casts on asm implementationsKees Cook
2020-01-16crypto: x86/poly1305 - wire up faster implementations for kernelJason A. Donenfeld
2020-01-16crypto: x86/poly1305 - import unmodified cryptogams implementationJason A. Donenfeld
2020-01-16crypto: poly1305 - add new 32 and 64-bit generic versionsJason A. Donenfeld
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-12-11crypto: x86 - Regularize glue function prototypesKees Cook
2019-12-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-11-27crypto: arch - conditionalize crypto api in arch glue for lib codeJason A. Donenfeld
2019-11-26Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-11-22crypto: x86/chacha - only unregister algorithms if registeredEric Biggers
2019-11-17crypto: curve25519 - x86_64 library and KPP implementationsJason A. Donenfeld
2019-11-17crypto: blake2s - x86_64 SIMD implementationJason A. Donenfeld
2019-11-17crypto: x86/poly1305 - expose existing driver as poly1305 libraryArd Biesheuvel
2019-11-17crypto: x86/poly1305 - depend on generic library not generic shashArd Biesheuvel
2019-11-17crypto: x86/poly1305 - unify Poly1305 state struct with generic codeArd Biesheuvel
2019-11-17crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel