1. 51b259b Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  2. 9ac1c32 crypto: ux500 - do not build with -O0 by Arnd Bergmann · 8 years ago
  3. 19ced62 crypto: ux500 - memmove the right size by Linus Walleij · 8 years ago
  4. b62917a crypto: ux500 - fix checks of error code returned by devm_ioremap_resource() by Vladimir Zapolskiy · 8 years ago
  5. e4ae86e crypto: ux500 - Use precalculated hash from headers by LABBE Corentin · 8 years ago
  6. 5a4eea2 crypto: ux500 - Use devm_xxx() managed function by LABBE Corentin · 9 years ago
  7. 53ed2d4e crypto: ux500 - Fix module autoload for OF platform drivers by Luis de Bethencourt · 9 years ago
  8. 596103c crypto: drivers - Fix Kconfig selects by Herbert Xu · 9 years ago
  9. 8e2e276 crypto: ux500 - Update error message for dmaengine_prep_slave_sg() API by Geert Uytterhoeven · 9 years ago
  10. ce1d3fd Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  11. 5be4d4c crypto: replace scatterwalk_sg_next with sg_next by Cristian Stoica · 9 years ago
  12. d3f6c14 crypto: ux500 - fix checkpatch errors by Asaf Vertz · 9 years ago
  13. 4bba7e9 crypto: ux500: Use dmaengine_terminate_all API by Maxime Ripard · 9 years ago
  14. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  15. 5d26a10 crypto: prefix module autoloading with "crypto-" by Kees Cook · 9 years ago
  16. bdcf83b crypto: ux500/hash - Silence compiler warning for !CONFIG_PM by Ulf Hansson · 10 years ago
  17. dbd8fbe crypto: ux500/cryp - Silence compiler warning for !CONFIG_PM by Ulf Hansson · 10 years ago
  18. 0c1af19 crypto: ux500: hash: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  19. b0d1c79 crypto: ux500: cryp: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  20. e1f8859 crypto: ux500 - make interrupt mode plausible by Arnd Bergmann · 10 years ago
  21. 69d2884 crypto: ux500 - Fix logging, make arrays const, neatening by Joe Perches · 11 years ago
  22. b2c3110 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  23. 0bf6a21 Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  24. 0656848 crypto: ux500: use dmaengine_submit API by Fabio Baltieri · 11 years ago
  25. 7e933d3 crypto: ux500: use dmaengine_prep_slave_sg API by Fabio Baltieri · 11 years ago
  26. 97453df crypto: ux500: use dmaengine_device_control API by Fabio Baltieri · 11 years ago
  27. fe14ed4 crypto: ux500/crypt: add missing __iomem qualifiers by Fabio Baltieri · 11 years ago
  28. 756bed2 crypto: ux500/hash: add missing static qualifiers by Fabio Baltieri · 11 years ago
  29. e3f5114 crypto: ux500/hash: use readl on iomem addresses by Fabio Baltieri · 11 years ago
  30. bbb85b2 crypto: ux500 - Cocci spatch "resource_size.spatch" by Thomas Meyer · 11 years ago
  31. 4a2e2d0 crypto: ux500/hash - Enable DT probing of the driver by Lee Jones · 11 years ago
  32. c2dade3 crypto: ux500/cryp - Enable DT probing of the driver by Lee Jones · 11 years ago
  33. de97630 crypto: ux500/[cryp|hash] - Show successful start-up in the bootlog by Lee Jones · 11 years ago
  34. 3fc63d7 crypto: ux500/cryp - Set DMA configuration though dma_slave_config() by Lee Jones · 11 years ago
  35. 8703ffd crypto: ux500/cryp - Prepare clock before enabling it by Lee Jones · 11 years ago
  36. 85c5632 crypto: ux500/hash - Set DMA configuration though dma_slave_config() by Lee Jones · 11 years ago
  37. 58ba67d crypto: ux500/hash - Prepare clock before enabling it by Lee Jones · 11 years ago
  38. 797994f Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  39. 99c6bcf Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  40. 174e779 ARM: ux500: get rid of <mach/[hardware|db8500-regs].h> by Linus Walleij · 11 years ago
  41. d47cbd5b crypto: ux500 - add missing comma by Linus Walleij · 11 years ago
  42. eb16796 crypto: ux500 - fix error return code in hash_dma_final() by Wei Yongjun · 11 years ago
  43. 1643a35 crypto: ux500 - replace kmalloc and then memcpy with kmemdup by Mihnea Dobrescu-Balaur · 11 years ago
  44. 865fab6 ARM: plat-nomadik: move DMA40 header to <linux/platform_data> by Linus Walleij · 12 years ago
  45. d66e6737 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  46. 79c09c1 crypto: ux500 - fix error return code by Peter Senna Tschudin · 12 years ago
  47. db298da ARM: nomadik: move platform_data definitions by Arnd Bergmann · 12 years ago
  48. 6bbb98d crypto: ux500/hash - remove unneeded return at ux500_hash_mod_fini by Devendra Naga · 12 years ago
  49. 4f31f5b PM / crypto / ux500: Use struct dev_pm_ops for power management by Rafael J. Wysocki · 12 years ago
  50. d1cbb14 crypto: ux500 - Cleanup hardware identification by Andreas Westin · 12 years ago
  51. f7329e7 crypto: ux500 - Update DMA handling for 3.4 by Andreas Westin · 12 years ago
  52. 8a63b19 crypto: ux500 - Add driver for HASH hardware by Andreas Westin · 12 years ago
  53. 2789c08 crypto: ux500 - Add driver for CRYP hardware by Andreas Westin · 12 years ago