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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-24
crypto: rockchip - use devm_add_action_or_reset()
Sudip Mukherjee
1
-4
/
+2
2016-08-24
crypto: mxc-scc - check clk_prepare_enable() error
Fabio Estevam
1
-1
/
+3
2016-08-24
crypto: sun4i-ss - fix missing unlock on error in sun4i_hash()
Wei Yongjun
1
-1
/
+2
2016-08-24
crypto: vmx - fix null dereference in p8_aes_xts_crypt
Li Zhong
1
-1
/
+1
2016-08-24
crypto: qat - fix aes-xts key sizes
Giovanni Cabiddu
1
-2
/
+2
2016-08-19
crypto: Added Chelsio Menu to the Kconfig file
Hariprasad Shenai
4
-0
/
+26
2016-08-19
chcr: Support for Chelsio's Crypto Hardware
Hariprasad Shenai
5
-0
/
+2519
2016-08-16
crypto: ccp - Fix non static symbol warning
Wei Yongjun
1
-1
/
+1
2016-08-16
crypto: sun4i-ss - fix indentation of two crypto alg
Corentin LABBE
1
-34
/
+34
2016-08-16
crypto: sun4i-ss - Always use sun4i_tfm_ctx for storing pointer to dev ss
Corentin LABBE
2
-3
/
+11
2016-08-16
crypto: sun4i-ss - fix spelling
Corentin LABBE
1
-2
/
+2
2016-08-16
crypto: sun4i-ss - clean unused ss
Corentin LABBE
1
-2
/
+0
2016-08-16
crypto: sun4i-ss - unify update/final function
Corentin LABBE
2
-63
/
+85
2016-08-16
crypto: sun4i-ss - fix a few signed warning
Corentin LABBE
1
-2
/
+4
2016-08-09
crypto: marvell - Don't hardcode block size in mv_cesa_ahash_cache_req
Romain Perier
1
-1
/
+1
2016-08-09
crypto: marvell - Don't overwrite default creq->state during initialization
Romain Perier
1
-6
/
+9
2016-08-09
crypto: marvell - Update transformation context for each dequeued req
Romain Perier
1
-0
/
+1
2016-08-09
crypto: marvell - make mv_cesa_ahash_cache_req() return bool
Thomas Petazzoni
1
-11
/
+9
2016-08-09
crypto: marvell - turn mv_cesa_ahash_init() into a function returning void
Thomas Petazzoni
1
-3
/
+1
2016-08-09
crypto: marvell - remove unused parameter in mv_cesa_ahash_dma_add_cache()
Thomas Petazzoni
1
-2
/
+1
2016-08-09
crypto: marvell - be explicit about destination in mv_cesa_dma_add_op()
Thomas Petazzoni
1
-0
/
+1
2016-08-09
crypto: caam - avoid kernel warnings on probe failure
Russell King
1
-0
/
+2
2016-08-09
crypto: caam - get rid of tasklet
Russell King
2
-17
/
+9
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: img-hash - Fix set_reqsize call
Will Thomas
1
-0
/
+1
2016-08-09
crypto: img-hash - log a successful probe
James Hartley
1
-1
/
+1
2016-08-09
crypto: img-hash - Add support for export and import
James Hartley
1
-6
/
+63
2016-08-09
crypto: img-hash - Add suspend resume hooks for img hash
Govindraj Raja
1
-0
/
+27
2016-08-09
crypto: img-hash - Reconfigure DMA Burst length
Will Thomas
1
-1
/
+2
2016-08-09
crypto: img-hash - Fix hash request context
Will Thomas
1
-1
/
+3
2016-08-09
crypto: img-hash - Fix null pointer exception
Will Thomas
1
-1
/
+1
2016-08-09
crypto: ccp - Enable use of the additional CCP
Gary R Hook
3
-1
/
+46
2016-08-09
crypto: ccp - Enable DMA service on a v5 CCP
Gary R Hook
1
-0
/
+8
2016-08-09
crypto: ccp - Add support for the RNG in a version 5 CCP
Gary R Hook
4
-9
/
+36
2016-08-09
crypto: ccp - Let a v5 CCP provide the same function as v3
Gary R Hook
7
-117
/
+1340
2016-08-09
crypto: ccp - Refactor code to enable checks for queue space.
Gary R Hook
3
-2
/
+9
2016-08-09
crypto: ccp - Refactor code supporting the CCP's RNG
Gary R Hook
3
-40
/
+40
2016-08-09
crypto: ccp - Refactor the storage block allocation code
Gary R Hook
3
-80
/
+98
2016-08-09
crypto: ccp - Refactoring: symbol cleanup
Gary R Hook
4
-173
/
+175
2016-08-09
crypto: ccp - Shorten the fields of the action structure
Gary R Hook
3
-22
/
+23
2016-08-09
crypto: ccp - Abstract PCI info for the CCP
Gary R Hook
3
-8
/
+13
[prev]
[next]