summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)Author
2013-03-10crypto: caam - fix typo "CRYPTO_AHASH"Paul Bolle
2013-03-10crypto: omap-sham - Use module_platform_driver macroSachin Kamat
2013-03-10crypto: omap-aes - Use module_platform_driver macroSachin Kamat
2013-03-10crypto: omap-aes - Use pm_runtime_put instead of pm_runtime_put_sync in taskletJoel A Fernandes
2013-03-10crypto: omap-sham - Use pm_runtime_put instead of pm_runtime_put_sync in taskletJoel A Fernandes
2013-03-10crypto: bfin_crc - Fix possible NULL pointer dereferenceSyam Sidhardhan
2013-03-10crypto: atmel-sha - add support for latest release of the IP (0x410)Nicolas Royer
2013-03-10crypto: atmel-tdes - add support for latest release of the IP (0x700)Nicolas Royer
2013-03-10crypto: atmel-aes - add support for latest release of the IP (0x130)Nicolas Royer
2013-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2013-02-04crypto: atmel-aes - adjust duplicate testJulia Lawall
2013-01-19crypto: omap-sham - Fix compile errors when CONFIG_OF not definedMark A. Greer
2013-01-19crypto: s5p-sss - Use devm_clk_get()Jingoo Han
2013-01-19crypto: omap-aes - Add CTR algorithm SupportMark A. Greer
2013-01-19crypto: omap-aes - Add OMAP4/AM33XX AES SupportMark A. Greer
2013-01-19crypto: omap-aes - Convert to dma_request_slave_channel_compat()Mark A. Greer
2013-01-19crypto: omap-aes - Add Device Tree SupportMark A. Greer
2013-01-19crypto: omap-aes - Remove usage of private DMA APIMark A. Greer
2013-01-19crypto: omap-aes - Add code to use dmaengine APIMark A. Greer
2013-01-19crypto: omap-aes - Add suspend/resume supportMark A. Greer
2013-01-19crypto: omap-aes - Convert to use pm_runtime APIMark A. Greer
2013-01-19crypto: omap-aes - Don't reset controller for every operationMark A. Greer
2013-01-19crypto: omap-aes - Remmove unnecessary pr_info noiseMark A. Greer
2013-01-19crypto: bfin_crc - reposition free_irq to avoid access to invalid dataJulia Lawall
2013-01-11ARM: OMAP2+: Disable code that currently does not work with multiplaformTony Lindgren
2013-01-05crypto: omap-sham - Add SHA224 and SHA256 SupportMark A. Greer
2013-01-05crypto: omap-sham - Add OMAP4/AM33XX SHAM SupportMark A. Greer
2013-01-05crypto: omap-sham - Convert to dma_request_slave_channel_compat()Mark A. Greer
2013-01-05crypto: omap-sham - Add Device Tree SupportMark A. Greer
2013-01-05crypto: omap-sham - Remove usage of private DMA APIMark A. Greer
2013-01-05crypto: omap-sham - Add code to use dmaengine APIMark A. Greer
2013-01-05crypto: omap-sham - Add suspend/resume supportMark A. Greer
2013-01-05crypto: omap-sham - Convert to use pm_runtime APIMark A. Greer
2013-01-05crypto: omap-sham - Remove unnecessary pr_info noiseMark A. Greer
2013-01-03Drivers: crypto: remove __dev* attributes.Greg Kroah-Hartman
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-12-17Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt
2012-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2012-12-13Merge tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds
2012-12-13Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds
2012-12-12Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-12-01Merge tag 'tags/omap-for-v3.8/cleanup-multiplatform-no-clock-signed' of git:/...Olof Johansson
2012-11-30ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.hTony Lindgren
2012-11-22IXP4xx crypto: MOD_AES{128,192,256} already include key size.Krzysztof Hałasa
2012-11-22IXP4xx: ixp4xx_crypto driver requires Queue Manager and NPE drivers.Krzysztof Hałasa
2012-11-21Merge tag 'tegra-for-3.8-single-zimage' of git://git.kernel.org/pub/scm/linux...Olof Johansson
2012-11-21Merge tag 'tegra-for-3.8-cleanup' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson
2012-11-15powerpc+of: Add of node/property notification chain for adds and removesNathan Fontenot
2012-11-09crypto: s5p-sss - Fix compilation errorSachin Kamat