summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MAINTAINERS: nx crypto: Fix typo in a filepathDenis Efremov2019-08-221-1/+1
* lib/mpi: Eliminate unused umul_ppmm definitions for MIPSNathan Chancellor2019-08-221-35/+1
* random: Support freezable kthreads in add_hwgenerator_randomness()Stephen Boyd2019-08-221-3/+7
* crypto: arm64/aegis128 - implement plain NEON versionArd Biesheuvel2019-08-153-2/+80
* crypto: aegis128 - provide a SIMD implementation based on NEON intrinsicsArd Biesheuvel2019-08-154-0/+207
* crypto: aegis128 - add support for SIMD accelerationArd Biesheuvel2019-08-152-4/+49
* crypto: xts - add support for ciphertext stealingArd Biesheuvel2019-08-151-20/+132
* crypto: aead - Do not allow authsize=0 if auth. alg has digestsize>0Pascal van Leeuwen2019-08-151-1/+2
* crypto: streebog - remove two unused variablesYueHaibing2019-08-151-46/+0
* crypto: aes-generic - remove unused variable 'rco_tab'YueHaibing2019-08-151-2/+0
* Documentation: crypto: crypto_engine: Fix Sphinx warningJonathan Neuschäfer2019-08-151-0/+1
* crypto: cavium/nitrox - Configure asymmetric queue manager Hardware unitPhani Kiran Hemadri2019-08-155-17/+265
* crypto: cavium/nitrox - Allocate asymmetric crypto command queuesPhani Kiran Hemadri2019-08-153-1/+99
* crypto: cryptd - Use refcount_t for refcountChuhong Yuan2019-08-151-22/+22
* hwrng: core - Freeze khwrng thread during suspendStephen Boyd2019-08-151-1/+4
* crypto: caam/qi - execute library only on DPAA 1.xHoria Geantă2019-08-151-4/+3
* crypto: hisilicon - fix error handle in hisi_zip_create_req_qZhou Wang2019-08-151-2/+4
* crypto: hisilicon - add missing single_releaseZhou Wang2019-08-151-0/+1
* crypto: hisilicon - init curr_sgl_dma to fix compile warningZhou Wang2019-08-151-1/+1
* crypto: hisilicon - add dependency for CRYPTO_DEV_HISI_ZIPZhou Wang2019-08-151-0/+1
* crypto: hisilicon - fix kbuild warningsZhou Wang2019-08-151-3/+3
* padata: initialize pd->cpu with effective cpumaskDaniel Jordan2019-08-091-1/+1
* crypto: ccp - Remove unnecessary linux/pci.h includeBjorn Helgaas2019-08-097-7/+0
* crypto: ccp - Include DMA declarations explicitlyBjorn Helgaas2019-08-092-0/+2
* crypto: qcom-rng - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+1
* crypto: qce - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+1
* crypto: stm32 - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-092-6/+2
* crypto: rockchip - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+1
* crypto: sunxi-ss - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+1
* crypto: picoxcell - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+2
* crypto: mediatek - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-2/+1
* crypto: inside-secure - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+1
* crypto: img-hash - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+1
* crypto: exynos - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+1
* crypto: ccp - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+1
* crypto: artpec6 - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+1
* crypto: gcm - restrict assoclen for rfc4543Iuliana Prodan2019-08-091-2/+4
* MAINTAINERS: add maintainer for HiSilicon QM and ZIP controller driverZhou Wang2019-08-091-0/+11
* crypto: hisilicon - add debugfs for ZIP and QMZhou Wang2019-08-093-1/+704
* Documentation: Add debugfs doc for hisi_zipZhou Wang2019-08-091-0/+50
* crypto: hisilicon - add SRIOV support for ZIPZhou Wang2019-08-093-25/+226
* crypto: hisilicon - add HiSilicon ZIP accelerator supportZhou Wang2019-08-096-0/+1237
* crypto: hisilicon - add hardware SGL supportZhou Wang2019-08-094-0/+247
* crypto: hisilicon - add queue management driver for HiSilicon QM moduleZhou Wang2019-08-094-0/+1740
* crypto: engine - Reduce default RT priorityPeter Zijlstra2019-08-091-1/+1
* crypto: caam - change return value in case CAAM has no MDHAIuliana Prodan2019-08-091-1/+1
* crypto: caam - unregister algorithm only if the registration succeededIuliana Prodan2019-08-091-19/+30
* crypto: caam - execute module exit point only if necessaryIuliana Prodan2019-08-092-1/+24
* crypto: caam - free resources in case caam_rng registration failedIuliana Prodan2019-08-091-1/+4
* crypto: caam - fix MDHA key derivation for certain user key lengthsHoria Geantă2019-08-096-105/+132