aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2015-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-1/+2
2015-04-24crypto: img-hash - CRYPTO_DEV_IMGTEC_HASH should depend on HAS_DMAGravatar Geert Uytterhoeven 1-1/+2
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+2
2015-04-08crypto: sahara - fix AES descriptor createGravatar Steffen Trumtrar 1-14/+18
2015-04-08crypto: sahara - use the backlogGravatar Steffen Trumtrar 1-0/+5
2015-04-08crypto: atmel-aes - correct usage of dma_sync_* APIGravatar Leilei Zhao 1-1/+1
2015-04-08crypto: atmel-aes - sync the buf used in DMA or CPUGravatar Leilei Zhao 1-4/+12
2015-04-08crypto: atmel-aes - initialize spinlock in probeGravatar Leilei Zhao 1-0/+1
2015-04-08crypto: atmel-tdes - initialize spinlock in probeGravatar Leilei Zhao 1-0/+1
2015-04-08crypto: atmel-sha - correct the max burst sizeGravatar Leilei Zhao 1-8/+2
2015-04-08crypto: atmel-sha - initialize spinlock in probeGravatar Leilei Zhao 1-0/+1
2015-04-08crypto: atmel-sha - fix sg list managementGravatar Leilei Zhao 1-2/+14
2015-04-08crypto: atmel-sha - correct the way data are splitGravatar Ludovic Desroches 1-1/+1
2015-04-08crypto: atmel-sha - add new versionGravatar Leilei Zhao 1-0/+6
2015-04-08crypto: atmel-aes - add new versionGravatar Leilei Zhao 1-0/+5
2015-04-07crypto: qat - fix double release_firmware on error pathGravatar Tadeusz Struk 3-12/+13
2015-04-07crypto: qat - print ring name in debug outputGravatar Tadeusz Struk 1-0/+2
2015-04-03crypto: omap-sham - Add the offset of sg page to vaddrGravatar Vutla, Lokesh 1-0/+1
2015-04-01crypto: qat - fix checkpatch CODE_INDENT issueGravatar Allan, Bruce W 1-1/+1
2015-04-01crypto: qat - fix checkpatch COMPARISON_TO_NULL issueGravatar Allan, Bruce W 1-1/+1
2015-04-01crypto: qat - fix checkpatch BIT_MACRO issuesGravatar Allan, Bruce W 2-5/+5
2015-04-01crypto: qat - fix checkpatch CONCATENATED_STRING issuesGravatar Allan, Bruce W 1-4/+4
2015-04-01crypto: qat - checkpatch PARENTHESIS_ALIGNMENT and LOGICAL_CONTINUATIONSGravatar Allan, Bruce W 1-2/+2
2015-04-01crypto: qat - fix checkpatch CHECK_SPACING issuesGravatar Allan, Bruce W 1-1/+1
2015-04-01crypto: qat - fix typoGravatar Allan, Bruce W 1-14/+14
2015-04-01crypto: omap-aes - Fix support for unequal lengthsGravatar Vutla, Lokesh 1-3/+11
2015-04-01crypto: omap-sham - Use pm_runtime_irq_safe()Gravatar Vutla, Lokesh 1-0/+1
2015-03-23crypto: img-hash - shift wrapping bug in img_hash_hw_init()Gravatar Dan Carpenter 1-1/+1
2015-03-23crypto: img-hash - fix some compile warningsGravatar Dan Carpenter 1-2/+1
2015-03-23crypto: qat - make error and info log messages more descriptiveGravatar Allan, Bruce W 12-91/+137
2015-03-23crypto: qat - fix typo in stringGravatar Allan, Bruce W 1-1/+1
2015-03-23crypto: qat - remove duplicate definition of Intel PCI vendor idGravatar Allan, Bruce W 1-1/+0
2015-03-23crypto: img-hash - Fix Kconfig selectionsGravatar James Hartley 1-2/+1
2015-03-17linux-next: build failure after merge of the crypto treeGravatar Herbert Xu 1-1/+1
2015-03-16crypto: img-hash - Add Imagination Technologies hw hash acceleratorGravatar James Hartley 3-0/+1045
2015-03-12linux-next: Tree for Mar 11 (powerpc build failure due to vmx crypto code)Gravatar Herbert Xu 3-40/+5
2015-03-12crypto: amcc - remove incorrect __init/__exit markupsGravatar Dmitry Torokhov 1-3/+3
2015-03-12crypto: qat - remove incorrect __exit markupGravatar Dmitry Torokhov 1-1/+1
2015-03-09hwrng: caam - fix rng_unmap_ctx's DMA_UNMAP size problemGravatar Yanjiang Jin 1-3/+3
2015-03-09crypto: caam - fix uninitialized edesc->sec4_sg_bytes fieldGravatar Yanjiang Jin 1-0/+1
2015-03-06crypto: ux500 - Update error message for dmaengine_prep_slave_sg() APIGravatar Geert Uytterhoeven 1-1/+1
2015-03-06crypto: talitos - Remove MD5_BLOCK_SIZEGravatar Martin Hicks 1-4/+2
2015-03-06crypto: talitos - Simplify per-channel initializationGravatar Martin Hicks 1-8/+3
2015-03-05drivers: fix up obsolete cpu function usage.Gravatar Rusty Russell 1-2/+2
2015-03-04crypto: atmel - fix typo in dev_err error messageGravatar Colin Ian King 3-3/+3
2015-02-28crypto: sahara - drop unnecessary default assignmentGravatar Nicholas Mc Guire 1-1/+1
2015-02-28crypto: sahara - pass on error conditionGravatar Nicholas Mc Guire 1-0/+2
2015-02-28crypto: sahara - fix type of ret for wait_for_completion_timeoutGravatar Nicholas Mc Guire 1-4/+6
2015-02-28crypto: mxs-dcp - fix type of ret for wait_for_completion_timeoutGravatar Nicholas Mc Guire 1-1/+1
2015-02-28crypto: vmx - Enabling VMX module for PPC64Gravatar Leonidas S. Barbosa 4-0/+37