aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 23-321/+2312
2013-05-02Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-4/+0
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2013-04-25crypto: caam - fix job ring cleanup codeGravatar Vakul Garg 2-0/+5
2013-04-25crypto: caam - static constify error dataGravatar Kim Phillips 1-5/+5
2013-04-25crypto: caam - change key gen functions to return signed intGravatar Kim Phillips 3-4/+4
2013-04-09Merge branch 'mxs/cleanup' into next/multiplatformGravatar Arnd Bergmann 3-54/+4
2013-04-08ARM: ux500: get rid of <mach/[hardware|db8500-regs].h>Gravatar Linus Walleij 3-4/+0
2013-04-05crypto: ux500 - add missing commaGravatar Linus Walleij 1-1/+1
2013-04-03crypto: ux500 - fix error return code in hash_dma_final()Gravatar Wei Yongjun 1-0/+2
2013-03-22crypto: picoxcell - Use of_match_ptr() macroGravatar Sachin Kamat 1-3/+1
2013-03-22crypto: caam - Fix missing init of '.type' in AEAD algos.Gravatar Vakul Garg 1-0/+6
2013-03-22crypto: caam - set RDB bit in security configuration registerGravatar Vakul Garg 2-1/+6
2013-03-21crypto: ux500 - replace kmalloc and then memcpy with kmemdupGravatar Mihnea Dobrescu-Balaur 1-3/+1
2013-03-21crypto: sahara - Add driver for SAHARA2 accelerator.Gravatar Javier Martin 3-0/+1081
2013-03-21Revert "crypto: caam - add IPsec ESN support"Gravatar Horia Geanta 2-26/+2
2013-03-21Revert "crypto: talitos - add IPsec ESN support"Gravatar Horia Geanta 1-28/+2
2013-03-18treewide: Fix typos in printk and commentGravatar Masanari Iida 1-1/+1
2013-03-10crypto: caam - fix typo "CRYPTO_AHASH"Gravatar Paul Bolle 1-1/+1
2013-03-10crypto: omap-sham - Use module_platform_driver macroGravatar Sachin Kamat 1-12/+1
2013-03-10crypto: omap-aes - Use module_platform_driver macroGravatar Sachin Kamat 1-12/+1
2013-03-10crypto: omap-aes - Use pm_runtime_put instead of pm_runtime_put_sync in taskletGravatar Joel A Fernandes 1-1/+1
2013-03-10crypto: omap-sham - Use pm_runtime_put instead of pm_runtime_put_sync in taskletGravatar Joel A Fernandes 1-1/+1
2013-03-10crypto: bfin_crc - Fix possible NULL pointer dereferenceGravatar Syam Sidhardhan 1-3/+3
2013-03-10crypto: atmel-sha - add support for latest release of the IP (0x410)Gravatar Nicolas Royer 3-104/+497
2013-03-10crypto: atmel-tdes - add support for latest release of the IP (0x700)Gravatar Nicolas Royer 2-53/+343
2013-03-10crypto: atmel-aes - add support for latest release of the IP (0x130)Gravatar Nicolas Royer 1-118/+353
2013-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 5-378/+1210
2013-02-04crypto: atmel-aes - adjust duplicate testGravatar Julia Lawall 1-1/+1
2013-01-20crypto: omap-sham - Fix compile errors when CONFIG_OF not definedGravatar Mark A. Greer 1-1/+5
2013-01-20crypto: s5p-sss - Use devm_clk_get()Gravatar Jingoo Han 1-3/+1
2013-01-20crypto: omap-aes - Add CTR algorithm SupportGravatar Mark A. Greer 1-15/+128
2013-01-20crypto: omap-aes - Add OMAP4/AM33XX AES SupportGravatar Mark A. Greer 1-33/+125
2013-01-20crypto: omap-aes - Convert to dma_request_slave_channel_compat()Gravatar Mark A. Greer 1-4/+8
2013-01-20crypto: omap-aes - Add Device Tree SupportGravatar Mark A. Greer 1-26/+97
2013-01-20crypto: omap-aes - Remove usage of private DMA APIGravatar Mark A. Greer 1-133/+0
2013-01-20crypto: omap-aes - Add code to use dmaengine APIGravatar Mark A. Greer 1-1/+183
2013-01-20crypto: omap-aes - Add suspend/resume supportGravatar Mark A. Greer 1-0/+19
2013-01-20crypto: omap-aes - Convert to use pm_runtime APIGravatar Mark A. Greer 1-18/+11
2013-01-20crypto: omap-aes - Don't reset controller for every operationGravatar Mark A. Greer 1-27/+0
2013-01-20crypto: omap-aes - Remmove unnecessary pr_info noiseGravatar Mark A. Greer 1-4/+0
2013-01-20crypto: bfin_crc - reposition free_irq to avoid access to invalid dataGravatar Julia Lawall 1-3/+3
2013-01-11ARM: OMAP2+: Disable code that currently does not work with multiplaformGravatar Tony Lindgren 1-0/+3
2013-01-05crypto: omap-sham - Add SHA224 and SHA256 SupportGravatar Mark A. Greer 1-10/+173
2013-01-05crypto: omap-sham - Add OMAP4/AM33XX SHAM SupportGravatar Mark A. Greer 1-84/+332
2013-01-05crypto: omap-sham - Convert to dma_request_slave_channel_compat()Gravatar Mark A. Greer 1-1/+2
2013-01-05crypto: omap-sham - Add Device Tree SupportGravatar Mark A. Greer 1-33/+106
2013-01-05crypto: omap-sham - Remove usage of private DMA APIGravatar Mark A. Greer 1-109/+0
2013-01-05crypto: omap-sham - Add code to use dmaengine APIGravatar Mark A. Greer 1-9/+145
2013-01-05crypto: omap-sham - Add suspend/resume supportGravatar Mark A. Greer 1-0/+19