summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: marvell/cesa - factor out first fragment decisions to helperRussell King2015-10-202-6/+9
* crypto: marvell/cesa - const-ify argument to mv_cesa_get_op_cfg()Russell King2015-10-201-1/+1
* crypto: marvell/cesa - ensure template operation is initialisedRussell King2015-10-201-6/+6
* crypto: marvell/cesa - fix the bit length endiannessRussell King2015-10-201-2/+8
* crypto: marvell/cesa - add flag to determine algorithm endiannessRussell King2015-10-202-8/+10
* crypto: marvell/cesa - keep creq->state in CPU endian format at all timesRussell King2015-10-202-12/+15
* crypto: marvell/cesa - easier way to get the transformRussell King2015-10-201-2/+2
* crypto: qat - fix crypto_get_instance_node functionTadeusz Struk2015-10-201-4/+16
* hwrng: exynos - Fix unbalanced PM runtime get/putsDaniel Thompson2015-10-201-1/+1
* crypto: n2 - set array of const as constLABBE Corentin2015-10-151-1/+1
* crypto: sahara - set array of const as constLABBE Corentin2015-10-151-6/+6
* hwrng: stm32 - Fix build with CONFIG_PMDaniel Thompson2015-10-151-2/+2
* crypto: ux500 - Use devm_xxx() managed functionLABBE Corentin2015-10-142-103/+16
* crypto: atmel - use devm_xxx() managed functionLABBE Corentin2015-10-143-69/+25
* crypto: mxs-dcp - mxs-dcp is an stmp deviceArnd Bergmann2015-10-141-0/+1
* hwrng: stm32 - add support for STM32 HW RNGDaniel Thompson2015-10-143-0/+215
* crypto: marvell/cesa - factor out common import/export functionsRussell King2015-10-141-104/+53
* crypto: marvell/cesa - fix wrong hash resultsRussell King2015-10-141-0/+15
* crypto: marvell/cesa - initialise struct mv_cesa_ahash_reqRussell King2015-10-141-0/+12
* crypto: marvell/cesa - fix stack smashing in marvell/hash.cRussell King2015-10-141-0/+3
* crypto: 842 - Add CRC and validation supportHaren Myneni2015-10-142-4/+8
* crypto: akcipher - Changes to asymmetric key APITadeusz Struk2015-10-145-63/+182
* hwrng: st - Improve FIFO size/depth descriptionLee Jones2015-10-081-1/+2
* hwrng: st - Use real-world device timings for timeoutLee Jones2015-10-081-2/+8
* crypto: atmel - Check for clk_prepare_enable() return valueLABBE Corentin2015-10-083-3/+15
* crypto: caam - add support for acipher xts(aes)Catalin Vasile2015-10-081-1/+137
* crypto: qce - dma_map_sg can handle chained SGLABBE Corentin2015-10-086-94/+17
* crypto: ccp - Use module name in driver structuresTom Lendacky2015-10-082-2/+2
* crypto: ccp - Change references to accelerator to offloadTom Lendacky2015-10-082-8/+7
* crypto: ccp - Remove use ACPI fieldTom Lendacky2015-10-081-4/+0
* crypto: ccp - Replace BUG_ON with WARN_ON and a return codeTom Lendacky2015-10-084-42/+105
* crypto: qat - remove unneeded variableTadeusz Struk2015-10-011-3/+2
* crypto: qat - add support for ctr(aes) and xts(aes)Tadeusz Struk2015-10-011-39/+127
* crypto: sahara - dma_map_sg can handle chained SGLABBE Corentin2015-10-011-53/+13
* crypto: caam - dma_map_sg can handle chained SGLABBE Corentin2015-10-013-168/+53
* crypto: talitos - dma_map_sg can handle chained SGLABBE Corentin2015-10-011-86/+18
* crypto: qat - remove empty functions and turn qat_uregister fn to voidTadeusz Struk2015-10-014-25/+5
* crypto: sahara - replace sahara_sg_length with sg_nents_for_lenLABBE Corentin2015-09-211-27/+3
* crypto: amcc - replace get_sg_count by sg_nents_for_lenLABBE Corentin2015-09-211-21/+1
* crypto: bfin_crc - replace sg_count by sg_nentsLABBE Corentin2015-09-211-22/+3
* hwrng: st - Add support for ST's HW Random Number GeneratorLee Jones2015-09-213-0/+155
* hwrng: core - Simplify RNG switching from sysfsLee Jones2015-09-211-1/+1
* hwrng: Kconfig - Fix device node name reference /dev/hw_random => /dev/hwrngLee Jones2015-09-211-1/+1
* crypto: qat - Add load balancing across devicesTadeusz Struk2015-09-211-28/+33
* crypto: caam - Remove unused JUMP_TYPE_MASK definitionFabio Estevam2015-09-211-1/+0
* hwrng: Fix module autoload for OF platform driversLuis de Bethencourt2015-09-212-0/+2
* hwrng: mxc-rnga - Use the preferred format for kzallocFabio Estevam2015-09-211-2/+1
* hwrng: mxc-rnga - Remove unnecessary dev_info messageFabio Estevam2015-09-211-2/+0
* hwrng: mxc-rnga - Remove uneeded initializationFabio Estevam2015-09-211-1/+1
* hwrng: mxc-rnga - Remove unneeded goto labelFabio Estevam2015-09-211-5/+2