aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/hisilicon/sec2
AgeCommit message (Expand)AuthorFilesLines
2023-12-15crypto: hisilicon/sec2 - optimize the error return processGravatar Chenghai Huang 1-2/+5
2023-12-08crypto: hisilicon/sec2 - Remove cfb and ofbGravatar Herbert Xu 3-29/+1
2023-12-08crypto: hisilicon/sec2 - save capability registers in probe processGravatar Zhiqi Song 3-5/+55
2023-12-08crypto: hisilicon/qm - add a function to set qm algsGravatar Wenkai Lin 1-40/+7
2023-10-05crypto: hisilicon/qm - check function qp num before alg registerGravatar Weili Qian 2-17/+38
2023-10-05crypto: hisilicon/qm - fix PF queue parameter issueGravatar Longfang Liu 1-0/+5
2023-09-20crypto: hisilicon/sec - fix for sgl unmmap problemGravatar Wenkai Lin 1-0/+1
2023-03-17crypto: hisilicon/sec - remove unnecessary aer.h includeGravatar Bjorn Helgaas 1-1/+0
2023-02-13crypto: hisilicon - Use request_complete helpersGravatar Herbert Xu 1-6/+4
2022-11-18crypto: hisilicon/sec - remove continuous blank linesGravatar Wenkai Lin 2-2/+0
2022-11-18crypto: hisilicon/sec - fix spelling mistake 'ckeck' -> 'check'Gravatar Kai Ye 1-2/+2
2022-11-18crypto: hisilicon/qm - modify the process of regs dfxGravatar Kai Ye 1-4/+3
2022-10-21crypto: hisilicon/sec - enabling clock gating of the address prefetch moduleGravatar Weili Qian 1-1/+1
2022-09-16crypto: hisilicon - support get algs by the capability registerGravatar Zhiqi Song 1-2/+69
2022-09-16crypto: hisilicon/sec - get algorithm bitmap from registersGravatar Wenkai Lin 3-121/+236
2022-09-16crypto: hisilicon/qm - get error type from hardware registersGravatar Weili Qian 2-14/+48
2022-09-16crypto: hisilicon/qm - get qp num and depth from hardware registersGravatar Weili Qian 3-60/+94
2022-09-16crypto: hisilicon/qm - get hardware features from hardware registersGravatar Weili Qian 1-2/+2
2022-09-16crypto: hisilicon/sec - delete redundant blank linesGravatar Kai Ye 1-2/+0
2022-07-29crypto: hisilicon/sec - fix auth key size errorGravatar Kai Ye 2-3/+4
2022-07-08crypto: hisilicon/sec - don't sleep when in softirqGravatar Zhengchao Shao 2-11/+11
2022-06-17crypto: hisilicon/sec - only HW V2 needs to change the BD err detectionGravatar Kai Ye 1-7/+8
2022-06-17crypto: hisilicon/qm - move alloc qm->wq to qm.cGravatar Weili Qian 1-23/+1
2022-06-10crypto: hisilicon/sec - fix typos in commentGravatar Julia Lawall 1-2/+2
2022-05-20crypto: hisilicon/sec - delete the flag CRYPTO_ALG_ALLOCATES_MEMORYGravatar Kai Ye 1-2/+0
2022-04-15crypto: hisilicon/sec - support last word dumpingGravatar Kai Ye 1-1/+54
2022-04-15crypto: hisilicon/sec - support register checkingGravatar Kai Ye 1-0/+53
2022-03-24Merge tag 'vfio-v5.18-rc1' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 2-9/+14
2022-03-15hisi_acc_vfio_pci: Add helper to retrieve the struct pci_driverGravatar Shameer Kolothum 1-0/+6
2022-03-15hisi_acc_qm: Move VF PCI device IDs to common headerGravatar Shameer Kolothum 1-8/+7
2022-03-15crypto: hisilicon/qm: Move the QM header to include/linuxGravatar Shameer Kolothum 1-1/+1
2022-02-23crypto: hisilicon/sec - fix the aead software fallback for engineGravatar Kai Ye 1-3/+13
2022-02-18crypto: hisilicon/sec - not need to enable sm4 extra mode at HW V3Gravatar Kai Ye 1-3/+5
2022-02-18crypto: hisilicon/sec - add the register configuration for HW V3Gravatar Kai Ye 1-11/+40
2022-01-31crypto: hisilicon/sec - use the correct print formatGravatar Kai Ye 1-1/+1
2022-01-31crypto: hisilicon/sec - fix the CTR mode BD configurationGravatar Kai Ye 2-2/+10
2022-01-31crypto: hisilicon/sec - fix the max length of AAD for the CCM modeGravatar Kai Ye 1-0/+5
2022-01-31crypto: hisilicon/sec - add some comments for soft fallbackGravatar Kai Ye 1-6/+6
2022-01-31crypto: hisilicon/sec - fixup icv checking enabled on Kunpeng 930Gravatar Kai Ye 1-1/+1
2021-11-26crypto: hisilicon - modify the value of engine type rateGravatar Kai Ye 1-1/+1
2021-08-21crypto: hisilicon - change parameter passing of debugfs functionGravatar Weili Qian 1-7/+4
2021-08-21crypto: hisilicon - support runtime PM for accelerator deviceGravatar Weili Qian 1-6/+30
2021-08-21crypto: hisilicon - using 'debugfs_create_file' instead of 'debugfs_create_re...Gravatar Weili Qian 1-1/+10
2021-08-21crypto: hisilicon/sec - modify the hardware endian configurationGravatar Kai Ye 2-27/+9
2021-08-21crypto: hisilicon/sec - fix the abnormal exiting processGravatar Kai Ye 1-1/+2
2021-08-12crypto: hisilicon - enable sec device clock gatingGravatar Weili Qian 1-5/+41
2021-06-28crypto: hisilicon/sec - fix the process of disabling sva prefetchingGravatar Kai Ye 1-0/+3
2021-06-24crypto: hisilicon/sec - Fix spelling mistake "fallbcak" -> "fallback"Gravatar Colin Ian King 1-1/+1
2021-06-17crypto: hisilicon/sec - adds the max shaper type rateGravatar Kai Ye 1-0/+7
2021-06-11crypto: hisilicon/sec - modify the SEC request structureGravatar Kai Ye 2-19/+22