summaryrefslogtreecommitdiff
path: root/drivers/crypto/hisilicon/hpre
AgeCommit message (Expand)Author
2023-07-22crypto: hisilicon/hpre - enable sva error interrupt eventWeili Qian
2023-07-20crypto: hisilicon/hpre - ensure private key less than nWeili Qian
2023-03-17crypto: hisilicon/hpre - remove unnecessary aer.h includeBjorn Helgaas
2022-12-09crypto: hisilicon/hpre - Set DMA alignment explicitlyHerbert Xu
2022-12-02crypto: hisilicon/hpre - Use helper to set reqsizeHerbert Xu
2022-11-18crypto: hisilicon/qm - modify the process of regs dfxKai Ye
2022-10-21crypto: hisilicon/hpre - fix resource leak in remove processZhiqi Song
2022-09-16crypto: hisilicon - support get algs by the capability registerZhiqi Song
2022-09-16crypto: hisilicon/hpre - optimize registration of ecdhZhiqi Song
2022-09-16crypto: hisilicon/hpre - support hpre capabilityZhiqi Song
2022-09-16crypto: hisilicon/qm - get error type from hardware registersWeili Qian
2022-09-16crypto: hisilicon/qm - get qp num and depth from hardware registersWeili Qian
2022-09-16crypto: hisilicon/qm - get hardware features from hardware registersWeili Qian
2022-08-19crypto: hisilicon/hpre - change return type of hpre_cluster_inqry_write()Weili Qian
2022-07-29crypto: hisilicon/hpre - don't use GFP_KERNEL to alloc mem during softirqZhengchao Shao
2022-04-15crypto: hisilicon/hpre - support last word dumpingKai Ye
2022-04-15crypto: hisilicon/hpre - support register checkingKai Ye
2022-03-15hisi_acc_vfio_pci: Add helper to retrieve the struct pci_driverShameer Kolothum
2022-03-15hisi_acc_qm: Move VF PCI device IDs to common headerShameer Kolothum
2022-03-15crypto: hisilicon/qm: Move the QM header to include/linuxShameer Kolothum
2021-12-17crypto: hisilicon/hpre - fix memory leak in hpre_curve25519_src_init()Weili Qian
2021-11-26crypto: hisilicon - modify the value of engine type rateKai Ye
2021-11-20crypto: hisilicon/hpre - use swap() to make code cleanerYang Guang
2021-08-21crypto: hisilicon - support runtime PM for accelerator deviceWeili Qian
2021-08-21crypto: hisilicon - using 'debugfs_create_file' instead of 'debugfs_create_re...Weili Qian
2021-08-12crypto: hisilicon - enable hpre device clock gatingWeili Qian
2021-06-17crypto: hisilicon/hpre - adds the max shaper type rateKai Ye
2021-06-03crypto: hisilicon/hpre - register ecdh NIST P384Hui Tang
2021-06-03crypto: hisilicon/hpre - add check before gx modulo pHui Tang
2021-06-03crypto: hisilicon/hpre - fix ecdh self test issueHui Tang
2021-05-28crypto: hisilicon/qm - support address prefetchingLongfang Liu
2021-05-23crypto: hisilicon/qm - enable to close master ooo when NFE occursWeili Qian
2021-05-23crypto: hisilicon/qm - adjust order of device error configurationWeili Qian
2021-05-21crypto: hisilicon/hpre - add 'default' for switch statementHui Tang
2021-05-21crypto: hisilicon/hpre - delete rudundant macro definitionHui Tang
2021-05-21crypto: hisilicon/hpre - use 'GENMASK' to generate mask valueHui Tang
2021-05-21crypto: hisilicon/hpre - delete rudundant initializationHui Tang
2021-05-21crypto: hisilicon/hpre - remove the macro of 'HPRE_DEV'Hui Tang
2021-05-21crypto: hisilicon/hpre - replace macro with inline functionHui Tang
2021-05-21crypto: hisilicon/hpre - init a structure member each lineHui Tang
2021-05-21crypto: hisilicon/hpre - the macro 'HPRE_ADDR' expandsHui Tang
2021-05-21crypto: hisilicon/hpre - fix unmapping invalid dma addressHui Tang
2021-05-21crypto: hisilicon/hpre - extend 'cra_driver_name' with curve nameHui Tang
2021-04-22crypto: hisilicon - dynamic configuration 'err_info'Weili Qian
2021-04-16crypto: hisilicon/hpre - delete redundant log and return in advanceHui Tang
2021-04-16crypto: hisilicon/hpre - add debug logHui Tang
2021-04-16crypto: hisilicon/hpre - use the correct variable typeHui Tang
2021-04-16crypto: hisilicon/hpre - delete the rudundant space after returnHui Tang
2021-04-09crypto: hisilicon/hpre - fix a typo in hpre_crypto.cRuiqi Gong
2021-04-02crypto: hisilicon/hpre - Add processing of src_data in 'CURVE25519'Meng Yu