summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* crypto: hisilicon/zip - Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-291-5/+5
* crypto: hisilicon/sec - fix auth key size errorKai Ye2022-07-292-3/+4
* crypto: hisilicon/hpre - don't use GFP_KERNEL to alloc mem during softirqZhengchao Shao2022-07-291-1/+1
* crypto: hisilicon - Kunpeng916 crypto driver don't sleep when in softirqZhengchao Shao2022-07-082-8/+8
* crypto: hisilicon/sec - don't sleep when in softirqZhengchao Shao2022-07-082-11/+11
* crypto: hisilicon/sec - fix inconsistent argumentJianglei Nie2022-07-081-1/+1
* crypto: hisilicon/sec - only HW V2 needs to change the BD err detectionKai Ye2022-06-171-7/+8
* crypto: hisilicon/qm - modify event irq processingWeili Qian2022-06-171-50/+92
* crypto: hisilicon/qm - move alloc qm->wq to qm.cWeili Qian2022-06-173-49/+27
* crypto: hisilicon/qm - add functions for releasing resourcesWeili Qian2022-06-171-12/+16
* crypto: hisilicon/trng - fix local variable typeWeili Qian2022-06-171-1/+1
* crypto: hisilicon/sec - fix typos in commentJulia Lawall2022-06-101-2/+2
* crypto: hisilicon/sec - delete the flag CRYPTO_ALG_ALLOCATES_MEMORYKai Ye2022-05-201-2/+0
* crypto: hisilicon/sec - add sm4 generic selectionKai Ye2022-05-061-0/+1
* crypto: hisilicon/qm - remove hisi_qm_get_free_qp_num()Weili Qian2022-04-211-19/+9
* crypto: hisilicon/qm - replace hisi_qm_release_qp() with hisi_qm_free_qps()Weili Qian2022-04-212-3/+2
* crypto: hisilicon/qm - set function with staticWeili Qian2022-04-211-4/+2
* crypto: hisilicon/sgl - align the hardware sgl dma addressYang Shen2022-04-151-2/+4
* crypto: hisilicon/zip - support last word dumpingKai Ye2022-04-151-1/+106
* crypto: hisilicon/hpre - support last word dumpingKai Ye2022-04-151-20/+112
* crypto: hisilicon/sec - support last word dumpingKai Ye2022-04-151-1/+54
* crypto: hisilicon/qm - add last word dumping for ACCKai Ye2022-04-151-0/+57
* crypto: hisilicon/zip - support register checkingKai Ye2022-04-151-8/+70
* crypto: hisilicon/sec - support register checkingKai Ye2022-04-151-0/+53
* crypto: hisilicon/hpre - support register checkingKai Ye2022-04-151-18/+72
* crypto: hisilicon/qm - add register checking for ACCKai Ye2022-04-151-1/+181
* crypto: hisilicon/qm - optimize the barrier operationHui Tang2022-04-081-3/+3
* Merge tag 'vfio-v5.18-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-03-249-507/+67
|\
| * crypto: hisilicon/qm: Set the VF QM state registerLongfang Liu2022-03-151-0/+8
| * hisi_acc_vfio_pci: Add helper to retrieve the struct pci_driverShameer Kolothum2022-03-153-0/+18
| * hisi_acc_qm: Move VF PCI device IDs to common headerShameer Kolothum2022-03-153-21/+18
| * crypto: hisilicon/qm: Move few definitions to common headerLongfang Liu2022-03-151-40/+18
| * crypto: hisilicon/qm: Move the QM header to include/linuxShameer Kolothum2022-03-156-446/+5
* | crypto: hisilicon/qm - fix memset during queues clearingKai Ye2022-03-091-1/+1
* | crypto: hisilicon/sec - fix the aead software fallback for engineKai Ye2022-02-231-3/+13
* | crypto: hisilicon/sec - not need to enable sm4 extra mode at HW V3Kai Ye2022-02-181-3/+5
* | crypto: hisilicon/sec - add the register configuration for HW V3Kai Ye2022-02-181-11/+40
* | crypto: hisilicon/qm - cleanup warning in qm_vf_read_qosKai Ye2022-01-311-1/+1
* | crypto: hisilicon/sec - use the correct print formatKai Ye2022-01-311-1/+1
* | crypto: hisilicon/sec - fix the CTR mode BD configurationKai Ye2022-01-312-2/+10
* | crypto: hisilicon/sec - fix the max length of AAD for the CCM modeKai Ye2022-01-311-0/+5
* | crypto: hisilicon/sec - add some comments for soft fallbackKai Ye2022-01-311-6/+6
* | crypto: hisilicon/sec - fixup icv checking enabled on Kunpeng 930Kai Ye2022-01-311-1/+1
|/
* crypto: hisilicon - cleanup warning in qm_get_qos_value()Tom Rix2021-12-311-1/+1
* crypto: hisilicon/qm - disable qm clock-gatingWeili Qian2021-12-241-0/+17
* crypto: hisilicon/zip - add new algorithms for uacce deviceYang Shen2021-12-241-1/+4
* crypto: hisilicon/qm - disable queue when 'CQ' errorWeili Qian2021-12-171-1/+21
* crypto: hisilicon/qm - reset function if event queue overflowsWeili Qian2021-12-171-11/+57
* crypto: hisilicon/qm - use request_threaded_irq insteadWeili Qian2021-12-171-7/+16
* crypto: hisilicon/qm - modify the handling method after abnormal interruptionWeili Qian2021-12-171-2/+2