aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-5/+9
2018-01-12x86/retpoline/crypto: Convert crypto assembler indirect jumpsDavid Woodhouse4-5/+9
2017-11-29crypto: salsa20 - fix blkcipher_walk API usageEric Biggers1-7/+0
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-15/+12
2017-11-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-12/+12
2017-11-03crypto: x86/sha1-mb - fix panic due to unaligned accessAndrey Ryabinin1-6/+6
2017-11-03crypto: x86/sha256-mb - fix panic due to unaligned accessAndrey Ryabinin1-6/+6
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds5-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-10-12crypto: x86/chacha20 - satisfy stack validation 2.0Jason A. Donenfeld2-4/+4
2017-10-07crypto: crc32-pclmul - remove useless relative addressingMikulas Patocka1-11/+6
2017-09-22crypto: aesni - Use GCM IV size constantCorentin LABBE1-3/+4
2017-09-22crypto: aesni - make arrays aesni_simd_skciphers and aesni_simd_skciphers2 staticColin Ian King1-1/+2
2017-09-20crypto: x86/twofish - Fix RBP usageJosh Poimboeuf1-6/+6
2017-09-20crypto: sha512-avx2 - Fix RBP usageJosh Poimboeuf1-36/+39
2017-09-20crypto: x86/sha256-ssse3 - Fix RBP usageJosh Poimboeuf1-8/+7
2017-09-20crypto: x86/sha256-avx2 - Fix RBP usageJosh Poimboeuf1-15/+7
2017-09-20crypto: x86/sha256-avx - Fix RBP usageJosh Poimboeuf1-8/+7
2017-09-20crypto: x86/sha1-ssse3 - Fix RBP usageJosh Poimboeuf1-6/+5
2017-09-20crypto: x86/sha1-avx2 - Fix RBP usageJosh Poimboeuf1-3/+1
2017-09-20crypto: x86/des3_ede - Fix RBP usageJosh Poimboeuf1-6/+9
2017-09-20crypto: x86/cast6 - Fix RBP usageJosh Poimboeuf1-16/+34
2017-09-20crypto: x86/cast5 - Fix RBP usageJosh Poimboeuf1-17/+30
2017-09-20crypto: x86/camellia - Fix RBP usageJosh Poimboeuf1-13/+13
2017-09-20crypto: x86/blowfish - Fix RBP usageJosh Poimboeuf1-22/+26
2017-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2-32/+37
2017-08-09crypto: x86/sha1 - Fix reads beyond the number of blocks passedmegha.dey@linux.intel.com2-32/+37
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel4-8/+5
2017-07-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2017-07-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds6-214/+565
2017-07-05crypto: sha1-ssse3 - Disable avx2Herbert Xu1-1/+1
2017-06-30objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf3-0/+6
2017-06-19crypto: glue_helper - Delete some dead codeDan Carpenter1-3/+0
2017-05-23crypto: x86/aes - Don't use %rbp as temporary registerEric Biggers1-25/+22
2017-05-18crypto: aesni - add generic gcm(aes)Sabrina Dubroca1-50/+158
2017-05-18crypto: aesni - make AVX2 AES-GCM work with all valid auth_tag_lenSabrina Dubroca1-7/+24
2017-05-18crypto: aesni - make AVX2 AES-GCM work with any aadlenSabrina Dubroca1-27/+58
2017-05-18crypto: aesni - make AVX AES-GCM work with all valid auth_tag_lenSabrina Dubroca1-7/+24
2017-05-18crypto: aesni - make AVX AES-GCM work with any aadlenSabrina Dubroca1-34/+88
2017-05-18crypto: aesni - make non-AVX AES-GCM work with all valid auth_tag_lenSabrina Dubroca1-14/+48
2017-05-18crypto: aesni - make non-AVX AES-GCM work with any aadlenSabrina Dubroca1-37/+132
2017-05-18crypto: sha512-mb - add some missing unlock on errorDan Carpenter1-3/+4
2017-04-05crypto: glue_helper - remove the le128_gf128mul_x_ble functionOndrej Mosnáček1-1/+2
2017-04-05crypto: gf128mul - switch gf128mul_x_ble to le128Ondrej Mosnáček3-6/+6
2017-03-24crypto, x86: aesni - fix token pasting for clangMichael Davidson1-5/+2
2017-02-11crypto: sha512-mb - Protect sha512 mb ctx mgr accessTim Chen1-22/+42
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-5/+6
2017-02-03crypto: aesni - Fix failure when pcbc module is absentHerbert Xu1-4/+4
2017-01-23crypto: x86 - make constants readonly, allow linker to merge themDenys Vlasenko33-74/+229
2017-01-23crypto: x86/crc32c - fix %progbits -> @progbitsDenys Vlasenko1-1/+1