aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-12-14264-1993/+8428
|\
| * crypto: qat - add capability detection logic in qat_4xxxMarco Chiappero2020-12-113-0/+38
| * crypto: qat - add AES-XTS support for QAT GEN4 devicesMarco Chiappero2020-12-111-7/+89
| * crypto: qat - add AES-CTR support for QAT GEN4 devicesMarco Chiappero2020-12-113-2/+39
| * crypto: atmel-i2c - select CONFIG_BITREVERSEArnd Bergmann2020-12-111-0/+1
| * crypto: hisilicon/trng - replace atomic_add_return()Yejune Deng2020-12-111-4/+4
| * crypto: keembay - Add support for Keem Bay OCS AES/SM4Mike Healy2020-12-118-0/+3388
| * dt-bindings: Add Keem Bay OCS AES bindingsDaniele Alessandrelli2020-12-111-0/+45
| * crypto: aegis128 - avoid spurious references crypto_aegis128_update_simdArd Biesheuvel2020-12-041-2/+2
| * crypto: seed - remove trailing semicolon in macro definitionTom Rix2020-12-041-1/+1
| * crypto: x86/poly1305 - Use TEST %reg,%reg instead of CMP $0,%regUros Bizjak2020-12-041-1/+1
| * crypto: x86/sha512 - Use TEST %reg,%reg instead of CMP $0,%regUros Bizjak2020-12-042-2/+2
| * crypto: aesni - Use TEST %reg,%reg instead of CMP $0,%regUros Bizjak2020-12-042-20/+20
| * crypto: cpt - Fix sparse warnings in cptpfHerbert Xu2020-12-041-3/+3
| * hwrng: ks-sa - Add dependency on IOMEM and OFHerbert Xu2020-12-041-0/+1
| * crypto: lib/blake2s - Move selftest prototype into header fileHerbert Xu2020-12-043-3/+3
| * crypto: arm/aes-ce - work around Cortex-A57/A72 silion errataArd Biesheuvel2020-12-041-10/+22
| * crypto: ecdh - avoid unaligned accesses in ecdh_set_secret()Ard Biesheuvel2020-12-041-4/+5
| * crypto: ccree - rework cache parameters handlingGilad Ben-Yossef2020-11-273-20/+63
| * crypto: cavium - Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET2020-11-272-16/+4
| * crypto: marvell/octeontx - Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET2020-11-272-16/+4
| * crypto: cavium/zip - Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET2020-11-271-8/+2
| * crypto: ccree - Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-271-0/+3
| * crypto: tcrypt - include 1420 byte blocks in aead and skcipher benchmarksArd Biesheuvel2020-11-271-37/+44
| * crypto: tcrypt - permit tcrypt.ko to be builtinArd Biesheuvel2020-11-271-1/+1
| * crypto: tcrypt - don't initialize at subsys_initcall timeArd Biesheuvel2020-11-271-1/+1
| * MAINTAINERS: Move HiSilicon TRNG V2 driverWeili Qian2020-11-271-1/+1
| * crypto: hisilicon/trng - add support for PRNGWeili Qian2020-11-272-3/+239
| * crypto: hisilicon/trng - add HiSilicon TRNG driver supportWeili Qian2020-11-275-0/+110
| * hwrng: hisi - remove HiSilicon TRNG driverWeili Qian2020-11-273-113/+0
| * crypto: sparc - Fix sparse endianness warningsHerbert Xu2020-11-272-5/+6
| * crypto: powerpc/sha256-spe - Fix sparse endianness warningHerbert Xu2020-11-271-1/+1
| * crypto: mips/octeon - Fix sparse endianness warningsHerbert Xu2020-11-272-7/+9
| * crypto: qat - fix excluded_middle.cocci warningskernel test robot2020-11-271-3/+4
| * crypto: qce - Fix SHA result buffer corruption issuesThara Gopinath2020-11-271-1/+1
| * crypto: qce - Enable support for crypto engine on sdm845Thara Gopinath2020-11-271-1/+16
| * crypto: aegis128 - expose SIMD code path as separate driverArd Biesheuvel2020-11-271-77/+143
| * crypto: aegis128/neon - move final tag check to SIMD domainArd Biesheuvel2020-11-273-18/+57
| * crypto: aegis128/neon - optimize tail block handlingArd Biesheuvel2020-11-271-14/+75
| * crypto: aegis128 - wipe plaintext and tag if decryption failsArd Biesheuvel2020-11-271-6/+26
| * crypto: sun8i-ce - fix two error path's memory leakCorentin Labbe2020-11-201-8/+12
| * crypto: kconfig - fix a couple of spelling mistakesColin Ian King2020-11-202-2/+2
| * crypto: qat - add qat_4xxx driverGiovanni Cabiddu2020-11-2011-1/+833
| * crypto: qat - add hook to initialize vector routing tableGiovanni Cabiddu2020-11-202-0/+4
| * crypto: qat - target fw images to specific AEsGiovanni Cabiddu2020-11-202-5/+56
| * crypto: omap-aes - Fix PM disable depth imbalance in omap_aes_probeZhang Qilong2020-11-201-1/+2
| * crypto: hisilicon/zip - add a work_queue for zip irqYang Shen2020-11-201-3/+23
| * crypto: lib/curve25519 - Move selftest prototype into header fileHerbert Xu2020-11-202-2/+2
| * crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-20120-155/+205
| * crypto: crypto4xx - Replace bitwise OR with logical OR in crypto4xx_build_pdNathan Chancellor2020-11-201-1/+1