summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-04-15168-2202/+18223
|\
| * crypto: arm - workaround for building with old binutilsArd Biesheuvel2015-04-131-4/+15
| * crypto: arm/sha256 - avoid sha256 code on ARMv7-MArnd Bergmann2015-04-131-0/+1
| * crypto: x86/sha512_ssse3 - move SHA-384/512 SSSE3 implementation to base layerArd Biesheuvel2015-04-104-176/+44Star
| * crypto: x86/sha256_ssse3 - move SHA-224/256 SSSE3 implementation to base layerArd Biesheuvel2015-04-104-173/+50Star
| * crypto: x86/sha1_ssse3 - move SHA-1 SSSE3 implementation to base layerArd Biesheuvel2015-04-101-111/+28Star
| * crypto: arm64/sha2-ce - move SHA-224/256 ARMv8 implementation to base layerArd Biesheuvel2015-04-102-193/+63Star
| * crypto: arm64/sha1-ce - move SHA-1 ARMv8 implementation to base layerArd Biesheuvel2015-04-102-125/+59Star
| * crypto: arm/sha2-ce - move SHA-224/256 ARMv8 implementation to base layerArd Biesheuvel2015-04-103-137/+39Star
| * crypto: arm/sha256 - move SHA-224/256 ASM/NEON implementation to base layerArd Biesheuvel2015-04-103-264/+66Star
| * crypto: arm/sha1-ce - move SHA-1 ARMv8 implementation to base layerArd Biesheuvel2015-04-103-98/+33Star
| * crypto: arm/sha1_neon - move SHA-1 NEON implementation to base layerArd Biesheuvel2015-04-101-111/+24Star
| * crypto: arm/sha1 - move SHA-1 ARM asm implementation to base layerArd Biesheuvel2015-04-104-98/+22Star
| * crypto: sha512-generic - move to generic glue implementationArd Biesheuvel2015-04-102-102/+24Star
| * crypto: sha256-generic - move to generic glue implementationArd Biesheuvel2015-04-102-113/+23Star
| * crypto: sha1-generic - move to generic glue implementationArd Biesheuvel2015-04-102-82/+23Star
| * crypto: sha512 - implement base layer for SHA-512Ard Biesheuvel2015-04-102-1/+132
| * crypto: sha256 - implement base layer for SHA-256Ard Biesheuvel2015-04-102-1/+129
| * crypto: sha1 - implement base layer for SHA-1Ard Biesheuvel2015-04-102-1/+107
| * crypto: api - remove instance when test failedStephan Mueller2015-04-101-1/+9
| * crypto: api - Move alg ref count init to crypto_check_algHerbert Xu2015-04-101-1/+2
| * crypto: sahara - fix AES descriptor createSteffen Trumtrar2015-04-081-14/+18
| * crypto: sahara - use the backlogSteffen Trumtrar2015-04-081-0/+5
| * crypto: user - Fix crypto_alg_match raceHerbert Xu2015-04-081-10/+29
| * crypto: atmel-aes - correct usage of dma_sync_* APILeilei Zhao2015-04-081-1/+1
| * crypto: atmel-aes - sync the buf used in DMA or CPULeilei Zhao2015-04-081-4/+12
| * crypto: atmel-aes - initialize spinlock in probeLeilei Zhao2015-04-081-0/+1
| * crypto: atmel-tdes - initialize spinlock in probeLeilei Zhao2015-04-081-0/+1
| * crypto: atmel-sha - correct the max burst sizeLeilei Zhao2015-04-081-8/+2Star
| * crypto: atmel-sha - initialize spinlock in probeLeilei Zhao2015-04-081-0/+1
| * crypto: atmel-sha - fix sg list managementLeilei Zhao2015-04-081-2/+14
| * crypto: atmel-sha - correct the way data are splitLudovic Desroches2015-04-081-1/+1
| * crypto: atmel-sha - add new versionLeilei Zhao2015-04-081-0/+6
| * crypto: atmel-aes - add new versionLeilei Zhao2015-04-081-0/+5
| * crypto: qat - fix double release_firmware on error pathTadeusz Struk2015-04-073-12/+13
| * crypto: qat - print ring name in debug outputTadeusz Struk2015-04-071-0/+2
| * crypto: serpent_sse2 - Fix a typo in KconfigMasanari Iida2015-04-071-1/+1
| * crypto: arm/sha256 - Add optimized SHA-256/224Sami Tolvanen2015-04-038-3/+3981
| * crypto: api - Change crypto_unregister_instance argument typeHerbert Xu2015-04-033-8/+4Star
| * crypto: api - Fix races in crypto_unregister_instanceHerbert Xu2015-04-031-16/+7Star
| * crypto: omap-sham - Add the offset of sg page to vaddrVutla, Lokesh2015-04-031-0/+1
| * crypto: qat - fix checkpatch CODE_INDENT issueAllan, Bruce W2015-04-011-1/+1
| * crypto: qat - fix checkpatch COMPARISON_TO_NULL issueAllan, Bruce W2015-04-011-1/+1
| * crypto: qat - fix checkpatch BIT_MACRO issuesAllan, Bruce W2015-04-012-5/+5
| * crypto: qat - fix checkpatch CONCATENATED_STRING issuesAllan, Bruce W2015-04-011-4/+4
| * crypto: qat - checkpatch PARENTHESIS_ALIGNMENT and LOGICAL_CONTINUATIONSAllan, Bruce W2015-04-011-2/+2
| * crypto: qat - fix checkpatch CHECK_SPACING issuesAllan, Bruce W2015-04-011-1/+1
| * crypto: qat - fix typoAllan, Bruce W2015-04-011-14/+14
| * crypto: omap-aes - Fix support for unequal lengthsVutla, Lokesh2015-04-011-3/+11
| * crypto: omap-sham - Use pm_runtime_irq_safe()Vutla, Lokesh2015-04-011-0/+1