summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: arm64/sha3-ce - simplify NEON yieldArd Biesheuvel2021-02-102-56/+39
* crypto: arm64/sha2-ce - simplify NEON yieldArd Biesheuvel2021-02-102-35/+25
* crypto: arm64/sha1-ce - simplify NEON yieldArd Biesheuvel2021-02-102-40/+29
* crypto: powerpc/sha256 - remove unneeded semicolonYang Li2021-02-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux for-next/cryptoHerbert Xu2021-02-101-0/+16
|\
| * arm64: assembler: add cond_yield macroArd Biesheuvel2021-02-031-0/+16
* | crypto: aesni - release FPU during skcipher walk API callsArd Biesheuvel2021-01-221-41/+32
* | crypto: aesni - replace CTR function pointer with static callArd Biesheuvel2021-01-221-6/+7
* | crypto: arm64/sha - add missing module aliasesArd Biesheuvel2021-01-224-0/+9
* | crypto: x86 - use local headers for x86 specific shared declarationsArd Biesheuvel2021-01-1412-8/+8
* | crypto: x86 - remove glue helper moduleArd Biesheuvel2021-01-143-231/+0
* | crypto: x86/twofish - drop dependency on glue helperArd Biesheuvel2021-01-142-109/+44
* | crypto: x86/cast6 - drop dependency on glue helperArd Biesheuvel2021-01-141-44/+17
* | crypto: x86/cast5 - drop dependency on glue helperArd Biesheuvel2021-01-141-167/+17
* | crypto: x86/serpent - drop dependency on glue helperArd Biesheuvel2021-01-143-154/+61
* | crypto: x86/camellia - drop dependency on glue helperArd Biesheuvel2021-01-143-166/+67
* | crypto: x86 - add some helper macros for ECB and CBC modesArd Biesheuvel2021-01-141-0/+76
* | crypto: x86/blowfish - drop CTR mode implementationArd Biesheuvel2021-01-141-107/+0
* | crypto: x86/des - drop CTR mode implementationArd Biesheuvel2021-01-141-104/+0
* | crypto: x86/glue-helper - drop CTR helper routinesArd Biesheuvel2021-01-144-207/+0
* | crypto: x86/twofish - drop CTR mode implementationArd Biesheuvel2021-01-144-147/+0
* | crypto: x86/cast6 - drop CTR mode implementationArd Biesheuvel2021-01-142-76/+0
* | crypto: x86/cast5 - drop CTR mode implementationArd Biesheuvel2021-01-141-103/+0
* | crypto: x86/serpent - drop CTR mode implementationArd Biesheuvel2021-01-145-201/+0
* | crypto: x86/camellia - drop CTR mode implementationArd Biesheuvel2021-01-146-416/+0
* | crypto: x86/glue-helper - drop XTS helper routinesArd Biesheuvel2021-01-144-303/+0
* | crypto: x86/twofish - switch to XTS templateArd Biesheuvel2021-01-142-151/+0
* | crypto: x86/serpent- switch to XTS templateArd Biesheuvel2021-01-145-304/+0
* | crypto: x86/cast6 - switch to XTS templateArd Biesheuvel2021-01-142-154/+0
* | crypto: x86/camellia - switch to XTS templateArd Biesheuvel2021-01-145-576/+1
* | crypto: aesni - replace function pointers with static branchesArd Biesheuvel2021-01-141-44/+54
* | crypto: aesni - refactor scatterlist processingArd Biesheuvel2021-01-141-83/+56
* | crypto: aesni - clean up mapping of associated dataArd Biesheuvel2021-01-141-4/+5
* | crypto: aesni - drop unused asm prototypesArd Biesheuvel2021-01-141-67/+0
* | crypto: aesni - prevent misaligned buffers on the stackArd Biesheuvel2021-01-141-12/+16
* | crypto: x86/aes-ni-xts - rewrite and drop indirections via glue helperArd Biesheuvel2021-01-082-144/+356
* | crypto: x86/aes-ni-xts - use direct calls to and 4-way strideArd Biesheuvel2021-01-082-56/+84
* | crypto: arm/blake2b - add NEON-accelerated BLAKE2bEric Biggers2021-01-024-0/+464
* | crypto: arm/blake2s - add ARM scalar optimized BLAKE2sEric Biggers2021-01-024-0/+374
* | crypto: blake2s - share the "shash" API boilerplate codeEric Biggers2021-01-021-67/+7
* | crypto: x86/blake2s - define shash_alg structs using macrosEric Biggers2021-01-021-61/+23
* | crypto: arm64/aes-ctr - improve tail handlingArd Biesheuvel2021-01-022-74/+137
* | crypto: arm64/aes-ce - really hide slower algos when faster ones are enabledArd Biesheuvel2021-01-021-2/+2
* | crypto: remove cipher routines from public crypto APIArd Biesheuvel2021-01-022-0/+5
* | crypto: aesni - implement support for cts(cbc(aes))Ard Biesheuvel2021-01-022-1/+261
* | crypto: arm/chacha-neon - add missing counter incrementArd Biesheuvel2021-01-021-0/+1
|/
* Merge tag 'riscv-for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-12-241-1/+1
|\
| * RISC-V: Fix usage of memblock_enforce_memory_limitAtish Patra2020-12-221-1/+1
* | Merge tag 'powerpc-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-247-15/+29
|\ \
| * | powerpc/32: Fix vmap stack - Properly set r1 before activating MMU on syscall...Christophe Leroy2020-12-211-9/+16