summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-03-0598-962/+1283
|\
| * crypto: s5p - add AES support for Exynos5433Kamil Konieczny2019-02-281-4/+46
| * crypto: crypto4xx - add missing of_node_put after of_device_is_availableJulia Lawall2019-02-281-1/+3
| * crypto: cavium/zip - fix collision with generic cra_driver_nameEric Biggers2019-02-281-2/+4
| * crypto: caam - remove redundant likely/unlikely annotationChengguang Xu2019-02-282-5/+5
| * crypto: s5p - update iv after AES-CBC op endKamil Konieczny2019-02-281-0/+8
| * crypto: caam - generate hash keys in-placeHoria Geantă2019-02-282-47/+23
| * crypto: caam - fix DMA mapping xcbc key twiceHoria Geantă2019-02-281-2/+1
| * crypto: caam - fix hash context DMA unmap sizeFranck LENORMAND2019-02-281-3/+5
| * hwrng: bcm2835 - fix probe as platform deviceJonas Gorski2019-02-281-8/+10
| * crypto: s5p-sss - Use AES_BLOCK_SIZE define instead of numberKrzysztof Kozlowski2019-02-281-2/+4
| * crypto: stm32 - drop pointless static qualifier in stm32_hash_remove()Mao Wenan2019-02-281-1/+1
| * crypto: chelsio - Fixed Traffic StallAtul Gupta2019-02-281-13/+20
| * crypto: marvell - Remove set but not used variable 'ivsize'YueHaibing2019-02-281-2/+0
| * crypto: ccp - Update driver messages to remove some confusionLendacky, Thomas2019-02-222-9/+14
| * crypto: rockchip - update new iv to device in multiple operationsZhang Zhijie2019-02-222-0/+35
| * crypto: rockchip - fix scatterlist nents errorZhang Zhijie2019-02-224-5/+7
| * crypto: ccree - fix missing break in switch statementGustavo A. R. Silva2019-02-221-0/+1
| * crypto: caam/qi2 - relax busy polling while enqueuing FDsHoria Geantă2019-02-221-0/+2
| * crypto: caam/qi2 - rate-limit enqueue failure printsHoria Geantă2019-02-221-1/+1
| * crypto: caam/qi2 - use affine DPIOsHoria Geantă2019-02-222-23/+31
| * crypto: chtls - remove cdev_list_lockSebastian Andrzej Siewior2019-02-221-1/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux nextHerbert Xu2019-02-229-27/+122
| |\
| | * bus: fsl-mc: automatically add a device_link on fsl_mc_[portal,object]_allocateIoana Ciornei2019-01-112-0/+24
| | * soc: fsl: dpio: add a device_link at dpaa2_io_service_registerIoana Ciornei2019-01-113-9/+22
| | * soc: fsl: dpio: store a backpointer to the device backing the dpaa2_ioIoana Ciornei2019-01-112-2/+7
| | * soc: fsl: dpio: keep a per dpio device MC portalIoana Ciornei2019-01-111-8/+1
| | * soc: fsl: dpio: perform DPIO Reset on ProbeRoy Pledge2019-01-114-0/+35
| | * soc: fsl: dpio: use a cpumask to identify which cpus are unusedIoana Ciornei2019-01-082-9/+29
| | * soc: fsl: dpio: cleanup the cpu array on dpaa2_io_downIoana Ciornei2019-01-081-0/+5
| * | crypto: caam - weak key checking for cbc des, 3desIuliana Prodan2019-02-151-2/+2
| * | crypto: caam - add ecb(*) supportIuliana Prodan2019-02-154-49/+161
| * | crypto: export arc4 definesIuliana Prodan2019-02-151-3/+1
| * | crypto: caam - use mapped_{src,dst}_nents for job descriptorIuliana Prodan2019-02-151-7/+20
| * | crypto: qat - Remove unused goto labelHerbert Xu2019-02-081-1/+0
| * | crypto: caam - fixed handling of sg listPankaj Gupta2019-02-081-0/+1
| * | crypto: ccp - fix the SEV probe in kexec boot pathSingh, Brijesh2019-02-081-0/+16
| * | crypto: caam - fix DMA mapping of stack memoryHoria Geantă2019-02-011-64/+21
| * | crypto: bcm - remove -I. header search path and unused macro defineMasahiro Yamada2019-02-011-2/+0
| * | crypto: prefix header search paths with $(srctree)/Masahiro Yamada2019-02-018-8/+9
| * | crypto: axis - move request unmap outside of the queue lockVincent Whitchurch2019-02-011-4/+4
| * | crypto: axis - use a constant time tag compareLars Persson2019-02-011-3/+3
| * | crypto: axis - support variable AEAD tag lengthLars Persson2019-02-011-10/+25
| * | crypto: axis - give DMA the start of the status bufferLars Persson2019-02-011-4/+7
| * | crypto: axis - fix for recursive locking from bottom halfLars Persson2019-02-011-5/+23
| * | crypto: axis - remove sha512 support for artpec7Lars Persson2019-02-011-117/+9
| * | crypto: axis - remove sha384 support for artpec7Lars Persson2019-02-011-105/+2
| * | crypto: crypto4xx - Fix wrong ppc4xx_trng_probe()/ppc4xx_trng_remove() argumentsCorentin Labbe2019-02-011-2/+2
| * | crypto: chelsio - Fix passing zero to 'PTR_ERR' warning in chcr_aead_opYueHaibing2019-02-011-2/+2
| * | crypto: caam - fix indentation of goto labelRoland Hieber2019-02-011-1/+1