1. f829e7a crypto: caam - writel() arguments are swapped by Dan Carpenter · 11 years ago
  2. 645af2e crypto: tegra - remove driver by Stephen Warren · 11 years ago
  3. 701d0f1 crypto: omap-des - Add config and build options by Joel Fernandes · 11 years ago
  4. e91aa9d crypto: omap-des - Add omap-des driver for OMAP4/AM43xx by Joel Fernandes · 11 years ago
  5. d9588f8 crypto: mxs-dcp - Fix platform_get_irq() error handling by Fabio Estevam · 11 years ago
  6. 0fdefe2 crypto: s5p-sss - Use devm_ioremap_resource() by Jingoo Han · 11 years ago
  7. 9e95275 crypto: sahara - Use devm_ioremap_resource() by Jingoo Han · 11 years ago
  8. 32af1e1 crypto: picoxcell - Use devm_ioremap_resource() by Jingoo Han · 11 years ago
  9. 0ba3e10 crypto/nx/nx-842: Fix handling of vmalloc addresses by Nathan Fontenot · 11 years ago
  10. 883619a crypto: caam - fix ERA retrieval function by Alex Porosanu · 11 years ago
  11. fecfd7f crypto: mxs-dcp: Check the return value of stmp_reset_block() by Fabio Estevam · 11 years ago
  12. e921f03 crypto: mxs-dcp: Use devm_kzalloc() by Fabio Estevam · 11 years ago
  13. f3de9cb crypto: talitos: init the priv->alg_list more earlier in talitos_probe() by Kevin Hao · 11 years ago
  14. 530abd8 crypto: ccp - Perform completion callbacks using a tasklet by Tom Lendacky · 11 years ago
  15. bc38544 crypto: ccp - Use a single queue for proper ordering of tfm requests by Tom Lendacky · 11 years ago
  16. c11baa0 crypto: ccp - Move HMAC calculation down to ccp ops file by Tom Lendacky · 11 years ago
  17. d81ed65 crypto: ccp - Allow for selective disablement of crypto API algorithms by Tom Lendacky · 11 years ago
  18. 80e84c1 crypto: ccp - Fix ccp_run_passthru_cmd dma variable assignments by Dave Jones · 11 years ago
  19. 0a63b09 crypto: caam - Fix job ring discovery in controller driver by Nitesh Lal · 11 years ago
  20. 2021aba crypto: dcp - Move the AES operation type from actx to rctx by Marek Vasut · 11 years ago
  21. 0ba3307 Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  22. 13c789a Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  23. fe70be5 crypto: mxs - Fix sparse non static symbol warning by Wei Yongjun · 11 years ago
  24. db34cf9 crypto: ccp - CCP device enabled/disabled changes by Tom Lendacky · 11 years ago
  25. 82d1585 crypto: ccp - Cleanup hash invocation calls by Tom Lendacky · 11 years ago
  26. 81a59f0 crypto: ccp - Change data length declarations to u64 by Tom Lendacky · 11 years ago
  27. 393897c crypto: ccp - Check for caller result area before using it by Tom Lendacky · 11 years ago
  28. 77dc4a5 crypto: ccp - Cleanup scatterlist usage by Tom Lendacky · 11 years ago
  29. 5258de8 crypto: ccp - Apply appropriate gfp_t type to memory allocations by Tom Lendacky · 11 years ago
  30. d16b870 crypto: drivers - Sort drivers/crypto/Makefile by Marek Vasut · 11 years ago
  31. 15b59e7 crypto: mxs - Add Freescale MXS DCP driver by Marek Vasut · 11 years ago
  32. c493c04 crypto: mxs - Remove the old DCP driver by Marek Vasut · 11 years ago
  33. a7dedb4 Merge tag 'davinci-for-v3.14/gpio' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/drivers by Olof Johansson · 11 years ago
  34. efb753b crypto: ixp4xx - Fix kernel compile error by Krzysztof Hałasa · 11 years ago
  35. d781728 crypto: talitos - Remove redundant dev_set_drvdata by Sachin Kamat · 11 years ago
  36. b8d9a50 crypto: ccp - Remove redundant dev_set_drvdata by Sachin Kamat · 11 years ago
  37. 2be9d96 crypto: crypto4xx - Remove redundant dev_set_drvdata by Sachin Kamat · 11 years ago
  38. 8f2d751 Merge tag 'at91-drivers' of git://github.com/at91linux/linux-at91 into next/drivers by Olof Johansson · 11 years ago
  39. 4e6e0b2 crypto: caam - simplify and harden key parsing by Horia Geanta · 11 years ago
  40. acef7b0 crypto: omap-sham - Fix Polling mode for larger blocks by Lokesh Vutla · 11 years ago
  41. 369f3da crypto: ccp - Remove user triggerable pr_err calls by Tom Lendacky · 11 years ago
  42. d5aa809 crypto: ccp - CCP Kconfig fixes by Tom Lendacky · 11 years ago
  43. 6f0be9b crypto: ccp - Fix sparse warnings in ccp-crypto-sha.c by Tom Lendacky · 11 years ago
  44. 1ca5b7d crypto: atmel-sha - add sha information to the log by Nicolas Ferre · 11 years ago
  45. abfe7ae crypto: atmel-sha - add support for Device Tree by Nicolas Ferre · 11 years ago
  46. 84c8976 crypto: atmel-tdes - add support for Device Tree by Nicolas Ferre · 11 years ago
  47. be943c7 crypto: atmel-aes - add support for Device Tree by Nicolas Ferre · 11 years ago
  48. d1dd206 crytpo: ccp - fix coccinelle warnings by Fengguang Wu · 11 years ago
  49. f7b2b5d crypto: omap-aes - add error check for pm_runtime_get_sync by Nishanth Menon · 11 years ago
  50. b62ffd8 crypto: talitos - fix locating offending descriptor in error path by Horia Geanta · 11 years ago
  51. f13ab86 crypto: omap-sham - Only release DMA channel if successfully requested by Mark A. Greer · 11 years ago
  52. f114766 crytpo: ccp - CCP device driver build files by Tom Lendacky · 11 years ago
  53. 0ab0a1d crypto: ccp - CCP SHA crypto API support by Tom Lendacky · 11 years ago
  54. 1d6b8a6 crypto: ccp - CCP XTS-AES crypto API support by Tom Lendacky · 11 years ago
  55. 7c18537 crypto: ccp - CCP AES CMAC mode crypto API support by Tom Lendacky · 11 years ago
  56. 2b78943 crypto: ccp - CCP AES crypto API support by Tom Lendacky · 11 years ago
  57. d312359 crypto: ccp - crypto API interface to the CCP device driver by Tom Lendacky · 11 years ago
  58. 63b9450 crypto: ccp - CCP device driver and interface support by Tom Lendacky · 11 years ago
  59. 62293a3 crypto: talitos - fix aead sglen for case 'dst != src' by Horia Geanta · 11 years ago
  60. bbf9c89 crypto: caam - fix aead sglen for case 'dst != src' by Horia Geanta · 11 years ago
  61. 935e99a crypto: talitos - corrrectly handle zero-length assoc data by Horia Geanta · 11 years ago
  62. 6c5dc7f crypto: caam - Add missing Job Ring include by Michael Neuling · 11 years ago
  63. 26b265c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  64. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  65. 8ceafbf Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  66. c11eede powerpc: add missing explicit OF includes for ppc by Rob Herring · 11 years ago
  67. b548095 Merge remote-tracking branch 'grant/devicetree/next' into for-next by Rob Herring · 11 years ago
  68. 27c1789 DMA-API: crypto: remove last references to 'static struct device *dev' by Russell King · 11 years ago
  69. d8cbc3f DMA-API: crypto: fix ixp4xx crypto platform device support by Russell King · 11 years ago
  70. 8ed49c7 crypto: omap-aes - Fix CTR mode counter length by Joel Fernandes · 11 years ago
  71. 718249d crypto: omap-sham - Add missing modalias by Joni Lapilainen · 11 years ago
  72. cfc6f11 crypto: caam - Modify the interface layers to use JR API's by Ruchika Gupta · 11 years ago
  73. 07defbf crypto: caam - Add API's to allocate/free Job Rings by Ruchika Gupta · 11 years ago
  74. 313ea29 crypto: caam - Add Platform driver for Job Ring by Ruchika Gupta · 11 years ago
  75. f757849 of/irq: Use irq_of_parse_and_map() by Thierry Reding · 11 years ago
  76. c306a98 crypto: talitos - Simplify key parsing by Mathias Krause · 11 years ago
  77. ab827fb crypto: picoxcell - Simplify and harden key parsing by Mathias Krause · 11 years ago
  78. 5690278 crypto: ixp4xx - Simplify and harden key parsing by Mathias Krause · 11 years ago
  79. 6d3aab4 crypto: mv_cesa: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
  80. 5af5073 drivers: clean-up prom.h implicit includes by Rob Herring · 11 years ago
  81. 165c70f crypto: mv_cesa - Remove redundant of_match_ptr by Sachin Kamat · 11 years ago
  82. 1b0b260 crypto: sahara - Remove redundant of_match_ptr by Sachin Kamat · 11 years ago
  83. ac1ed0c crypto: dcp - Check the return value from devm_ioremap_resource() by Fabio Estevam · 11 years ago
  84. 48e6dc1 crypto: dcp - Fix the path for releasing the resources by Fabio Estevam · 11 years ago
  85. 0ff6475 crypto: dcp - Use devm_request_irq() by Fabio Estevam · 11 years ago
  86. 05a2792 crypto: dcp - Use devm_ioremap_resource() by Fabio Estevam · 11 years ago
  87. 02e28cd crypto: tegra-aes - Use devm_clk_get by Sachin Kamat · 11 years ago
  88. 6665ad2 crypto: tegra-aes - Fix NULL pointer dereference by Sachin Kamat · 11 years ago
  89. 4903e96 crypto: tegra-aes - Staticize tegra_aes_cra_exit by Sachin Kamat · 11 years ago
  90. 034568e crypto: omap-aes - Staticize local symbols by Sachin Kamat · 11 years ago
  91. 47aff65 crypto: mv_cesa - Staticize local symbols by Sachin Kamat · 11 years ago
  92. 82ad6bc crypto: caam - map src buffer before access by Yashpal Dutta · 11 years ago
  93. 1005bcc crypto: caam - enable instantiation of all RNG4 state handles by Alex Porosanu · 11 years ago
  94. f1157a5 crypto: caam - fix RNG4 AAI defines by Alex Porosanu · 11 years ago
  95. b1f996e0 crypto: caam - uninstantiate RNG state handle 0 if instantiated by caam driver by Alex Porosanu · 11 years ago
  96. 04cddbf crypto: caam - split RNG4 instantiation function by Alex Porosanu · 11 years ago
  97. 84cf482 crypto: caam - fix RNG4 instantiation by Alex Porosanu · 11 years ago
  98. b2744df crypto: caam - fix hash, alg and rng registration if CAAM driver not initialized by Alex Porosanu · 11 years ago
  99. d5e4e99 crypto: caam - fix RNG state handle instantiation descriptor by Alex Porosanu · 11 years ago
  100. f5b38c5 crypto: tegra - use kernel entropy instead of ad-hoc by Linus Walleij · 11 years ago