index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
2025-05-05
crypto: hisilicon/qm - replace devm_kzalloc with devm_kcalloc
Ethan Carter Edwards
1
-1
/
+1
2025-05-05
crypto: hisilicon/qm - remove sizeof(char)
Ethan Carter Edwards
1
-1
/
+1
2025-02-22
crypto: hisilicon/sec2 - fix for sec spec check
Wenkai Lin
2
-63
/
+39
2025-02-22
crypto: hisilicon/sec2 - fix for aead authsize alignment
Wenkai Lin
1
-13
/
+9
2025-02-22
crypto: hisilicon/sec2 - fix for aead auth key length
Wenkai Lin
1
-6
/
+2
2025-02-09
crypto: hisilicon/hpre - adapt ECDH for high-performance cores
lizhi
1
-0
/
+7
2025-01-14
crypto: hisilicon/qm - support new function communication
Yang Shen
4
-61
/
+175
2024-12-21
crypto: hisilicon/sec2 - fix for aead invalid authsize
Wenkai Lin
2
-32
/
+34
2024-12-21
crypto: hisilicon/sec2 - fix for aead icv error
Wenkai Lin
3
-69
/
+44
2024-12-10
crypto: hisilicon/zip - support new error report
Weili Qian
6
-14
/
+290
2024-12-10
crypto: hisilicon/zip - add data aggregation feature
Weili Qian
5
-11
/
+90
2024-12-10
crypto: hisilicon/debugfs - fix the struct pointer incorrectly offset problem
Chenghai Huang
1
-2
/
+2
2024-11-02
crypto: hisilicon/qm - disable same error report before resetting
Weili Qian
4
-49
/
+103
2024-11-02
crypto: hisilicon - support querying the capability register
Qi Tao
8
-111
/
+360
2024-10-19
crypto: drivers - Switch back to struct platform_driver::remove()
Uwe Kleine-König
2
-2
/
+2
2024-10-05
crypto: hisilicon/qm - fix the coding specifications issue
Chenghai Huang
4
-3
/
+34
2024-10-05
crypto: hisilicon/hpre - enable all clusters clock gating
Weili Qian
1
-14
/
+26
2024-10-05
crypto: drivers - Drop sign/verify operations
Lukas Wunner
1
-2
/
+0
2024-09-06
crypto: hisilicon/sec - Remove trailing space after \n newline
Colin Ian King
1
-1
/
+1
2024-09-06
crypto: hisilicon/qm - inject error before stopping queue
Weili Qian
1
-23
/
+24
2024-09-06
crypto: hisilicon/hpre - mask cluster timeout error
Weili Qian
1
-16
/
+6
2024-09-06
crypto: hisilicon/qm - reset device before enabling it
Weili Qian
4
-64
/
+121
2024-09-06
crypto: hisilicon/trng - modifying the order of header files
Chenghai Huang
1
-2
/
+2
2024-09-06
crypto: hisilicon - add a lock for the qp send operation
Chenghai Huang
2
-0
/
+5
2024-09-06
crypto: hisilicon - fix missed error branch
Yang Shen
1
-4
/
+10
2024-08-30
crypto: hisilicon/zip - Optimize performance by replacing rw_lock with spinlock
Kuan-Wei Chiu
1
-7
/
+7
2024-06-07
crypto: hisilicon/zip - optimize the address offset of the reg query function
Chenghai Huang
1
-28
/
+20
2024-06-07
crypto: hisilicon/qm - adjust the internal processing sequence of the vf enab...
Chenghai Huang
1
-8
/
+3
2024-05-03
crypto: hisilicon/sec2 - fix for register offset
Wenkai Lin
1
-1
/
+1
2024-05-03
crypto: hisilicon/debugfs - mask the unnecessary info from the dump
Chenghai Huang
3
-13
/
+22
2024-04-12
crypto: hisilicon/qm - Add the err memory release process to qm uninit
Chenghai Huang
1
-4
/
+1
2024-04-12
crypto: hisilicon/debugfs - Resolve the problem of applying for redundant spa...
Chenghai Huang
1
-6
/
+5
2024-04-12
crypto: hisilicon/sec - Fix memory leak for sec resource release
Chenghai Huang
1
-1
/
+3
2024-04-12
crypto: hisilicon - Adjust debugfs creation and release order
Chenghai Huang
3
-36
/
+32
2024-04-12
crypto: hisilicon/qm - Add the default processing branch
Chenghai Huang
1
-0
/
+3
2024-04-12
crypto: hisilicon/debugfs - Fix the processing logic issue in the debugfs cre...
Chenghai Huang
1
-3
/
+3
2024-04-12
crypto: hisilicon/sgl - Delete redundant parameter verification
Chenghai Huang
1
-4
/
+1
2024-04-12
crypto: hisilicon/debugfs - Fix debugfs uninit process issue
Chenghai Huang
1
-3
/
+18
2024-04-12
crypto: hisilicon/sec - Add the condition for configuring the sriov function
Chenghai Huang
1
-1
/
+2
2024-03-08
crypto: hisilicon/zip - fix the missing CRYPTO_ALG_ASYNC in cra_flags
Barry Song
1
-0
/
+1
2024-02-17
crypto: hisilicon/qm - change function type to void
Weili Qian
1
-27
/
+11
2024-02-17
crypto: hisilicon/qm - obtain stop queue status
Weili Qian
2
-26
/
+87
2024-02-17
crypto: hisilicon/qm - add stop function by hardware
Weili Qian
1
-8
/
+32
2024-02-02
crypto: hisilicon/sec - remove unused parameter
Wenkai Lin
1
-10
/
+6
2024-02-02
crypto: hisilicon/sec2 - fix some cleanup issues
Qi Tao
1
-2
/
+2
2024-02-02
crypto: hisilicon/sec2 - modify nested macro call
Qi Tao
1
-9
/
+4
2024-02-02
crypto: hisilicon/sec2 - updates the sec DFX function register
Qi Tao
1
-0
/
+5
2024-01-26
crypto: hisilicon - Fix smp_processor_id() warnings
Wenkai Lin
3
-3
/
+3
2024-01-26
crypto: hisilicon/qm - dump important registers values before resetting
Weili Qian
1
-0
/
+24
2024-01-26
crypto: hisilicon/qm - support get device state
Weili Qian
1
-0
/
+29
[next]