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