summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* crypto: cavium/nitrox - Allocate asymmetric crypto command queuesPhani Kiran Hemadri2019-08-153-1/+99
* 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
* 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: hisilicon - add debugfs for ZIP and QMZhou Wang2019-08-093-1/+704
* 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: 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
* crypto: caam - keep both virtual and dma key addressesHoria Geantă2019-08-094-30/+24
* crypto: caam - update rfc4106 sh desc to support zero length inputIuliana Prodan2019-08-092-16/+33
* crypto: caam - check zero-length inputIuliana Prodan2019-08-093-0/+14
* crypto: caam - check assoclenIuliana Prodan2019-08-093-24/+8
* crypto: caam - check authsizeIuliana Prodan2019-08-093-0/+39
* crypto: caam - check key lengthIuliana Prodan2019-08-095-100/+324
* crypto: caam - update IV only when crypto operation succeedsHoria Geantă2019-08-093-6/+11
* crypto: caam - fix return code in completion callbacksHoria Geantă2019-08-099-117/+104
* crypto: caam/qi - fix error handling in ERN handlerHoria Geantă2019-08-093-1/+6
* crypto: inside-secure - Remove redundant DES ECB & CBC keysize checkPascal van Leeuwen2019-08-091-5/+0
* crypto: ccp - Clean up and exit correctly on allocation failureGary R Hook2019-08-091-10/+4
* crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-0913-28/+7
* crypto: inside-secure - Use defines instead of some constants (cosmetic)Pascal van Leeuwen2019-08-091-16/+19
* crypto: caam - fix concurrency issue in givencrypt descriptorHoria Geantă2019-08-092-1/+10
* crypto: ux500/crypt - Mark expected switch fall-throughsGustavo A. R. Silva2019-08-091-0/+6
* crypto: ccp - Log an error message when ccp-crypto fails to loadGary R Hook2019-08-091-1/+3
* crypto: ccree - use std api sg_zero_bufferGilad Ben-Yossef2019-08-093-24/+2
* crypto: ccree - use the full crypt length valueGilad Ben-Yossef2019-08-091-1/+1