1. 182e283 crypto: omap-sham - shrink the internal buffer size by Tero Kristo · 8 years ago
  2. a84d351 crypto: omap-sham - add support for export/import by Tero Kristo · 8 years ago
  3. 8043bb1 crypto: omap-sham - convert driver logic to use sgs for data xmit by Tero Kristo · 8 years ago
  4. 2c5bd1e crypto: omap-sham - change the DMA threshold value to a define by Tero Kristo · 8 years ago
  5. f19de1b crypto: omap-sham - add support functions for sg based data handling by Tero Kristo · 8 years ago
  6. 8addf57 crypto: omap-sham - rename sgl to sgl_tmp for deprecation by Tero Kristo · 8 years ago
  7. 744e686 crypto: omap-sham - align algorithms on word offset by Tero Kristo · 8 years ago
  8. 99a7fff crypto: omap-sham - add context export/import stubs by Tero Kristo · 8 years ago
  9. cb8d5c8 crypto: omap-sham - fix SW fallback HMAC handling for omap2/omap3 by Tero Kristo · 8 years ago
  10. 5a793bc crypto: omap-sham - fix software fallback handling by Tero Kristo · 8 years ago
  11. 4e7813a crypto: omap-sham - avoid executing tasklet where not needed by Tero Kristo · 8 years ago
  12. eb35478 crypto: omap-sham - increase cra_proirity to 400 by Bin Liu · 8 years ago
  13. 85e0687 crypto: omap-sham - set sw fallback to 240 bytes by Bin Liu · 8 years ago
  14. b973eaa crypto: omap - do not call dmaengine_terminate_all by Lokesh Vutla · 8 years ago
  15. 65e7a54 crypto: omap-sham - change queue size from 1 to 10 by Tero Kristo · 8 years ago
  16. e93f767 crypto: omap-sham - use runtime_pm autosuspend for clock handling by Tero Kristo · 8 years ago
  17. d462e32 crypto: omap-sham - potential Oops on error in probe by Dan Carpenter · 8 years ago
  18. dbe2462 crypto: omap-sham - Use dma_request_chan() for requesting DMA channel by Peter Ujfalusi · 8 years ago
  19. 89e2a84 crypto/omap-sham: remove an open coded access to ->page_link by Christoph Hellwig · 9 years ago
  20. eddca85 crypto: omap-sham - Add support for omap3 devices by Pali Rohár · 9 years ago
  21. 604c310 crypto: omap-sham - Check for return value from pm_runtime_get_sync by Pali Rohár · 9 years ago
  22. 13cf394 crypto: omap-sham - Add the offset of sg page to vaddr by Vutla, Lokesh · 9 years ago
  23. b0a3d89 crypto: omap-sham - Use pm_runtime_irq_safe() by Vutla, Lokesh · 9 years ago
  24. 5573bc0 crypto: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  25. 7bc53c3 crypto: LLVMLinux: Remove VLAIS from crypto/omap_sham.c by Behan Webster · 10 years ago
  26. 26a0548 crypto: omap-sham - Map SG pages if they are HIGHMEM before accessing by Joel Fernandes · 10 years ago
  27. ae12fe2 crypto: omap-sham - Use SIMPLE_DEV_PM_OPS macro by Jingoo Han · 10 years ago
  28. acef7b0 crypto: omap-sham - Fix Polling mode for larger blocks by Lokesh Vutla · 10 years ago
  29. f13ab86 crypto: omap-sham - Only release DMA channel if successfully requested by Mark A. Greer · 10 years ago
  30. 26b265c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  31. 718249d crypto: omap-sham - Add missing modalias by Joni Lapilainen · 11 years ago
  32. f757849 of/irq: Use irq_of_parse_and_map() by Thierry Reding · 11 years ago
  33. f5e4626 crypto: omap-sham - correct dma burst size by Lokesh Vutla · 11 years ago
  34. b8411cc crypto: omap-sham - Enable Polling mode if DMA fails by Lokesh Vutla · 11 years ago
  35. 7a7e4b7 crypto: omap-sham - Convert to devm_kzalloc() by Lokesh Vutla · 11 years ago
  36. 0de9c38 crypto: omap-sham - Convert to devm_request_irq() by Lokesh Vutla · 11 years ago
  37. 7d7c704 crypto: omap-sham - Add OMAP5/AM43XX SHAM Support by Lokesh Vutla · 11 years ago
  38. eaef7e3 crypto: omap-sham - Add SHA384 and SHA512 Support by Lokesh Vutla · 11 years ago
  39. 3086228 drivers: crypto: use devm_ioremap_resource() by Laurent Navet · 11 years ago
  40. 0261370 crypto: omap-sham - Use module_platform_driver macro by Sachin Kamat · 11 years ago
  41. e68af48 crypto: omap-sham - Use pm_runtime_put instead of pm_runtime_put_sync in tasklet by Joel A Fernandes · 11 years ago
  42. 32dc43e Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  43. c3c3b32 crypto: omap-sham - Fix compile errors when CONFIG_OF not defined by Mark A. Greer · 11 years ago
  44. a62a6e9 ARM: OMAP2+: Disable code that currently does not work with multiplaform by Tony Lindgren · 11 years ago
  45. d20fb18 crypto: omap-sham - Add SHA224 and SHA256 Support by Mark A. Greer · 11 years ago
  46. 0d373d6 crypto: omap-sham - Add OMAP4/AM33XX SHAM Support by Mark A. Greer · 11 years ago
  47. 0e87e73 crypto: omap-sham - Convert to dma_request_slave_channel_compat() by Mark A. Greer · 11 years ago
  48. 03feec9 crypto: omap-sham - Add Device Tree Support by Mark A. Greer · 11 years ago
  49. dd49a69 crypto: omap-sham - Remove usage of private DMA API by Mark A. Greer · 11 years ago
  50. dfd061d crypto: omap-sham - Add code to use dmaengine API by Mark A. Greer · 11 years ago
  51. 3b3f440 crypto: omap-sham - Add suspend/resume support by Mark A. Greer · 11 years ago
  52. b359f03 crypto: omap-sham - Convert to use pm_runtime API by Mark A. Greer · 11 years ago
  53. 3ff59bc crypto: omap-sham - Remove unnecessary pr_info noise by Mark A. Greer · 11 years ago
  54. 49cfe4d Drivers: crypto: remove __dev* attributes. by Greg Kroah-Hartman · 11 years ago
  55. 45c3eb7 ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.h by Tony Lindgren · 11 years ago
  56. 94c6578 Merge branch 'omap-for-v3.8/cleanup-headers-dma' into omap-for-v3.8/cleanup-headers by Tony Lindgren · 12 years ago
  57. 27615a9 ARM: OMAP: Trivial driver changes to remove include plat/cpu.h by Tony Lindgren · 12 years ago
  58. 2b6c4e7 ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.h by Lokesh Vutla · 12 years ago
  59. d912bb7 crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flag by Nikos Mavrogiannopoulos · 13 years ago
  60. cd3f1d5 crypto: omap-sham - do not schedule tasklet if there is no active requests by Dmitry Kasatkin · 13 years ago
  61. 0efd4d8 crypto: omap-sham - clear device flags when finishing request by Dmitry Kasatkin · 13 years ago
  62. ed635cb8 crypto: omap-sham - irq handler must not clear error code by Dmitry Kasatkin · 13 years ago
  63. 6c63db8 crypto: omap-sham - irq and dma handling changes by Dmitry Kasatkin · 13 years ago
  64. 6cb3ffe crypto: omap-sham - remove dedicated queue handling tasklet by Dmitry Kasatkin · 13 years ago
  65. 171cb9a crypto: omap-sham - remove unnecessary local variable by Dmitry Kasatkin · 13 years ago
  66. ed3ea9a8 crypto: omap-sham - move some flags to device context by Dmitry Kasatkin · 13 years ago
  67. a929cbe crypto: omap-sham - replace flags operation with atomic bit operations by Dmitry Kasatkin · 13 years ago
  68. ea1fd22 crypto: omap-sham - replace flags bit mask with bit number by Dmitry Kasatkin · 13 years ago
  69. c330472 crypto: omap-sham - remove unused code by Dmitry Kasatkin · 13 years ago
  70. 0e87b15 crypto: omap-sham - remove extra reference by Dmitry Kasatkin · 13 years ago
  71. bf36275 crypto: omap-sham - hmac calculation bug fix for sha1 base hash by Dmitry Kasatkin · 13 years ago
  72. 528d26f crypto: omap-sham - enable driver for EMU chips by Dmitry Kasatkin · 13 years ago
  73. 07aab76 crypto: omap-sham - remove debug print by Dmitry Kasatkin · 13 years ago
  74. 455e338 crypto: omap-sham - fix concurrent sha1 calculations by Markku Kylanpaa · 13 years ago
  75. 36be070 crypto: omap-sham - don't treat NULL clk as an error by Jamie Iles · 13 years ago
  76. 6c39d11 crypto: omap-sham - backlog handling fix by Dmitry Kasatkin · 13 years ago
  77. 887c883 crypto: omap-sham - zero-copy scatterlist handling by Dmitry Kasatkin · 13 years ago
  78. a55b290 crypto: omap-sham - FLAGS_FIRST is redundant and removed by Dmitry Kasatkin · 13 years ago
  79. 3c8d758 crypto: omap-sham - hash-in-progress is stored in hw format by Dmitry Kasatkin · 13 years ago
  80. 798eed5d crypto: omap-sham - crypto_ahash_final() now not need to be called. by Dmitry Kasatkin · 13 years ago
  81. a5d8723 crypto: omap-sham - removed redundunt locking by Dmitry Kasatkin · 13 years ago
  82. 3e133c8 crypto: omap-sham - error handling improved by Dmitry Kasatkin · 13 years ago
  83. c8eb540 crypto: omap-sham - DMA initialization fixes for off mode by Dmitry Kasatkin · 13 years ago
  84. 0c3cf4c crypto: omap-sham - uses digest buffer in request context by Dmitry Kasatkin · 13 years ago
  85. 584db6a crypto: omap-sham - Adjust DMA parameters by Samu Onkalo · 14 years ago
  86. 0efbaab crypto: omap - remove unused #include <linux/version.h> by Huang Weiyi · 14 years ago
  87. 8628e7c crypto: omap - sha1 & md5 driver by Dmitry Kasatkin · 14 years ago