aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+2
2015-04-24crypto: img-hash - CRYPTO_DEV_IMGTEC_HASH should depend on HAS_DMAGeert Uytterhoeven1-1/+2
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-2/+2
2015-04-08crypto: sahara - fix AES descriptor createSteffen Trumtrar1-14/+18
2015-04-08crypto: sahara - use the backlogSteffen Trumtrar1-0/+5
2015-04-08crypto: atmel-aes - correct usage of dma_sync_* APILeilei Zhao1-1/+1
2015-04-08crypto: atmel-aes - sync the buf used in DMA or CPULeilei Zhao1-4/+12
2015-04-08crypto: atmel-aes - initialize spinlock in probeLeilei Zhao1-0/+1
2015-04-08crypto: atmel-tdes - initialize spinlock in probeLeilei Zhao1-0/+1
2015-04-08crypto: atmel-sha - correct the max burst sizeLeilei Zhao1-8/+2
2015-04-08crypto: atmel-sha - initialize spinlock in probeLeilei Zhao1-0/+1
2015-04-08crypto: atmel-sha - fix sg list managementLeilei Zhao1-2/+14
2015-04-08crypto: atmel-sha - correct the way data are splitLudovic Desroches1-1/+1
2015-04-08crypto: atmel-sha - add new versionLeilei Zhao1-0/+6
2015-04-08crypto: atmel-aes - add new versionLeilei Zhao1-0/+5
2015-04-07crypto: qat - fix double release_firmware on error pathTadeusz Struk3-12/+13
2015-04-07crypto: qat - print ring name in debug outputTadeusz Struk1-0/+2
2015-04-03crypto: omap-sham - Add the offset of sg page to vaddrVutla, Lokesh1-0/+1
2015-04-01crypto: qat - fix checkpatch CODE_INDENT issueAllan, Bruce W1-1/+1
2015-04-01crypto: qat - fix checkpatch COMPARISON_TO_NULL issueAllan, Bruce W1-1/+1
2015-04-01crypto: qat - fix checkpatch BIT_MACRO issuesAllan, Bruce W2-5/+5
2015-04-01crypto: qat - fix checkpatch CONCATENATED_STRING issuesAllan, Bruce W1-4/+4
2015-04-01crypto: qat - checkpatch PARENTHESIS_ALIGNMENT and LOGICAL_CONTINUATIONSAllan, Bruce W1-2/+2
2015-04-01crypto: qat - fix checkpatch CHECK_SPACING issuesAllan, Bruce W1-1/+1
2015-04-01crypto: qat - fix typoAllan, Bruce W1-14/+14
2015-04-01crypto: omap-aes - Fix support for unequal lengthsVutla, Lokesh1-3/+11
2015-04-01crypto: omap-sham - Use pm_runtime_irq_safe()Vutla, Lokesh1-0/+1
2015-03-23crypto: img-hash - shift wrapping bug in img_hash_hw_init()Dan Carpenter1-1/+1
2015-03-23crypto: img-hash - fix some compile warningsDan Carpenter1-2/+1
2015-03-23crypto: qat - make error and info log messages more descriptiveAllan, Bruce W12-91/+137
2015-03-23crypto: qat - fix typo in stringAllan, Bruce W1-1/+1
2015-03-23crypto: qat - remove duplicate definition of Intel PCI vendor idAllan, Bruce W1-1/+0
2015-03-23crypto: img-hash - Fix Kconfig selectionsJames Hartley1-2/+1
2015-03-17linux-next: build failure after merge of the crypto treeHerbert Xu1-1/+1
2015-03-16crypto: img-hash - Add Imagination Technologies hw hash acceleratorJames Hartley3-0/+1045
2015-03-12linux-next: Tree for Mar 11 (powerpc build failure due to vmx crypto code)Herbert Xu3-40/+5
2015-03-12crypto: amcc - remove incorrect __init/__exit markupsDmitry Torokhov1-3/+3
2015-03-12crypto: qat - remove incorrect __exit markupDmitry Torokhov1-1/+1
2015-03-09hwrng: caam - fix rng_unmap_ctx's DMA_UNMAP size problemYanjiang Jin1-3/+3
2015-03-09crypto: caam - fix uninitialized edesc->sec4_sg_bytes fieldYanjiang Jin1-0/+1
2015-03-06crypto: ux500 - Update error message for dmaengine_prep_slave_sg() APIGeert Uytterhoeven1-1/+1
2015-03-06crypto: talitos - Remove MD5_BLOCK_SIZEMartin Hicks1-4/+2
2015-03-06crypto: talitos - Simplify per-channel initializationMartin Hicks1-8/+3
2015-03-05drivers: fix up obsolete cpu function usage.Rusty Russell1-2/+2
2015-03-04crypto: atmel - fix typo in dev_err error messageColin Ian King3-3/+3
2015-02-28crypto: sahara - drop unnecessary default assignmentNicholas Mc Guire1-1/+1
2015-02-28crypto: sahara - pass on error conditionNicholas Mc Guire1-0/+2
2015-02-28crypto: sahara - fix type of ret for wait_for_completion_timeoutNicholas Mc Guire1-4/+6
2015-02-28crypto: mxs-dcp - fix type of ret for wait_for_completion_timeoutNicholas Mc Guire1-1/+1
2015-02-28crypto: vmx - Enabling VMX module for PPC64Leonidas S. Barbosa4-0/+37