aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-28crypto: caam - add allocation failure handling in SPRINTFCAT macroHoria Geanta1-3/+7
2014-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds25-1679/+1941
2014-03-21crypto: caam - add missing key_dma unmapHoria Geanta1-0/+5
2014-03-21crypto: caam - add support for aead null encryptionHoria Geanta3-13/+342
2014-03-21crypto: caam - remove error propagation handlingHoria Geanta1-47/+7
2014-03-21crypto: caam - Fix first parameter to caam_init_rngHerbert Xu1-1/+1
2014-03-10crypto: omap-sham - Map SG pages if they are HIGHMEM before accessingJoel Fernandes1-1/+7
2014-03-10crypto: caam - Dynamic memory allocation for caam_rng_ctx objectNitesh Lal1-6/+9
2014-03-10crypto: mxs-dcp - Optimize hashingMarek Vasut1-11/+17
2014-03-10crypto: mxs-dcp - Align the bounce buffersMarek Vasut1-1/+7
2014-03-10crypto: omap-des - make local functions staticJingoo Han1-2/+2
2014-03-10crypto: omap-sham - Use SIMPLE_DEV_PM_OPS macroJingoo Han1-3/+1
2014-03-10crypto: omap-des - Use SIMPLE_DEV_PM_OPS macroJingoo Han1-3/+1
2014-03-10crypto: omap-aes - Use SIMPLE_DEV_PM_OPS macroJingoo Han1-3/+1
2014-03-10crypt: bfin_crc - Remove useless SSYNC instruction and cache flush to DMA coherent memorySonic Zhang1-34/+11
2014-03-10crypto: sahara - Use return value of devm_request_irq() on errorAlexander Shiyan1-3/+4
2014-02-27crypto: ccp - Account for CCP backlog processingTom Lendacky1-7/+11
2014-02-27crypto: ccp - Invoke context callback when there is a backlog errorTom Lendacky1-0/+3
2014-02-27crypto: ccp - Prevent a possible lost CCP command requestTom Lendacky1-0/+4
2014-02-27crypto: caam - writel() arguments are swappedDan Carpenter1-2/+2
2014-02-27crypto: tegra - remove driverStephen Warren4-1202/+0
2014-02-27crypto: omap-des - Add config and build optionsJoel Fernandes2-0/+12
2014-02-27crypto: omap-des - Add omap-des driver for OMAP4/AM43xxJoel Fernandes1-0/+1218
2014-02-27crypto: mxs-dcp - Fix platform_get_irq() error handlingFabio Estevam1-2/+7
2014-02-27crypto: s5p-sss - Use devm_ioremap_resource()Jingoo Han1-9/+4
2014-02-27crypto: sahara - Use devm_ioremap_resource()Jingoo Han1-16/+3
2014-02-27crypto: picoxcell - Use devm_ioremap_resource()Jingoo Han1-11/+5
2014-02-11crypto/nx/nx-842: Fix handling of vmalloc addressesNathan Fontenot1-10/+19
2014-02-09crypto: caam - fix ERA retrieval functionAlex Porosanu2-27/+11
2014-02-09crypto: mxs-dcp: Check the return value of stmp_reset_block()Fabio Estevam1-1/+3
2014-02-09crypto: mxs-dcp: Use devm_kzalloc()Fabio Estevam1-7/+2
2014-02-09crypto: talitos: init the priv->alg_list more earlier in talitos_probe()Kevin Hao1-2/+2
2014-02-09crypto: ccp - Perform completion callbacks using a taskletTom Lendacky1-4/+17
2014-02-09crypto: ccp - Use a single queue for proper ordering of tfm requestsTom Lendacky1-116/+48
2014-02-09crypto: ccp - Move HMAC calculation down to ccp ops fileTom Lendacky3-110/+132
2014-02-09crypto: ccp - Allow for selective disablement of crypto API algorithmsTom Lendacky1-12/+25
2014-02-09crypto: ccp - Fix ccp_run_passthru_cmd dma variable assignmentsDave Jones1-2/+2
2014-02-09crypto: caam - Fix job ring discovery in controller driverNitesh Lal1-19/+6
2014-02-09crypto: dcp - Move the AES operation type from actx to rctxMarek Vasut1-10/+17
2014-01-23Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-123/+266
2014-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds21-968/+6647
2014-01-15crypto: mxs - Fix sparse non static symbol warningWei Yongjun1-1/+1
2014-01-15crypto: ccp - CCP device enabled/disabled changesTom Lendacky2-1/+17
2014-01-15crypto: ccp - Cleanup hash invocation callsTom Lendacky2-3/+7
2014-01-15crypto: ccp - Change data length declarations to u64Tom Lendacky4-33/+53
2014-01-15crypto: ccp - Check for caller result area before using itTom Lendacky2-3/+8
2014-01-15crypto: ccp - Cleanup scatterlist usageTom Lendacky2-26/+33
2014-01-15crypto: ccp - Apply appropriate gfp_t type to memory allocationsTom Lendacky2-2/+8
2014-01-05crypto: drivers - Sort drivers/crypto/MakefileMarek Vasut1-17/+17
2014-01-05crypto: mxs - Add Freescale MXS DCP driverMarek Vasut3-0/+1118