aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)Author
2014-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-03-21crypto: caam - add missing key_dma unmapHoria Geanta
2014-03-21crypto: caam - add support for aead null encryptionHoria Geanta
2014-03-21crypto: caam - remove error propagation handlingHoria Geanta
2014-03-21crypto: caam - Fix first parameter to caam_init_rngHerbert Xu
2014-03-10crypto: omap-sham - Map SG pages if they are HIGHMEM before accessingJoel Fernandes
2014-03-10crypto: caam - Dynamic memory allocation for caam_rng_ctx objectNitesh Lal
2014-03-10crypto: mxs-dcp - Optimize hashingMarek Vasut
2014-03-10crypto: mxs-dcp - Align the bounce buffersMarek Vasut
2014-03-10crypto: omap-des - make local functions staticJingoo Han
2014-03-10crypto: omap-sham - Use SIMPLE_DEV_PM_OPS macroJingoo Han
2014-03-10crypto: omap-des - Use SIMPLE_DEV_PM_OPS macroJingoo Han
2014-03-10crypto: omap-aes - Use SIMPLE_DEV_PM_OPS macroJingoo Han
2014-03-10crypt: bfin_crc - Remove useless SSYNC instruction and cache flush to DMA coh...Sonic Zhang
2014-03-10crypto: sahara - Use return value of devm_request_irq() on errorAlexander Shiyan
2014-02-27crypto: ccp - Account for CCP backlog processingTom Lendacky
2014-02-27crypto: ccp - Invoke context callback when there is a backlog errorTom Lendacky
2014-02-27crypto: ccp - Prevent a possible lost CCP command requestTom Lendacky
2014-02-27crypto: caam - writel() arguments are swappedDan Carpenter
2014-02-27crypto: tegra - remove driverStephen Warren
2014-02-27crypto: omap-des - Add config and build optionsJoel Fernandes
2014-02-27crypto: omap-des - Add omap-des driver for OMAP4/AM43xxJoel Fernandes
2014-02-27crypto: mxs-dcp - Fix platform_get_irq() error handlingFabio Estevam
2014-02-27crypto: s5p-sss - Use devm_ioremap_resource()Jingoo Han
2014-02-27crypto: sahara - Use devm_ioremap_resource()Jingoo Han
2014-02-27crypto: picoxcell - Use devm_ioremap_resource()Jingoo Han
2014-02-11crypto/nx/nx-842: Fix handling of vmalloc addressesNathan Fontenot
2014-02-09crypto: caam - fix ERA retrieval functionAlex Porosanu
2014-02-09crypto: mxs-dcp: Check the return value of stmp_reset_block()Fabio Estevam
2014-02-09crypto: mxs-dcp: Use devm_kzalloc()Fabio Estevam
2014-02-09crypto: talitos: init the priv->alg_list more earlier in talitos_probe()Kevin Hao
2014-02-09crypto: ccp - Perform completion callbacks using a taskletTom Lendacky
2014-02-09crypto: ccp - Use a single queue for proper ordering of tfm requestsTom Lendacky
2014-02-09crypto: ccp - Move HMAC calculation down to ccp ops fileTom Lendacky
2014-02-09crypto: ccp - Allow for selective disablement of crypto API algorithmsTom Lendacky
2014-02-09crypto: ccp - Fix ccp_run_passthru_cmd dma variable assignmentsDave Jones
2014-02-09crypto: caam - Fix job ring discovery in controller driverNitesh Lal
2014-02-09crypto: dcp - Move the AES operation type from actx to rctxMarek Vasut
2014-01-23Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2014-01-15crypto: mxs - Fix sparse non static symbol warningWei Yongjun
2014-01-15crypto: ccp - CCP device enabled/disabled changesTom Lendacky
2014-01-15crypto: ccp - Cleanup hash invocation callsTom Lendacky
2014-01-15crypto: ccp - Change data length declarations to u64Tom Lendacky
2014-01-15crypto: ccp - Check for caller result area before using itTom Lendacky
2014-01-15crypto: ccp - Cleanup scatterlist usageTom Lendacky
2014-01-15crypto: ccp - Apply appropriate gfp_t type to memory allocationsTom Lendacky
2014-01-05crypto: drivers - Sort drivers/crypto/MakefileMarek Vasut
2014-01-05crypto: mxs - Add Freescale MXS DCP driverMarek Vasut
2014-01-05crypto: mxs - Remove the old DCP driverMarek Vasut