summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2021-05-19crypto: ccp: Free SEV device if SEV init failsSean Christopherson1-1/+3
2021-05-14crypto: ccp: Detect and reject "invalid" addresses destined for PSPSean Christopherson1-0/+3
2021-05-14crypto: chelsio - Read rxchannel-id from firmwareAyush Sawal1-2/+17
2021-05-14crypto: qat - Fix a double free in adf_create_ringLv Yunlong1-0/+1
2021-05-14crypto: sa2ul - Fix memory leak of rxdColin Ian King1-2/+6
2021-05-14crypto: sun8i-ss - Fix memory leak of padColin Ian King1-3/+4
2021-05-14crypto: allwinner - add missing CRYPTO_ prefixCorentin Labbe1-7/+7
2021-05-14crypto: qat - fix error path in adf_isr_resource_alloc()Giovanni Cabiddu1-8/+21
2021-05-14crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_initTong Zhang3-6/+6
2021-05-14crypto: qat - don't release uninitialized resourcesTong Zhang1-4/+13
2021-05-14crypto: ccp - fix command queuing to TEE ring bufferRijo Thomas2-16/+53
2021-05-14crypto: sun8i-ss - Fix memory leak of object d when dma_iv fails to mapColin Ian King1-1/+3
2021-05-14crypto: sun8i-ss - fix result memory leak on error pathCorentin Labbe1-1/+1
2021-05-14crypto: keembay-ocs-aes - Fix error return code in kmb_ocs_aes_probe()Wei Yongjun1-1/+3
2021-05-14crypto: keembay-ocs-hcu - Fix error return code in kmb_ocs_hcu_probe()Wei Yongjun1-1/+3
2021-05-12crypto: omap-aes - Fix PM reference leak on omap-aes.cShixin Liu1-4/+3
2021-05-12crypto: sa2ul - Fix PM reference leak in sa_ul_probe()Shixin Liu1-1/+1
2021-05-12crypto: stm32/cryp - Fix PM reference leak on stm32-cryp.cShixin Liu1-2/+2
2021-05-12crypto: stm32/hash - Fix PM reference leak on stm32-hash.cShixin Liu1-4/+4
2021-05-12crypto: sun8i-ce - Fix PM reference leak in sun8i_ce_probe()Shixin Liu1-1/+1
2021-05-12crypto: sun8i-ss - Fix PM reference leak when pm_runtime_get_sync() failsShixin Liu2-2/+2
2021-05-12crypto: sun4i-ss - Fix PM reference leak when pm_runtime_get_sync() failsShixin Liu4-4/+4
2021-05-12crypto: hisilicon/sec - fixes a printing errorLongfang Liu1-1/+1
2021-05-12crypto: qat - fix unmap invalid dma addressHui Tang1-2/+9
2021-03-02vio: make remove callback return voidUwe Kleine-König2-6/+2
2021-02-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds87-5977/+10711
2021-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2021-02-10crypto: hisilicon/qm - fix printing format issueWeili Qian2-9/+9
2021-02-10crypto: hisilicon/qm - do not reset hardware when CE happensWeili Qian5-7/+24
2021-02-10crypto: hisilicon/qm - update irqflagSihang Chen1-4/+3
2021-02-10crypto: hisilicon/qm - fix the value of 'QM_SQC_VFT_BASE_MASK_V2'Weili Qian1-1/+1
2021-02-10crypto: hisilicon/qm - fix request missing errorWeili Qian1-0/+28
2021-02-10crypto: hisilicon/qm - removing driver after resetWeili Qian5-20/+36
2021-02-10crypto: octeontx2 - fix -Wpointer-bool-conversion warningArnd Bergmann1-2/+1
2021-02-10crypto: hisilicon/hpre - enable Elliptic curve cryptographyHui Tang1-1/+8
2021-02-10crypto: hisilicon - PASID fixed on Kunpeng 930Weili Qian5-10/+24
2021-02-10crypto: hisilicon/qm - fix use of 'dma_map_single'Weili Qian1-23/+27
2021-02-10crypto: hisilicon/hpre - tiny fixHui Tang1-5/+8
2021-02-10crypto: hisilicon/hpre - adapt the number of clustersHui Tang2-27/+52
2021-02-10crypto: cpt - remove casting dma_alloc_coherentXu Wang1-4/+4
2021-02-10crypto: keembay-ocs-aes - Fix 'q' assignment during CCM B0 generationDaniele Alessandrelli1-3/+3
2021-02-10crypto: caam - Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTEJiapeng Chong1-2/+2
2021-02-10crypto: marvell - CRYPTO_DEV_OCTEONTX2_CPT should depend on ARCH_THUNDER2Geert Uytterhoeven1-1/+1
2021-02-05crypto: crypto4xx - Avoid linking failure with HW_RANDOM=mFlorian Fainelli1-1/+1
2021-02-05crypto: octeontx2 - Add dependency on NET_VENDOR_MARVELLHerbert Xu1-0/+1
2021-02-05crypto: octeontx2 - fix signedness bug in cptvf_register_interrupts()Dan Carpenter1-1/+1
2021-02-05crypto: ccree - fix spelling typo of allocateddingsenjie1-1/+1
2021-02-04KVM/SVM: add support for SEV attestation commandBrijesh Singh1-0/+1
2021-01-29crypto: marvell/cesa - Fix use of sg_pcopy on iomem pointerHerbert Xu5-36/+148
2021-01-29crypto: talitos - Fix ctr(aes) on SEC1Christophe Leroy1-0/+22