1. b013603 crypto: ux500 - Fix error return code in hash_hw_final() by Zhen Lei · 3 years, 8 months ago
  2. 01fec8c3 crypto: ux500/cryp - Remove duplicate argument by Wan Jiabing · 3 years, 9 months ago
  3. bea4707 crypto: ux500 - Remove redundant dev_err calls by YueHaibing · 3 years, 9 months ago
  4. ce668da crypto: ux500 - fix incorrect kernel-doc comment syntax by Aditya Srivastava · 3 years, 9 months ago
  5. 0368853 crypto: ux500/hash - Fix worthy kernel-doc headers and remove others by Lee Jones · 3 years, 10 months ago
  6. ade18fb crypto: ux500 - Fix the parameter of dma_unmap_sg() by Xiang Chen · 3 years, 10 months ago
  7. a24d22b crypto: sha - split sha.h into sha1.h and sha2.h by Eric Biggers · 4 years, 2 months ago
  8. 39a5101 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 3 months ago
  9. 8db1824 crypto: ux500 - Fix sparse endianness warnings by Herbert Xu · 4 years, 4 months ago
  10. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  11. 5d1cdfd crypto: ux500 - Fix kmap() bug by Ira Weiny · 4 years, 5 months ago
  12. 0c3dc78 crypto: algapi - Remove skbuff.h inclusion by Herbert Xu · 4 years, 4 months ago
  13. 3cfa435 crypto: ux500/hash - Add namespacing to hash_init() by Lee Jones · 4 years, 6 months ago
  14. 674f368 crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN by Eric Biggers · 5 years ago
  15. 2452cfd crypto: Kconfig - Fix indentation by Krzysztof Kozlowski · 5 years ago
  16. b5e5c37 crypto: ux500 - switch to skcipher API by Ard Biesheuvel · 5 years ago
  17. b95bba5 crypto: skcipher - rename the crypto_blkcipher module and kconfig option by Eric Biggers · 5 years ago
  18. 14304da crypto: ux500 - Remove set but not used variable 'cookie' by zhengbin · 5 years ago
  19. 347bce3 crypto: ux500 - Fix COMPILE_TEST warnings by Herbert Xu · 5 years ago
  20. 04007b0 crypto: des - split off DES library from generic DES cipher driver by Ard Biesheuvel · 5 years ago
  21. dcb15794 crypto: ux500/des - switch to new verification routines by Ard Biesheuvel · 5 years ago
  22. 15b2455 crypto: ux500/crypt - Mark expected switch fall-throughs by Gustavo A. R. Silva · 5 years ago
  23. 5c9254a crypto: ux500 - Use spinlock_t instead of struct spinlock by Sebastian Andrzej Siewior · 5 years ago
  24. 62e139e crypto: ux500 - fix license comment syntax error by Alex Xu (Hello71) · 6 years ago
  25. af873fc treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194 by Thomas Gleixner · 6 years ago
  26. 42e37c2e crypto: ux500 - use ccflags-y instead of CFLAGS_<basename>.o by Masahiro Yamada · 6 years ago
  27. 3c2bc63 crypto: ux500 - Forbid 2-key 3DES in FIPS mode by Herbert Xu · 6 years ago
  28. 231baec crypto: clarify name of WEAK_KEY request flag by Eric Biggers · 6 years ago
  29. be8a54d crypto: ux500 - catch dma submission error by YueHaibing · 6 years ago
  30. 5ac93f80 crypto: ux500 - Use proper enum in hash_set_dma_transfer by Nathan Chancellor · 6 years ago
  31. 9d880c5 crypto: ux500 - Use proper enum in cryp_set_dma_transfer by Nathan Chancellor · 6 years ago
  32. d5acba2 Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  33. c87a405 crypto: ahash - remove useless setting of cra_type by Eric Biggers · 7 years ago
  34. 6a38f62 crypto: ahash - remove useless setting of type flags by Eric Biggers · 7 years ago
  35. ac31672 headers: separate linux/mod_devicetable.h from linux/platform_device.h by Randy Dunlap · 7 years ago
  36. 0c704bf crypto: ux500 - Delete two unnecessary variable initialisations in ux500_cryp_probe() by Markus Elfring · 7 years ago
  37. 9dea694 crypto: ux500 - Adjust an error message in ux500_cryp_probe() by Markus Elfring · 7 years ago
  38. 50ca524 crypto: ux500 - Adjust two condition checks in ux500_cryp_probe() by Markus Elfring · 7 years ago
  39. dbbd5d1 crypto: ux500 - Delete an error message for a failed memory allocation in ux500_cryp_probe() by Markus Elfring · 7 years ago
  40. 3c9418f crypto: ux500/hash - Add empty export and import by Kamil Konieczny · 7 years ago
  41. 52872f5 crypto: drop unnecessary return statements by Geliang Tang · 7 years ago
  42. 8a1115f scripts/spelling.txt: add "disble(d)" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  43. 51b259b Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  44. 9ac1c32 crypto: ux500 - do not build with -O0 by Arnd Bergmann · 9 years ago
  45. 19ced62 crypto: ux500 - memmove the right size by Linus Walleij · 9 years ago
  46. b62917a crypto: ux500 - fix checks of error code returned by devm_ioremap_resource() by Vladimir Zapolskiy · 9 years ago
  47. e4ae86e crypto: ux500 - Use precalculated hash from headers by LABBE Corentin · 9 years ago
  48. 5a4eea2 crypto: ux500 - Use devm_xxx() managed function by LABBE Corentin · 9 years ago
  49. 53ed2d4e crypto: ux500 - Fix module autoload for OF platform drivers by Luis de Bethencourt · 9 years ago
  50. 596103c crypto: drivers - Fix Kconfig selects by Herbert Xu · 10 years ago
  51. 8e2e276 crypto: ux500 - Update error message for dmaengine_prep_slave_sg() API by Geert Uytterhoeven · 10 years ago
  52. ce1d3fd Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  53. 5be4d4c crypto: replace scatterwalk_sg_next with sg_next by Cristian Stoica · 10 years ago
  54. d3f6c14 crypto: ux500 - fix checkpatch errors by Asaf Vertz · 10 years ago
  55. 4bba7e9 crypto: ux500: Use dmaengine_terminate_all API by Maxime Ripard · 10 years ago
  56. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  57. 5d26a10 crypto: prefix module autoloading with "crypto-" by Kees Cook · 10 years ago
  58. bdcf83b crypto: ux500/hash - Silence compiler warning for !CONFIG_PM by Ulf Hansson · 10 years ago
  59. dbd8fbe crypto: ux500/cryp - Silence compiler warning for !CONFIG_PM by Ulf Hansson · 10 years ago
  60. 0c1af19 crypto: ux500: hash: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  61. b0d1c79 crypto: ux500: cryp: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  62. e1f8859 crypto: ux500 - make interrupt mode plausible by Arnd Bergmann · 11 years ago
  63. 69d2884 crypto: ux500 - Fix logging, make arrays const, neatening by Joe Perches · 11 years ago
  64. b2c3110 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  65. 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
  66. 0656848 crypto: ux500: use dmaengine_submit API by Fabio Baltieri · 12 years ago
  67. 7e933d3 crypto: ux500: use dmaengine_prep_slave_sg API by Fabio Baltieri · 12 years ago
  68. 97453df crypto: ux500: use dmaengine_device_control API by Fabio Baltieri · 12 years ago
  69. fe14ed4 crypto: ux500/crypt: add missing __iomem qualifiers by Fabio Baltieri · 12 years ago
  70. 756bed2 crypto: ux500/hash: add missing static qualifiers by Fabio Baltieri · 12 years ago
  71. e3f5114 crypto: ux500/hash: use readl on iomem addresses by Fabio Baltieri · 12 years ago
  72. bbb85b2 crypto: ux500 - Cocci spatch "resource_size.spatch" by Thomas Meyer · 12 years ago
  73. 4a2e2d0 crypto: ux500/hash - Enable DT probing of the driver by Lee Jones · 12 years ago
  74. c2dade3 crypto: ux500/cryp - Enable DT probing of the driver by Lee Jones · 12 years ago
  75. de97630 crypto: ux500/[cryp|hash] - Show successful start-up in the bootlog by Lee Jones · 12 years ago
  76. 3fc63d7 crypto: ux500/cryp - Set DMA configuration though dma_slave_config() by Lee Jones · 12 years ago
  77. 8703ffd crypto: ux500/cryp - Prepare clock before enabling it by Lee Jones · 12 years ago
  78. 85c5632 crypto: ux500/hash - Set DMA configuration though dma_slave_config() by Lee Jones · 12 years ago
  79. 58ba67d crypto: ux500/hash - Prepare clock before enabling it by Lee Jones · 12 years ago
  80. 797994f Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  81. 99c6bcf Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  82. 174e779 ARM: ux500: get rid of <mach/[hardware|db8500-regs].h> by Linus Walleij · 12 years ago
  83. d47cbd5b crypto: ux500 - add missing comma by Linus Walleij · 12 years ago
  84. eb16796 crypto: ux500 - fix error return code in hash_dma_final() by Wei Yongjun · 12 years ago
  85. 1643a35 crypto: ux500 - replace kmalloc and then memcpy with kmemdup by Mihnea Dobrescu-Balaur · 12 years ago
  86. 865fab6 ARM: plat-nomadik: move DMA40 header to <linux/platform_data> by Linus Walleij · 12 years ago
  87. d66e6737 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
  88. 79c09c1 crypto: ux500 - fix error return code by Peter Senna Tschudin · 12 years ago
  89. db298da ARM: nomadik: move platform_data definitions by Arnd Bergmann · 12 years ago
  90. 6bbb98d crypto: ux500/hash - remove unneeded return at ux500_hash_mod_fini by Devendra Naga · 12 years ago
  91. 4f31f5b PM / crypto / ux500: Use struct dev_pm_ops for power management by Rafael J. Wysocki · 12 years ago
  92. d1cbb14 crypto: ux500 - Cleanup hardware identification by Andreas Westin · 13 years ago
  93. f7329e7 crypto: ux500 - Update DMA handling for 3.4 by Andreas Westin · 13 years ago
  94. 8a63b19 crypto: ux500 - Add driver for HASH hardware by Andreas Westin · 13 years ago
  95. 2789c08 crypto: ux500 - Add driver for CRYP hardware by Andreas Westin · 13 years ago