aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2013-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-1/+1
2013-07-10crypto: caam - Fixed the memory out of bound overwrite issueGravatar Vakul Garg 1-1/+1
2013-07-09crypto: talitos: use sg_pcopy_to_buffer()Gravatar Akinobu Mita 1-59/+1
2013-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 15-36/+1099
2013-07-02Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-37/+93
2013-06-25Merge tag 'ux500-dma40-for-arm-soc-3' of git://git.kernel.org/pub/scm/linux/k...Gravatar Olof Johansson 3-32/+31
2013-06-25crypto: ux500: use dmaengine_submit APIGravatar Fabio Baltieri 2-2/+2
2013-06-25crypto: ux500: use dmaengine_prep_slave_sg APIGravatar Fabio Baltieri 2-12/+12
2013-06-25crypto: ux500: use dmaengine_device_control APIGravatar Fabio Baltieri 2-3/+3
2013-06-25crypto: ux500/crypt: add missing __iomem qualifiersGravatar Fabio Baltieri 1-2/+2
2013-06-25crypto: ux500/hash: add missing static qualifiersGravatar Fabio Baltieri 1-3/+2
2013-06-25crypto: ux500/hash: use readl on iomem addressesGravatar Fabio Baltieri 1-10/+10
2013-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptoGravatar Herbert Xu 2-3/+3
2013-06-20Merge tag 'mxs-dt-3.11' of git://git.linaro.org/people/shawnguo/linux-2.6 int...Gravatar Arnd Bergmann 1-1/+1
2013-06-14Merge tag 'ux500-dt-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Olof Johansson 2-0/+12
2013-06-12Merge tag 's3c24xx-driver-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Olof Johansson 1-2/+2
2013-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-1/+1
2013-06-05crypto: picoxcell - replace strict_strtoul() with kstrtoul()Gravatar Jingoo Han 1-1/+1
2013-06-05crypto: dcp - Staticize local symbolsGravatar Sachin Kamat 1-4/+4
2013-06-05crypto: dcp - Use NULL instead of 0Gravatar Sachin Kamat 1-1/+1
2013-06-05crypto: dcp - Use devm_* APIsGravatar Sachin Kamat 1-22/+10
2013-06-05crypto: dcp - Remove redundant platform_set_drvdata()Gravatar Sachin Kamat 1-1/+0
2013-06-05crypto: omap-aes - Don't idle/start AES device between Encrypt operationsGravatar Joel A Fernandes 1-10/+19
2013-06-05crypto: sahara - fix building as moduleGravatar Arnd Bergmann 1-1/+1
2013-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-2/+2
2013-05-28crypto: ux500 - Cocci spatch "resource_size.spatch"Gravatar Thomas Meyer 1-1/+1
2013-05-28crypto: hifn_795x - Pass correct pointer to free_irq()Gravatar Lars-Peter Clausen 1-2/+2
2013-05-28crypto: dcp - Added support for Freescale's DCP co-processorGravatar Tobias Rauter 3-0/+936
2013-05-28crypto: caam - add missing flag for the LOAD/STORE commandsGravatar Andrei Varvara 1-0/+1
2013-05-28crypto: caam - Add define for Adjust Output Frame Length in PDBGravatar Andrei Varvara 1-0/+1
2013-05-28crypto: caam - Add defines for CAAM commandsGravatar Andrei Varvara 1-0/+9
2013-05-28crypto: caam - Add defines for overwriting Descriptor's memoryGravatar Andrei Varvara 1-0/+4
2013-05-28crypto: caam - Add new macros for building extended SEC descriptors (> 64 words)Gravatar Andrei Varvara 2-1/+56
2013-05-28crypto: caam - Add MATH command to support shld functionGravatar Andrei Varvara 1-0/+2
2013-05-28crypto: caam - Fix STORE command to support overwriting Shared Descriptor's m...Gravatar Andrei Varvara 1-1/+17
2013-05-28crypto: caam - fix SEQ IN PTR command when RTO or PRE bit is setGravatar Andrei Varvara 2-4/+8
2013-05-27Merge tag 'ux500-dma40-for-arm-soc' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Olof Johansson 4-5/+62
2013-05-27crypto: ux500/hash - Enable DT probing of the driverGravatar Lee Jones 1-0/+6
2013-05-27crypto: ux500/cryp - Enable DT probing of the driverGravatar Lee Jones 1-0/+6
2013-05-24crypto: sahara - remove dependency on EXPERIMENTALGravatar Paul Bolle 1-1/+1
2013-05-24crypto: s5p-sss: Remove redundant platform_set_drvdata()Gravatar Sachin Kamat 1-2/+0
2013-05-24crypto: mv_cesa: Remove redundant platform_set_drvdata()Gravatar Sachin Kamat 1-1/+0
2013-05-24drivers: crypto: use devm_ioremap_resource()Gravatar Laurent Navet 2-8/+6
2013-05-24drivers/crypto/nx: Fixes for multiple races and issuesGravatar Kent Yoder 6-38/+19
2013-05-23crypto: ux500/[cryp|hash] - Show successful start-up in the bootlogGravatar Lee Jones 2-1/+3
2013-05-23crypto: ux500/cryp - Set DMA configuration though dma_slave_config()Gravatar Lee Jones 2-1/+23
2013-05-23crypto: ux500/cryp - Prepare clock before enabling itGravatar Lee Jones 1-1/+11
2013-05-23crypto: ux500/hash - Set DMA configuration though dma_slave_config()Gravatar Lee Jones 2-1/+14
2013-05-23crypto: ux500/hash - Prepare clock before enabling itGravatar Lee Jones 1-1/+11
2013-05-14crypto: caam - fix inconsistent assoc dma mapping directionGravatar Horia Geanta 1-2/+2