summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: omap-aes - Simplify DMA usage by using direct SGsJoel Fernandes2013-08-211-122/+25Star
* crypto: omap-aes - Populate number of SG elementsJoel Fernandes2013-08-211-0/+6
* crypto: omap-aes - Add useful debug macrosJoel Fernandes2013-08-211-1/+23
* crypto: nx - fix nx-aes-gcm verificationjmlatten@linux.vnet.ibm.com2013-08-211-2/+2
* crypto: caam - add option for enabling DEBUG modeAlex Porosanu2013-08-212-0/+11
* crypto: caam - replace xstr macro with __stringifyAlex Porosanu2013-08-213-75/+77
* crypto: nx - fix concurrency issueMarcelo Cerri2013-08-1410-12/+87
* crypto: crypto4xx - Staticize local symbolsJingoo Han2013-08-141-7/+8
* crypto: sahara - Staticize local symbolJingoo Han2013-08-141-1/+1
* crypto: nx - saves chaining value from co-processorFionnuala Gunter2013-08-091-0/+1
* crypto: nx - fix limits to sg lists for SHA-2Marcelo Cerri2013-08-092-95/+132
* crypto: nx - fix physical addresses added to sg listsMarcelo Cerri2013-08-091-3/+19
* crypto: caam - Remove unused functions from Job RingRuchika Gupta2013-08-014-77/+0Star
* crypto: omap-sham - Convert to devm_kzalloc()Lokesh Vutla2013-08-011-10/+5Star
* crypto: omap-sham - Convert to devm_request_irq()Lokesh Vutla2013-08-011-7/+5Star
* crypto: omap-sham - Add OMAP5/AM43XX SHAM SupportLokesh Vutla2013-08-011-0/+44
* crypto: omap-sham - Add SHA384 and SHA512 SupportLokesh Vutla2013-08-012-47/+209
* crypto: ux500 - Fix logging, make arrays const, neateningJoe Perches2013-08-011-307/+279Star
* crypto: caam - RNG instantiation by directly programming DECORuchika Gupta2013-08-012-39/+47
* crypto: caam - Moved macro DESC_JOB_IO_LEN to desc_constr.hVakul Garg2013-07-103-4/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-07-0515-36/+1099
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptoHerbert Xu2013-06-212-3/+3
| |\
| * | crypto: picoxcell - replace strict_strtoul() with kstrtoul()Jingoo Han2013-06-051-1/+1
| * | crypto: dcp - Staticize local symbolsSachin Kamat2013-06-051-4/+4
| * | crypto: dcp - Use NULL instead of 0Sachin Kamat2013-06-051-1/+1
| * | crypto: dcp - Use devm_* APIsSachin Kamat2013-06-051-22/+10Star
| * | crypto: dcp - Remove redundant platform_set_drvdata()Sachin Kamat2013-06-051-1/+0Star
| * | crypto: omap-aes - Don't idle/start AES device between Encrypt operationsJoel A Fernandes2013-06-051-10/+19
| * | crypto: ux500 - Cocci spatch "resource_size.spatch"Thomas Meyer2013-05-281-1/+1
| * | crypto: hifn_795x - Pass correct pointer to free_irq()Lars-Peter Clausen2013-05-281-2/+2
| * | crypto: dcp - Added support for Freescale's DCP co-processorTobias Rauter2013-05-283-0/+936
| * | crypto: caam - add missing flag for the LOAD/STORE commandsAndrei Varvara2013-05-281-0/+1
| * | crypto: caam - Add define for Adjust Output Frame Length in PDBAndrei Varvara2013-05-281-0/+1
| * | crypto: caam - Add defines for CAAM commandsAndrei Varvara2013-05-281-0/+9
| * | crypto: caam - Add defines for overwriting Descriptor's memoryAndrei Varvara2013-05-281-0/+4
| * | crypto: caam - Add new macros for building extended SEC descriptors (> 64 words)Andrei Varvara2013-05-282-1/+56
| * | crypto: caam - Add MATH command to support shld functionAndrei Varvara2013-05-281-0/+2
| * | crypto: caam - Fix STORE command to support overwriting Shared Descriptor's m...Andrei Varvara2013-05-281-1/+17
| * | crypto: caam - fix SEQ IN PTR command when RTO or PRE bit is setAndrei Varvara2013-05-282-4/+8
| * | crypto: sahara - remove dependency on EXPERIMENTALPaul Bolle2013-05-241-1/+1
| * | crypto: s5p-sss: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-241-2/+0Star
| * | crypto: mv_cesa: Remove redundant platform_set_drvdata()Sachin Kamat2013-05-241-1/+0Star
| * | drivers: crypto: use devm_ioremap_resource()Laurent Navet2013-05-242-8/+6Star
| * | crypto: caam - FIX RNG init for RNG greater than equal to 4Ruchika Gupta2013-05-142-4/+48
* | | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-025-37/+93
|\ \ \
| * \ \ Merge tag 'ux500-dma40-for-arm-soc-3' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson2013-06-253-32/+31Star
| |\ \ \
| | * | | crypto: ux500: use dmaengine_submit APIFabio Baltieri2013-06-252-2/+2
| | * | | crypto: ux500: use dmaengine_prep_slave_sg APIFabio Baltieri2013-06-252-12/+12
| | * | | crypto: ux500: use dmaengine_device_control APIFabio Baltieri2013-06-252-3/+3
| | * | | crypto: ux500/crypt: add missing __iomem qualifiersFabio Baltieri2013-06-251-2/+2