index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
hisilicon
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-29
crypto: hisilicon/zip - Use the bitmap API to allocate bitmaps
Christophe JAILLET
1
-5
/
+5
2022-07-29
crypto: hisilicon/sec - fix auth key size error
Kai Ye
2
-3
/
+4
2022-07-29
crypto: hisilicon/hpre - don't use GFP_KERNEL to alloc mem during softirq
Zhengchao Shao
1
-1
/
+1
2022-07-08
crypto: hisilicon - Kunpeng916 crypto driver don't sleep when in softirq
Zhengchao Shao
2
-8
/
+8
2022-07-08
crypto: hisilicon/sec - don't sleep when in softirq
Zhengchao Shao
2
-11
/
+11
2022-07-08
crypto: hisilicon/sec - fix inconsistent argument
Jianglei Nie
1
-1
/
+1
2022-06-17
crypto: hisilicon/sec - only HW V2 needs to change the BD err detection
Kai Ye
1
-7
/
+8
2022-06-17
crypto: hisilicon/qm - modify event irq processing
Weili Qian
1
-50
/
+92
2022-06-17
crypto: hisilicon/qm - move alloc qm->wq to qm.c
Weili Qian
3
-49
/
+27
2022-06-17
crypto: hisilicon/qm - add functions for releasing resources
Weili Qian
1
-12
/
+16
2022-06-17
crypto: hisilicon/trng - fix local variable type
Weili Qian
1
-1
/
+1
2022-06-10
crypto: hisilicon/sec - fix typos in comment
Julia Lawall
1
-2
/
+2
2022-05-20
crypto: hisilicon/sec - delete the flag CRYPTO_ALG_ALLOCATES_MEMORY
Kai Ye
1
-2
/
+0
2022-05-06
crypto: hisilicon/sec - add sm4 generic selection
Kai Ye
1
-0
/
+1
2022-04-21
crypto: hisilicon/qm - remove hisi_qm_get_free_qp_num()
Weili Qian
1
-19
/
+9
2022-04-21
crypto: hisilicon/qm - replace hisi_qm_release_qp() with hisi_qm_free_qps()
Weili Qian
2
-3
/
+2
2022-04-21
crypto: hisilicon/qm - set function with static
Weili Qian
1
-4
/
+2
2022-04-15
crypto: hisilicon/sgl - align the hardware sgl dma address
Yang Shen
1
-2
/
+4
2022-04-15
crypto: hisilicon/zip - support last word dumping
Kai Ye
1
-1
/
+106
2022-04-15
crypto: hisilicon/hpre - support last word dumping
Kai Ye
1
-20
/
+112
2022-04-15
crypto: hisilicon/sec - support last word dumping
Kai Ye
1
-1
/
+54
2022-04-15
crypto: hisilicon/qm - add last word dumping for ACC
Kai Ye
1
-0
/
+57
2022-04-15
crypto: hisilicon/zip - support register checking
Kai Ye
1
-8
/
+70
2022-04-15
crypto: hisilicon/sec - support register checking
Kai Ye
1
-0
/
+53
2022-04-15
crypto: hisilicon/hpre - support register checking
Kai Ye
1
-18
/
+72
2022-04-15
crypto: hisilicon/qm - add register checking for ACC
Kai Ye
1
-1
/
+181
2022-04-08
crypto: hisilicon/qm - optimize the barrier operation
Hui Tang
1
-3
/
+3
2022-03-24
Merge tag 'vfio-v5.18-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
9
-507
/
+67
2022-03-15
crypto: hisilicon/qm: Set the VF QM state register
Longfang Liu
1
-0
/
+8
2022-03-15
hisi_acc_vfio_pci: Add helper to retrieve the struct pci_driver
Shameer Kolothum
3
-0
/
+18
2022-03-15
hisi_acc_qm: Move VF PCI device IDs to common header
Shameer Kolothum
3
-21
/
+18
2022-03-15
crypto: hisilicon/qm: Move few definitions to common header
Longfang Liu
1
-40
/
+18
2022-03-15
crypto: hisilicon/qm: Move the QM header to include/linux
Shameer Kolothum
6
-446
/
+5
2022-03-09
crypto: hisilicon/qm - fix memset during queues clearing
Kai Ye
1
-1
/
+1
2022-02-23
crypto: hisilicon/sec - fix the aead software fallback for engine
Kai Ye
1
-3
/
+13
2022-02-18
crypto: hisilicon/sec - not need to enable sm4 extra mode at HW V3
Kai Ye
1
-3
/
+5
2022-02-18
crypto: hisilicon/sec - add the register configuration for HW V3
Kai Ye
1
-11
/
+40
2022-01-31
crypto: hisilicon/qm - cleanup warning in qm_vf_read_qos
Kai Ye
1
-1
/
+1
2022-01-31
crypto: hisilicon/sec - use the correct print format
Kai Ye
1
-1
/
+1
2022-01-31
crypto: hisilicon/sec - fix the CTR mode BD configuration
Kai Ye
2
-2
/
+10
2022-01-31
crypto: hisilicon/sec - fix the max length of AAD for the CCM mode
Kai Ye
1
-0
/
+5
2022-01-31
crypto: hisilicon/sec - add some comments for soft fallback
Kai Ye
1
-6
/
+6
2022-01-31
crypto: hisilicon/sec - fixup icv checking enabled on Kunpeng 930
Kai Ye
1
-1
/
+1
2021-12-31
crypto: hisilicon - cleanup warning in qm_get_qos_value()
Tom Rix
1
-1
/
+1
2021-12-24
crypto: hisilicon/qm - disable qm clock-gating
Weili Qian
1
-0
/
+17
2021-12-24
crypto: hisilicon/zip - add new algorithms for uacce device
Yang Shen
1
-1
/
+4
2021-12-17
crypto: hisilicon/qm - disable queue when 'CQ' error
Weili Qian
1
-1
/
+21
2021-12-17
crypto: hisilicon/qm - reset function if event queue overflows
Weili Qian
1
-11
/
+57
2021-12-17
crypto: hisilicon/qm - use request_threaded_irq instead
Weili Qian
1
-7
/
+16
2021-12-17
crypto: hisilicon/qm - modify the handling method after abnormal interruption
Weili Qian
1
-2
/
+2
[next]