summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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/+17Star
* 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/+0Star
* 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/+7Star
* crypto: marvell/cesa - remove unneeded conditionDan Carpenter2016-04-051-2/+1Star
* 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/+44Star
|\
| * 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/+20Star
| * 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-181-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/+0Star
| * | 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/+11Star
| * | crypto: ccp - memset request context to zero during importTom Lendacky2016-02-272-0/+2
| * | crypto: qat - The AE id should be less than the maximal AE numberPingchao Yang2016-02-271-1/+1
| * | crypto: rockchip - add hash support for crypto engine in rk3288Zain Wang2016-02-276-14/+499
| * | crypto: caam - Staticize caam_jr_shutdown()Fabio Estevam2016-02-161-1/+1
| * | crypto: qat - fix leak on error pathTadeusz Struk2016-02-161-34/+36
| * | crypto: atmel-sha - fix race in atmel_sha_final()Cyrille Pitchen2016-02-161-22/+2Star
| * | crypto: atmel-sha - fix .import()/.export() implementationCyrille Pitchen2016-02-161-34/+10Star
| * | crypto: sahara - fill the statesize fieldFabio Estevam2016-02-061-0/+2
| * | crypto: sahara - avoid needlessly saving and restoring sahara_ctxFabio Estevam2016-02-061-10/+2Star
| * | crypto: sahara - remove unneeded mutex in the exported stateFabio Estevam2016-02-061-5/+0Star
| * | crypto: ccp - Don't assume export/import areas are alignedTom Lendacky2016-02-062-25/+37
| * | crypto: aead - move aead_request_cast helper to aead.hTadeusz Struk2016-02-061-6/+0Star
| * | crypto: sunxi-ss - prevent compilation on 64-bitAndre Przywara2016-02-061-1/+1
| * | crypto: ccp - Limit the amount of information exportedTom Lendacky2016-02-013-10/+48
| * | crypto: omap-aes - Support crypto engine frameworkBaolin Wang2016-02-012-53/+45Star
| * | crypto: atmel-sha - fix algorihtm registrationCyrille Pitchen2016-01-301-1/+60