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
2020-01-16
crypto: hisilicon - redefine skcipher initiation
Zaibo Xu
1
-35
/
+61
2020-01-16
crypto: hisilicon - Add branch prediction macro
Zaibo Xu
1
-14
/
+14
2020-01-16
crypto: hisilicon - Add callback error check
Zaibo Xu
2
-6
/
+10
2020-01-16
crypto: hisilicon - Adjust some inner logic
Zaibo Xu
1
-26
/
+28
2020-01-16
crypto: hisilicon - Update QP resources of SEC V2
Zaibo Xu
3
-93
/
+59
2020-01-16
crypto: hisilicon - Update some names on SEC V2
Zaibo Xu
2
-29
/
+36
2020-01-16
crypto: hisilicon - fix print/comment of SEC V2
Zaibo Xu
2
-6
/
+6
2020-01-16
crypto: hisilicon - Update debugfs usage of SEC V2
Zaibo Xu
3
-14
/
+14
2020-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
3
-11
/
+21
2020-01-09
crypto: hisilicon/sec2 - Use atomics instead of __sync
Arnd Bergmann
3
-11
/
+21
2019-12-20
crypto: hisilicon - still no need to check return value of debugfs_create fun...
Greg Kroah-Hartman
1
-22
/
+6
2019-12-11
crypto: hisilicon - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHER
Eric Biggers
1
-1
/
+1
2019-12-11
crypto: hisilicon - Remove useless MODULE macros
Zhou Wang
1
-4
/
+0
2019-12-11
crypto: hisilicon - Use the offset fields in sqe to avoid need to split scatt...
Jonathan Cameron
3
-70
/
+27
2019-12-11
crypto: hisilicon - Fix issue with wrong number of sg elements after dma map
Jonathan Cameron
1
-5
/
+8
2019-11-27
crypto: hisilicon - fix a NULL vs IS_ERR() bug in sec_create_qp_ctx()
Dan Carpenter
1
-2
/
+2
2019-11-22
crypto: hisilicon - add DebugFS for HiSilicon SEC
Zaibo Xu
3
-0
/
+332
2019-11-22
crypto: hisilicon - add SRIOV for HiSilicon SEC
Zaibo Xu
2
-3
/
+153
2019-11-22
crypto: hisilicon - add HiSilicon SEC V2 driver
Zaibo Xu
7
-0
/
+1875
2019-11-17
crypto: hisilicon - no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2
-32
/
+11
2019-11-17
crypto: hisilicon - add vfs_num module param for zip
Hao Fang
1
-84
/
+98
2019-11-08
crypto: hisilicon - replace #ifdef with IS_ENABLED for CONFIG_NUMA
Zhou Wang
1
-26
/
+25
2019-11-01
crypto: hisilicon - fix to return sub-optimal device when best device has no qps
Zhou Wang
3
-20
/
+77
2019-11-01
crypto: hisilicon - use sgl API to get sgl dma addr and len
Zhou Wang
2
-3
/
+2
2019-11-01
crypto: skcipher - rename the crypto_blkcipher module and kconfig option
Eric Biggers
1
-1
/
+1
2019-10-25
crypto: hisilicon - fix endianness verification problem of QM
Shukun Tan
2
-44
/
+45
2019-10-25
crypto: hisilicon - fix param should be static when not external.
Shukun Tan
1
-3
/
+3
2019-10-25
crypto: hisilicon - Fix using plain integer as NULL pointer
Shukun Tan
1
-1
/
+1
2019-10-25
crypto: hisilicon - tiny fix about QM/ZIP error callback print
Zhou Wang
2
-9
/
+3
2019-10-23
crypto: hisilicon: Fix misuse of GENMASK macro
Rikard Falkeborn
1
-2
/
+2
2019-10-23
crypto: hisilicon - select NEED_SG_DMA_LENGTH in qm Kconfig
Zhou Wang
1
-0
/
+1
2019-10-10
crypto: hisilicon - Add debugfs for HPRE
Zaibo Xu
2
-2
/
+460
2019-10-10
crypto: hisilicon - add SRIOV support for HPRE
Zaibo Xu
2
-7
/
+133
2019-10-10
crypto: hisilicon - add HiSilicon HPRE accelerator
Zaibo Xu
6
-0
/
+1702
2019-10-10
crypto: hisilicon - misc fix about sgl
Zhou Wang
1
-18
/
+22
2019-10-10
crypto: hisilicon - fix large sgl memory allocation problem when disable smmu
Zhou Wang
1
-15
/
+68
2019-10-10
crypto: hisilicon - add sgl_sge_nr module param for zip
Shukun Tan
3
-2
/
+28
2019-10-10
crypto: hisilicon - merge sgl support to hisi_qm module
Zhou Wang
7
-84
/
+58
2019-10-04
crypto: hisilicon - allow compile-testing on x86
Arnd Bergmann
2
-3
/
+12
2019-09-20
crypto: hisilicon - avoid unused function warning
Arnd Bergmann
1
-5
/
+2
2019-09-20
crypto: hisilicon - Fix return value check in hisi_zip_acompress()
Yunfeng Ye
1
-2
/
+2
2019-09-20
crypto: hisilicon - Matching the dma address for dma_pool_free()
Yunfeng Ye
1
-25
/
+19
2019-09-20
crypto: hisilicon - Fix double free in sec_free_hw_sgl()
Yunfeng Ye
1
-6
/
+7
2019-08-30
crypto: hisilicon - select CRYPTO_LIB_DES while compiling SEC driver
Mao Wenan
1
-0
/
+1
2019-08-22
crypto: hisilicon - Fix warning on printing %p with dma_addr_t
Herbert Xu
1
-2
/
+2
2019-08-22
crypto: hisilicon/des - switch to new verification routines
Ard Biesheuvel
1
-11
/
+7
2019-08-15
crypto: hisilicon - fix error handle in hisi_zip_create_req_q
Zhou Wang
1
-2
/
+4
2019-08-15
crypto: hisilicon - add missing single_release
Zhou Wang
1
-0
/
+1
2019-08-15
crypto: hisilicon - init curr_sgl_dma to fix compile warning
Zhou Wang
1
-1
/
+1
2019-08-15
crypto: hisilicon - add dependency for CRYPTO_DEV_HISI_ZIP
Zhou Wang
1
-0
/
+1
[next]