summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/marvell
Commit message (Expand)AuthorAgeFilesLines
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* crypto: marvell/cesa - Clean up redundant #includeRobin Murphy2018-03-031-1/+0
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-311-7/+12
|\
| * crypto: marvell/cesa - Fix DMA API misuseRobin Murphy2018-01-181-7/+12
* | dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig2018-01-101-0/+1
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-144-276/+261
|\
| * crypto: marvell - Add a NULL entry at the end of mv_cesa_plat_id_table[]Boris BREZILLON2017-11-061-0/+1
| * crypto: marvell/cesa - remove redundant backlog checks on EBUSYGilad Ben-Yossef2017-11-032-3/+2
| * crypto: marvell - Switch cipher algs to the skcipher interfaceBoris BREZILLON2017-11-033-260/+251
| * crypto: marvell - Remove the old mv_cesa driverBoris BREZILLON2017-11-031-7/+0
| * crypto: marvell - Add a platform_device_id tableBoris BREZILLON2017-11-031-0/+6
| * crypto: drop unnecessary return statementsGeliang Tang2017-09-221-2/+0
| * crypto: Use PTR_ERR_ZEROHimanshu Jha2017-09-221-4/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* crypto: marvell - Use IPAD/OPAD constantCorentin LABBE2017-05-231-2/+3
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-273-3/+43
|\
| * crypto: marvell - Copy IVDIG before launching partial DMA ahash requestsRomain Perier2016-12-163-3/+43
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-145-40/+75
|\ \ | |/
| * crypto: marvell - Don't break chain for computable last ahash requestsRomain Perier2016-10-211-16/+49
| * crypto: marvell - Use an unique pool to copy results of requestsRomain Perier2016-10-214-24/+26
* | crypto: marvell - Don't corrupt state of an STD req for re-stepped ahashRomain Perier2016-12-071-3/+5
* | crypto: marvell - Don't copy hash operation twice into the SRAMRomain Perier2016-12-071-3/+0
|/
* crypto: marvell - Don't hardcode block size in mv_cesa_ahash_cache_reqRomain Perier2016-08-091-1/+1
* crypto: marvell - Don't overwrite default creq->state during initializationRomain Perier2016-08-091-6/+9
* crypto: marvell - Update transformation context for each dequeued reqRomain Perier2016-08-091-0/+1
* crypto: marvell - make mv_cesa_ahash_cache_req() return boolThomas Petazzoni2016-08-091-11/+9
* crypto: marvell - turn mv_cesa_ahash_init() into a function returning voidThomas Petazzoni2016-08-091-3/+1
* crypto: marvell - remove unused parameter in mv_cesa_ahash_dma_add_cache()Thomas Petazzoni2016-08-091-2/+1
* crypto: marvell - be explicit about destination in mv_cesa_dma_add_op()Thomas Petazzoni2016-08-091-0/+1
* crypto: marvell - Don't copy IV vectors from the _process op for ciphersRomain Perier2016-07-291-10/+1
* crypto: marvell - Update cache with input sg only when it is unmappedRomain Perier2016-07-281-6/+6
* crypto: marvell - Don't chain at DMA level when backlog is disabledRomain Perier2016-07-281-3/+4
* crypto: marvell - Fix memory leaks in TDMA chain for cipher requestsRomain Perier2016-07-281-8/+6
* crypto: marvell - Fix wrong flag used for GFP in mv_cesa_dma_add_iv_opRomain Perier2016-07-191-1/+1
* crypto: marvell - Increase the size of the crypto queueRomain Perier2016-06-231-1/+1
* crypto: marvell - Add support for chaining crypto requests in TDMA modeRomain Perier2016-06-235-27/+221
* crypto: marvell - Add load balancing between enginesRomain Perier2016-06-234-86/+84
* crypto: marvell - Move SRAM I/O operations to step functionsRomain Perier2016-06-232-12/+12
* crypto: marvell - Add a complete operation for async requestsRomain Perier2016-06-234-15/+39
* crypto: marvell - Move tdma chain out of mv_cesa_tdma_req and remove itRomain Perier2016-06-235-98/+84
* crypto: marvell - Copy IV vectors by DMA transfers for acipher requestsRomain Perier2016-06-234-9/+60
* crypto: marvell - Fix wrong type check in dma functionsRomain Perier2016-06-231-2/+3
* crypto: marvell - Check engine is not already running when enabling a reqRomain Perier2016-06-233-0/+6
* crypto: marvell - Add a macro constant for the size of the crypto queueRomain Perier2016-06-231-1/+4
* crypto: marvell/cesa - Use dma_pool_zallocJulia Lawall2016-05-031-3/+2
* crypto: marvell/cesa - Improving code readabilityRomain Perier2016-04-201-5/+5
* crypto: marvell/cesa - remove unneeded conditionDan Carpenter2016-04-051-2/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-233-70/+41
|\
| * crypto: marvell/cesa - forward devm_ioremap_resource() error codeBoris BREZILLON2016-03-171-1/+1
OpenPOWER on IntegriCloud