summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
* Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-131-24/+24
|\
| * DMA-API: crypto: remove last references to 'static struct device *dev'Russell King2013-10-311-5/+8
| * DMA-API: crypto: fix ixp4xx crypto platform device supportRussell King2013-10-311-20/+17Star
* | powerpc: add missing explicit OF includes for ppcRob Herring2013-11-111-0/+3
* | Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-073-3/+3
|\ \
| * | of/irq: Use irq_of_parse_and_map()Thierry Reding2013-10-243-3/+3
| |/
* / drivers: clean-up prom.h implicit includesRob Herring2013-10-103-0/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2013-09-072-60/+2Star
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-07-241-1/+1
| |\
| | * crypto: caam - Fixed the memory out of bound overwrite issueVakul Garg2013-07-101-1/+1
| * | crypto: talitos: use sg_pcopy_to_buffer()Akinobu Mita2013-07-091-59/+1Star
* | | crypto: nx - fix SHA-2 for chunks bigger than block sizeMarcelo Cerri2013-09-022-2/+2
* | | crypto: nx - fix GCM for zero length messagesMarcelo Cerri2013-09-021-20/+112
* | | crypto: nx - fix XCBC for zero length messagesMarcelo Cerri2013-09-021-7/+77
* | | crypto: nx - fix limits to sg lists for AES-CCMFionnuala Gunter2013-09-021-75/+208
* | | crypto: nx - fix limits to sg lists for AES-XCBCFionnuala Gunter2013-09-021-47/+66
* | | crypto: nx - fix limits to sg lists for AES-GCMMarcelo Cerri2013-09-021-66/+136
* | | crypto: nx - fix limits to sg lists for AES-CTRMarcelo Cerri2013-09-021-19/+31
* | | crypto: nx - fix limits to sg lists for AES-CBCMarcelo Cerri2013-09-021-23/+33
* | | crypto: nx - fix limits to sg lists for AES-ECBMarcelo Cerri2013-09-021-18/+30
* | | crypto: nx - add offset to nx_build_sg_lists()Marcelo Cerri2013-09-027-9/+14
* | | crypto: omap-sham - correct dma burst sizeLokesh Vutla2013-08-211-7/+4Star
* | | crypto: omap-sham - Enable Polling mode if DMA failsLokesh Vutla2013-08-211-19/+42
* | | crypto: tegra-aes - bitwise vs logical andDan Carpenter2013-08-211-3/+3
* | | crypto: sahara - checking the wrong variableDan Carpenter2013-08-211-1/+1
* | | crypto: omap-aes - Kconfig: Add build support for AM437xJoel Fernandes2013-08-211-1/+1
* | | crypto: omap-aes - Convert request_irq to devm_request_irqJoel Fernandes2013-08-211-4/+2Star
* | | crypto: omap-aes - Convert kzalloc to devm_kzallocJoel Fernandes2013-08-211-3/+1Star
* | | crypto: omap-aes - Add support for cases of unaligned lengthsJoel Fernandes2013-08-211-3/+83
* | | crypto: omap-aes - Switch to PIO mode during probeJoel Fernandes2013-08-211-5/+23
* | | crypto: omap-aes - PIO mode: platform data for OMAP4/AM437x and triggerJoel Fernandes2013-08-211-13/+30
* | | crypto: omap-aes - PIO mode: Add IRQ handler and walk SGsJoel Fernandes2013-08-211-0/+90
* | | crypto: omap-aes - Add IRQ info and helper macrosJoel Fernandes2013-08-211-0/+8
* | | crypto: omap-aes - Remove previously used intermediate buffersJoel Fernandes2013-08-211-90/+0Star
* | | crypto: omap-aes - Sync SG before DMA operationJoel Fernandes2013-08-211-0/+4
* | | 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