summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-22crypto: omap-sham - shrink the internal buffer sizeTero Kristo
2016-09-22crypto: omap-sham - add support for export/importTero Kristo
2016-09-22crypto: omap-sham - convert driver logic to use sgs for data xmitTero Kristo
2016-09-22crypto: omap-sham - change the DMA threshold value to a defineTero Kristo
2016-09-22crypto: omap-sham - add support functions for sg based data handlingTero Kristo
2016-09-22crypto: omap-sham - rename sgl to sgl_tmp for deprecationTero Kristo
2016-09-22crypto: omap-sham - align algorithms on word offsetTero Kristo
2016-09-22crypto: omap-sham - add context export/import stubsTero Kristo
2016-09-22crypto: sun4i-ss - mark sun4i_hash() staticBaoyou Xie
2016-09-22crypto: ccp - Fix return value check in ccp_dmaengine_register()Wei Yongjun
2016-09-22hwrng: geode - fix return value check in mod_init()Wei Yongjun
2016-09-22hwrng: amd - Fix return value check in mod_init()Wei Yongjun
2016-09-22crypto: caam - Move common error handling code in two functionsMarkus Elfring
2016-09-22crypto: caam - Delete an unnecessary initialisation in seven functionsMarkus Elfring
2016-09-22crypto: caam - Return a value directly in caam_hash_cra_init()Markus Elfring
2016-09-22crypto: caam - Rename a jump label in five functionsMarkus Elfring
2016-09-22crypto: caam - Rename jump labels in ahash_setkey()Markus Elfring
2016-09-22crypto: caam - Use kmalloc_array() in ahash_setkey()Markus Elfring
2016-09-22crypto: ccp - use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun
2016-09-22crypto: omap-aes - fix error return code in omap_aes_probe()Wei Yongjun
2016-09-22crypto: omap-des - fix error return code in omap_des_probe()Wei Yongjun
2016-09-13crypto: squash lines for simple wrapper functionsMasahiro Yamada
2016-09-13hwrng: geode - Use linux/io.h instead of asm/io.hPrasannaKumar Muralidharan
2016-09-13hwrng: geode - Migrate to managed APIPrasannaKumar Muralidharan
2016-09-13hwrng: st - Fix missing clk_disable_unprepare() on error in st_rng_probe()Wei Yongjun
2016-09-13hwrng: amd - Migrate to managed APIPrasannaKumar Muralidharan
2016-09-13hwrng: core - Allocate memory during module initPrasannaKumar Muralidharan
2016-09-13crypto: qat - fix leak on error pathGiovanni Cabiddu
2016-09-13hwrng: pasemi - Use linux/io.h instead of asm/io.hPrasannaKumar Muralidharan
2016-09-13crypto: omap-des - fix crypto engine initialization orderTero Kristo
2016-09-13crypto: omap-aes - fix crypto engine initialization orderTero Kristo
2016-09-13crypto: omap-aes - Add fallback supportLokesh Vutla
2016-09-13crypto: omap-aes - Add support for multiple coresLokesh Vutla
2016-09-13crypto: omap-aes - use runtime_pm autosuspend for clock handlingTero Kristo
2016-09-13crypto: omap-sham - fix SW fallback HMAC handling for omap2/omap3Tero Kristo
2016-09-13crypto: omap-sham - fix software fallback handlingTero Kristo
2016-09-13crypto: omap-sham - avoid executing tasklet where not neededTero Kristo
2016-09-07crypto: arm/ghash - change internal cra_name to "__ghash"Ard Biesheuvel
2016-09-07PCI: Fix cavium quirk compile failure with PCI_ATS offHerbert Xu
2016-09-07hwrng: pasemi - Migrate to managed APIPrasannaKumar Muralidharan
2016-09-07crypto: mv_cesa - remove NO_IRQ referenceArnd Bergmann
2016-09-07crypto: ccp - add missing release in ccp_dmaengine_registerQuentin Lambert
2016-09-07crypto: arm/ghash-ce - add missing async import/exportArd Biesheuvel
2016-09-07crypto: arm/sha1-neon - add support for building in Thumb2 modeArd Biesheuvel
2016-09-07crypto: algif_hash - Handle NULL hashes correctlyHerbert Xu
2016-09-07crypto: caam - fix rfc3686(ctr(aes)) IV loadCatalin Vasile
2016-09-07crypto: engine - permit to enqueue ashash_requestCorentin LABBE
2016-09-07crypto: engine - move crypto engine to its own headerCorentin LABBE
2016-09-07crypto: qat - fix incorrect accelerator mask for C3X devicesMaksim Lukoshkov
2016-09-07hwrng: bcm2835 - handle of_iomap failuresArvind Yadav