Age | Commit message (Expand) | Author | Files | Lines |
2013-06-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 1 | -1/+1 |
2013-06-05 | crypto: sahara - fix building as module | Arnd Bergmann | 1 | -1/+1 |
2013-05-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 1 | -2/+2 |
2013-05-24 | drivers/crypto/nx: Fixes for multiple races and issues | Kent Yoder | 6 | -38/+19 |
2013-05-14 | crypto: caam - fix inconsistent assoc dma mapping direction | Horia Geanta | 1 | -2/+2 |
2013-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 23 | -321/+2312 |
2013-05-02 | Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -4/+0 |
2013-04-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2013-04-25 | crypto: caam - fix job ring cleanup code | Vakul Garg | 2 | -0/+5 |
2013-04-25 | crypto: caam - static constify error data | Kim Phillips | 1 | -5/+5 |
2013-04-25 | crypto: caam - change key gen functions to return signed int | Kim Phillips | 3 | -4/+4 |
2013-04-09 | Merge branch 'mxs/cleanup' into next/multiplatform | Arnd Bergmann | 3 | -54/+4 |
2013-04-08 | ARM: ux500: get rid of <mach/[hardware|db8500-regs].h> | Linus Walleij | 3 | -4/+0 |
2013-04-05 | crypto: ux500 - add missing comma | Linus Walleij | 1 | -1/+1 |
2013-04-03 | crypto: ux500 - fix error return code in hash_dma_final() | Wei Yongjun | 1 | -0/+2 |
2013-03-22 | crypto: picoxcell - Use of_match_ptr() macro | Sachin Kamat | 1 | -3/+1 |
2013-03-22 | crypto: caam - Fix missing init of '.type' in AEAD algos. | Vakul Garg | 1 | -0/+6 |
2013-03-22 | crypto: caam - set RDB bit in security configuration register | Vakul Garg | 2 | -1/+6 |
2013-03-21 | crypto: ux500 - replace kmalloc and then memcpy with kmemdup | Mihnea Dobrescu-Balaur | 1 | -3/+1 |
2013-03-21 | crypto: sahara - Add driver for SAHARA2 accelerator. | Javier Martin | 3 | -0/+1081 |
2013-03-21 | Revert "crypto: caam - add IPsec ESN support" | Horia Geanta | 2 | -26/+2 |
2013-03-21 | Revert "crypto: talitos - add IPsec ESN support" | Horia Geanta | 1 | -28/+2 |
2013-03-18 | treewide: Fix typos in printk and comment | Masanari Iida | 1 | -1/+1 |
2013-03-10 | crypto: caam - fix typo "CRYPTO_AHASH" | Paul Bolle | 1 | -1/+1 |
2013-03-10 | crypto: omap-sham - Use module_platform_driver macro | Sachin Kamat | 1 | -12/+1 |
2013-03-10 | crypto: omap-aes - Use module_platform_driver macro | Sachin Kamat | 1 | -12/+1 |
2013-03-10 | crypto: omap-aes - Use pm_runtime_put instead of pm_runtime_put_sync in tasklet | Joel A Fernandes | 1 | -1/+1 |
2013-03-10 | crypto: omap-sham - Use pm_runtime_put instead of pm_runtime_put_sync in tasklet | Joel A Fernandes | 1 | -1/+1 |
2013-03-10 | crypto: bfin_crc - Fix possible NULL pointer dereference | Syam Sidhardhan | 1 | -3/+3 |
2013-03-10 | crypto: atmel-sha - add support for latest release of the IP (0x410) | Nicolas Royer | 3 | -104/+497 |
2013-03-10 | crypto: atmel-tdes - add support for latest release of the IP (0x700) | Nicolas Royer | 2 | -53/+343 |
2013-03-10 | crypto: atmel-aes - add support for latest release of the IP (0x130) | Nicolas Royer | 1 | -118/+353 |
2013-02-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 5 | -378/+1210 |
2013-02-04 | crypto: atmel-aes - adjust duplicate test | Julia Lawall | 1 | -1/+1 |
2013-01-20 | crypto: omap-sham - Fix compile errors when CONFIG_OF not defined | Mark A. Greer | 1 | -1/+5 |
2013-01-20 | crypto: s5p-sss - Use devm_clk_get() | Jingoo Han | 1 | -3/+1 |
2013-01-20 | crypto: omap-aes - Add CTR algorithm Support | Mark A. Greer | 1 | -15/+128 |
2013-01-20 | crypto: omap-aes - Add OMAP4/AM33XX AES Support | Mark A. Greer | 1 | -33/+125 |
2013-01-20 | crypto: omap-aes - Convert to dma_request_slave_channel_compat() | Mark A. Greer | 1 | -4/+8 |
2013-01-20 | crypto: omap-aes - Add Device Tree Support | Mark A. Greer | 1 | -26/+97 |
2013-01-20 | crypto: omap-aes - Remove usage of private DMA API | Mark A. Greer | 1 | -133/+0 |
2013-01-20 | crypto: omap-aes - Add code to use dmaengine API | Mark A. Greer | 1 | -1/+183 |
2013-01-20 | crypto: omap-aes - Add suspend/resume support | Mark A. Greer | 1 | -0/+19 |
2013-01-20 | crypto: omap-aes - Convert to use pm_runtime API | Mark A. Greer | 1 | -18/+11 |
2013-01-20 | crypto: omap-aes - Don't reset controller for every operation | Mark A. Greer | 1 | -27/+0 |
2013-01-20 | crypto: omap-aes - Remmove unnecessary pr_info noise | Mark A. Greer | 1 | -4/+0 |
2013-01-20 | crypto: bfin_crc - reposition free_irq to avoid access to invalid data | Julia Lawall | 1 | -3/+3 |
2013-01-11 | ARM: OMAP2+: Disable code that currently does not work with multiplaform | Tony Lindgren | 1 | -0/+3 |
2013-01-05 | crypto: omap-sham - Add SHA224 and SHA256 Support | Mark A. Greer | 1 | -10/+173 |
2013-01-05 | crypto: omap-sham - Add OMAP4/AM33XX SHAM Support | Mark A. Greer | 1 | -84/+332 |