summaryrefslogtreecommitdiff
path: root/arch/x86/crypto
AgeCommit message (Expand)Author
2022-10-21crypto: x86/polyval - Fix crashes when keys are not 16-byte alignedNathan Huckleberry
2022-10-10Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2022-09-26x86: Add types to indirectly called assembly functionsSami Tolvanen
2022-09-24crypto: aria-avx - add AES-NI/AVX/x86_64/GFNI assembler implementation of ari...Taehee Yoo
2022-08-26crypto: Kconfig - simplify cipher entriesRobert Elliott
2022-08-26crypto: Kconfig - simplify hash entriesRobert Elliott
2022-08-26crypto: Kconfig - simplify aead entriesRobert Elliott
2022-08-26crypto: Kconfig - simplify CRC entriesRobert Elliott
2022-08-26crypto: Kconfig - simplify public-key entriesRobert Elliott
2022-08-26crypto: Kconfig - move x86 entries to a submenuRobert Elliott
2022-08-19crypto: x86/sha512 - load based on CPU featuresRobert Elliott
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-07-15crypto: x86/blowfish - remove redundant assignment to variable nytesColin Ian King
2022-06-13x86/crypto: Remove stray comment terminatorThomas Gleixner
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_179.RULEThomas Gleixner
2022-06-10crypto: blake2s - remove shash moduleJason A. Donenfeld
2022-06-10crypto: x86/polyval - Add PCLMULQDQ accelerated implementation of POLYVALNathan Huckleberry
2022-06-10crypto: x86/aesni-xctr - Add accelerated implementation of XCTRNathan Huckleberry
2022-04-08crypto: x86 - eliminate anonymous module_init & module_exitRandy Dunlap
2022-03-31Merge tag 'v5.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-03-30crypto: x86/sm3 - Fixup SLSPeter Zijlstra
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-03-25crypto: x86/poly1305 - Fixup SLSPeter Zijlstra
2022-03-25crypto: x86/chacha20 - Avoid spurious jumps to other functionsPeter Zijlstra
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-03-15x86/ibt,crypto: Add ENDBR for the jump-table entriesPeter Zijlstra
2022-02-23crypto: x86/des3 - Remove unused inline function des3_ede_enc_blk_3way()YueHaibing
2022-02-23crypto: x86/blowfish - Remove unused inline functionsYueHaibing
2022-02-22x86: clean up symbol aliasingMark Rutland
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld
2022-01-31crypto: x86 - Convert to SPDX identifierNathan Huckleberry
2022-01-28crypto: x86/sm3 - add AVX assembly implementationTianjia Zhang
2022-01-12Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-01-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-01-07lib/crypto: blake2s: include as built-inJason A. Donenfeld
2021-12-31crypto: x86/aesni - don't require alignment of dataJakub Kicinski
2021-12-24crypto: x86/curve25519 - use in/out register constraints more preciselyJason A. Donenfeld
2021-12-17crypto: x86/des3 - remove redundant assignment of variable nbytesColin Ian King
2021-12-08x86: Prepare asm files for straight-line-speculationPeter Zijlstra
2021-11-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2021-10-22crypto: x86/sm4 - Fix invalid section entry sizeTianjia Zhang
2021-09-24crypto: x86/sm4 - Fix frame pointer stack corruptionJosh Poimboeuf
2021-09-17crypto: aesni - check walk.nbytes instead of errShreyansh Chouhan
2021-08-27crypto: aesni - xts_crypt() return if walk.nbytes is 0Shreyansh Chouhan
2021-08-27crypto: x86/sm4 - add AES-NI/AVX2/x86_64 implementationTianjia Zhang
2021-08-27crypto: x86/sm4 - export reusable AESNI/AVX functionsTianjia Zhang
2021-07-30crypto: x86/sm4 - add AES-NI/AVX/x86_64 implementationTianjia Zhang
2021-07-23crypto: x86/aes-ni - add missing error checks in XTS codeArd Biesheuvel
2021-06-11crypto: x86/curve25519 - fix cpu feature checking logic in mod_exitHangbin Liu
2021-04-28Merge tag 'objtool-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds