summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: acomp - add driver-side scomp interfaceGiovanni Cabiddu2016-10-257-29/+578
* crypto: acomp - add asynchronous compression apiGiovanni Cabiddu2016-10-258-0/+502
* crypto: ccp - fix typo "CPP"Paul Bolle2016-10-251-3/+3
* hwrng: meson - Remove unneeded platform MODULE_ALIASJavier Martinez Canillas2016-10-251-1/+0
* crypto: engine - Handle the kthread worker using the new APIPetr Mladek2016-10-252-19/+13
* crypto: ccp - Clean up the LSB slot allocation codeGary R Hook2016-10-253-12/+16
* crypto: ccp - remove unneeded codeGary R Hook2016-10-251-1/+0
* crypto: ccp - change bitfield type to unsigned intsGary R Hook2016-10-251-21/+21
* hwrng: meson - Fix module autoload for OF registrationJavier Martinez Canillas2016-10-251-0/+1
* crypto: gcm - Fix error return code in crypto_gcm_create_common()Wei Yongjun2016-10-251-1/+1
* crypto: ccp - Fix non static symbol warningWei Yongjun2016-10-251-1/+1
* crypto: caam - add support for iMX6ULMarcus Folkesson2016-10-252-15/+40
* padata: Remove unused but set variablesTobias Klauser2016-10-251-4/+0
* crypto: ccp - change type of struct member lsb to signedGary R Hook2016-10-211-1/+1
* crypto: arm/aes-ce - fix for big endianArd Biesheuvel2016-10-211-0/+5
* crypto: arm64/aes-xts-ce: fix for big endianArd Biesheuvel2016-10-212-1/+3
* crypto: arm64/aes-neon - fix for big endianArd Biesheuvel2016-10-211-10/+15
* crypto: arm64/aes-ccm-ce: fix for big endianArd Biesheuvel2016-10-211-26/+27
* crypto: arm64/sha2-ce - fix for big endianArd Biesheuvel2016-10-211-2/+2
* crypto: arm64/sha1-ce - fix for big endianArd Biesheuvel2016-10-211-2/+2
* crypto: arm64/ghash-ce - fix for big endianArd Biesheuvel2016-10-211-3/+3
* crypto: arm64/aes-ce - fix for big endianArd Biesheuvel2016-10-211-10/+15
* crypto: cmac - fix alignment of 'consts'Eric Biggers2016-10-211-4/+9
* crypto: cmac - return -EINVAL if block size is unsupportedEric Biggers2016-10-211-0/+1
* crypto: api - Remove no-op exit_ops codeEric Biggers2016-10-214-29/+2
* crypto: skcipher - Remove unused crypto_lookup_skcipher() declarationEric Biggers2016-10-211-2/+0
* crypto: crypto4xx - Fix size used in dma_free_coherent()Christophe Jaillet2016-10-211-2/+1
* crypto: marvell - Don't break chain for computable last ahash requestsRomain Perier2016-10-211-16/+49
* crypto: marvell - Use an unique pool to copy results of requestsRomain Perier2016-10-214-24/+26
* crypto: api - Fix Kconfig dependencies for FIPSAlec Ari2016-10-211-1/+1
* crypto: atmel-aes - add support to the XTS modeCyrille Pitchen2016-10-212-6/+183
* crypto: atmel-aes - fix compiler error when VERBOSE_DEBUG is definedCyrille Pitchen2016-10-211-1/+1
* arm64: dts: marvell: add TRNG description for Armada 8K CPRomain Perier2016-10-212-0/+16
* hwrng: omap - Add device variant for SafeXcel IP-76 found in Armada 8KRomain Perier2016-10-212-3/+85
* hwrng: omap - Don't prefix the probe message with OMAPRomain Perier2016-10-211-1/+1
* hwrng: omap - Add support for 128-bit output of dataRomain Perier2016-10-211-6/+8
* hwrng: omap - Remove global definition of hwrngRomain Perier2016-10-211-9/+14
* hwrng: omap - Switch to non-obsolete read API implementationRomain Perier2016-10-211-24/+17
* dt-bindings: omap-rng: Document SafeXcel IP-76 device variantRomain Perier2016-10-211-2/+12
* dt-bindings: Add vendor prefix for INSIDE SecureRomain Perier2016-10-211-0/+1
* hwrng: core - Don't use a stack buffer in add_early_randomness()Andrew Lutomirski2016-10-191-3/+3
* Linux 4.9-rc1v4.9-rc1Linus Torvalds2016-10-151-2/+2
* Merge tag 'befs-v4.9-rc1' of git://github.com/luisbg/linux-befsLinus Torvalds2016-10-158-283/+244
|\
| * befs: befs: fix style issues in datastream.cLuis de Bethencourt2016-10-081-15/+17
| * befs: improve documentation in datastream.cLuis de Bethencourt2016-10-081-95/+98
| * befs: fix typos in datastream.cLuis de Bethencourt2016-10-081-4/+4
| * befs: fix typos in btree.cLuis de Bethencourt2016-10-081-4/+3
| * befs: fix style issues in super.cLuis de Bethencourt2016-10-081-7/+8
| * befs: fix comment styleLuis de Bethencourt2016-10-081-7/+3
| * befs: add check for ag_shift in superblockLuis de Bethencourt2016-10-081-0/+7