summaryrefslogtreecommitdiff
path: root/arch/x86/crypto (follow)
Commit message (Expand)AuthorAge
* crypto: x86/crct10dif-pcl - fix use via crypto_shash_digest()Eric Biggers2019-06-11
* crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers2019-04-27
* crypto: x86/chacha20 - avoid sleeping with preemption disabledEric Biggers2019-01-13
* crypto, x86: aesni - fix token pasting for clangMichael Davidson2018-11-27
* x86/fpu: Remove use_eager_fpu()Andy Lutomirski2018-10-20
* x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2018-07-17
* x86/crypto, x86/fpu: Remove X86_FEATURE_EAGER_FPU #ifdef from the crc32c codeAndy Lutomirski2018-06-16
* x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov2018-06-16
* crypto: x86/cast5-avx - fix ECB encryption when long sg follows short oneEric Biggers2018-04-08
* crypto: x86/twofish-3way - Fix %rbp usageEric Biggers2018-02-25
* crypto: poly1305 - remove ->setkey() methodEric Biggers2018-02-16
* crypto: aesni - handle zero length dst bufferStephan Mueller2018-02-03
* x86/retpoline/crypto: Convert crypto assembler indirect jumpsDavid Woodhouse2018-01-23
* crypto: salsa20 - fix blkcipher_walk API usageEric Biggers2017-12-20
* crypto: x86/sha1-mb - fix panic due to unaligned accessAndrey Ryabinin2017-11-15
* crypto: x86/sha1 - Fix reads beyond the number of blocks passedmegha.dey@linux.intel.com2017-08-24
* crypto: sha1-ssse3 - Disable avx2Herbert Xu2017-07-21
* crypto: ghash-clmulni - Fix load failureWang, Rui Y2017-03-26
* crypto: sha1-mb - use corrcet pointer while completing jobsXiaodong Liu2016-05-04
* crypto: chacha20-ssse3 - Align stack pointer to 64 bytesEli Cooper2016-02-17
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-11-04
|\
| * crypto: crc32c-pclmul - use .rodata instead of .rotataNicolas Iooss2015-09-21
| * crypto: x86/sha - Restructure x86 sha512 glue code to expose all the availabl...tim2015-09-21
| * crypto: x86/sha - Restructure x86 sha256 glue code to expose all the availabl...tim2015-09-21
| * crypto: x86/sha - Restructure x86 sha1 glue code to expose all the available ...tim2015-09-21
| * crypto: x86/sha - Add build support for Intel SHA Extensions optimized SHA1 a...tim2015-09-21
| * crypto: x86/sha - glue code for Intel SHA extensions optimized SHA1 & SHA256tim2015-09-21
| * crypto: x86/sha - Intel SHA Extensions optimized SHA256 transform functiontim2015-09-21
| * crypto: x86/sha - Intel SHA Extensions optimized SHA1 transform functiontim2015-09-21
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-11-03
|\ \
| * | x86/fpu: Fixup uninitialized feature_name warningBorislav Petkov2015-09-24
| * | x86/fpu: Rename XSAVE macrosDave Hansen2015-09-14
| |/
* / crypto: camellia_aesni_avx - Fix CPU feature checksBen Hutchings2015-10-08
|/
* crypto: ghash-clmulni: specify context size for ghash async algorithmAndrey Ryabinin2015-09-04
* crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu2015-08-17
* crypto: poly1305 - Add a four block AVX2 variant for x86_64Martin Willi2015-07-17
* crypto: poly1305 - Add a two block SSE2 variant for x86_64Martin Willi2015-07-17
* crypto: poly1305 - Add a SSE2 SIMD variant for x86_64Martin Willi2015-07-17
* crypto: chacha20 - Add an eight block AVX2 variant for x86_64Martin Willi2015-07-17
* crypto: chacha20 - Add a four block SSSE3 variant for x86_64Martin Willi2015-07-17
* crypto: chacha20 - Add a SSSE3 SIMD variant for x86_64Martin Willi2015-07-17
* crypto: aesni - Use new IV conventionHerbert Xu2015-07-14
* crypto: aesni - fix failing setkey for rfc4106-gcm-aesniTadeusz Struk2015-06-29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-06-22
|\
| * crypto: aesni - fix crypto_fpu_exit() section mismatchJeremiah Mahler2015-06-15
| * crypto: aesni - Convert rfc4106 to new AEAD interfaceHerbert Xu2015-06-03
| * crypto: aesni - Convert top-level rfc4106 algorithm to new interfaceHerbert Xu2015-06-03
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2015-05-28
| |\
| * | crypto: aesni - Use crypto_aead_set_reqsize helperHerbert Xu2015-05-13
| * | crypto: sha1-mb - Remove pointless castfiro yang2015-04-26