summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon/sec2
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-5/+5
2026-01-16crypto: hisilicon/sec2 - support skcipher/aead fallback for hardware queue un...Qi Tao-15/+47
2026-01-16crypto: hisilicon - consolidate qp creation and start in hisi_qm_alloc_qps_nodeChenghai Huang-8/+0
2026-01-16crypto: hisilicon/qm - enhance the configuration of req_type in queue attributesChenghai Huang-6/+16
2026-01-16crypto: hisilicon/sec - move backlog management to qp and store sqe in qp for...Chenghai Huang-50/+45
2025-09-20crypto: hisilicon - enable error reporting againWeili Qian-0/+11
2025-09-20crypto: hisilicon/qm - mask axi error before memory initWeili Qian-28/+62
2025-09-06crypto: hisilicon/sec2 - Fix false-positive warning of uninitialised qp_ctxHerbert Xu-5/+3
2025-08-30crypto: hisilicon - use kcalloc() instead of kzalloc()Qianfeng Rong-1/+1
2025-08-30crypto: hisilicon - check the sva module status while enabling or disabling a...Weili Qian-1/+47
2025-08-30crypto: hisilicon - re-enable address prefetch after device resumingChenghai Huang-40/+40
2025-07-18crypto: hisilicon/sec2 - implement full backlog mode for secWenkai Lin-180/+457
2025-06-23crypto: hisilicon - Use fine grained DMA mapping directionZenghui Yu-8/+13
2025-02-22crypto: hisilicon/sec2 - fix for sec spec checkWenkai Lin-63/+39
2025-02-22crypto: hisilicon/sec2 - fix for aead authsize alignmentWenkai Lin-13/+9
2025-02-22crypto: hisilicon/sec2 - fix for aead auth key lengthWenkai Lin-6/+2
2025-01-14crypto: hisilicon/qm - support new function communicationYang Shen-1/+0
2024-12-21crypto: hisilicon/sec2 - fix for aead invalid authsizeWenkai Lin-32/+34
2024-12-21crypto: hisilicon/sec2 - fix for aead icv errorWenkai Lin-69/+44
2024-12-10crypto: hisilicon/zip - support new error reportWeili Qian-0/+12
2024-11-02crypto: hisilicon/qm - disable same error report before resettingWeili Qian-5/+30
2024-11-02crypto: hisilicon - support querying the capability registerQi Tao-21/+84
2024-10-05crypto: hisilicon/qm - fix the coding specifications issueChenghai Huang-1/+1
2024-09-06crypto: hisilicon/qm - reset device before enabling itWeili Qian-9/+7
2024-05-03crypto: hisilicon/sec2 - fix for register offsetWenkai Lin-1/+1
2024-05-03crypto: hisilicon/debugfs - mask the unnecessary info from the dumpChenghai Huang-2/+2
2024-04-12crypto: hisilicon/sec - Fix memory leak for sec resource releaseChenghai Huang-1/+3
2024-04-12crypto: hisilicon - Adjust debugfs creation and release orderChenghai Huang-12/+11
2024-04-12crypto: hisilicon/sec - Add the condition for configuring the sriov functionChenghai Huang-1/+2
2024-02-02crypto: hisilicon/sec - remove unused parameterWenkai Lin-10/+6
2024-02-02crypto: hisilicon/sec2 - fix some cleanup issuesQi Tao-2/+2
2024-02-02crypto: hisilicon/sec2 - modify nested macro callQi Tao-9/+4
2024-02-02crypto: hisilicon/sec2 - updates the sec DFX function registerQi Tao-0/+5
2024-01-26crypto: hisilicon - Fix smp_processor_id() warningsWenkai Lin-1/+1
2023-12-15crypto: hisilicon/sec2 - optimize the error return processChenghai Huang-2/+5
2023-12-08crypto: hisilicon/sec2 - Remove cfb and ofbHerbert Xu-29/+1
2023-12-08crypto: hisilicon/sec2 - save capability registers in probe processZhiqi Song-5/+55
2023-12-08crypto: hisilicon/qm - add a function to set qm algsWenkai Lin-40/+7
2023-10-05crypto: hisilicon/qm - check function qp num before alg registerWeili Qian-17/+38
2023-10-05crypto: hisilicon/qm - fix PF queue parameter issueLongfang Liu-0/+5
2023-09-20crypto: hisilicon/sec - fix for sgl unmmap problemWenkai Lin-0/+1
2023-03-17crypto: hisilicon/sec - remove unnecessary aer.h includeBjorn Helgaas-1/+0
2023-02-13crypto: hisilicon - Use request_complete helpersHerbert Xu-6/+4
2022-11-18crypto: hisilicon/sec - remove continuous blank linesWenkai Lin-2/+0
2022-11-18crypto: hisilicon/sec - fix spelling mistake 'ckeck' -> 'check'Kai Ye-2/+2
2022-11-18crypto: hisilicon/qm - modify the process of regs dfxKai Ye-4/+3
2022-10-21crypto: hisilicon/sec - enabling clock gating of the address prefetch moduleWeili Qian-1/+1
2022-09-16crypto: hisilicon - support get algs by the capability registerZhiqi Song-2/+69