summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-04-25crypto: mxc-scc - signedness bugs in mxc_scc_ablkcipher_req_init()Dan Carpenter1-6/+9
2016-04-25crypto: talitos - fix ahash algorithms registrationHoria Geant?1-0/+64
2016-04-25crypto: ccp - Ensure all dependencies are specifiedGary R Hook1-0/+1
2016-04-20crypto: marvell/cesa - Improving code readabilityRomain Perier1-5/+5
2016-04-20crypto: s5p-sss - Remove useless hash interrupt handlerKrzysztof Kozlowski1-28/+6
2016-04-20crypto: s5p-sss - Fix use after free of copied input buffer in error pathKrzysztof Kozlowski1-1/+0
2016-04-20crypto: ccp - Register the CCP as a DMA resourceGary R Hook6-2/+859
2016-04-20crypto4xx: integrate ppc4xx-rng into crypto4xxChristian Lamparter7-2/+184
2016-04-18crypto: qat - fix section mismatch warningTadeusz Struk1-1/+1
2016-04-18crypto: qat - interrupts need to be enabled when VFs are disabledTadeusz Struk1-1/+2
2016-04-18crypto: qat - check if PF is runningTadeusz Struk6-4/+14
2016-04-18crypto: qat - move vf2pf_init and vf2pf_exit to commonTadeusz Struk6-70/+103
2016-04-15crypto: mxc-scc - add basic driver for the MXC SCCSteffen Trumtrar3-0/+772
2016-04-15crypto: qat - adf_dev_stop should not be called in atomic contextTadeusz Struk3-3/+64
2016-04-15crypto: ccp - Fix RT breaking #include <linux/rwlock_types.h>Mike Galbraith1-1/+1
2016-04-05crypto: qat - changed adf_dev_stop to voidTadeusz Struk10-47/+17
2016-04-05crypto: qat - explicitly stop all VFs firstTadeusz Struk1-1/+20
2016-04-05crypto: sun4i-ss - Replace spinlock_bh by spin_lock_irq{save|restore}Corentin LABBE1-4/+6
2016-04-05crypto: qat - fix address leaking of RSA public exponentTudor Ambarus1-1/+1
2016-04-05crypto: qat - avoid memory corruption or undefined behaviourTudor Ambarus1-1/+1
2016-04-05crypto: qat - Remove redundant nrbg ringsAhsan Atta1-2/+0
2016-04-05crypto: qat - make sure const_tab is 1024 bytes alignedTadeusz Struk1-1/+1
2016-04-05crypto: s5p-sss - Sort the headers to improve readabilityKrzysztof Kozlowski1-10/+10
2016-04-05crypto: s5p-sss - Handle unaligned buffersKrzysztof Kozlowski1-12/+138
2016-04-05crypto: s5p-sss - Minor coding cleanupsKrzysztof Kozlowski1-8/+7
2016-04-05crypto: marvell/cesa - remove unneeded conditionDan Carpenter1-2/+1
2016-04-05crypto: n2 - Remove return statement from void functionAmitoj Kaur Chawla1-1/+1
2016-04-05crypto: s5p-sss - Enable COMPILE_TESTKrzysztof Kozlowski1-1/+2
2016-04-05crypto: omap-des - Improve wording for CRYPTO_DEV_OMAP_DES in KconfigPeter Meerwald1-3/+3
2016-03-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-73/+44
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds39-980/+1810
2016-03-17crypto: marvell/cesa - forward devm_ioremap_resource() error codeBoris BREZILLON1-1/+1
2016-03-17crypto: marvell/cesa - initialize hash statesBoris BREZILLON1-0/+20
2016-03-17crypto: marvell/cesa - fix memory leakBoris BREZILLON2-69/+20
2016-03-17crypto: ccp - fix lock acquisition codeGary R Hook1-3/+3
2016-03-11crypto: qat - remove redundant arbiter configurationTadeusz Struk1-19/+0
2016-03-11crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy2-4/+4
2016-03-11crypto: atmel - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy3-6/+6
2016-03-11crypto: qat - Change the definition of icp_qat_uof_regtypePingchao Yang1-21/+21
2016-03-11crypto: ccp - Add abstraction for device-specific callsGary R Hook7-667/+710
2016-03-11crypto: ccp - CCP versioning supportGary R Hook6-5/+98
2016-03-11crypto: ccp - Support for multiple CCPsGary R Hook4-19/+114
2016-03-11crypto: ccp - Remove check for x86 family and modelGary R Hook1-36/+11
2016-02-28crypto: ccp - memset request context to zero during importTom Lendacky2-0/+2
2016-02-28crypto: qat - The AE id should be less than the maximal AE numberPingchao Yang1-1/+1
2016-02-28crypto: rockchip - add hash support for crypto engine in rk3288Zain Wang6-14/+499
2016-02-17crypto: caam - Staticize caam_jr_shutdown()Fabio Estevam1-1/+1
2016-02-17crypto: qat - fix leak on error pathTadeusz Struk1-34/+36
2016-02-17crypto: atmel-sha - fix race in atmel_sha_final()Cyrille Pitchen1-22/+2