index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
marvell
/
cesa.c
Age
Commit message (
Expand
)
Author
2020-03-20
crypto: marvell - create common Kconfig and Makefile for Marvell
SrujanaChalla
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-03-03
crypto: marvell/cesa - Clean up redundant #include
Robin Murphy
2018-01-31
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2018-01-18
crypto: marvell/cesa - Fix DMA API misuse
Robin Murphy
2018-01-10
dma-mapping: move swiotlb arch helpers to a new header
Christoph Hellwig
2017-11-06
crypto: marvell - Add a NULL entry at the end of mv_cesa_plat_id_table[]
Boris BREZILLON
2017-11-03
crypto: marvell/cesa - remove redundant backlog checks on EBUSY
Gilad Ben-Yossef
2017-11-03
crypto: marvell - Switch cipher algs to the skcipher interface
Boris BREZILLON
2017-11-03
crypto: marvell - Remove the old mv_cesa driver
Boris BREZILLON
2017-11-03
crypto: marvell - Add a platform_device_id table
Boris BREZILLON
2017-09-22
crypto: drop unnecessary return statements
Geliang Tang
2016-10-21
crypto: marvell - Use an unique pool to copy results of requests
Romain Perier
2016-08-09
crypto: marvell - Update transformation context for each dequeued req
Romain Perier
2016-07-28
crypto: marvell - Don't chain at DMA level when backlog is disabled
Romain Perier
2016-06-23
crypto: marvell - Increase the size of the crypto queue
Romain Perier
2016-06-23
crypto: marvell - Add support for chaining crypto requests in TDMA mode
Romain Perier
2016-06-23
crypto: marvell - Add load balancing between engines
Romain Perier
2016-06-23
crypto: marvell - Add a complete operation for async requests
Romain Perier
2016-06-23
crypto: marvell - Move tdma chain out of mv_cesa_tdma_req and remove it
Romain Perier
2016-06-23
crypto: marvell - Copy IV vectors by DMA transfers for acipher requests
Romain Perier
2016-06-23
crypto: marvell - Add a macro constant for the size of the crypto queue
Romain Perier
2016-04-20
crypto: marvell/cesa - Improving code readability
Romain Perier
2016-03-23
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2016-03-17
crypto: marvell/cesa - forward devm_ioremap_resource() error code
Boris BREZILLON
2016-02-06
crypto: marvell/cesa - fix test in mv_cesa_dev_dma_init()
Boris BREZILLON
2015-07-14
crypto: marvell/cesa - Drop owner assignment from platform_driver
Krzysztof Kozlowski
2015-06-30
genalloc: rename of_get_named_gen_pool() to of_gen_pool_get()
Vladimir Zapolskiy
2015-06-19
crypto: marvell/cesa - add support for Kirkwood and Dove SoCs
Arnaud Ebalard
2015-06-19
crypto: marvell/cesa - add support for Orion SoCs
Boris BREZILLON
2015-06-19
crypto: marvell/cesa - add allhwsupport module parameter
Boris BREZILLON
2015-06-19
crypto: marvell/cesa - add support for all armada SoCs
Boris BREZILLON
2015-06-19
crypto: marvell/cesa - add SHA256 support
Arnaud Ebalard
2015-06-19
crypto: marvell/cesa - add MD5 support
Arnaud Ebalard
2015-06-19
crypto: marvell/cesa - add Triple-DES support
Arnaud Ebalard
2015-06-19
crypto: marvell/cesa - add DES support
Boris BREZILLON
2015-06-19
crypto: marvell/cesa - add TDMA support
Boris BREZILLON
2015-06-19
crypto: marvell/cesa - add a new driver for Marvell's CESA
Boris BREZILLON