Age | Commit message (Expand) | Author |
2016-11-13 | crypto: caam - fix sparse warnings | Horia Geantă |
2016-11-13 | crypto: caam - desc.h fixes | Horia Geantă |
2016-11-13 | crypto: caam - completely remove error propagation handling | Horia Geantă |
2016-11-13 | crypto: caam - fix AEAD givenc descriptors | Alex Porosanu |
2016-11-13 | Crypto: mv_cesa - Switch to using managed resources | Nadim almas |
2016-11-13 | crypto: talitos - fix spelling mistake | Colin Ian King |
2016-11-13 | crypto: ccp - Fix handling of RSA exponent on a v5 device | Gary R Hook |
2016-11-13 | crypto: caam - do not register AES-XTS mode on LP units | Sven Ebenfeld |
2016-11-01 | x86/fpu: Remove irq_ts_save() and irq_ts_restore() | Andy Lutomirski |
2016-11-01 | crypto: caam - fix type mismatch warning | Arnd Bergmann |
2016-11-01 | crypto: sahara - fix typo "Decidated" -> "Dedicated" | Colin Ian King |
2016-11-01 | crypto: atmel - drop pointless static qualifier in atmel_aes_probe() | Wei Yongjun |
2016-10-25 | crypto: ccp - Clean up the LSB slot allocation code | Gary R Hook |
2016-10-25 | crypto: ccp - remove unneeded code | Gary R Hook |
2016-10-25 | crypto: ccp - change bitfield type to unsigned ints | Gary R Hook |
2016-10-25 | crypto: ccp - Fix non static symbol warning | Wei Yongjun |
2016-10-25 | crypto: caam - add support for iMX6UL | Marcus Folkesson |
2016-10-21 | crypto: ccp - change type of struct member lsb to signed | Gary R Hook |
2016-10-21 | crypto: crypto4xx - Fix size used in dma_free_coherent() | Christophe Jaillet |
2016-10-21 | crypto: marvell - Don't break chain for computable last ahash requests | Romain Perier |
2016-10-21 | crypto: marvell - Use an unique pool to copy results of requests | Romain Perier |
2016-10-21 | crypto: atmel-aes - add support to the XTS mode | Cyrille Pitchen |
2016-10-21 | crypto: atmel-aes - fix compiler error when VERBOSE_DEBUG is defined | Cyrille Pitchen |
2016-10-10 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2016-10-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu |
2016-10-02 | crypto: caam - treat SGT address pointer as u64 | Tudor Ambarus |
2016-10-02 | crypto: ccp - Make syslog errors human-readable | Gary R Hook |
2016-10-02 | crypto: ccp - clean up data structure | Gary R Hook |
2016-10-02 | crypto: vmx - Ensure ghash-generic is enabled | Marcelo Cerri |
2016-10-02 | crypto: caam - Unmap region obtained by of_iomap | Arvind Yadav |
2016-10-02 | crypto: vmx - Fix memory corruption caused by p8_ghash | Marcelo Cerri |
2016-09-22 | crypto: caam - fix sg dump | Catalin Vasile |
2016-09-22 | crypto: omap-sham - shrink the internal buffer size | Tero Kristo |
2016-09-22 | crypto: omap-sham - add support for export/import | Tero Kristo |
2016-09-22 | crypto: omap-sham - convert driver logic to use sgs for data xmit | Tero Kristo |
2016-09-22 | crypto: omap-sham - change the DMA threshold value to a define | Tero Kristo |
2016-09-22 | crypto: omap-sham - add support functions for sg based data handling | Tero Kristo |
2016-09-22 | crypto: omap-sham - rename sgl to sgl_tmp for deprecation | Tero Kristo |
2016-09-22 | crypto: omap-sham - align algorithms on word offset | Tero Kristo |
2016-09-22 | crypto: omap-sham - add context export/import stubs | Tero Kristo |
2016-09-22 | crypto: sun4i-ss - mark sun4i_hash() static | Baoyou Xie |
2016-09-22 | crypto: ccp - Fix return value check in ccp_dmaengine_register() | Wei Yongjun |
2016-09-22 | crypto: caam - Move common error handling code in two functions | Markus Elfring |
2016-09-22 | crypto: caam - Delete an unnecessary initialisation in seven functions | Markus Elfring |
2016-09-22 | crypto: caam - Return a value directly in caam_hash_cra_init() | Markus Elfring |
2016-09-22 | crypto: caam - Rename a jump label in five functions | Markus Elfring |
2016-09-22 | crypto: caam - Rename jump labels in ahash_setkey() | Markus Elfring |
2016-09-22 | crypto: caam - Use kmalloc_array() in ahash_setkey() | Markus Elfring |
2016-09-22 | crypto: ccp - use kmem_cache_zalloc instead of kmem_cache_alloc/memset | Wei Yongjun |
2016-09-22 | crypto: omap-aes - fix error return code in omap_aes_probe() | Wei Yongjun |