| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2015-04-26 | 1 | -1/+2 |
|\ |
|
| * | crypto: img-hash - CRYPTO_DEV_IMGTEC_HASH should depend on HAS_DMA | Geert Uytterhoeven | 2015-04-24 | 1 | -1/+2 |
* | | Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-04-20 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | drivers: fix up obsolete cpu function usage. | Rusty Russell | 2015-03-05 | 1 | -2/+2 |
* | | crypto: sahara - fix AES descriptor create | Steffen Trumtrar | 2015-04-08 | 1 | -14/+18 |
* | | crypto: sahara - use the backlog | Steffen Trumtrar | 2015-04-08 | 1 | -0/+5 |
* | | crypto: atmel-aes - correct usage of dma_sync_* API | Leilei Zhao | 2015-04-08 | 1 | -1/+1 |
* | | crypto: atmel-aes - sync the buf used in DMA or CPU | Leilei Zhao | 2015-04-08 | 1 | -4/+12 |
* | | crypto: atmel-aes - initialize spinlock in probe | Leilei Zhao | 2015-04-08 | 1 | -0/+1 |
* | | crypto: atmel-tdes - initialize spinlock in probe | Leilei Zhao | 2015-04-08 | 1 | -0/+1 |
* | | crypto: atmel-sha - correct the max burst size | Leilei Zhao | 2015-04-08 | 1 | -8/+2 |
* | | crypto: atmel-sha - initialize spinlock in probe | Leilei Zhao | 2015-04-08 | 1 | -0/+1 |
* | | crypto: atmel-sha - fix sg list management | Leilei Zhao | 2015-04-08 | 1 | -2/+14 |
* | | crypto: atmel-sha - correct the way data are split | Ludovic Desroches | 2015-04-08 | 1 | -1/+1 |
* | | crypto: atmel-sha - add new version | Leilei Zhao | 2015-04-08 | 1 | -0/+6 |
* | | crypto: atmel-aes - add new version | Leilei Zhao | 2015-04-08 | 1 | -0/+5 |
* | | crypto: qat - fix double release_firmware on error path | Tadeusz Struk | 2015-04-07 | 3 | -12/+13 |
* | | crypto: qat - print ring name in debug output | Tadeusz Struk | 2015-04-07 | 1 | -0/+2 |
* | | crypto: omap-sham - Add the offset of sg page to vaddr | Vutla, Lokesh | 2015-04-03 | 1 | -0/+1 |
* | | crypto: qat - fix checkpatch CODE_INDENT issue | Allan, Bruce W | 2015-04-01 | 1 | -1/+1 |
* | | crypto: qat - fix checkpatch COMPARISON_TO_NULL issue | Allan, Bruce W | 2015-04-01 | 1 | -1/+1 |
* | | crypto: qat - fix checkpatch BIT_MACRO issues | Allan, Bruce W | 2015-04-01 | 2 | -5/+5 |
* | | crypto: qat - fix checkpatch CONCATENATED_STRING issues | Allan, Bruce W | 2015-04-01 | 1 | -4/+4 |
* | | crypto: qat - checkpatch PARENTHESIS_ALIGNMENT and LOGICAL_CONTINUATIONS | Allan, Bruce W | 2015-04-01 | 1 | -2/+2 |
* | | crypto: qat - fix checkpatch CHECK_SPACING issues | Allan, Bruce W | 2015-04-01 | 1 | -1/+1 |
* | | crypto: qat - fix typo | Allan, Bruce W | 2015-04-01 | 1 | -14/+14 |
* | | crypto: omap-aes - Fix support for unequal lengths | Vutla, Lokesh | 2015-04-01 | 1 | -3/+11 |
* | | crypto: omap-sham - Use pm_runtime_irq_safe() | Vutla, Lokesh | 2015-04-01 | 1 | -0/+1 |
* | | crypto: img-hash - shift wrapping bug in img_hash_hw_init() | Dan Carpenter | 2015-03-23 | 1 | -1/+1 |
* | | crypto: img-hash - fix some compile warnings | Dan Carpenter | 2015-03-23 | 1 | -2/+1 |
* | | crypto: qat - make error and info log messages more descriptive | Allan, Bruce W | 2015-03-23 | 12 | -91/+137 |
* | | crypto: qat - fix typo in string | Allan, Bruce W | 2015-03-23 | 1 | -1/+1 |
* | | crypto: qat - remove duplicate definition of Intel PCI vendor id | Allan, Bruce W | 2015-03-23 | 1 | -1/+0 |
* | | crypto: img-hash - Fix Kconfig selections | James Hartley | 2015-03-23 | 1 | -2/+1 |
* | | linux-next: build failure after merge of the crypto tree | Herbert Xu | 2015-03-17 | 1 | -1/+1 |
* | | crypto: img-hash - Add Imagination Technologies hw hash accelerator | James Hartley | 2015-03-16 | 3 | -0/+1045 |
* | | linux-next: Tree for Mar 11 (powerpc build failure due to vmx crypto code) | Herbert Xu | 2015-03-12 | 3 | -40/+5 |
* | | crypto: amcc - remove incorrect __init/__exit markups | Dmitry Torokhov | 2015-03-12 | 1 | -3/+3 |
* | | crypto: qat - remove incorrect __exit markup | Dmitry Torokhov | 2015-03-12 | 1 | -1/+1 |
* | | hwrng: caam - fix rng_unmap_ctx's DMA_UNMAP size problem | Yanjiang Jin | 2015-03-09 | 1 | -3/+3 |
* | | crypto: caam - fix uninitialized edesc->sec4_sg_bytes field | Yanjiang Jin | 2015-03-09 | 1 | -0/+1 |
* | | crypto: ux500 - Update error message for dmaengine_prep_slave_sg() API | Geert Uytterhoeven | 2015-03-06 | 1 | -1/+1 |
* | | crypto: talitos - Remove MD5_BLOCK_SIZE | Martin Hicks | 2015-03-06 | 1 | -4/+2 |
* | | crypto: talitos - Simplify per-channel initialization | Martin Hicks | 2015-03-06 | 1 | -8/+3 |
* | | crypto: atmel - fix typo in dev_err error message | Colin Ian King | 2015-03-04 | 3 | -3/+3 |
* | | crypto: sahara - drop unnecessary default assignment | Nicholas Mc Guire | 2015-02-28 | 1 | -1/+1 |
* | | crypto: sahara - pass on error condition | Nicholas Mc Guire | 2015-02-28 | 1 | -0/+2 |
* | | crypto: sahara - fix type of ret for wait_for_completion_timeout | Nicholas Mc Guire | 2015-02-28 | 1 | -4/+6 |
* | | crypto: mxs-dcp - fix type of ret for wait_for_completion_timeout | Nicholas Mc Guire | 2015-02-28 | 1 | -1/+1 |
* | | crypto: vmx - Enabling VMX module for PPC64 | Leonidas S. Barbosa | 2015-02-28 | 4 | -0/+37 |