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
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
/
caam
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-30
crypto: caam - print messages in caam_dump_sg at debug level
Sascha Hauer
5
-12
/
+12
2019-05-30
crypto: caam - print debug messages at debug level
Sascha Hauer
7
-353
/
+236
2019-05-30
crypto: caam - remove unused defines
Sascha Hauer
2
-15
/
+0
2019-05-30
crypto: caam - print IV only when non NULL
Sascha Hauer
1
-3
/
+4
2019-05-23
crypto: caam - print debugging hex dumps after unmapping
Sascha Hauer
1
-10
/
+11
2019-05-23
crypto: caam/qi - DMA map keys using proper device
Horia Geantă
1
-14
/
+19
2019-05-23
crypto: caam/qi - fix address translations with IOMMU enabled
Horia Geantă
3
-2
/
+17
2019-05-23
crypto: caam/qi - don't allocate an extra platform device
Horia Geantă
4
-39
/
+15
2019-05-23
crypto: caam - convert top level drivers to libraries
Horia Geantă
10
-277
/
+208
2019-05-23
crypto: caam - fix S/G table passing page boundary
Horia Geantă
6
-37
/
+147
2019-05-23
crypto: caam - avoid S/G table fetching for AEAD zero-length output
Horia Geantă
4
-1
/
+14
2019-05-15
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
6
-15
/
+21
2019-05-09
Revert "crypto: caam/jr - Remove extra memory barrier during job ring dequeue"
Herbert Xu
2
-9
/
+1
2019-05-09
crypto: caam - fix caam_dump_sg that iterates through scatterlist
Iuliana Prodan
1
-1
/
+1
2019-05-09
crypto: caam - fix DKP detection logic
Herbert Xu
3
-5
/
+19
2019-05-07
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
11
-170
/
+292
2019-05-03
crypto: caam/qi2 - generate hash keys in-place
Horia Geantă
1
-26
/
+15
2019-05-03
crypto: caam/qi2 - fix DMA mapping of stack memory
Horia Geantă
2
-68
/
+45
2019-05-03
crypto: caam/qi2 - fix zero-length buffer DMA mapping
Horia Geantă
1
-7
/
+18
2019-04-25
crypto: caam/jr - update gcm detection logic
Horia Geantă
2
-7
/
+14
2019-04-25
crypto: caam - fix spelling mistake "cannote" -> "cannot"
Colin Ian King
1
-1
/
+1
2019-04-18
crypto: rsa - unimplement sign/verify for raw RSA backends
Vitaly Chikunov
1
-2
/
+0
2019-04-18
crypto: caam - Forbid 2-key 3DES in FIPS mode
Herbert Xu
3
-38
/
+151
2019-04-18
crypto: caam/jr - Remove extra memory barrier during job ring dequeue
Vakul Garg
2
-1
/
+9
2019-04-08
crypto: caam/qi - Change a couple IS_ERR_OR_NULL() checks to IS_ERR()
Dan Carpenter
1
-2
/
+2
2019-03-28
crypto: caam - limit AXI pipeline to a depth of 1
Iuliana Prodan
1
-0
/
+20
2019-03-28
crypto: caam/jr - Remove extra memory barrier during job ring enqueue
Vakul Garg
1
-2
/
+4
2019-03-28
crypto: caam/jr - Removed redundant vars from job ring private data
Vakul Garg
2
-7
/
+1
2019-03-28
crypto: caam/jr - Remove spinlock for output job ring
Vakul Garg
2
-7
/
+1
2019-03-28
crypto: caam - fix copy of next buffer for xcbc and cmac
Iuliana Prodan
1
-7
/
+6
2019-03-22
crypto: caam/jr - optimize job ring enqueue and dequeue operations
Vakul Garg
2
-2
/
+11
2019-03-07
crypto: caam - add missing put_device() call
Wen Yang
5
-27
/
+50
2019-02-28
crypto: caam - remove redundant likely/unlikely annotation
Chengguang Xu
2
-5
/
+5
2019-02-28
crypto: caam - generate hash keys in-place
Horia Geantă
2
-47
/
+23
2019-02-28
crypto: caam - fix DMA mapping xcbc key twice
Horia Geantă
1
-2
/
+1
2019-02-28
crypto: caam - fix hash context DMA unmap size
Franck LENORMAND
1
-3
/
+5
2019-02-22
crypto: caam/qi2 - relax busy polling while enqueuing FDs
Horia Geantă
1
-0
/
+2
2019-02-22
crypto: caam/qi2 - rate-limit enqueue failure prints
Horia Geantă
1
-1
/
+1
2019-02-22
crypto: caam/qi2 - use affine DPIOs
Horia Geantă
2
-23
/
+31
2019-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux next
Herbert Xu
1
-3
/
+3
2019-02-15
crypto: caam - weak key checking for cbc des, 3des
Iuliana Prodan
1
-2
/
+2
2019-02-15
crypto: caam - add ecb(*) support
Iuliana Prodan
4
-49
/
+161
2019-02-15
crypto: caam - use mapped_{src,dst}_nents for job descriptor
Iuliana Prodan
1
-7
/
+20
2019-02-08
crypto: caam - fixed handling of sg list
Pankaj Gupta
1
-0
/
+1
2019-02-01
crypto: caam - fix DMA mapping of stack memory
Horia Geantă
1
-64
/
+21
2019-02-01
crypto: caam - fix indentation of goto label
Roland Hieber
1
-1
/
+1
2019-02-01
crypto: caam - no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2
-16
/
+6
2019-02-01
crypto: caam - handle zero-length AEAD output
Horia Geantă
3
-24
/
+47
2019-02-01
crypto: caam - add support for cmac(aes)
Iuliana Prodan
3
-33
/
+139
2019-01-12
soc: fsl: dpio: add a device_link at dpaa2_io_service_register
Ioana Ciornei
1
-3
/
+3
[next]