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
starfive-6.6.48-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
/
marvell
/
cesa.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-13
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
1
-1
/
+1
2018-03-02
crypto: marvell/cesa - Clean up redundant #include
Robin Murphy
1
-1
/
+0
2018-02-01
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-7
/
+12
2018-01-18
crypto: marvell/cesa - Fix DMA API misuse
Robin Murphy
1
-7
/
+12
2018-01-10
dma-mapping: move swiotlb arch helpers to a new header
Christoph Hellwig
1
-0
/
+1
2017-11-06
crypto: marvell - Add a NULL entry at the end of mv_cesa_plat_id_table[]
Boris BREZILLON
1
-0
/
+1
2017-11-03
crypto: marvell/cesa - remove redundant backlog checks on EBUSY
Gilad Ben-Yossef
1
-2
/
+1
2017-11-03
crypto: marvell - Switch cipher algs to the skcipher interface
Boris BREZILLON
1
-5
/
+5
2017-11-03
crypto: marvell - Remove the old mv_cesa driver
Boris BREZILLON
1
-7
/
+0
2017-11-03
crypto: marvell - Add a platform_device_id table
Boris BREZILLON
1
-0
/
+6
2017-09-22
crypto: drop unnecessary return statements
Geliang Tang
1
-2
/
+0
2016-10-21
crypto: marvell - Use an unique pool to copy results of requests
Romain Perier
1
-4
/
+0
2016-08-09
crypto: marvell - Update transformation context for each dequeued req
Romain Perier
1
-0
/
+1
2016-07-28
crypto: marvell - Don't chain at DMA level when backlog is disabled
Romain Perier
1
-3
/
+4
2016-06-23
crypto: marvell - Increase the size of the crypto queue
Romain Perier
1
-1
/
+1
2016-06-23
crypto: marvell - Add support for chaining crypto requests in TDMA mode
Romain Perier
1
-25
/
+90
2016-06-23
crypto: marvell - Add load balancing between engines
Romain Perier
1
-18
/
+16
2016-06-23
crypto: marvell - Add a complete operation for async requests
Romain Perier
1
-0
/
+1
2016-06-23
crypto: marvell - Move tdma chain out of mv_cesa_tdma_req and remove it
Romain Perier
1
-1
/
+2
2016-06-23
crypto: marvell - Copy IV vectors by DMA transfers for acipher requests
Romain Perier
1
-0
/
+4
2016-06-23
crypto: marvell - Add a macro constant for the size of the crypto queue
Romain Perier
1
-1
/
+4
2016-04-20
crypto: marvell/cesa - Improving code readability
Romain Perier
1
-5
/
+5
2016-03-23
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-1
/
+1
2016-03-17
crypto: marvell/cesa - forward devm_ioremap_resource() error code
Boris BREZILLON
1
-1
/
+1
2016-02-06
crypto: marvell/cesa - fix test in mv_cesa_dev_dma_init()
Boris BREZILLON
1
-1
/
+1
2015-07-14
crypto: marvell/cesa - Drop owner assignment from platform_driver
Krzysztof Kozlowski
1
-1
/
+0
2015-07-01
genalloc: rename of_get_named_gen_pool() to of_gen_pool_get()
Vladimir Zapolskiy
1
-3
/
+2
2015-06-19
crypto: marvell/cesa - add support for Kirkwood and Dove SoCs
Arnaud Ebalard
1
-1
/
+12
2015-06-19
crypto: marvell/cesa - add support for Orion SoCs
Boris BREZILLON
1
-7
/
+35
2015-06-19
crypto: marvell/cesa - add allhwsupport module parameter
Boris BREZILLON
1
-0
/
+4
2015-06-19
crypto: marvell/cesa - add support for all armada SoCs
Boris BREZILLON
1
-0
/
+12
2015-06-19
crypto: marvell/cesa - add SHA256 support
Arnaud Ebalard
1
-0
/
+2
2015-06-19
crypto: marvell/cesa - add MD5 support
Arnaud Ebalard
1
-0
/
+2
2015-06-19
crypto: marvell/cesa - add Triple-DES support
Arnaud Ebalard
1
-0
/
+2
2015-06-19
crypto: marvell/cesa - add DES support
Boris BREZILLON
1
-0
/
+2
2015-06-19
crypto: marvell/cesa - add TDMA support
Boris BREZILLON
1
-0
/
+68
2015-06-19
crypto: marvell/cesa - add a new driver for Marvell's CESA
Boris BREZILLON
1
-0
/
+417