summaryrefslogtreecommitdiff
path: root/drivers/crypto/hisilicon/sgl.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-12crypto: hisilicon/sgl - Delete redundant parameter verificationChenghai Huang1-4/+1
2024-01-10Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-5/+7
2024-01-09mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-3/+3
2023-12-01crypto: hisilicon/sgl - small cleanups for sgl.cWeili Qian1-5/+7
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-3/+3
2023-02-22Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-1/+0
2023-02-14crypto: hisilicon/qm - fix coding style issuesWeili Qian1-1/+0
2023-01-27crypto: hisilicon: Wipe entire pool on errorKees Cook1-2/+1
2022-04-15crypto: hisilicon/sgl - align the hardware sgl dma addressYang Shen1-2/+4
2022-03-15crypto: hisilicon/qm: Move the QM header to include/linuxShameer Kolothum1-1/+1
2021-04-16crypto: hisilicon/sgl - fix the sg buf unmapKai Ye1-1/+13
2021-04-16crypto: hisilicon/sgl - fix the soft sg map to hardware sgKai Ye1-0/+1
2021-04-16crypto: hisilicon/sgl - add some dfx logsKai Ye1-4/+11
2021-04-16crypto: hisilicon/sgl - delete unneeded variable initializationKai Ye1-1/+1
2021-04-16crypto: hisilicon/sgl - add a comment for block size initializationKai Ye1-0/+5
2020-10-30crypto: hisilicon - Fix doc warnings in sgl.c and qm.cShiju Jose1-2/+0
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