index
:
litmus-rt-imx6.git
chengyangfu
master
wip-mc2
wip-mc2-lvc
wip-mc2-new
wip-mc2-ver2
LITMUS^RT and MC^2 V1 support for the i.MX6 processor family.
Namhoon Kim
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
Commit message (
Expand
)
Author
Age
*
ENGR00298286 arm: dts: imx6qdl: add clock to CAAM.
Dan Douglass
2014-04-16
*
ENGR00290021 [iMX6QDL] Skip RNG instantiation unless needed.
Dan Douglass
2014-04-16
*
ENGR00289885 [iMX6Q] Add Secure Memory and SECVIO support.
Dan Douglass
2014-04-16
*
ENGR00278672-1 crypto/caam: add the crypto/caam driver support
Jason Liu
2014-04-16
*
crypto: caam - Fixed the memory out of bound overwrite issue
Vakul Garg
2013-08-04
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2013-06-10
|
\
|
*
crypto: sahara - fix building as module
Arnd Bergmann
2013-06-05
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2013-05-28
|
\
|
|
*
crypto: caam - fix inconsistent assoc dma mapping direction
Horia Geanta
2013-05-13
*
|
drivers/crypto/nx: Fixes for multiple races and issues
Kent Yoder
2013-05-24
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2013-05-02
|
\
|
*
crypto: caam - fix job ring cleanup code
Vakul Garg
2013-04-25
|
*
crypto: caam - static constify error data
Kim Phillips
2013-04-25
|
*
crypto: caam - change key gen functions to return signed int
Kim Phillips
2013-04-25
|
*
crypto: ux500 - fix error return code in hash_dma_final()
Wei Yongjun
2013-04-02
|
*
crypto: picoxcell - Use of_match_ptr() macro
Sachin Kamat
2013-03-22
|
*
crypto: caam - Fix missing init of '.type' in AEAD algos.
Vakul Garg
2013-03-22
|
*
crypto: caam - set RDB bit in security configuration register
Vakul Garg
2013-03-22
|
*
crypto: ux500 - replace kmalloc and then memcpy with kmemdup
Mihnea Dobrescu-Balaur
2013-03-21
|
*
crypto: sahara - Add driver for SAHARA2 accelerator.
Javier Martin
2013-03-21
|
*
crypto: caam - fix typo "CRYPTO_AHASH"
Paul Bolle
2013-03-10
|
*
crypto: omap-sham - Use module_platform_driver macro
Sachin Kamat
2013-03-10
|
*
crypto: omap-aes - Use module_platform_driver macro
Sachin Kamat
2013-03-10
|
*
crypto: omap-aes - Use pm_runtime_put instead of pm_runtime_put_sync in tasklet
Joel A Fernandes
2013-03-10
|
*
crypto: omap-sham - Use pm_runtime_put instead of pm_runtime_put_sync in tasklet
Joel A Fernandes
2013-03-10
|
*
crypto: bfin_crc - Fix possible NULL pointer dereference
Syam Sidhardhan
2013-03-10
|
*
crypto: atmel-sha - add support for latest release of the IP (0x410)
Nicolas Royer
2013-03-10
|
*
crypto: atmel-tdes - add support for latest release of the IP (0x700)
Nicolas Royer
2013-03-10
|
*
crypto: atmel-aes - add support for latest release of the IP (0x130)
Nicolas Royer
2013-03-10
*
|
Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2013-05-02
|
\
\
|
*
\
Merge branch 'mxs/cleanup' into next/multiplatform
Arnd Bergmann
2013-04-09
|
|
\
\
|
*
|
|
ARM: ux500: get rid of <mach/[hardware|db8500-regs].h>
Linus Walleij
2013-04-08
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2013-04-30
|
\
\
\
|
*
|
|
treewide: Fix typos in printk and comment
Masanari Iida
2013-03-18
|
|
/
/
*
|
/
crypto: ux500 - add missing comma
Linus Walleij
2013-04-05
|
|
/
|
/
|
*
|
Revert "crypto: caam - add IPsec ESN support"
Horia Geanta
2013-03-21
*
|
Revert "crypto: talitos - add IPsec ESN support"
Horia Geanta
2013-03-21
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2013-02-25
|
\
|
*
crypto: atmel-aes - adjust duplicate test
Julia Lawall
2013-02-04
|
*
crypto: omap-sham - Fix compile errors when CONFIG_OF not defined
Mark A. Greer
2013-01-19
|
*
crypto: s5p-sss - Use devm_clk_get()
Jingoo Han
2013-01-19
|
*
crypto: omap-aes - Add CTR algorithm Support
Mark A. Greer
2013-01-19
|
*
crypto: omap-aes - Add OMAP4/AM33XX AES Support
Mark A. Greer
2013-01-19
|
*
crypto: omap-aes - Convert to dma_request_slave_channel_compat()
Mark A. Greer
2013-01-19
|
*
crypto: omap-aes - Add Device Tree Support
Mark A. Greer
2013-01-19
|
*
crypto: omap-aes - Remove usage of private DMA API
Mark A. Greer
2013-01-19
|
*
crypto: omap-aes - Add code to use dmaengine API
Mark A. Greer
2013-01-19
|
*
crypto: omap-aes - Add suspend/resume support
Mark A. Greer
2013-01-19
|
*
crypto: omap-aes - Convert to use pm_runtime API
Mark A. Greer
2013-01-19
|
*
crypto: omap-aes - Don't reset controller for every operation
Mark A. Greer
2013-01-19
[next]