summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tpm: fix call order in tpm-chip.cJarkko Sakkinen2015-03-051-20/+14
| * | | tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_sendjmlatten@linux.vnet.ibm.com2015-03-052-8/+8
| |/ /
| * | Merge tag 'yama-4.0' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/li...James Morris2015-03-032-10/+5
| |\ \ | | |/ | |/|
| | * security/yama: Remove unnecessary selects from Kconfig.Stephen Smalley2015-02-271-2/+0
| | * Yama: do not modify global sysctl table entryKees Cook2015-02-271-8/+5
* | | 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/+44
| * | | crypto: x86/sha256_ssse3 - move SHA-224/256 SSSE3 implementation to base layerArd Biesheuvel2015-04-104-173/+50
| * | | crypto: x86/sha1_ssse3 - move SHA-1 SSSE3 implementation to base layerArd Biesheuvel2015-04-101-111/+28
| * | | crypto: arm64/sha2-ce - move SHA-224/256 ARMv8 implementation to base layerArd Biesheuvel2015-04-102-193/+63
| * | | crypto: arm64/sha1-ce - move SHA-1 ARMv8 implementation to base layerArd Biesheuvel2015-04-102-125/+59
| * | | crypto: arm/sha2-ce - move SHA-224/256 ARMv8 implementation to base layerArd Biesheuvel2015-04-103-137/+39
| * | | crypto: arm/sha256 - move SHA-224/256 ASM/NEON implementation to base layerArd Biesheuvel2015-04-103-264/+66
| * | | crypto: arm/sha1-ce - move SHA-1 ARMv8 implementation to base layerArd Biesheuvel2015-04-103-98/+33
| * | | crypto: arm/sha1_neon - move SHA-1 NEON implementation to base layerArd Biesheuvel2015-04-101-111/+24
| * | | crypto: arm/sha1 - move SHA-1 ARM asm implementation to base layerArd Biesheuvel2015-04-104-98/+22
| * | | crypto: sha512-generic - move to generic glue implementationArd Biesheuvel2015-04-102-102/+24
| * | | crypto: sha256-generic - move to generic glue implementationArd Biesheuvel2015-04-102-113/+23
| * | | crypto: sha1-generic - move to generic glue implementationArd Biesheuvel2015-04-102-82/+23
| * | | 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/+2
| * | | 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/+4
| * | | crypto: api - Fix races in crypto_unregister_instanceHerbert Xu2015-04-031-16/+7
| * | | 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
OpenPOWER on IntegriCloud