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