aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/marvell
Commit message (Expand)AuthorAge
* crypto: marvell - Don't corrupt state of an STD req for re-stepped ahashRomain Perier2016-12-07
* crypto: marvell - Don't copy hash operation twice into the SRAMRomain Perier2016-12-07
* crypto: marvell - Don't hardcode block size in mv_cesa_ahash_cache_reqRomain Perier2016-08-09
* crypto: marvell - Don't overwrite default creq->state during initializationRomain Perier2016-08-09
* crypto: marvell - Update transformation context for each dequeued reqRomain Perier2016-08-09
* crypto: marvell - make mv_cesa_ahash_cache_req() return boolThomas Petazzoni2016-08-09
* crypto: marvell - turn mv_cesa_ahash_init() into a function returning voidThomas Petazzoni2016-08-09
* crypto: marvell - remove unused parameter in mv_cesa_ahash_dma_add_cache()Thomas Petazzoni2016-08-09
* crypto: marvell - be explicit about destination in mv_cesa_dma_add_op()Thomas Petazzoni2016-08-09
* crypto: marvell - Don't copy IV vectors from the _process op for ciphersRomain Perier2016-07-29
* crypto: marvell - Update cache with input sg only when it is unmappedRomain Perier2016-07-28
* crypto: marvell - Don't chain at DMA level when backlog is disabledRomain Perier2016-07-28
* crypto: marvell - Fix memory leaks in TDMA chain for cipher requestsRomain Perier2016-07-28
* crypto: marvell - Fix wrong flag used for GFP in mv_cesa_dma_add_iv_opRomain Perier2016-07-19
* crypto: marvell - Increase the size of the crypto queueRomain Perier2016-06-23
* crypto: marvell - Add support for chaining crypto requests in TDMA modeRomain Perier2016-06-23
* crypto: marvell - Add load balancing between enginesRomain Perier2016-06-23
* crypto: marvell - Move SRAM I/O operations to step functionsRomain Perier2016-06-23
* crypto: marvell - Add a complete operation for async requestsRomain Perier2016-06-23
* crypto: marvell - Move tdma chain out of mv_cesa_tdma_req and remove itRomain Perier2016-06-23
* crypto: marvell - Copy IV vectors by DMA transfers for acipher requestsRomain Perier2016-06-23
* crypto: marvell - Fix wrong type check in dma functionsRomain Perier2016-06-23
* crypto: marvell - Check engine is not already running when enabling a reqRomain Perier2016-06-23
* crypto: marvell - Add a macro constant for the size of the crypto queueRomain Perier2016-06-23
* crypto: marvell/cesa - Use dma_pool_zallocJulia Lawall2016-05-03
* crypto: marvell/cesa - Improving code readabilityRomain Perier2016-04-20
* crypto: marvell/cesa - remove unneeded conditionDan Carpenter2016-04-05
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-23
|\
| * crypto: marvell/cesa - forward devm_ioremap_resource() error codeBoris BREZILLON2016-03-17
| * crypto: marvell/cesa - initialize hash statesBoris BREZILLON2016-03-17
| * crypto: marvell/cesa - fix memory leakBoris BREZILLON2016-03-17
* | crypto: marvell/cesa - fix test in mv_cesa_dev_dma_init()Boris BREZILLON2016-02-06
|/
* crypto: marvell - check return value of sg_nents_for_lenLABBE Corentin2015-11-17
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-11-04
|\
| * crypto: marvell/cesa - use __le32 for hardware descriptorsRussell King2015-10-20
| * crypto: marvell/cesa - fix missing cpu_to_le32() in mv_cesa_dma_add_op()Russell King2015-10-20
| * crypto: marvell/cesa - use memcpy_fromio()/memcpy_toio()Russell King2015-10-20
| * crypto: marvell/cesa - use gfp_t for gfp flagsRussell King2015-10-20
| * crypto: marvell/cesa - use dma_addr_t for cur_dmaRussell King2015-10-20
| * crypto: marvell/cesa - use readl_relaxed()/writel_relaxed()Russell King2015-10-20
| * crypto: marvell/cesa - fix memory leakBoris Brezillon2015-10-20
| * crypto: marvell/cesa - fix first-fragment handling in mv_cesa_ahash_dma_last_...Russell King2015-10-20
| * crypto: marvell/cesa - rearrange handling for sw padded hashesRussell King2015-10-20
| * crypto: marvell/cesa - rearrange handling for hw finished hashesRussell King2015-10-20
| * crypto: marvell/cesa - rearrange last request handlingRussell King2015-10-20
| * crypto: marvell/cesa - avoid adding final operation within loopRussell King2015-10-20
| * crypto: marvell/cesa - ensure iter.base.op_len is the full op lengthRussell King2015-10-20
| * crypto: marvell/cesa - use presence of scatterlist to determine data loadRussell King2015-10-20
| * crypto: marvell/cesa - move mv_cesa_dma_add_frag() callsRussell King2015-10-20
| * crypto: marvell/cesa - always ensure mid-fragments after first-fragmentRussell King2015-10-20