summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: mxc-scc - signedness bugs in mxc_scc_ablkcipher_req_init()Dan Carpenter2016-04-251-6/+9
* crypto: talitos - fix ahash algorithms registrationHoria Geant?2016-04-251-0/+64
* crypto: ccp - Ensure all dependencies are specifiedGary R Hook2016-04-251-0/+1
* crypto: marvell/cesa - Improving code readabilityRomain Perier2016-04-201-5/+5
* crypto: s5p-sss - Remove useless hash interrupt handlerKrzysztof Kozlowski2016-04-201-28/+6
* crypto: s5p-sss - Fix use after free of copied input buffer in error pathKrzysztof Kozlowski2016-04-201-1/+0
* crypto: ccp - Register the CCP as a DMA resourceGary R Hook2016-04-206-2/+859
* crypto4xx: integrate ppc4xx-rng into crypto4xxChristian Lamparter2016-04-207-2/+184
* crypto: qat - fix section mismatch warningTadeusz Struk2016-04-181-1/+1
* crypto: qat - interrupts need to be enabled when VFs are disabledTadeusz Struk2016-04-181-1/+2
* crypto: qat - check if PF is runningTadeusz Struk2016-04-186-4/+14
* crypto: qat - move vf2pf_init and vf2pf_exit to commonTadeusz Struk2016-04-186-70/+103
* crypto: mxc-scc - add basic driver for the MXC SCCSteffen Trumtrar2016-04-153-0/+772
* crypto: qat - adf_dev_stop should not be called in atomic contextTadeusz Struk2016-04-153-3/+64
* crypto: ccp - Fix RT breaking #include <linux/rwlock_types.h>Mike Galbraith2016-04-151-1/+1
* crypto: qat - changed adf_dev_stop to voidTadeusz Struk2016-04-0510-47/+17
* crypto: qat - explicitly stop all VFs firstTadeusz Struk2016-04-051-1/+20
* crypto: sun4i-ss - Replace spinlock_bh by spin_lock_irq{save|restore}Corentin LABBE2016-04-051-4/+6
* crypto: qat - fix address leaking of RSA public exponentTudor Ambarus2016-04-051-1/+1
* crypto: qat - avoid memory corruption or undefined behaviourTudor Ambarus2016-04-051-1/+1
* crypto: qat - Remove redundant nrbg ringsAhsan Atta2016-04-051-2/+0
* crypto: qat - make sure const_tab is 1024 bytes alignedTadeusz Struk2016-04-051-1/+1
* crypto: s5p-sss - Sort the headers to improve readabilityKrzysztof Kozlowski2016-04-051-10/+10
* crypto: s5p-sss - Handle unaligned buffersKrzysztof Kozlowski2016-04-051-12/+138
* crypto: s5p-sss - Minor coding cleanupsKrzysztof Kozlowski2016-04-051-8/+7
* crypto: marvell/cesa - remove unneeded conditionDan Carpenter2016-04-051-2/+1
* crypto: n2 - Remove return statement from void functionAmitoj Kaur Chawla2016-04-051-1/+1
* crypto: s5p-sss - Enable COMPILE_TESTKrzysztof Kozlowski2016-04-051-1/+2
* crypto: omap-des - Improve wording for CRYPTO_DEV_OMAP_DES in KconfigPeter Meerwald2016-04-051-3/+3
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-234-73/+44
|\
| * crypto: marvell/cesa - forward devm_ioremap_resource() error codeBoris BREZILLON2016-03-171-1/+1
| * crypto: marvell/cesa - initialize hash statesBoris BREZILLON2016-03-171-0/+20
| * crypto: marvell/cesa - fix memory leakBoris BREZILLON2016-03-172-69/+20
| * crypto: ccp - fix lock acquisition codeGary R Hook2016-03-171-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-03-171-1/+1
|\ \
| * | treewide: Fix typo in printkMasanari Iida2016-02-151-1/+1
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-1739-980/+1810
|\ \ \ | | |/ | |/|
| * | crypto: qat - remove redundant arbiter configurationTadeusz Struk2016-03-111-19/+0
| * | crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy2016-03-112-4/+4
| * | crypto: atmel - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy2016-03-113-6/+6
| * | crypto: qat - Change the definition of icp_qat_uof_regtypePingchao Yang2016-03-111-21/+21
| * | crypto: ccp - Add abstraction for device-specific callsGary R Hook2016-03-117-667/+710
| * | crypto: ccp - CCP versioning supportGary R Hook2016-03-116-5/+98
| * | crypto: ccp - Support for multiple CCPsGary R Hook2016-03-114-19/+114
| * | crypto: ccp - Remove check for x86 family and modelGary R Hook2016-03-111-36/+11
| * | crypto: ccp - memset request context to zero during importTom Lendacky2016-02-282-0/+2
| * | crypto: qat - The AE id should be less than the maximal AE numberPingchao Yang2016-02-281-1/+1
| * | crypto: rockchip - add hash support for crypto engine in rk3288Zain Wang2016-02-286-14/+499
| * | crypto: caam - Staticize caam_jr_shutdown()Fabio Estevam2016-02-171-1/+1
| * | crypto: qat - fix leak on error pathTadeusz Struk2016-02-171-34/+36