summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
...
| * | crypto: ccp - remove unneeded codeGary R Hook2016-10-251-1/+0Star
| * | crypto: ccp - change bitfield type to unsigned intsGary R Hook2016-10-251-21/+21
| * | crypto: ccp - Fix non static symbol warningWei Yongjun2016-10-251-1/+1
| * | crypto: caam - add support for iMX6ULMarcus Folkesson2016-10-251-15/+20
| * | crypto: ccp - change type of struct member lsb to signedGary R Hook2016-10-211-1/+1
| * | crypto: crypto4xx - Fix size used in dma_free_coherent()Christophe Jaillet2016-10-211-2/+1Star
| * | crypto: marvell - Don't break chain for computable last ahash requestsRomain Perier2016-10-211-16/+49
| * | crypto: marvell - Use an unique pool to copy results of requestsRomain Perier2016-10-214-24/+26
| * | crypto: atmel-aes - add support to the XTS modeCyrille Pitchen2016-10-212-6/+183
| * | crypto: atmel-aes - fix compiler error when VERBOSE_DEBUG is definedCyrille Pitchen2016-10-211-1/+1
* | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-122-39/+2Star
|\ \ \
| * \ \ Merge branch 'linus' into x86/fpu, to resolve conflictsIngo Molnar2016-11-231-1/+10
| |\ \ \
| * | | | x86/fpu: Remove irq_ts_save() and irq_ts_restore()Andy Lutomirski2016-11-012-39/+2Star
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-102-8/+8
|\ \ \ \
| * | | | crypto: caam - fix pointer size for AArch64 boot loader, AArch32 kernelHoria Geantă2016-12-071-2/+3
| * | | | crypto: marvell - Don't corrupt state of an STD req for re-stepped ahashRomain Perier2016-12-071-3/+5
| * | | | crypto: marvell - Don't copy hash operation twice into the SRAMRomain Perier2016-12-071-3/+0Star
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-071-1/+2
|\| | |
| * | | crypto: chcr - Fix memory corruptionHarsh Jain2016-11-301-1/+2
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-221-1/+10
|\| |
| * | crypto: caam - fix type mismatch warningArnd Bergmann2016-11-171-1/+1
| * | crypto: caam - do not register AES-XTS mode on LP unitsSven Ebenfeld2016-11-131-0/+9
| |/
* / cxgb4: Allocate Tx queues dynamicallyHariprasad Shenai2016-11-182-8/+11
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-10-1040-1268/+3032
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-10-104-58/+56Star
| |\
| | * crypto: vmx - Fix memory corruption caused by p8_ghashMarcelo Cerri2016-10-021-15/+16
| * | crypto: caam - treat SGT address pointer as u64Tudor Ambarus2016-10-023-7/+9
| * | crypto: ccp - Make syslog errors human-readableGary R Hook2016-10-024-0/+61
| * | crypto: ccp - clean up data structureGary R Hook2016-10-024-9/+12
| * | crypto: vmx - Ensure ghash-generic is enabledMarcelo Cerri2016-10-021-0/+1
| * | crypto: caam - Unmap region obtained by of_iomapArvind Yadav2016-10-021-0/+1
| * | crypto: caam - fix sg dumpCatalin Vasile2016-09-221-18/+61
| * | crypto: omap-sham - shrink the internal buffer sizeTero Kristo2016-09-221-1/+1
| * | crypto: omap-sham - add support for export/importTero Kristo2016-09-221-3/+13
| * | crypto: omap-sham - convert driver logic to use sgs for data xmitTero Kristo2016-09-221-270/+74Star
| * | crypto: omap-sham - change the DMA threshold value to a defineTero Kristo2016-09-221-3/+5
| * | crypto: omap-sham - add support functions for sg based data handlingTero Kristo2016-09-221-0/+263
| * | crypto: omap-sham - rename sgl to sgl_tmp for deprecationTero Kristo2016-09-221-10/+11
| * | crypto: omap-sham - align algorithms on word offsetTero Kristo2016-09-221-5/+5
| * | crypto: omap-sham - add context export/import stubsTero Kristo2016-09-221-2/+17
| * | crypto: sun4i-ss - mark sun4i_hash() staticBaoyou Xie2016-09-221-1/+1
| * | crypto: ccp - Fix return value check in ccp_dmaengine_register()Wei Yongjun2016-09-221-1/+1
| * | crypto: caam - Move common error handling code in two functionsMarkus Elfring2016-09-221-12/+14
| * | crypto: caam - Delete an unnecessary initialisation in seven functionsMarkus Elfring2016-09-221-7/+7
| * | crypto: caam - Return a value directly in caam_hash_cra_init()Markus Elfring2016-09-221-5/+1Star
| * | crypto: caam - Rename a jump label in five functionsMarkus Elfring2016-09-221-27/+22Star
| * | crypto: caam - Rename jump labels in ahash_setkey()Markus Elfring2016-09-221-6/+5Star
| * | crypto: caam - Use kmalloc_array() in ahash_setkey()Markus Elfring2016-09-221-2/+3
| * | crypto: ccp - use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun2016-09-221-3/+1Star
| * | crypto: omap-aes - fix error return code in omap_aes_probe()Wei Yongjun2016-09-221-1/+3