summaryrefslogtreecommitdiff
path: root/drivers/crypto/hisilicon
AgeCommit message (Expand)AuthorFilesLines
2022-07-29crypto: hisilicon/zip - Use the bitmap API to allocate bitmapsChristophe JAILLET1-5/+5
2022-07-29crypto: hisilicon/sec - fix auth key size errorKai Ye2-3/+4
2022-07-29crypto: hisilicon/hpre - don't use GFP_KERNEL to alloc mem during softirqZhengchao Shao1-1/+1
2022-07-08crypto: hisilicon - Kunpeng916 crypto driver don't sleep when in softirqZhengchao Shao2-8/+8
2022-07-08crypto: hisilicon/sec - don't sleep when in softirqZhengchao Shao2-11/+11
2022-07-08crypto: hisilicon/sec - fix inconsistent argumentJianglei Nie1-1/+1
2022-06-17crypto: hisilicon/sec - only HW V2 needs to change the BD err detectionKai Ye1-7/+8
2022-06-17crypto: hisilicon/qm - modify event irq processingWeili Qian1-50/+92
2022-06-17crypto: hisilicon/qm - move alloc qm->wq to qm.cWeili Qian3-49/+27
2022-06-17crypto: hisilicon/qm - add functions for releasing resourcesWeili Qian1-12/+16
2022-06-17crypto: hisilicon/trng - fix local variable typeWeili Qian1-1/+1
2022-06-10crypto: hisilicon/sec - fix typos in commentJulia Lawall1-2/+2
2022-05-20crypto: hisilicon/sec - delete the flag CRYPTO_ALG_ALLOCATES_MEMORYKai Ye1-2/+0
2022-05-06crypto: hisilicon/sec - add sm4 generic selectionKai Ye1-0/+1
2022-04-21crypto: hisilicon/qm - remove hisi_qm_get_free_qp_num()Weili Qian1-19/+9
2022-04-21crypto: hisilicon/qm - replace hisi_qm_release_qp() with hisi_qm_free_qps()Weili Qian2-3/+2
2022-04-21crypto: hisilicon/qm - set function with staticWeili Qian1-4/+2
2022-04-15crypto: hisilicon/sgl - align the hardware sgl dma addressYang Shen1-2/+4
2022-04-15crypto: hisilicon/zip - support last word dumpingKai Ye1-1/+106
2022-04-15crypto: hisilicon/hpre - support last word dumpingKai Ye1-20/+112
2022-04-15crypto: hisilicon/sec - support last word dumpingKai Ye1-1/+54
2022-04-15crypto: hisilicon/qm - add last word dumping for ACCKai Ye1-0/+57
2022-04-15crypto: hisilicon/zip - support register checkingKai Ye1-8/+70
2022-04-15crypto: hisilicon/sec - support register checkingKai Ye1-0/+53
2022-04-15crypto: hisilicon/hpre - support register checkingKai Ye1-18/+72
2022-04-15crypto: hisilicon/qm - add register checking for ACCKai Ye1-1/+181
2022-04-08crypto: hisilicon/qm - optimize the barrier operationHui Tang1-3/+3
2022-03-24Merge tag 'vfio-v5.18-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds9-507/+67
2022-03-15crypto: hisilicon/qm: Set the VF QM state registerLongfang Liu1-0/+8
2022-03-15hisi_acc_vfio_pci: Add helper to retrieve the struct pci_driverShameer Kolothum3-0/+18
2022-03-15hisi_acc_qm: Move VF PCI device IDs to common headerShameer Kolothum3-21/+18
2022-03-15crypto: hisilicon/qm: Move few definitions to common headerLongfang Liu1-40/+18
2022-03-15crypto: hisilicon/qm: Move the QM header to include/linuxShameer Kolothum6-446/+5
2022-03-09crypto: hisilicon/qm - fix memset during queues clearingKai Ye1-1/+1
2022-02-23crypto: hisilicon/sec - fix the aead software fallback for engineKai Ye1-3/+13
2022-02-18crypto: hisilicon/sec - not need to enable sm4 extra mode at HW V3Kai Ye1-3/+5
2022-02-18crypto: hisilicon/sec - add the register configuration for HW V3Kai Ye1-11/+40
2022-01-31crypto: hisilicon/qm - cleanup warning in qm_vf_read_qosKai Ye1-1/+1
2022-01-31crypto: hisilicon/sec - use the correct print formatKai Ye1-1/+1
2022-01-31crypto: hisilicon/sec - fix the CTR mode BD configurationKai Ye2-2/+10
2022-01-31crypto: hisilicon/sec - fix the max length of AAD for the CCM modeKai Ye1-0/+5
2022-01-31crypto: hisilicon/sec - add some comments for soft fallbackKai Ye1-6/+6
2022-01-31crypto: hisilicon/sec - fixup icv checking enabled on Kunpeng 930Kai Ye1-1/+1
2021-12-31crypto: hisilicon - cleanup warning in qm_get_qos_value()Tom Rix1-1/+1
2021-12-24crypto: hisilicon/qm - disable qm clock-gatingWeili Qian1-0/+17
2021-12-24crypto: hisilicon/zip - add new algorithms for uacce deviceYang Shen1-1/+4
2021-12-17crypto: hisilicon/qm - disable queue when 'CQ' errorWeili Qian1-1/+21
2021-12-17crypto: hisilicon/qm - reset function if event queue overflowsWeili Qian1-11/+57
2021-12-17crypto: hisilicon/qm - use request_threaded_irq insteadWeili Qian1-7/+16
2021-12-17crypto: hisilicon/qm - modify the handling method after abnormal interruptionWeili Qian1-2/+2