summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/qi.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam/qi - fix address translations with IOMMU enabledHoria Geantă2019-05-231-2/+14
* crypto: caam/qi - don't allocate an extra platform deviceHoria Geantă2019-05-231-28/+5Star
* crypto: caam - avoid S/G table fetching for AEAD zero-length outputHoria Geantă2019-05-231-0/+3
* crypto: caam/qi - Change a couple IS_ERR_OR_NULL() checks to IS_ERR()Dan Carpenter2019-04-081-2/+2
* crypto: caam - remove redundant likely/unlikely annotationChengguang Xu2019-02-281-2/+2
* crypto: caam/qi - simplify CGR allocation, freeingHoria Geantă2018-10-171-39/+4Star
* crypto: caam/qi - fix warning in init_cgr()Horia Geantă2018-05-301-3/+2Star
* crypto: caam/qi - return -EBADMSG for ICV check failureHoria Geantă2018-02-151-2/+9
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* crypto: caam - Remove unused dentry membersFabio Estevam2017-08-091-4/+2Star
* crypto: caam - free qman_fq after kill_fqXulin Sun2017-07-281-6/+4Star
* crypto: caam/qi - lower driver verbosityHoria Geantă2017-07-181-4/+4
* crypto: caam/qi - explicitly set dma_opsHoria Geantă2017-07-181-0/+1
* crypto: caam/qi - handle large number of S/Gs caseHoria Geantă2017-07-181-3/+0Star
* crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=yHoria Geantă2017-07-181-1/+1
* crypto: caam - fix error return code in caam_qi_init()Wei Yongjun2017-04-211-1/+1
* crypto: caam - add Queue Interface (QI) backend supportHoria Geantă2017-03-241-0/+805