aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon
AgeCommit message (Expand)AuthorFilesLines
2024-05-03crypto: hisilicon/sec2 - fix for register offsetWenkai Lin1-1/+1
2024-05-03crypto: hisilicon/debugfs - mask the unnecessary info from the dumpChenghai Huang3-13/+22
2024-04-12crypto: hisilicon/qm - Add the err memory release process to qm uninitChenghai Huang1-4/+1
2024-04-12crypto: hisilicon/debugfs - Resolve the problem of applying for redundant spa...Chenghai Huang1-6/+5
2024-04-12crypto: hisilicon/sec - Fix memory leak for sec resource releaseChenghai Huang1-1/+3
2024-04-12crypto: hisilicon - Adjust debugfs creation and release orderChenghai Huang3-36/+32
2024-04-12crypto: hisilicon/qm - Add the default processing branchChenghai Huang1-0/+3
2024-04-12crypto: hisilicon/debugfs - Fix the processing logic issue in the debugfs cre...Chenghai Huang1-3/+3
2024-04-12crypto: hisilicon/sgl - Delete redundant parameter verificationChenghai Huang1-4/+1
2024-04-12crypto: hisilicon/debugfs - Fix debugfs uninit process issueChenghai Huang1-3/+18
2024-04-12crypto: hisilicon/sec - Add the condition for configuring the sriov functionChenghai Huang1-1/+2
2024-03-08crypto: hisilicon/zip - fix the missing CRYPTO_ALG_ASYNC in cra_flagsBarry Song1-0/+1
2024-02-17crypto: hisilicon/qm - change function type to voidWeili Qian1-27/+11
2024-02-17crypto: hisilicon/qm - obtain stop queue statusWeili Qian2-26/+87
2024-02-17crypto: hisilicon/qm - add stop function by hardwareWeili Qian1-8/+32
2024-02-02crypto: hisilicon/sec - remove unused parameterWenkai Lin1-10/+6
2024-02-02crypto: hisilicon/sec2 - fix some cleanup issuesQi Tao1-2/+2
2024-02-02crypto: hisilicon/sec2 - modify nested macro callQi Tao1-9/+4
2024-02-02crypto: hisilicon/sec2 - updates the sec DFX function registerQi Tao1-0/+5
2024-01-26crypto: hisilicon - Fix smp_processor_id() warningsWenkai Lin3-3/+3
2024-01-26crypto: hisilicon/qm - dump important registers values before resettingWeili Qian1-0/+24
2024-01-26crypto: hisilicon/qm - support get device stateWeili Qian1-0/+29
2024-01-10Merge tag 'v6.8-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds10-364/+445
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-3/+3
2023-12-15crypto: hisilicon/sec2 - optimize the error return processChenghai Huang1-2/+5
2023-12-15crypto: hisilicon/qm - delete a dbg functionChenghai Huang1-3/+0
2023-12-08crypto: hisilicon/sec2 - Remove cfb and ofbHerbert Xu3-29/+1
2023-12-08crypto: hisilicon/zip - save capability registers in probe processZhiqi Song1-13/+60
2023-12-08crypto: hisilicon/sec2 - save capability registers in probe processZhiqi Song3-5/+55
2023-12-08crypto: hisilicon/hpre - save capability registers in probe processZhiqi Song1-18/+64
2023-12-08crypto: hisilicon/qm - save capability registers in qm init processZhiqi Song1-10/+52
2023-12-08crypto: hisilicon/qm - add a function to set qm algsWenkai Lin4-119/+55
2023-12-01crypto: hisilicon/qm - add comments and remove redundant array elementWeili Qian1-1/+10
2023-12-01crypto: hisilicon/qm - simplify the status of qmWeili Qian3-118/+20
2023-12-01crypto: hisilicon/sgl - small cleanups for sgl.cWeili Qian1-5/+7
2023-12-01crypto: hisilicon/zip - add zip comp high perf mode configurationChenghai Huang1-0/+65
2023-11-17crypto: hisilicon/qm - remove incorrect type castWeili Qian2-52/+52
2023-11-17crypto: hisilicon/qm - print device abnormal informationWeili Qian1-6/+16
2023-10-27crypto: hisilicon/qm - prevent soft lockup in receive loopLongfang Liu1-0/+2
2023-10-27crypto: hisilicon/trng - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-27crypto: hisilicon/sec - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-20crypto: hisilicon/qm - fix EQ/AEQ interrupt issueLongfang Liu1-65/+40
2023-10-14crypto: hisilicon/qm - alloc buffer to set and get xqcWeili Qian3-234/+178
2023-10-05crypto: hisilicon/qm - check function qp num before alg registerWeili Qian7-61/+118
2023-10-05crypto: hisilicon/qm - fix the type value of aeqWeili Qian1-1/+3
2023-10-05crypto: hisilicon/qm - fix PF queue parameter issueLongfang Liu5-7/+27
2023-09-20crypto: hisilicon/sec - fix for sgl unmmap problemWenkai Lin1-0/+1
2023-09-20crypto: hisilicon/zip - remove zlib and gzipYang Shen2-288/+22
2023-09-20crypto: hisilicon/zip - support deflate algorithmYang Shen2-18/+72
2023-09-15crypto: hisilicon/hpre - Fix a erroneous check after snprintf()Christophe JAILLET1-1/+1
2023-08-11crypto: hisilicon/sec - Do not check for 0 return after calling platform_get_...Ruan Jinjie1-2/+2
2023-07-22crypto: hisilicon/hpre - enable sva error interrupt eventWeili Qian1-1/+4
2023-07-22crypto: hisilicon/qm - increase device doorbell timeoutWeili Qian1-0/+6
2023-07-22crypto: hisilicon/qm - stop function and write data to memoryWeili Qian1-6/+8
2023-07-22crypto: hisilicon/qm - flush all work before driver removedWeili Qian1-0/+8
2023-07-20crypto: hisilicon/hpre - ensure private key less than nWeili Qian1-2/+8
2023-06-30Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds4-187/+1
2023-06-01crypto: hisilicon/qm: Fix to enable build with RISC-V clangSunil V L1-0/+5
2023-05-12hwrng: histb - Move driver to drivers/char/hw_random/histb-rng.cDavid Yang4-187/+1
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-04-06crypto: hisilicon/trng - add support for HiSTB TRNGDavid Yang4-1/+187
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-3/+3
2023-03-23crypto: hisilicon/qm - make struct bus_type * constGreg Kroah-Hartman1-1/+1
2023-03-17crypto: hisilicon/zip - remove unnecessary aer.h includeBjorn Helgaas1-1/+0
2023-03-17crypto: hisilicon/sec - remove unnecessary aer.h includeBjorn Helgaas1-1/+0
2023-03-17crypto: hisilicon/qm - remove unnecessary aer.h includeBjorn Helgaas1-1/+0
2023-03-17crypto: hisilicon/hpre - remove unnecessary aer.h includeBjorn Helgaas1-1/+0
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-15/+154
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-02-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds5-49/+30
2023-02-14crypto: hisilicon/qm - fix coding style issuesWeili Qian2-18/+12
2023-02-14crypto: hisilicon/qm - update comments to match functionWeili Qian1-3/+2
2023-02-14crypto: hisilicon/qm - change function namesWeili Qian1-4/+4
2023-02-14crypto: hisilicon/qm - use min() instead of min_t()Weili Qian1-1/+1
2023-02-14crypto: hisilicon/qm - remove some unused definesWeili Qian1-10/+0
2023-02-13crypto: hisilicon - Use request_complete helpersHerbert Xu2-9/+7
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2023-01-27crypto: hisilicon: Wipe entire pool on errorKees Cook1-2/+1
2023-01-20crypto: hisilicon/qm - define the device isolation strategyKai Ye1-15/+154
2023-01-20crypto: hisilicon - remove redundant config PCI dependency for some CRYPTO_DE...Lukas Bulwahn1-4/+4
2022-12-09crypto: hisilicon/hpre - Set DMA alignment explicitlyHerbert Xu1-15/+25
2022-12-02crypto: ccree,hisilicon - Fix dependencies to correct algorithmTianjia Zhang1-1/+1
2022-12-02crypto: hisilicon/hpre - Use helper to set reqsizeHerbert Xu1-6/+13
2022-11-25crypto: hisilicon/qm - add device status check when start failsWeili Qian1-2/+8
2022-11-25crypto: hisilicon/qm - fix 'QM_XEQ_DEPTH_CAP' mask valueWeili Qian1-1/+1
2022-11-18crypto: hisilicon/sec - remove continuous blank linesWenkai Lin2-2/+0
2022-11-18crypto: hisilicon/sec - fix spelling mistake 'ckeck' -> 'check'Kai Ye1-2/+2
2022-11-18crypto: hisilicon/qm - the command dump process is modifiedKai Ye1-40/+90
2022-11-18crypto: hisilicon/qm - split a debugfs.c from qmKai Ye4-1172/+1192
2022-11-18crypto: hisilicon/qm - modify the process of regs dfxKai Ye4-77/+95
2022-11-18crypto: hisilicon/qm - delete redundant null assignment operationsKai Ye1-1/+0
2022-10-28crypto: hisilicon/qm - delete redundancy checkKai Ye1-3/+0
2022-10-28crypto: hisilicon/qm - add pci bdf number checkKai Ye1-25/+12
2022-10-28crypto: hisilicon/qm - increase the memory of local variablesKai Ye1-2/+1
2022-10-21crypto: hisilicon/qm - re-enable communicate interrupt before notifying PFWeili Qian1-1/+1
2022-10-21crypto: hisilicon/sec - enabling clock gating of the address prefetch moduleWeili Qian1-1/+1
2022-10-21crypto: hisilicon/qm - fix incorrect parameters usageWeili Qian1-2/+2
2022-10-21crypto: hisilicon/qm - drop unnecessary IS_ENABLE(CONFIG_NUMA) checkYicong Yang1-6/+4
2022-10-21crypto: hisilicon/hpre - fix resource leak in remove processZhiqi Song1-8/+2
2022-09-24crypto: hisilicon/qm - fix the qos value initializationKai Ye1-7/+15
2022-09-16crypto: hisilicon - support get algs by the capability registerZhiqi Song5-18/+222
2022-09-16crypto: hisilicon/sec - get algorithm bitmap from registersWenkai Lin3-121/+236
2022-09-16crypto: hisilicon/zip - support zip capabilityWeili Qian3-42/+128
2022-09-16crypto: hisilicon/hpre - optimize registration of ecdhZhiqi Song1-73/+63
2022-09-16crypto: hisilicon/hpre - support hpre capabilityZhiqi Song3-38/+157
2022-09-16crypto: hisilicon/qm - support get device irq information from hardware regis...Weili Qian1-99/+195
2022-09-16crypto: hisilicon/qm - get error type from hardware registersWeili Qian5-103/+202
2022-09-16crypto: hisilicon/qm - add UACCE_CMD_QM_SET_QP_INFO supportWeili Qian1-3/+18
2022-09-16crypto: hisilicon/qm - get qp num and depth from hardware registersWeili Qian7-133/+198
2022-09-16crypto: hisilicon/qm - get hardware features from hardware registersWeili Qian4-67/+141
2022-09-16crypto: hisilicon/sec - delete redundant blank linesKai Ye1-2/+0
2022-09-02crypto: hisilicon/qm - return failure if vfs_num exceeds total VFsWeili Qian1-1/+7
2022-09-02crypto: hisilicon/qm - fix missing put dfx accessWeili Qian1-2/+4
2022-09-02crypto: hisilicon/qm - check mailbox operation resultWeili Qian1-1/+14
2022-08-26crypto: hisilicon/qm - no judgment in the back processKai Ye1-5/+3
2022-08-19crypto: hisilicon/qm - remove unneeded hardware cache write backWeili Qian1-1/+0
2022-08-19crypto: hisilicon/qm - remove unneeded data storageJunchong Pan1-60/+20
2022-08-19crypto: hisilicon/qm - fix missing destroy qp_idrWeili Qian1-3/+4
2022-08-19crypto: hisilicon/hpre - change return type of hpre_cluster_inqry_write()Weili Qian1-6/+2
2022-08-19crypto: hisilicon/zip - some misc cleanupYang Shen3-19/+23
2022-08-19crypto: hisilicon/zip - optimization for performanceYang Shen1-14/+13
2022-08-19crypto: hisilicon - Remove pci_aer_clear_nonfatal_status() callZhuo Chen1-2/+0
2022-08-19crypto: hisilicon/zip - fix mismatch in get/set sgl_sge_nrYe Weihua1-2/+2
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
2021-12-17crypto: hisilicon/qm - code movementWeili Qian1-69/+69
2021-12-17crypto: hisilicon/qm - remove unnecessary device memory resetWeili Qian1-5/+18
2021-12-17crypto: hisilicon/qm - fix deadlock for remove driverYang Shen1-2/+1
2021-12-17crypto: hisilicon/zip - enable ssid for sva sglYang Shen1-1/+2
2021-12-17crypto: hisilicon/hpre - fix memory leak in hpre_curve25519_src_init()Weili Qian1-1/+1
2021-12-11crypto: hisilicon/qm - fix incorrect return value of hisi_qm_resume()Weili Qian1-1/+1
2021-11-26crypto: hisilicon/qm - simplified the calculation of qos shaper parametersKai Ye1-29/+55
2021-11-26crypto: hisilicon/qm - some optimizations of ths qos write processKai Ye1-41/+46
2021-11-26crypto: hisilicon/qm - modify the value of qos initializationKai Ye1-5/+7
2021-11-26crypto: hisilicon - modify the value of engine type rateKai Ye3-4/+4
2021-11-20crypto: hisilicon/hpre - use swap() to make code cleanerYang Guang1-4/+1
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2021-10-12crypto: hisilicon - use dev_driver_string() instead of pci_dev->driver->nameUwe Kleine-König1-1/+1
2021-10-08crypto: hisilicon/qm - modify the uacce mode checkKai Ye1-8/+14
2021-10-01crypto: hisilicon/zip - Fix spelling mistake "COMSUMED" -> "CONSUMED"Colin Ian King1-1/+1
2021-09-17crypto: hisilicon/qm - support the userspace task resettingKai Ye1-1/+45
2021-09-17crypto: hisilicon/qm - fix the uacce mmap failedKai Ye1-1/+3
2021-09-17crypto: hisilicon - Fix sscanf format signednessHerbert Xu1-1/+1
2021-08-21crypto: hisilicon - check _PS0 and _PR0 methodWeili Qian1-0/+4
2021-08-21crypto: hisilicon - change parameter passing of debugfs functionWeili Qian3-36/+20
2021-08-21crypto: hisilicon - support runtime PM for accelerator deviceWeili Qian5-30/+297
2021-08-21crypto: hisilicon - add runtime PM opsWeili Qian2-0/+120
2021-08-21crypto: hisilicon - using 'debugfs_create_file' instead of 'debugfs_create_re...Weili Qian5-27/+81
2021-08-21crypto: hisilicon/sec - modify the hardware endian configurationKai Ye2-27/+9
2021-08-21crypto: hisilicon/sec - fix the abnormal exiting processKai Ye1-1/+2
2021-08-12crypto: hisilicon - enable hpre device clock gatingWeili Qian1-0/+63