summaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto
AgeCommit message (Expand)AuthorFilesLines
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds16-35/+0
2022-12-02crypto: Prepare to move crypto_tfm_ctxHerbert Xu1-1/+1
2022-12-02crypto: x86/curve25519 - disable gcovJoe Fradley1-0/+3
2022-11-25crypto: x86/sm4 - fix crash with CFI enabledEric Biggers2-6/+8
2022-11-25crypto: x86/sm3 - fix possible crash with CFI enabledEric Biggers1-1/+2
2022-11-25crypto: x86/sha512 - fix possible crash with CFI enabledEric Biggers3-3/+6
2022-11-25crypto: x86/sha256 - fix possible crash with CFI enabledEric Biggers4-4/+8
2022-11-25crypto: x86/sha1 - fix possible crash with CFI enabledEric Biggers2-2/+4
2022-11-25crypto: x86/nhpoly1305 - eliminate unnecessary CFI wrappersEric Biggers4-22/+10
2022-11-25crypto: x86/aria - fix crash with CFI enabledEric Biggers1-6/+7
2022-11-25crypto: x86/aegis128 - fix possible crash with CFI enabledEric Biggers1-4/+5
2022-11-21Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar1-5/+14
2022-10-21crypto: x86/polyval - Fix crashes when keys are not 16-byte alignedNathan Huckleberry1-5/+14
2022-10-17crypto: x86/poly1305: Remove custom function alignmentThomas Gleixner1-1/+0
2022-10-17crypto: twofish: Remove redundant alignmentsThomas Gleixner1-2/+0
2022-10-17crypto: x86/sm[34]: Remove redundant alignmentsThomas Gleixner3-14/+0
2022-10-17crypto: x86/sha256: Remove custom alignmentsThomas Gleixner4-4/+0
2022-10-17crypto: x86/sha1: Remove custom alignmentsThomas Gleixner1-1/+0
2022-10-17crypto: x86/serpent: Remove redundant alignmentsThomas Gleixner2-4/+0
2022-10-17crypto: x86/crct10dif-pcl: Remove redundant alignmentsThomas Gleixner1-1/+0
2022-10-17crypto: x86/cast5: Remove redundant alignmentsThomas Gleixner1-2/+0
2022-10-17crypto: x86/camellia: Remove redundant alignmentsThomas Gleixner2-6/+0
2022-10-10Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds6-0/+2029
2022-09-26x86: Add types to indirectly called assembly functionsSami Tolvanen1-2/+3
2022-09-24crypto: aria-avx - add AES-NI/AVX/x86_64/GFNI assembler implementation of ari...Taehee Yoo5-0/+1553
2022-08-26crypto: Kconfig - simplify cipher entriesRobert Elliott1-166/+108
2022-08-26crypto: Kconfig - simplify hash entriesRobert Elliott1-41/+60
2022-08-26crypto: Kconfig - simplify aead entriesRobert Elliott1-2/+6
2022-08-26crypto: Kconfig - simplify CRC entriesRobert Elliott1-20/+16
2022-08-26crypto: Kconfig - simplify public-key entriesRobert Elliott1-1/+6
2022-08-26crypto: Kconfig - move x86 entries to a submenuRobert Elliott1-0/+500
2022-08-19crypto: x86/sha512 - load based on CPU featuresRobert Elliott1-0/+10
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-23/+1
2022-07-15crypto: x86/blowfish - remove redundant assignment to variable nytesColin Ian King1-2/+2
2022-06-13x86/crypto: Remove stray comment terminatorThomas Gleixner1-2/+0
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_179.RULEThomas Gleixner1-21/+1
2022-06-10crypto: blake2s - remove shash moduleJason A. Donenfeld3-82/+2
2022-06-10crypto: x86/polyval - Add PCLMULQDQ accelerated implementation of POLYVALNathan Huckleberry3-0/+527
2022-06-10crypto: x86/aesni-xctr - Add accelerated implementation of XCTRNathan Huckleberry2-81/+265
2022-04-08crypto: x86 - eliminate anonymous module_init & module_exitRandy Dunlap5-20/+20
2022-03-31Merge tag 'v5.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-22/+22
2022-03-30crypto: x86/sm3 - Fixup SLSPeter Zijlstra1-1/+1
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+3
2022-03-25crypto: x86/poly1305 - Fixup SLSPeter Zijlstra1-19/+19
2022-03-25crypto: x86/chacha20 - Avoid spurious jumps to other functionsPeter Zijlstra1-2/+2
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds6-73/+664
2022-03-15x86/ibt,crypto: Add ENDBR for the jump-table entriesPeter Zijlstra1-0/+3
2022-02-23crypto: x86/des3 - Remove unused inline function des3_ede_enc_blk_3way()YueHaibing1-8/+0
2022-02-23crypto: x86/blowfish - Remove unused inline functionsYueHaibing1-12/+0
2022-02-22x86: clean up symbol aliasingMark Rutland1-3/+1