summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-05-02137-2480/+13710
|\
| * crypto: stm32 - Fix OF module alias informationWei Yongjun2017-04-301-1/+1
| * crypto: algif_aead - Require setkey before accept(2)Stephan Mueller2017-04-241-8/+149
| * crypto: scomp - add support for deflate rfc1950 (zlib)Giovanni Cabiddu2017-04-243-17/+129
| * crypto: scomp - allow registration of multiple scompsGiovanni Cabiddu2017-04-242-0/+32
| * crypto: ccp - Change ISR handler method for a v5 CCPGary R Hook2017-04-241-44/+67
| * crypto: ccp - Change ISR handler method for a v3 CCPGary R Hook2017-04-243-50/+75
| * crypto: crypto4xx - rename ce_ring_contol to ce_ring_controlColin Ian King2017-04-242-2/+2
| * crypto: testmgr - Allow ecb(cipher_null) in FIPS modeMilan Broz2017-04-241-0/+1
| * Revert "crypto: arm64/sha - Add constant operand modifier to ASM_EXPORT"Herbert Xu2017-04-242-2/+2
| * crypto: ccp - Disable interrupts early on unloadGary R Hook2017-04-211-2/+2
| * crypto: ccp - Use only the relevant interrupt bitsGary R Hook2017-04-212-7/+7
| * hwrng: mtk - Add driver for hardware random generator on MT7623 SoCSean Wang2017-04-213-0/+183
| * dt-bindings: hwrng: Add Mediatek hardware random generator bindingsSean Wang2017-04-211-0/+18
| * crypto: crct10dif-vpmsum - Fix missing preempt_disable()Michael Ellerman2017-04-211-0/+3
| * crypto: testmgr - replace compression known answer testGiovanni Cabiddu2017-04-211-3/+26
| * crypto: acomp - allow registration of multiple acompsGiovanni Cabiddu2017-04-212-0/+32
| * hwrng: n2 - Use devm_kcalloc() in n2rng_probe()Markus Elfring2017-04-211-3/+1
| * crypto: chcr - Fix error handling related to 'chcr_alloc_shash'Christophe Jaillet2017-04-211-3/+3
| * padata: get_next is never NULLJason A. Donenfeld2017-04-211-9/+4
| * crypto: exynos - Add new Exynos RNG driverKrzysztof Kozlowski2017-04-217-246/+413
| * linux/kernel.h: Add ALIGN_DOWN macroKrzysztof Kozlowski2017-04-214-4/+3
| * crypto: caam - fix error return code in caam_qi_init()Wei Yongjun2017-04-211-1/+1
| * crypto: chcr - Add fallback for AEAD algosHarsh Jain2017-04-213-75/+151
| * crypto: chcr - Fix txq ids.Harsh Jain2017-04-216-21/+44
| * crypto: chcr - Set hmac_ctrl bit to use HW register HMAC_CFG[456]Harsh Jain2017-04-211-19/+5
| * crypto: chcr - Increase priority of AEAD algos.Harsh Jain2017-04-212-4/+12
| * crypto: lz4 - fixed decompress function to return error codeMyungho Jung2017-04-102-2/+2
| * padata: free correct variableJason A. Donenfeld2017-04-101-1/+1
| * crypto: api - Extend algorithm name limit to 128 bytesHerbert Xu2017-04-101-1/+1
| * xfrm: Prepare for CRYPTO_MAX_ALG_NAME expansionHerbert Xu2017-04-101-3/+3
| * crypto: af_alg - Allow arbitrarily long algorithm namesHerbert Xu2017-04-101-2/+2
| * crypto: user - Prepare for CRYPTO_MAX_ALG_NAME expansionHerbert Xu2017-04-102-14/+14
| * hwrng: timeriomem - Improve performance for sub-jiffie update periodsRick Altherr2017-04-101-41/+45
| * hwrng: timeriomem - Shorten verbose type and variable namesRick Altherr2017-04-101-14/+13
| * hwrng: timeriomem - Migrate to new APIRick Altherr2017-04-101-30/+30
| * crypto: arm64/sha - Add constant operand modifier to ASM_EXPORTMatthias Kaehlcke2017-04-102-2/+2
| * crypto: xts - drop gf128mul dependencyOndrej Mosnáček2017-04-051-1/+0
| * crypto: glue_helper - remove the le128_gf128mul_x_ble functionOndrej Mosnáček2017-04-052-11/+2
| * crypto: gf128mul - switch gf128mul_x_ble to le128Ondrej Mosnáček2017-04-056-30/+30
| * crypto: gf128mul - define gf128mul_x_* in gf128mul.hOndrej Mosnáček2017-04-052-34/+54
| * crypto: nx - Update MAINTAINERS entry for 842 compressionHaren Myneni2017-04-051-1/+1
| * crypto: ccp - Rearrange structure members to minimize sizeGary R Hook2017-04-051-4/+4
| * crypto: ccp - Remove redundant cpu-to-le32 macrosGary R Hook2017-04-051-11/+11
| * ARM: configs: stm32: Add crypto supportFabien DESSENNE2017-04-051-0/+2
| * ARM: dts: stm32: enable CRC on stm32746g-eval boardFabien DESSENNE2017-04-051-0/+4
| * ARM: dts: stm32: Add CRC support to stm32f746Fabien DESSENNE2017-04-051-0/+7
| * crypto: stm32 - Support for STM32 CRC32 crypto moduleFabien DESSENNE2017-04-055-0/+336
| * dt-bindings: Document STM32 CRC bindingsFabien DESSENNE2017-04-051-0/+16
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-04-0514-79/+160
| |\