index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: qat - fix leak on error path
Giovanni Cabiddu
2016-09-13
1
-4
/
+4
*
crypto: omap-des - fix crypto engine initialization order
Tero Kristo
2016-09-13
1
-13
/
+15
*
crypto: omap-aes - fix crypto engine initialization order
Tero Kristo
2016-09-13
1
-13
/
+15
*
crypto: omap-aes - Add fallback support
Lokesh Vutla
2016-09-13
2
-4
/
+52
*
crypto: omap-aes - Add support for multiple cores
Lokesh Vutla
2016-09-13
1
-14
/
+6
*
crypto: omap-aes - use runtime_pm autosuspend for clock handling
Tero Kristo
2016-09-13
1
-27
/
+16
*
crypto: omap-sham - fix SW fallback HMAC handling for omap2/omap3
Tero Kristo
2016-09-13
1
-1
/
+12
*
crypto: omap-sham - fix software fallback handling
Tero Kristo
2016-09-13
1
-1
/
+1
*
crypto: omap-sham - avoid executing tasklet where not needed
Tero Kristo
2016-09-13
1
-5
/
+15
*
crypto: mv_cesa - remove NO_IRQ reference
Arnd Bergmann
2016-09-07
1
-5
/
+2
*
crypto: ccp - add missing release in ccp_dmaengine_register
Quentin Lambert
2016-09-07
1
-2
/
+5
*
crypto: caam - fix rfc3686(ctr(aes)) IV load
Catalin Vasile
2016-09-07
2
-42
/
+57
*
crypto: engine - permit to enqueue ashash_request
Corentin LABBE
2016-09-07
2
-8
/
+8
*
crypto: engine - move crypto engine to its own header
Corentin LABBE
2016-09-07
2
-0
/
+2
*
crypto: qat - fix incorrect accelerator mask for C3X devices
Maksim Lukoshkov
2016-09-07
1
-1
/
+1
*
crypto: qat - fix constants table DMA
Maksim Lukoshkov
2016-08-31
1
-8
/
+12
*
crypto: caam - add missing header dependencies
Baoyou Xie
2016-08-31
1
-0
/
+1
*
crypto: rockchip - use devm_add_action_or_reset()
Sudip Mukherjee
2016-08-24
1
-4
/
+2
*
crypto: mxc-scc - check clk_prepare_enable() error
Fabio Estevam
2016-08-24
1
-1
/
+3
*
crypto: sun4i-ss - fix missing unlock on error in sun4i_hash()
Wei Yongjun
2016-08-24
1
-1
/
+2
*
crypto: ccp - Fix non static symbol warning
Wei Yongjun
2016-08-16
1
-1
/
+1
*
crypto: sun4i-ss - fix indentation of two crypto alg
Corentin LABBE
2016-08-16
1
-34
/
+34
*
crypto: sun4i-ss - Always use sun4i_tfm_ctx for storing pointer to dev ss
Corentin LABBE
2016-08-16
2
-3
/
+11
*
crypto: sun4i-ss - fix spelling
Corentin LABBE
2016-08-16
1
-2
/
+2
*
crypto: sun4i-ss - clean unused ss
Corentin LABBE
2016-08-16
1
-2
/
+0
*
crypto: sun4i-ss - unify update/final function
Corentin LABBE
2016-08-16
2
-63
/
+85
*
crypto: sun4i-ss - fix a few signed warning
Corentin LABBE
2016-08-16
1
-2
/
+4
*
crypto: marvell - Don't hardcode block size in mv_cesa_ahash_cache_req
Romain Perier
2016-08-09
1
-1
/
+1
*
crypto: marvell - Don't overwrite default creq->state during initialization
Romain Perier
2016-08-09
1
-6
/
+9
*
crypto: marvell - Update transformation context for each dequeued req
Romain Perier
2016-08-09
1
-0
/
+1
*
crypto: marvell - make mv_cesa_ahash_cache_req() return bool
Thomas Petazzoni
2016-08-09
1
-11
/
+9
*
crypto: marvell - turn mv_cesa_ahash_init() into a function returning void
Thomas Petazzoni
2016-08-09
1
-3
/
+1
*
crypto: marvell - remove unused parameter in mv_cesa_ahash_dma_add_cache()
Thomas Petazzoni
2016-08-09
1
-2
/
+1
*
crypto: marvell - be explicit about destination in mv_cesa_dma_add_op()
Thomas Petazzoni
2016-08-09
1
-0
/
+1
*
crypto: caam - avoid kernel warnings on probe failure
Russell King
2016-08-09
1
-0
/
+2
*
crypto: caam - get rid of tasklet
Russell King
2016-08-09
2
-17
/
+9
*
crypto: caam - add ahash_edesc_add_src()
Russell King
2016-08-09
1
-80
/
+57
*
crypto: caam - move job descriptor initialisation to ahash_edesc_alloc()
Russell King
2016-08-09
1
-50
/
+34
*
crypto: caam - add ahash_edesc_alloc() for descriptor allocation
Russell King
2016-08-09
1
-27
/
+33
*
crypto: caam - check and use dma_map_sg() return code
Russell King
2016-08-09
1
-35
/
+103
*
crypto: caam - ensure that we clean up after an error
Russell King
2016-08-09
1
-53
/
+79
*
crypto: caam - replace sec4_sg pointer with array
Russell King
2016-08-09
1
-9
/
+3
*
crypto: caam - mark the hardware descriptor as cache line aligned
Russell King
2016-08-09
1
-1
/
+1
*
crypto: caam - incorporate job descriptor into struct ahash_edesc
Russell King
2016-08-09
1
-30
/
+19
*
crypto: caam - ensure descriptor buffers are cacheline aligned
Russell King
2016-08-09
1
-7
/
+7
*
crypto: caam - fix DMA API mapping leak
Russell King
2016-08-09
1
-9
/
+17
*
crypto: img-hash - Fix set_reqsize call
Will Thomas
2016-08-09
1
-0
/
+1
*
crypto: img-hash - log a successful probe
James Hartley
2016-08-09
1
-1
/
+1
*
crypto: img-hash - Add support for export and import
James Hartley
2016-08-09
1
-6
/
+63
*
crypto: img-hash - Add suspend resume hooks for img hash
Govindraj Raja
2016-08-09
1
-0
/
+27
[next]