summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
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-15crypto: ccp - Prevent information leakage on exportTom Lendacky2-0/+6
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-18Merge 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-27crypto: ccp - memset request context to zero during importTom Lendacky2-0/+2
2016-02-27crypto: qat - The AE id should be less than the maximal AE numberPingchao Yang1-1/+1
2016-02-27crypto: rockchip - add hash support for crypto engine in rk3288Zain Wang6-14/+499
2016-02-16crypto: caam - Staticize caam_jr_shutdown()Fabio Estevam1-1/+1
2016-02-16crypto: qat - fix leak on error pathTadeusz Struk1-34/+36
2016-02-16crypto: atmel-sha - fix race in atmel_sha_final()Cyrille Pitchen1-22/+2
2016-02-16crypto: atmel-sha - fix .import()/.export() implementationCyrille Pitchen1-34/+10
2016-02-15treewide: Fix typo in printkMasanari Iida1-1/+1
2016-02-06crypto: sahara - fill the statesize fieldFabio Estevam1-0/+2
2016-02-06crypto: sahara - avoid needlessly saving and restoring sahara_ctxFabio Estevam1-10/+2
2016-02-06crypto: sahara - remove unneeded mutex in the exported stateFabio Estevam1-5/+0
2016-02-06crypto: ccp - Don't assume export/import areas are alignedTom Lendacky2-25/+37
2016-02-06crypto: aead - move aead_request_cast helper to aead.hTadeusz Struk1-6/+0