summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/hisilicon
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.5-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-06-304-187/+1
|\
| * hwrng: histb - Move driver to drivers/char/hw_random/histb-rng.cDavid Yang2023-05-124-187/+1
* | crypto: hisilicon/qm: Fix to enable build with RISC-V clangSunil V L2023-06-011-0/+5
|/
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-3/+3
|\
| * mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-3/+3
* | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-1/+1
|\ \
| * | crypto: hisilicon/qm - make struct bus_type * constGreg Kroah-Hartman2023-03-231-1/+1
| |/
* | crypto: hisilicon/trng - add support for HiSTB TRNGDavid Yang2023-04-064-1/+187
* | crypto: hisilicon/zip - remove unnecessary aer.h includeBjorn Helgaas2023-03-171-1/+0
* | crypto: hisilicon/sec - remove unnecessary aer.h includeBjorn Helgaas2023-03-171-1/+0
* | crypto: hisilicon/qm - remove unnecessary aer.h includeBjorn Helgaas2023-03-171-1/+0
* | crypto: hisilicon/hpre - remove unnecessary aer.h includeBjorn Helgaas2023-03-171-1/+0
|/
* Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-241-15/+154
|\
| * crypto: hisilicon/qm - define the device isolation strategyKai Ye2023-01-201-15/+154
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-1/+1
|\ \
| * | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
| |/
* | Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-02-215-49/+30
|\ \
| * | crypto: hisilicon/qm - fix coding style issuesWeili Qian2023-02-142-18/+12
| * | crypto: hisilicon/qm - update comments to match functionWeili Qian2023-02-141-3/+2
| * | crypto: hisilicon/qm - change function namesWeili Qian2023-02-141-4/+4
| * | crypto: hisilicon/qm - use min() instead of min_t()Weili Qian2023-02-141-1/+1
| * | crypto: hisilicon/qm - remove some unused definesWeili Qian2023-02-141-10/+0
| * | crypto: hisilicon - Use request_complete helpersHerbert Xu2023-02-132-9/+7
| * | crypto: hisilicon - remove redundant config PCI dependency for some CRYPTO_DE...Lukas Bulwahn2023-01-201-4/+4
| |/
* / crypto: hisilicon: Wipe entire pool on errorKees Cook2023-01-271-2/+1
|/
* crypto: hisilicon/hpre - Set DMA alignment explicitlyHerbert Xu2022-12-091-15/+25
* crypto: ccree,hisilicon - Fix dependencies to correct algorithmTianjia Zhang2022-12-021-1/+1
* crypto: hisilicon/hpre - Use helper to set reqsizeHerbert Xu2022-12-021-6/+13
* crypto: hisilicon/qm - add device status check when start failsWeili Qian2022-11-251-2/+8
* crypto: hisilicon/qm - fix 'QM_XEQ_DEPTH_CAP' mask valueWeili Qian2022-11-251-1/+1
* crypto: hisilicon/sec - remove continuous blank linesWenkai Lin2022-11-182-2/+0
* crypto: hisilicon/sec - fix spelling mistake 'ckeck' -> 'check'Kai Ye2022-11-181-2/+2
* crypto: hisilicon/qm - the command dump process is modifiedKai Ye2022-11-181-40/+90
* crypto: hisilicon/qm - split a debugfs.c from qmKai Ye2022-11-184-1172/+1192
* crypto: hisilicon/qm - modify the process of regs dfxKai Ye2022-11-184-77/+95
* crypto: hisilicon/qm - delete redundant null assignment operationsKai Ye2022-11-181-1/+0
* crypto: hisilicon/qm - delete redundancy checkKai Ye2022-10-281-3/+0
* crypto: hisilicon/qm - add pci bdf number checkKai Ye2022-10-281-25/+12
* crypto: hisilicon/qm - increase the memory of local variablesKai Ye2022-10-281-2/+1
* crypto: hisilicon/qm - re-enable communicate interrupt before notifying PFWeili Qian2022-10-211-1/+1
* crypto: hisilicon/sec - enabling clock gating of the address prefetch moduleWeili Qian2022-10-211-1/+1
* crypto: hisilicon/qm - fix incorrect parameters usageWeili Qian2022-10-211-2/+2
* crypto: hisilicon/qm - drop unnecessary IS_ENABLE(CONFIG_NUMA) checkYicong Yang2022-10-211-6/+4
* crypto: hisilicon/hpre - fix resource leak in remove processZhiqi Song2022-10-211-8/+2
* crypto: hisilicon/qm - fix the qos value initializationKai Ye2022-09-241-7/+15
* crypto: hisilicon - support get algs by the capability registerZhiqi Song2022-09-165-18/+222
* crypto: hisilicon/sec - get algorithm bitmap from registersWenkai Lin2022-09-163-121/+236
* crypto: hisilicon/zip - support zip capabilityWeili Qian2022-09-163-42/+128
* crypto: hisilicon/hpre - optimize registration of ecdhZhiqi Song2022-09-161-73/+63
* crypto: hisilicon/hpre - support hpre capabilityZhiqi Song2022-09-163-38/+157