aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon/sgl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-15crypto: hisilicon - Cap block size at 2^31Herbert Xu1-1/+2
2019-12-11crypto: hisilicon - Remove useless MODULE macrosZhou Wang1-4/+0
2019-12-11crypto: hisilicon - Fix issue with wrong number of sg elements after dma mapJonathan Cameron1-5/+8
2019-11-01crypto: hisilicon - use sgl API to get sgl dma addr and lenZhou Wang1-2/+2
2019-10-10crypto: hisilicon - misc fix about sglZhou Wang1-18/+22
2019-10-10crypto: hisilicon - fix large sgl memory allocation problem when disable smmuZhou Wang1-15/+68
2019-10-10crypto: hisilicon - add sgl_sge_nr module param for zipShukun Tan1-1/+1
2019-10-10crypto: hisilicon - merge sgl support to hisi_qm moduleZhou Wang1-39/+34
2019-08-15crypto: hisilicon - init curr_sgl_dma to fix compile warningZhou Wang1-1/+1
2019-08-09crypto: hisilicon - add hardware SGL supportZhou Wang1-0/+214