summaryrefslogtreecommitdiff
path: root/arch/x86/crypto
AgeCommit message (Expand)Author
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-12-23crypto: x86/chacha - avoid sleeping under kernel_fpu_begin()Eric Biggers
2018-12-23crypto: aesni - Add scatter/gather avx stubs, and use them in CDave Watson
2018-12-23crypto: aesni - Introduce partial block macroDave Watson
2018-12-23crypto: aesni - Introduce READ_PARTIAL_BLOCK macroDave Watson
2018-12-23crypto: aesni - Move ghash_mul to GCM_COMPLETEDave Watson
2018-12-23crypto: aesni - Fill in new context data structuresDave Watson
2018-12-23crypto: aesni - Merge avx precompute functionsDave Watson
2018-12-23crypto: aesni - Split AAD hash calculation to separate macroDave Watson
2018-12-23crypto: aesni - Add GCM_COMPLETE macroDave Watson
2018-12-23crypto: aesni - support 256 byte keys in avx asmDave Watson
2018-12-23crypto: aesni - Macro-ify func save/restoreDave Watson
2018-12-23crypto: aesni - Introduce gcm_context_dataDave Watson
2018-12-23crypto: aesni - Merge GCM_ENC_DECDave Watson
2018-12-13crypto: x86/chacha - yield the FPU occasionallyEric Biggers
2018-12-13crypto: x86/chacha - add XChaCha12 supportEric Biggers
2018-12-13crypto: x86/chacha20 - refactor to allow varying number of roundsEric Biggers
2018-12-13crypto: x86/chacha20 - add XChaCha20 supportEric Biggers
2018-12-13crypto: x86/nhpoly1305 - add AVX2 accelerated NHPoly1305Eric Biggers
2018-12-13crypto: x86/nhpoly1305 - add SSE2 accelerated NHPoly1305Eric Biggers
2018-12-03x86: Fix various typos in commentsIngo Molnar
2018-11-29crypto: x86/chacha20 - Add a 4-block AVX-512VL variantMartin Willi
2018-11-29crypto: x86/chacha20 - Add a 2-block AVX-512VL variantMartin Willi
2018-11-29crypto: x86/chacha20 - Add a 8-block AVX-512VL variantMartin Willi
2018-11-20crypto: poly1305 - use structures for key and accumulatorEric Biggers
2018-11-20crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers
2018-11-16crypto: x86/chacha20 - Add a 4-block AVX2 variantMartin Willi
2018-11-16crypto: x86/chacha20 - Add a 2-block AVX2 variantMartin Willi
2018-11-16crypto: x86/chacha20 - Use larger block functions more aggressivelyMartin Willi
2018-11-16crypto: x86/chacha20 - Support partial lengths in 8-block AVX2 variantMartin Willi
2018-11-16crypto: x86/chacha20 - Support partial lengths in 4-block SSSE3 variantMartin Willi
2018-11-16crypto: x86/chacha20 - Support partial lengths in 1-block SSSE3 variantMartin Willi
2018-10-08crypto: x86/aes-ni - fix build error following fpu template removalEric Biggers
2018-10-05crypto: x86/aes-ni - remove special handling of AES in PCBC modeArd Biesheuvel
2018-09-28x86/fpu: Remove VLA usage of skcipherKees Cook
2018-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2018-09-14crypto: aesni - don't use GFP_ATOMIC allocation if the request doesn't cross ...Mikulas Patocka
2018-09-14crypto: x86/aegis,morus - Do not require OSXSAVE for SSE2Ondrej Mosnacek
2018-09-04crypto: x86 - remove SHA multibuffer routines and mcryptdArd Biesheuvel
2018-08-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-08-25crypto: aesni - Use unaligned loads from gcm_context_dataDave Watson
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-08-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-08-07crypto: x86/aegis,morus - Fix and simplify CPUID checksOndrej Mosnacek
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu
2018-07-09crypto: ahash - remove useless setting of cra_typeEric Biggers
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers
2018-07-09crypto: shash - remove useless setting of type flagsEric Biggers
2018-07-09crypto: x86/sha-mb - decrease priority of multibuffer algorithmsEric Biggers
2018-07-09crypto: x86/sha256-mb - fix digest copy in sha256_mb_mgr_get_comp_job_avx2()Eric Biggers