index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
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-17
crypto: caam - fix typo in i.MX6 devices list for errata
Iuliana Prodan
1
-1
/
+1
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-06
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
[prev]
[next]