summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: hisilicon/qm - code movementWeili Qian2021-12-171-69/+69
* crypto: hisilicon/qm - remove unnecessary device memory resetWeili Qian2021-12-171-5/+18
* crypto: hisilicon/qm - fix deadlock for remove driverYang Shen2021-12-171-2/+1
* crypto: hisilicon/zip - enable ssid for sva sglYang Shen2021-12-171-1/+2
* crypto: hisilicon/hpre - fix memory leak in hpre_curve25519_src_init()Weili Qian2021-12-171-1/+1
* crypto: hisilicon/qm - fix incorrect return value of hisi_qm_resume()Weili Qian2021-12-111-1/+1
* crypto: hisilicon/qm - simplified the calculation of qos shaper parametersKai Ye2021-11-261-29/+55
* crypto: hisilicon/qm - some optimizations of ths qos write processKai Ye2021-11-261-41/+46
* crypto: hisilicon/qm - modify the value of qos initializationKai Ye2021-11-261-5/+7
* crypto: hisilicon - modify the value of engine type rateKai Ye2021-11-263-4/+4
* crypto: hisilicon/hpre - use swap() to make code cleanerYang Guang2021-11-201-4/+1
* Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-061-1/+1
|\
| * crypto: hisilicon - use dev_driver_string() instead of pci_dev->driver->nameUwe Kleine-König2021-10-121-1/+1
* | crypto: hisilicon/qm - modify the uacce mode checkKai Ye2021-10-081-8/+14
* | crypto: hisilicon/zip - Fix spelling mistake "COMSUMED" -> "CONSUMED"Colin Ian King2021-10-011-1/+1
* | crypto: hisilicon/qm - support the userspace task resettingKai Ye2021-09-171-1/+45
* | crypto: hisilicon/qm - fix the uacce mmap failedKai Ye2021-09-171-1/+3
* | crypto: hisilicon - Fix sscanf format signednessHerbert Xu2021-09-171-1/+1
|/
* crypto: hisilicon - check _PS0 and _PR0 methodWeili Qian2021-08-211-0/+4
* crypto: hisilicon - change parameter passing of debugfs functionWeili Qian2021-08-213-36/+20
* crypto: hisilicon - support runtime PM for accelerator deviceWeili Qian2021-08-215-30/+297
* crypto: hisilicon - add runtime PM opsWeili Qian2021-08-212-0/+120
* crypto: hisilicon - using 'debugfs_create_file' instead of 'debugfs_create_re...Weili Qian2021-08-215-27/+81
* crypto: hisilicon/sec - modify the hardware endian configurationKai Ye2021-08-212-27/+9
* crypto: hisilicon/sec - fix the abnormal exiting processKai Ye2021-08-211-1/+2
* crypto: hisilicon - enable hpre device clock gatingWeili Qian2021-08-121-0/+63
* crypto: hisilicon - enable sec device clock gatingWeili Qian2021-08-121-5/+41