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
/
caamhash.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-06
crypto: caam - remove unused param of ctx_map_to_sec4_sg()
Horia Geantă
1
-4
/
+4
2017-11-06
crypto: caam - remove unneeded edesc zeroization
Horia Geantă
1
-4
/
+0
2017-08-03
crypto: caam/jr - add support for DPAA2 parts
Horia Geantă
1
-4
/
+3
2017-07-12
crypto: caam - fix signals handling
Horia Geantă
1
-1
/
+1
2017-06-22
crypto: caam - fix gfp allocation flags (part II)
Horia Geantă
1
-16
/
+16
2017-02-15
crypto: caam - fix state buffer DMA (un)mapping
Horia Geantă
1
-55
/
+52
2017-02-15
crypto: caam - abstract ahash request double buffering
Horia Geantă
1
-29
/
+48
2017-02-15
crypto: caam - fix error path for ctx_dma mapping failure
Horia Geantă
1
-1
/
+6
2017-02-15
crypto: caam - fix DMA API leaks for multiple setkey() calls
Horia Geantă
1
-46
/
+33
2017-02-15
crypto: caam - don't dma_map key for hash algorithms
Horia Geantă
1
-17
/
+1
2016-11-28
crypto: caam - refactor ahash shared descriptor generation
Horia Geantă
1
-94
/
+36
2016-11-28
crypto: caam - consolidate split key length computation
Horia Geantă
1
-22
/
+2
2016-11-28
crypto: caam - rewrite some generic inline append cmds
Horia Geantă
1
-4
/
+4
2016-11-28
crypto: caam - remove superfluous alg_op algorithm param
Horia Geantă
1
-15
/
+5
2016-11-28
crypto: caam - group algorithm related params
Horia Geantă
1
-25
/
+23
2016-11-13
crypto: caam - merge identical ahash_final/finup shared desc
Horia Geantă
1
-25
/
+1
2016-11-13
crypto: caam - trivial code clean-up
Horia Geantă
1
-8
/
+4
2016-11-13
crypto: caam - completely remove error propagation handling
Horia Geantă
1
-4
/
+1
2016-09-22
crypto: caam - Move common error handling code in two functions
Markus Elfring
1
-12
/
+14
2016-09-22
crypto: caam - Delete an unnecessary initialisation in seven functions
Markus Elfring
1
-7
/
+7
2016-09-22
crypto: caam - Return a value directly in caam_hash_cra_init()
Markus Elfring
1
-5
/
+1
2016-09-22
crypto: caam - Rename a jump label in five functions
Markus Elfring
1
-27
/
+22
2016-09-22
crypto: caam - Rename jump labels in ahash_setkey()
Markus Elfring
1
-6
/
+5
2016-09-22
crypto: caam - Use kmalloc_array() in ahash_setkey()
Markus Elfring
1
-2
/
+3
2016-08-09
crypto: caam - add ahash_edesc_add_src()
Russell King
1
-80
/
+57
2016-08-09
crypto: caam - move job descriptor initialisation to ahash_edesc_alloc()
Russell King
1
-50
/
+34
2016-08-09
crypto: caam - add ahash_edesc_alloc() for descriptor allocation
Russell King
1
-27
/
+33
2016-08-09
crypto: caam - check and use dma_map_sg() return code
Russell King
1
-35
/
+103
2016-08-09
crypto: caam - ensure that we clean up after an error
Russell King
1
-53
/
+79
2016-08-09
crypto: caam - replace sec4_sg pointer with array
Russell King
1
-9
/
+3
2016-08-09
crypto: caam - mark the hardware descriptor as cache line aligned
Russell King
1
-1
/
+1
2016-08-09
crypto: caam - incorporate job descriptor into struct ahash_edesc
Russell King
1
-30
/
+19
2016-08-09
crypto: caam - ensure descriptor buffers are cacheline aligned
Russell King
1
-7
/
+7
2016-08-09
crypto: caam - fix DMA API mapping leak
Russell King
1
-9
/
+17
2016-08-09
crypto: caam - fix non-hmac hashes
Russell King
1
-0
/
+1
2016-05-31
crypto: caam - handle core endianness != caam endianness
Horia Geantă
1
-2
/
+3
2015-12-04
crypto: caam - pass the correct buffer length
Fabio Estevam
1
-1
/
+1
2015-11-17
crypto: caam - check return value of sg_nents_for_len
LABBE Corentin
1
-0
/
+24
2015-10-20
crypto: caam - fix indentation of close braces
Russell King
1
-6
/
+6
2015-10-20
crypto: caam - only export the state we really need to export
Russell King
1
-4
/
+40
2015-10-20
crypto: caam - fix non-block aligned hash calculation
Russell King
1
-1
/
+1
2015-10-20
crypto: caam - avoid needlessly saving and restoring caam_hash_ctx
Russell King
1
-8
/
+4
2015-10-20
crypto: caam - print errno code when hash registration fails
Russell King
1
-4
/
+6
2015-10-01
crypto: caam - dma_map_sg can handle chained SG
LABBE Corentin
1
-38
/
+17
2015-08-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-24
/
+45
2015-08-24
crypto: caam - Use the preferred style for memory allocations
Fabio Estevam
1
-1
/
+1
2015-08-13
crypto: caam - fix memory corruption in ahash_final_ctx
Horia Geant?
1
-3
/
+4
2015-08-10
crypto: caam - Detect hardware features during algorithm registration
Victoria Milhoan
1
-8
/
+30
2015-08-10
crypto: caam - Correct DMA unmap size in ahash_update_ctx()
Victoria Milhoan
1
-1
/
+1
2015-08-10
crypto: caam - Change kmalloc to kzalloc to avoid residual data
Victoria Milhoan
1
-13
/
+12
[next]