1. 7bc53c3 crypto: LLVMLinux: Remove VLAIS from crypto/omap_sham.c by Behan Webster · 10 years ago
  2. 26a0548 crypto: omap-sham - Map SG pages if they are HIGHMEM before accessing by Joel Fernandes · 10 years ago
  3. ae12fe2 crypto: omap-sham - Use SIMPLE_DEV_PM_OPS macro by Jingoo Han · 10 years ago
  4. acef7b0 crypto: omap-sham - Fix Polling mode for larger blocks by Lokesh Vutla · 11 years ago
  5. f13ab86 crypto: omap-sham - Only release DMA channel if successfully requested by Mark A. Greer · 11 years ago
  6. 26b265c Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  7. 718249d crypto: omap-sham - Add missing modalias by Joni Lapilainen · 11 years ago
  8. f757849 of/irq: Use irq_of_parse_and_map() by Thierry Reding · 11 years ago
  9. f5e4626 crypto: omap-sham - correct dma burst size by Lokesh Vutla · 11 years ago
  10. b8411cc crypto: omap-sham - Enable Polling mode if DMA fails by Lokesh Vutla · 11 years ago
  11. 7a7e4b7 crypto: omap-sham - Convert to devm_kzalloc() by Lokesh Vutla · 11 years ago
  12. 0de9c38 crypto: omap-sham - Convert to devm_request_irq() by Lokesh Vutla · 11 years ago
  13. 7d7c704 crypto: omap-sham - Add OMAP5/AM43XX SHAM Support by Lokesh Vutla · 11 years ago
  14. eaef7e3 crypto: omap-sham - Add SHA384 and SHA512 Support by Lokesh Vutla · 11 years ago
  15. 3086228 drivers: crypto: use devm_ioremap_resource() by Laurent Navet · 11 years ago
  16. 0261370 crypto: omap-sham - Use module_platform_driver macro by Sachin Kamat · 11 years ago
  17. e68af48 crypto: omap-sham - Use pm_runtime_put instead of pm_runtime_put_sync in tasklet by Joel A Fernandes · 11 years ago
  18. 32dc43e Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 11 years ago
  19. c3c3b32 crypto: omap-sham - Fix compile errors when CONFIG_OF not defined by Mark A. Greer · 12 years ago
  20. a62a6e9 ARM: OMAP2+: Disable code that currently does not work with multiplaform by Tony Lindgren · 12 years ago
  21. d20fb18 crypto: omap-sham - Add SHA224 and SHA256 Support by Mark A. Greer · 12 years ago
  22. 0d373d6 crypto: omap-sham - Add OMAP4/AM33XX SHAM Support by Mark A. Greer · 12 years ago
  23. 0e87e73 crypto: omap-sham - Convert to dma_request_slave_channel_compat() by Mark A. Greer · 12 years ago
  24. 03feec9 crypto: omap-sham - Add Device Tree Support by Mark A. Greer · 12 years ago
  25. dd49a69 crypto: omap-sham - Remove usage of private DMA API by Mark A. Greer · 12 years ago
  26. dfd061d crypto: omap-sham - Add code to use dmaengine API by Mark A. Greer · 12 years ago
  27. 3b3f440 crypto: omap-sham - Add suspend/resume support by Mark A. Greer · 12 years ago
  28. b359f03 crypto: omap-sham - Convert to use pm_runtime API by Mark A. Greer · 12 years ago
  29. 3ff59bc crypto: omap-sham - Remove unnecessary pr_info noise by Mark A. Greer · 12 years ago
  30. 49cfe4d Drivers: crypto: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  31. 45c3eb7 ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.h by Tony Lindgren · 12 years ago
  32. 94c6578 Merge branch 'omap-for-v3.8/cleanup-headers-dma' into omap-for-v3.8/cleanup-headers by Tony Lindgren · 12 years ago
  33. 27615a9 ARM: OMAP: Trivial driver changes to remove include plat/cpu.h by Tony Lindgren · 12 years ago
  34. 2b6c4e7 ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.h by Lokesh Vutla · 12 years ago
  35. d912bb7 crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flag by Nikos Mavrogiannopoulos · 13 years ago
  36. cd3f1d5 crypto: omap-sham - do not schedule tasklet if there is no active requests by Dmitry Kasatkin · 13 years ago
  37. 0efd4d8 crypto: omap-sham - clear device flags when finishing request by Dmitry Kasatkin · 13 years ago
  38. ed635cb8 crypto: omap-sham - irq handler must not clear error code by Dmitry Kasatkin · 13 years ago
  39. 6c63db8 crypto: omap-sham - irq and dma handling changes by Dmitry Kasatkin · 13 years ago
  40. 6cb3ffe crypto: omap-sham - remove dedicated queue handling tasklet by Dmitry Kasatkin · 13 years ago
  41. 171cb9a crypto: omap-sham - remove unnecessary local variable by Dmitry Kasatkin · 13 years ago
  42. ed3ea9a8 crypto: omap-sham - move some flags to device context by Dmitry Kasatkin · 13 years ago
  43. a929cbe crypto: omap-sham - replace flags operation with atomic bit operations by Dmitry Kasatkin · 13 years ago
  44. ea1fd22 crypto: omap-sham - replace flags bit mask with bit number by Dmitry Kasatkin · 13 years ago
  45. c330472 crypto: omap-sham - remove unused code by Dmitry Kasatkin · 13 years ago
  46. 0e87b15 crypto: omap-sham - remove extra reference by Dmitry Kasatkin · 13 years ago
  47. bf36275 crypto: omap-sham - hmac calculation bug fix for sha1 base hash by Dmitry Kasatkin · 13 years ago
  48. 528d26f crypto: omap-sham - enable driver for EMU chips by Dmitry Kasatkin · 13 years ago
  49. 07aab76 crypto: omap-sham - remove debug print by Dmitry Kasatkin · 13 years ago
  50. 455e338 crypto: omap-sham - fix concurrent sha1 calculations by Markku Kylanpaa · 13 years ago
  51. 36be070 crypto: omap-sham - don't treat NULL clk as an error by Jamie Iles · 13 years ago
  52. 6c39d11 crypto: omap-sham - backlog handling fix by Dmitry Kasatkin · 14 years ago
  53. 887c883 crypto: omap-sham - zero-copy scatterlist handling by Dmitry Kasatkin · 14 years ago
  54. a55b290 crypto: omap-sham - FLAGS_FIRST is redundant and removed by Dmitry Kasatkin · 14 years ago
  55. 3c8d758 crypto: omap-sham - hash-in-progress is stored in hw format by Dmitry Kasatkin · 14 years ago
  56. 798eed5 crypto: omap-sham - crypto_ahash_final() now not need to be called. by Dmitry Kasatkin · 14 years ago
  57. a5d8723 crypto: omap-sham - removed redundunt locking by Dmitry Kasatkin · 14 years ago
  58. 3e133c8 crypto: omap-sham - error handling improved by Dmitry Kasatkin · 14 years ago
  59. c8eb540 crypto: omap-sham - DMA initialization fixes for off mode by Dmitry Kasatkin · 14 years ago
  60. 0c3cf4c crypto: omap-sham - uses digest buffer in request context by Dmitry Kasatkin · 14 years ago
  61. 584db6a crypto: omap-sham - Adjust DMA parameters by Samu Onkalo · 14 years ago
  62. 0efbaab crypto: omap - remove unused #include <linux/version.h> by Huang Weiyi · 14 years ago
  63. 8628e7c crypto: omap - sha1 & md5 driver by Dmitry Kasatkin · 14 years ago