Show patches with: Submitter = Russell King       |    Archived = No       |   69 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
[11/11] crypto: caam: get rid of tasklet - - - --- 2016-08-08 Russell King herbert Accepted
[10/11] crypto: caam: add ahash_edesc_add_src() - - - --- 2016-08-08 Russell King herbert Accepted
[09/11] crypto: caam: move job descriptor initialisation to ahash_edesc_alloc() - - - --- 2016-08-08 Russell King herbert Accepted
[08/11] crypto: caam: add ahash_edesc_alloc() for descriptor allocation - - - --- 2016-08-08 Russell King herbert Accepted
[07/11] crypto: caam: check and use dma_map_sg() return code - - - --- 2016-08-08 Russell King herbert Accepted
[06/11] crypto: caam: ensure that we clean up after an error - - - --- 2016-08-08 Russell King herbert Accepted
[05/11] crypto: caam: replace sec4_sg pointer with array - - - --- 2016-08-08 Russell King herbert Accepted
[04/11] crypto: caam: mark the hardware descriptor as cache line aligned - - - --- 2016-08-08 Russell King herbert Accepted
[03/11] crypto: caam: incorporate job descriptor into struct ahash_edesc - - - --- 2016-08-08 Russell King herbert Accepted
[02/11] crypto: caam: ensure descriptor buffers are cacheline aligned - - - --- 2016-08-08 Russell King herbert Accepted
[01/11] crypto: caam: fix DMA API mapping leak - - - --- 2016-08-08 Russell King herbert Accepted
[RFC,11/11] crypto: caam: get rid of tasklet - - - --- 2015-12-07 Russell King herbert RFC
[RFC,10/11] crypto: caam: add ahash_edesc_add_src() - - - --- 2015-12-07 Russell King herbert RFC
[RFC,09/11] crypto: caam: move job descriptor initialisation to ahash_edesc_alloc() - - - --- 2015-12-07 Russell King herbert RFC
[RFC,08/11] crypto: caam: add ahash_edesc_alloc() for descriptor allocation - - - --- 2015-12-07 Russell King herbert RFC
[RFC,07/11] crypto: caam: check and use dma_map_sg() return code - - - --- 2015-12-07 Russell King herbert RFC
[RFC,06/11] crypto: caam: ensure that we clean up after an error - - - --- 2015-12-07 Russell King herbert RFC
[RFC,05/11] crypto: caam: replace sec4_sg pointer with array - - - --- 2015-12-07 Russell King herbert RFC
[RFC,04/11] crypto: caam: mark the hardware descriptor as cache line aligned - - - --- 2015-12-07 Russell King herbert RFC
[RFC,03/11] crypto: caam: incorporate job descriptor into struct ahash_edesc - - - --- 2015-12-07 Russell King herbert RFC
[RFC,02/11] crypto: caam: ensure descriptor buffers are cacheline aligned - - - --- 2015-12-07 Russell King herbert RFC
[RFC,01/11] crypto: caam: fix DMA API mapping leak - - - --- 2015-12-07 Russell King herbert RFC
[6/6] crypto: marvell: use __le32 for hardware descriptors - - - --- 2015-10-18 Russell King herbert Accepted
[5/6] crypto: marvell: fix missing cpu_to_le32() in mv_cesa_dma_add_op() - - - --- 2015-10-18 Russell King herbert Accepted
[4/6] crypto: marvell: use memcpy_fromio()/memcpy_toio() - - - --- 2015-10-18 Russell King herbert Accepted
[3/6] crypto: marvell: use gfp_t for gfp flags - - - --- 2015-10-18 Russell King herbert Accepted
[2/6] crypto: marvell: use dma_addr_t for cur_dma - - - --- 2015-10-18 Russell King herbert Accepted
[1/6] crypto: marvell: use readl_relaxed()/writel_relaxed() - - - --- 2015-10-18 Russell King herbert Accepted
[6/6] crypto: caam: fix DMA API leak - - - --- 2015-10-18 Russell King herbert Changes Requested
[5/6] crypto: caam: fix indentation of close braces - - - --- 2015-10-18 Russell King herbert Accepted
[4/6] crypto: caam: only export the state we really need to export - - - --- 2015-10-18 Russell King herbert Accepted
[3/6] crypto: caam: fix non-block aligned hash calculation - - - --- 2015-10-18 Russell King herbert Accepted
[2/6] crypto: caam: avoid needlessly saving and restoring caam_hash_ctx - - - --- 2015-10-18 Russell King herbert Accepted
[1/6] crypto: caam: print errno code when hash registration fails - - - --- 2015-10-18 Russell King herbert Accepted
[18/18] crypto: marvell/cesa: fix memory leak - - - --- 2015-10-18 Russell King herbert Accepted
[17/18] crypto: marvell: fix first-fragment handling in mv_cesa_ahash_dma_last_req() - - - --- 2015-10-18 Russell King herbert Accepted
[16/18] crypto: marvell: rearrange handling for sw padded hashes - - - --- 2015-10-18 Russell King herbert Accepted
[15/18] crypto: marvell: rearrange handling for hw finished hashes - - - --- 2015-10-18 Russell King herbert Accepted
[14/18] crypto: marvell: rearrange last request handling - - - --- 2015-10-18 Russell King herbert Accepted
[13/18] crypto: marvell: avoid adding final operation within loop - - - --- 2015-10-18 Russell King herbert Accepted
[12/18] crypto: marvell: ensure iter.base.op_len is the full op length - - - --- 2015-10-18 Russell King herbert Accepted
[11/18] crypto: marvell: use presence of scatterlist to determine data load - - - --- 2015-10-18 Russell King herbert Accepted
[10/18] crypto: marvell: move mv_cesa_dma_add_frag() calls - - - --- 2015-10-18 Russell King herbert Accepted
[09/18] crypto: marvell: always ensure mid-fragments after first-fragment - - - --- 2015-10-18 Russell King herbert Accepted
[08/18] crypto: marvell: factor out adding an operation and launching it - - - --- 2015-10-18 Russell King herbert Accepted
[07/18] crypto: marvell: factor out first fragment decisions to helper - - - --- 2015-10-18 Russell King herbert Accepted
[06/18] crypto: marvell: const-ify argument to mv_cesa_get_op_cfg() - - - --- 2015-10-18 Russell King herbert Accepted
[05/18] crypto: marvell: ensure template operation is initialised - - - --- 2015-10-18 Russell King herbert Accepted
[04/18] crypto: marvell: fix the bit length endianness - - - --- 2015-10-18 Russell King herbert Accepted
[03/18] crypto: marvell: add flag to determine algorithm endianness - - - --- 2015-10-18 Russell King herbert Accepted
[02/18] crypto: marvell: keep creq->state in CPU endian format at all times - - - --- 2015-10-18 Russell King herbert Accepted
[01/18] crypto: marvell: easier way to get the transform - - - --- 2015-10-18 Russell King herbert Accepted
[5/5] crypto: caam: fix indentation of close braces - - - --- 2015-10-17 Russell King herbert Superseded
[4/5] crypto: caam: only export the state we really need to export - - - --- 2015-10-17 Russell King herbert Superseded
[3/5] crypto: caam: fix non-block aligned hash calculation - - - --- 2015-10-17 Russell King herbert Superseded
[2/5] crypto: caam: avoid needlessly saving and restoring caam_hash_ctx - - - --- 2015-10-17 Russell King herbert Superseded
[1/5] crypto: caam: print errno code when hash registration fails - - - --- 2015-10-17 Russell King herbert Superseded
[v3b,5/5] crypto: marvell: factor out common import/export functions - - - --- 2015-10-09 Russell King herbert Accepted
[v3,5/5] crypto: marvell: factor out common import functions - - - --- 2015-10-09 Russell King herbert Superseded
[v3,4/5] crypto: marvell: fix wrong hash results - - - --- 2015-10-09 Russell King herbert Accepted
[v3,3/5] crypto: marvell: initialise struct mv_cesa_ahash_req - - - --- 2015-10-09 Russell King herbert Accepted
[v3,2/5] crypto: marvell: fix stack smashing in marvell/hash.c - - - --- 2015-10-09 Russell King herbert Accepted
[v3,1/5] crypto: ensure algif_hash does not pass a zero-sized state - - - --- 2015-10-09 Russell King herbert Accepted
[v2,3/3] crypto: marvell: initialise struct mv_cesa_ahash_req - - - --- 2015-10-09 Russell King herbert Superseded
[v2,2/3] crypto: marvell: fix stack smashing in marvell/hash.c - - - --- 2015-10-09 Russell King herbert Superseded
[v2,1/3] crypto: ensure algif_hash does not pass a zero-sized state - - - --- 2015-10-09 Russell King herbert Superseded
[3/3] crypto: marvell: initialise struct mv_cesa_ahash_req - - - --- 2015-10-09 Russell King herbert Superseded
[2/3] crypto: marvell: fix stack smashing in marvell/hash.c - - - --- 2015-10-09 Russell King herbert Superseded
[1/3] crypto: ensure algif_hash does not pass a zero-sized state - - - --- 2015-10-09 Russell King herbert Superseded