summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2019-11-2547-2418/+14868
|\
| * crypto: x86/chacha - only unregister algorithms if registeredEric Biggers2019-11-221-1/+2
| * crypto: arm/curve25519 - wire up NEON implementationJason A. Donenfeld2019-11-174-195/+287
| * crypto: arm/curve25519 - import Bernstein and Schwabe's Curve25519 ARM implem...Jason A. Donenfeld2019-11-171-0/+2105
| * crypto: curve25519 - x86_64 library and KPP implementationsJason A. Donenfeld2019-11-172-0/+2476
| * crypto: blake2s - x86_64 SIMD implementationJason A. Donenfeld2019-11-173-0/+493
| * int128: move __uint128_t compiler test to KconfigArd Biesheuvel2019-11-173-3/+3
| * crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementationArd Biesheuvel2019-11-173-0/+1490
| * crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel2019-11-175-1/+2686
| * crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementationArd Biesheuvel2019-11-175-1/+2000
| * crypto: x86/poly1305 - expose existing driver as poly1305 libraryArd Biesheuvel2019-11-171-16/+41
| * crypto: x86/poly1305 - depend on generic library not generic shashArd Biesheuvel2019-11-171-11/+55
| * crypto: x86/poly1305 - unify Poly1305 state struct with generic codeArd Biesheuvel2019-11-171-59/+29
| * crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel2019-11-171-1/+1
| * crypto: mips/chacha - wire up accelerated 32r2 code from ZincArd Biesheuvel2019-11-174-44/+271
| * crypto: mips/chacha - import 32r2 ChaCha code from ZincJason A. Donenfeld2019-11-171-0/+424
| * crypto: arm/chacha - expose ARM ChaCha routine as library functionArd Biesheuvel2019-11-172-1/+41
| * crypto: arm/chacha - remove dependency on generic ChaCha driverArd Biesheuvel2019-11-176-240/+340
| * crypto: arm/chacha - import Eric Biggers's scalar accelerated ChaCha codeArd Biesheuvel2019-11-171-0/+461
| * crypto: arm64/chacha - expose arm64 ChaCha routine as library functionArd Biesheuvel2019-11-172-11/+43
| * crypto: arm64/chacha - depend on generic chacha library instead of crypto driverArd Biesheuvel2019-11-172-19/+23
| * crypto: x86/chacha - expose SIMD ChaCha routine as library functionArd Biesheuvel2019-11-171-25/+66
| * crypto: x86/chacha - depend on generic chacha library instead of crypto driverArd Biesheuvel2019-11-171-55/+35
| * crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel2019-11-173-3/+3
| * crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers2019-11-012-7/+7
| * crypto: arm64/aes-neonbs - add return value of skcipher_walk_done() in __xts_...Yunfeng Ye2019-11-011-1/+1
| * crypto: powerpc/spe-xts - implement support for ciphertext stealingArd Biesheuvel2019-10-261-2/+79
| * crypto: powerpc - convert SPE AES algorithms to skcipher APIEric Biggers2019-10-261-216/+165
| * crypto: powerpc - don't set ivsize for AES-ECBEric Biggers2019-10-261-1/+0
| * crypto: powerpc - don't unnecessarily use atomic scatterwalkEric Biggers2019-10-261-7/+0
| * crypto: s390/des - convert to skcipher APIEric Biggers2019-10-231-247/+172
| * crypto: s390/paes - convert to skcipher APIEric Biggers2019-10-231-240/+174
| * crypto: s390/aes - convert to skcipher APIEric Biggers2019-10-231-375/+234
| * crypto: sparc/des - convert to skcipher APIEric Biggers2019-10-231-272/+227
| * crypto: sparc/camellia - convert to skcipher APIEric Biggers2019-10-231-122/+95
| * crypto: sparc/aes - convert to skcipher APIEric Biggers2019-10-231-167/+143
| * crypto: arm - use Kconfig based compiler checks for crypto opcodesArd Biesheuvel2019-10-237-33/+19
| * hwrng: omap3-rom - Fix missing clock by probing with device treeTony Lindgren2019-10-052-11/+7
| * ARM: OMAP2+: Check omap3-rom-rng for GP device instead of HS deviceTony Lindgren2019-10-051-1/+1
| * crypto: arm64/gcm-ce - implement 4 way interleaveArd Biesheuvel2019-10-052-327/+467
* | Merge tag 'livepatching-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-251-4/+0
|\ \
| * | x86/stacktrace: update kconfig help text for reliable unwindersJoe Lawrence2019-11-071-4/+0
* | | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-2525-90/+80
|\ \ \
| * | | x86: Use pr_warn instead of pr_warningKefeng Wang2019-10-1814-65/+57
| * | | sparc: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-3/+3
| * | | sh: Use pr_warn instead of pr_warningKefeng Wang2019-10-185-7/+6
| * | | riscv: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-2/+2
| * | | ia64: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-1/+1
| * | | arm64: Use pr_warn instead of pr_warningKefeng Wang2019-10-182-10/+9
| * | | alpha: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-2/+2