summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-145-15/+17
|\
| * crypto: caam - remove unused param of ctx_map_to_sec4_sg()Horia Geantă2017-11-061-4/+4
| * crypto: caam - remove unneeded edesc zeroizationHoria Geantă2017-11-061-4/+0Star
| * crypto: caam/qi - abort algorithm setup on DPAA2 partsHoria Geantă2017-11-031-1/+6
| * crypto: caam - fix incorrect defineRadu Alexe2017-11-031-1/+1
| * crypto: caam - Use GCM IV size constantCorentin LABBE2017-09-222-5/+6
* | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0719-0/+19
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0219-0/+19
| |/
* / locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-2/+2
|/
* crypto: caam - fix LS1021A support on ARMv7 multiplatform kernelHoria Geantă2017-09-203-44/+39Star
* crypto: caam - Remove unused dentry membersFabio Estevam2017-08-093-63/+32Star
* crypto: caam/jr - add support for DPAA2 partsHoria Geantă2017-08-037-25/+148
* crypto: caam - free qman_fq after kill_fqXulin Sun2017-07-281-6/+4Star
* crypto: caam - fix condition for the jump over key(s) commandTudor Ambarus2017-07-181-3/+2Star
* crypto: caam - clean-up in caam_init_rng()Horia Geantă2017-07-181-5/+1Star
* crypto: caam - remove unused variables in caam_drv_privateTudor Ambarus2017-07-182-4/+0Star
* crypto: caam - remove unused sg_to_sec4_sg_len()Horia Geantă2017-07-181-15/+0Star
* crypto: caam/qi - lower driver verbosityHoria Geantă2017-07-181-4/+4
* crypto: caam/qi - remove unused header sg_sw_sec4.hHoria Geantă2017-07-181-1/+0Star
* crypto: caam/qi - explicitly set dma_opsHoria Geantă2017-07-181-0/+1
* crypto: caam/qi - fix AD length endianness in S/G entryHoria Geantă2017-07-181-1/+4
* crypto: caam/qi - handle large number of S/Gs caseHoria Geantă2017-07-183-4/+34
* crypto: caam/qi - properly set IV after {en,de}cryptHoria Geantă2017-07-181-1/+8
* crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=yHoria Geantă2017-07-181-1/+1
* crypto: caam/qi - fix compilation with DEBUG enabledHoria Geantă2017-07-184-54/+62
* crypto: caam/qi - fix typo in authenc alg driver nameHoria Geantă2017-07-181-1/+1
* crypto: caam - properly set IV after {en,de}cryptDavid Gstir2017-07-121-2/+18
* crypto: caam - fix signals handlingHoria Geantă2017-07-122-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-07-054-30/+26Star
|\
| * crypto: caam - fix gfp allocation flags (part II)Horia Geantă2017-06-224-28/+25Star
| * crypto: caam - fix gfp allocation flags (part I)Horia Geantă2017-06-221-2/+1Star
* | crypto: caam - make of_device_ids const.Arvind Yadav2017-06-201-1/+1
* | crypto: caampkc - comply with crypto_akcipher_maxsize()Tudor-Dan Ambarus2017-06-101-3/+2Star
* | crypto: caam - add support for RSA key form 3Radu Alexe2017-05-184-2/+291
* | crypto: caam - add support for RSA key form 2Radu Alexe2017-05-184-17/+298
* | crypto: caam - incapsulate dropping leading zeros into functionRadu Alexe2017-05-181-4/+9
* | crypto: caam - avoid kzalloc(0) in caam_read_raw_dataTudor Ambarus2017-05-181-0/+2
|/
* crypto: caam - fix error return code in caam_qi_init()Wei Yongjun2017-04-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-04-053-47/+23Star
|\
| * crypto: caam - fix RNG deinstantiation error checkingHoria Geantă2017-04-051-1/+2
| * crypto: caam - fix invalid dereference in caam_rsa_init_tfm()Horia Geantă2017-04-051-1/+1
| * crypto: caam - fix JR platform device subsequent (re)creationsHoria Geantă2017-04-052-45/+19Star
* | crypto: caam/qi - add ablkcipher and authenc algorithmsHoria Geantă2017-03-247-16/+2601
* | crypto: caam - add Queue Interface (QI) backend supportHoria Geantă2017-03-245-28/+1064
* | crypto: caam - avoid double inclusion in desc_constr.hHoria Geantă2017-03-241-0/+5
|/
* scripts/spelling.txt: add "deintialize(d)" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* crypto: caam - fix state buffer DMA (un)mappingHoria Geantă2017-02-151-55/+52Star
* crypto: caam - abstract ahash request double bufferingHoria Geantă2017-02-151-29/+48
* crypto: caam - fix error path for ctx_dma mapping failureHoria Geantă2017-02-151-1/+6
* crypto: caam - fix DMA API leaks for multiple setkey() callsHoria Geantă2017-02-152-252/+102Star