summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)Author
2016-04-18crypto: qat - move vf2pf_init and vf2pf_exit to commonTadeusz Struk
2016-04-15crypto: mxc-scc - add basic driver for the MXC SCCSteffen Trumtrar
2016-04-15crypto: qat - adf_dev_stop should not be called in atomic contextTadeusz Struk
2016-04-15crypto: ccp - Fix RT breaking #include <linux/rwlock_types.h>Mike Galbraith
2016-04-05crypto: qat - changed adf_dev_stop to voidTadeusz Struk
2016-04-05crypto: qat - explicitly stop all VFs firstTadeusz Struk
2016-04-05crypto: sun4i-ss - Replace spinlock_bh by spin_lock_irq{save|restore}Corentin LABBE
2016-04-05crypto: qat - fix address leaking of RSA public exponentTudor Ambarus
2016-04-05crypto: qat - avoid memory corruption or undefined behaviourTudor Ambarus
2016-04-05crypto: qat - Remove redundant nrbg ringsAhsan Atta
2016-04-05crypto: qat - make sure const_tab is 1024 bytes alignedTadeusz Struk
2016-04-05crypto: s5p-sss - Sort the headers to improve readabilityKrzysztof Kozlowski
2016-04-05crypto: s5p-sss - Handle unaligned buffersKrzysztof Kozlowski
2016-04-05crypto: s5p-sss - Minor coding cleanupsKrzysztof Kozlowski
2016-04-05crypto: marvell/cesa - remove unneeded conditionDan Carpenter
2016-04-05crypto: n2 - Remove return statement from void functionAmitoj Kaur Chawla
2016-04-05crypto: s5p-sss - Enable COMPILE_TESTKrzysztof Kozlowski
2016-04-05crypto: omap-des - Improve wording for CRYPTO_DEV_OMAP_DES in KconfigPeter Meerwald
2016-03-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-03-17crypto: marvell/cesa - forward devm_ioremap_resource() error codeBoris BREZILLON
2016-03-17crypto: marvell/cesa - initialize hash statesBoris BREZILLON
2016-03-17crypto: marvell/cesa - fix memory leakBoris BREZILLON
2016-03-17crypto: ccp - fix lock acquisition codeGary R Hook
2016-03-11crypto: qat - remove redundant arbiter configurationTadeusz Struk
2016-03-11crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy
2016-03-11crypto: atmel - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy
2016-03-11crypto: qat - Change the definition of icp_qat_uof_regtypePingchao Yang
2016-03-11crypto: ccp - Add abstraction for device-specific callsGary R Hook
2016-03-11crypto: ccp - CCP versioning supportGary R Hook
2016-03-11crypto: ccp - Support for multiple CCPsGary R Hook
2016-03-11crypto: ccp - Remove check for x86 family and modelGary R Hook
2016-02-28crypto: ccp - memset request context to zero during importTom Lendacky
2016-02-28crypto: qat - The AE id should be less than the maximal AE numberPingchao Yang
2016-02-28crypto: rockchip - add hash support for crypto engine in rk3288Zain Wang
2016-02-17crypto: caam - Staticize caam_jr_shutdown()Fabio Estevam
2016-02-17crypto: qat - fix leak on error pathTadeusz Struk
2016-02-17crypto: atmel-sha - fix race in atmel_sha_final()Cyrille Pitchen
2016-02-17crypto: atmel-sha - fix .import()/.export() implementationCyrille Pitchen
2016-02-15treewide: Fix typo in printkMasanari Iida
2016-02-06crypto: sahara - fill the statesize fieldFabio Estevam
2016-02-06crypto: sahara - avoid needlessly saving and restoring sahara_ctxFabio Estevam
2016-02-06crypto: sahara - remove unneeded mutex in the exported stateFabio Estevam
2016-02-06crypto: ccp - Don't assume export/import areas are alignedTom Lendacky
2016-02-06crypto: aead - move aead_request_cast helper to aead.hTadeusz Struk
2016-02-06crypto: sunxi-ss - prevent compilation on 64-bitAndre Przywara
2016-02-06crypto: marvell/cesa - fix test in mv_cesa_dev_dma_init()Boris BREZILLON
2016-02-06crypto: atmel-sha - remove calls of clk_prepare() from atomic contextsCyrille Pitchen
2016-02-06crypto: atmel-sha - fix atmel_sha_remove()Cyrille Pitchen