summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-04crypto: drbg - remove superflowous memsetsStephan Mueller1-18/+0
2015-03-04crypto: drbg - use single block cipher APIStephan Mueller1-23/+16
2015-03-04crypto: powerpc/md5 - kernel configMarkus Stockhausen2-0/+10
2015-03-04crypto: powerpc/md5 - glueMarkus Stockhausen1-0/+165
2015-03-04crypto: powerpc/md5 - assemblerMarkus Stockhausen1-0/+243
2015-03-04crypto: atmel - fix typo in dev_err error messageColin Ian King3-3/+3
2015-03-04crypto: algif - enable AEAD interface compilationStephan Mueller2-0/+10
2015-03-04crypto: algif - add AEAD supportStephan Mueller1-0/+666
2015-03-04crypto: doc - describe internal structureStephan Mueller1-0/+264
2015-03-02crypto: powerpc/sha1 - kernel configMarkus Stockhausen2-0/+9
2015-03-02crypto: powerpc/sha1 - glueMarkus Stockhausen1-0/+210
2015-03-02crypto: powerpc/sha1 - assemblerMarkus Stockhausen1-0/+299
2015-03-01crypto: powerpc/aes - kernel configMarkus Stockhausen2-0/+15
2015-03-01cyprot: powerpc/aes - glue codeMarkus Stockhausen1-0/+512
2015-03-01crypto: powerpc/aes - ECB/CBC/CTR/XTS modesMarkus Stockhausen1-0/+630
2015-03-01crypto: powerpc/aes - key handlingMarkus Stockhausen1-0/+283
2015-03-01crypto: powerpc/aes - assembler coreMarkus Stockhausen1-0/+351
2015-03-01crypto: powerpc/aes - aes tablesMarkus Stockhausen1-0/+331
2015-03-01crypto: powerpc/aes - register definesMarkus Stockhausen1-0/+42
2015-03-01hwrng: bcm63xx - use devm_* helpersFlorian Fainelli1-14/+6
2015-03-01MIPS: BCM63xx: remove RSET_RNG register definitionsFlorian Fainelli1-14/+0
2015-03-01hwrng: bcm63xx - move register definitions to driverFlorian Fainelli1-1/+9
2015-03-01hwrng: bcm63xx - drop bcm_{readl,writel} macrosFlorian Fainelli1-7/+6
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: aesni - make driver-gcm-aes-aesni helper a proper aead algTadeusz Struk1-54/+110
2015-02-28crypto: vmx - Enabling VMX module for PPC64Leonidas S. Barbosa4-0/+37
2015-02-28crypto: vmx - Add support for VMS instructions by ASMLeonidas S. Barbosa3-0/+2400
2015-02-28crypto: vmx - Adding GHASH routines for VMX moduleMarcelo H. Cerri1-0/+214
2015-02-28crypto: vmx - Adding CTR routines for VMX moduleMarcelo H. Cerri1-0/+167
2015-02-28crypto: vmx - Adding CBC routines for VMX moduleMarcelo H. Cerri1-0/+184
2015-02-28crypto: vmx - Adding AES routines for VMX moduleMarcelo H. Cerri2-0/+159
2015-02-28crypto: vmx - Adding VMX module for Power 8Marcelo H. Cerri1-0/+88
2015-02-27crypto: sha-mb - Fix big integer constant sparse warningLad, Prabhakar1-1/+1
2015-02-27crypto: ccp - Add ACPI supportTom Lendacky2-5/+93
2015-02-27crypto: ccp - Convert calls to their devm_ counterpartsTom Lendacky3-23/+9
2015-02-27crypto: ccp - Use dma_set_mask_and_coherent to set DMA maskTom Lendacky1-2/+5
2015-02-27crypto: ccp - Update CCP build supportTom Lendacky2-8/+3
2015-02-27crypto: ccp - Updates for checkpatch warnings/errorsTom Lendacky11-47/+36
2015-02-27crypto: ppc/sha256 - kernel configMarkus Stockhausen2-0/+11
2015-02-27crypto: ppc/sha256 - glueMarkus Stockhausen1-0/+275
2015-02-27crypto: ppc/sha256 - assemblerMarkus Stockhausen1-0/+323
2015-02-23Linux 4.0-rc1v4.0-rc1Linus Torvalds1-4/+4
2015-02-23Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds5-56/+108
2015-02-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds70-758/+907
2015-02-22Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2015-02-22autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro1-2/+6
2015-02-22procfs: fix race between symlink removals and traversalsAl Viro3-12/+22