Russell King ([email protected])

Number of posts: 243 (4.96 per day)
First post: 2013-08-01 21:37:53
Last post: 2013-09-20 15:03:51

Date List Subject
2016-08-08 17:05:30 linux-crypto [PATCH 11/11] crypto: caam: get rid of tasklet
2016-08-08 17:05:25 linux-crypto [PATCH 10/11] crypto: caam: add ahash_edesc_add_src()
2016-08-08 17:05:20 linux-crypto [PATCH 09/11] crypto: caam: move job descriptor initialisation to ahash_edesc_alloc()
2016-08-08 17:05:13 linux-crypto [PATCH 08/11] crypto: caam: add ahash_edesc_alloc() for descriptor allocation
2016-08-08 17:05:10 linux-crypto [PATCH 07/11] crypto: caam: check and use dma_map_sg() return code
2016-08-08 17:05:03 linux-crypto [PATCH 06/11] crypto: caam: ensure that we clean up after an error
2016-08-08 17:04:57 linux-crypto [PATCH 05/11] crypto: caam: replace sec4_sg pointer with array
2016-08-08 17:04:52 linux-crypto [PATCH 04/11] crypto: caam: mark the hardware descriptor as cache line aligned
2016-08-08 17:04:47 linux-crypto [PATCH 03/11] crypto: caam: incorporate job descriptor into struct ahash_edesc
2016-08-08 17:04:42 linux-crypto [PATCH 02/11] crypto: caam: ensure descriptor buffers are cacheline aligned
2016-08-08 17:04:37 linux-crypto [PATCH 01/11] crypto: caam: fix DMA API mapping leak
2015-12-07 19:12:56 linux-crypto [PATCH RFC 11/11] crypto: caam: get rid of tasklet
2015-12-07 19:12:51 linux-crypto [PATCH RFC 10/11] crypto: caam: add ahash_edesc_add_src()
2015-12-07 19:12:47 linux-crypto [PATCH RFC 09/11] crypto: caam: move job descriptor initialisation to ahash_edesc_alloc()
2015-12-07 19:12:41 linux-crypto [PATCH RFC 08/11] crypto: caam: add ahash_edesc_alloc() for descriptor allocation
2015-12-07 19:12:36 linux-crypto [PATCH RFC 07/11] crypto: caam: check and use dma_map_sg() return code
2015-12-07 19:12:31 linux-crypto [PATCH RFC 06/11] crypto: caam: ensure that we clean up after an error
2015-12-07 19:12:27 linux-crypto [PATCH RFC 05/11] crypto: caam: replace sec4_sg pointer with array
2015-12-07 19:12:21 linux-crypto [PATCH RFC 04/11] crypto: caam: mark the hardware descriptor as cache line aligned
2015-12-07 19:12:17 linux-crypto [PATCH RFC 03/11] crypto: caam: incorporate job descriptor into struct ahash_edesc
2015-12-07 19:12:11 linux-crypto [PATCH RFC 02/11] crypto: caam: ensure descriptor buffers are cacheline aligned
2015-12-07 19:12:08 linux-crypto [PATCH RFC 01/11] crypto: caam: fix DMA API mapping leak
2015-10-18 17:31:35 linux-crypto [PATCH 6/6] crypto: marvell: use __le32 for hardware descriptors
2015-10-18 17:31:31 linux-crypto [PATCH 5/6] crypto: marvell: fix missing cpu_to_le32() in mv_cesa_dma_add_op()
2015-10-18 17:31:26 linux-crypto [PATCH 4/6] crypto: marvell: use memcpy_fromio()/memcpy_toio()
2015-10-18 17:31:21 linux-crypto [PATCH 3/6] crypto: marvell: use gfp_t for gfp flags
2015-10-18 17:31:16 linux-crypto [PATCH 2/6] crypto: marvell: use dma_addr_t for cur_dma
2015-10-18 17:31:09 linux-crypto [PATCH 1/6] crypto: marvell: use readl_relaxed()/writel_relaxed()
2015-10-18 16:51:44 linux-crypto [PATCH 6/6] crypto: caam: fix DMA API leak
2015-10-18 16:51:42 linux-crypto [PATCH 5/6] crypto: caam: fix indentation of close braces
2015-10-18 16:51:35 linux-crypto [PATCH 4/6] crypto: caam: only export the state we really need to export
2015-10-18 16:51:30 linux-crypto [PATCH 3/6] crypto: caam: fix non-block aligned hash calculation
2015-10-18 16:51:24 linux-crypto [PATCH 2/6] crypto: caam: avoid needlessly saving and restoring caam_hash_ctx
2015-10-18 16:51:19 linux-crypto [PATCH 1/6] crypto: caam: print errno code when hash registration fails
2015-10-18 16:25:11 linux-crypto [PATCH 18/18] crypto: marvell/cesa: fix memory leak
2015-10-18 16:25:06 linux-crypto [PATCH 17/18] crypto: marvell: fix first-fragment handling in mv_cesa_ahash_dma_last_req()
2015-10-18 16:25:01 linux-crypto [PATCH 16/18] crypto: marvell: rearrange handling for sw padded hashes
2015-10-18 16:24:56 linux-crypto [PATCH 15/18] crypto: marvell: rearrange handling for hw finished hashes
2015-10-18 16:24:51 linux-crypto [PATCH 14/18] crypto: marvell: rearrange last request handling
2015-10-18 16:24:46 linux-crypto [PATCH 13/18] crypto: marvell: avoid adding final operation within loop
2015-10-18 16:24:41 linux-crypto [PATCH 12/18] crypto: marvell: ensure iter.base.op_len is the full op length
2015-10-18 16:24:35 linux-crypto [PATCH 11/18] crypto: marvell: use presence of scatterlist to determine data load
2015-10-18 16:24:30 linux-crypto [PATCH 10/18] crypto: marvell: move mv_cesa_dma_add_frag() calls
2015-10-18 16:24:25 linux-crypto [PATCH 09/18] crypto: marvell: always ensure mid-fragments after first-fragment
2015-10-18 16:24:21 linux-crypto [PATCH 08/18] crypto: marvell: factor out adding an operation and launching it
2015-10-18 16:24:15 linux-crypto [PATCH 07/18] crypto: marvell: factor out first fragment decisions to helper
2015-10-18 16:24:07 linux-crypto [PATCH 06/18] crypto: marvell: const-ify argument to mv_cesa_get_op_cfg()
2015-10-18 16:24:02 linux-crypto [PATCH 05/18] crypto: marvell: ensure template operation is initialised
2015-10-18 16:23:56 linux-crypto [PATCH 04/18] crypto: marvell: fix the bit length endianness
2015-10-18 16:23:51 linux-crypto [PATCH 03/18] crypto: marvell: add flag to determine algorithm endianness
2015-10-18 16:23:46 linux-crypto [PATCH 02/18] crypto: marvell: keep creq->state in CPU endian format at all times