aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-03-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 4-73/+44
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 39-980/+1810
2016-03-17crypto: marvell/cesa - forward devm_ioremap_resource() error codeGravatar Boris BREZILLON 1-1/+1
2016-03-17crypto: marvell/cesa - initialize hash statesGravatar Boris BREZILLON 1-0/+20
2016-03-17crypto: marvell/cesa - fix memory leakGravatar Boris BREZILLON 2-69/+20
2016-03-17crypto: ccp - fix lock acquisition codeGravatar Gary R Hook 1-3/+3
2016-03-11crypto: qat - remove redundant arbiter configurationGravatar Tadeusz Struk 1-19/+0
2016-03-11crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()Gravatar Vladimir Zapolskiy 2-4/+4
2016-03-11crypto: atmel - fix checks of error code returned by devm_ioremap_resource()Gravatar Vladimir Zapolskiy 3-6/+6
2016-03-11crypto: qat - Change the definition of icp_qat_uof_regtypeGravatar Pingchao Yang 1-21/+21
2016-03-11crypto: ccp - Add abstraction for device-specific callsGravatar Gary R Hook 7-667/+710
2016-03-11crypto: ccp - CCP versioning supportGravatar Gary R Hook 6-5/+98
2016-03-11crypto: ccp - Support for multiple CCPsGravatar Gary R Hook 4-19/+114
2016-03-11crypto: ccp - Remove check for x86 family and modelGravatar Gary R Hook 1-36/+11
2016-02-28crypto: ccp - memset request context to zero during importGravatar Tom Lendacky 2-0/+2
2016-02-28crypto: qat - The AE id should be less than the maximal AE numberGravatar Pingchao Yang 1-1/+1
2016-02-28crypto: rockchip - add hash support for crypto engine in rk3288Gravatar Zain Wang 6-14/+499
2016-02-17crypto: caam - Staticize caam_jr_shutdown()Gravatar Fabio Estevam 1-1/+1
2016-02-17crypto: qat - fix leak on error pathGravatar Tadeusz Struk 1-34/+36
2016-02-17crypto: atmel-sha - fix race in atmel_sha_final()Gravatar Cyrille Pitchen 1-22/+2
2016-02-17crypto: atmel-sha - fix .import()/.export() implementationGravatar Cyrille Pitchen 1-34/+10
2016-02-15treewide: Fix typo in printkGravatar Masanari Iida 1-1/+1
2016-02-06crypto: sahara - fill the statesize fieldGravatar Fabio Estevam 1-0/+2
2016-02-06crypto: sahara - avoid needlessly saving and restoring sahara_ctxGravatar Fabio Estevam 1-10/+2
2016-02-06crypto: sahara - remove unneeded mutex in the exported stateGravatar Fabio Estevam 1-5/+0
2016-02-06crypto: ccp - Don't assume export/import areas are alignedGravatar Tom Lendacky 2-25/+37
2016-02-06crypto: aead - move aead_request_cast helper to aead.hGravatar Tadeusz Struk 1-6/+0
2016-02-06crypto: sunxi-ss - prevent compilation on 64-bitGravatar Andre Przywara 1-1/+1
2016-02-06crypto: marvell/cesa - fix test in mv_cesa_dev_dma_init()Gravatar Boris BREZILLON 1-1/+1
2016-02-06crypto: atmel-sha - remove calls of clk_prepare() from atomic contextsGravatar Cyrille Pitchen 1-5/+13
2016-02-06crypto: atmel-sha - fix atmel_sha_remove()Gravatar Cyrille Pitchen 1-7/+0
2016-02-01crypto: ccp - Limit the amount of information exportedGravatar Tom Lendacky 3-10/+48
2016-02-01crypto: omap-aes - Support crypto engine frameworkGravatar Baolin Wang 2-53/+45
2016-01-30crypto: atmel-sha - fix algorihtm registrationGravatar Cyrille Pitchen 1-1/+60
2016-01-30crypto: atmel-aes - remove calls of clk_prepare() from atomic contextsGravatar Cyrille Pitchen 1-4/+12
2016-01-27crypto: sunxi - don't print confusing dataGravatar Arnd Bergmann 1-3/+2
2016-01-25crypto: qat - Reduced reqsize in qat_algsGravatar Cabiddu, Giovanni 1-4/+2
2016-01-25crypto: ixp4xx - Fix false lastlen uninitialised warningGravatar Herbert Xu 1-14/+12
2016-01-25crypto: atmel-sha - fix context switchesGravatar Cyrille Pitchen 2-25/+84
2016-01-25crypto: atmel-sha - add support of sama5d2x SoCsGravatar Cyrille Pitchen 1-0/+6
2016-01-25crypto: atmel-sha - fix a race between the 'done' tasklet and the crypto clientGravatar Cyrille Pitchen 1-6/+13
2016-01-25crypto: atmel-sha - fix crash when computing digest on empty messageGravatar Cyrille Pitchen 1-0/+1
2016-01-25crypto: ccp - Add hash state import and export supportGravatar Tom Lendacky 2-0/+46
2016-01-25crypto: caam - enable LARGE_BURST for enhancing DMA transactions sizeGravatar Horia Geant? 2-2/+3
2016-01-25crypto: qat - Pack cfg ctl structsGravatar Atta, Ahsan 1-3/+3
2016-01-25crypto: s5p-sss - Use memcpy_toio for iomem annotated memoryGravatar Krzysztof Koz?owski 1-2/+2
2016-01-25crypto: s5p-sss - Fix minor coding style violationsGravatar Krzysztof Koz?owski 1-4/+4
2016-01-25crypto: qat - remove redundant function callGravatar Pingchao Yang 1-1/+0
2016-01-25crypto: qat - change name for c6xx dev typeGravatar Tadeusz Struk 1-2/+2