1. 1cce200 scripts/spelling.txt: add "deintialize(d)" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  2. 944c3d4 crypto: caam - fix state buffer DMA (un)mapping by Horia Geantă · 8 years ago
  3. 0355d23 crypto: caam - abstract ahash request double buffering by Horia Geantă · 8 years ago
  4. 87ec02e crypto: caam - fix error path for ctx_dma mapping failure by Horia Geantă · 8 years ago
  5. bbf2234 crypto: caam - fix DMA API leaks for multiple setkey() calls by Horia Geantă · 8 years ago
  6. cfb725f crypto: caam - don't dma_map key for hash algorithms by Horia Geantă · 8 years ago
  7. 838e0a8 crypto: caam - use dma_map_sg() return code by Horia Geantă · 8 years ago
  8. fa0c92d crypto: caam - replace sg_count() with sg_nents_for_len() by Horia Geantă · 8 years ago
  9. fd144d8 crypto: caam - check sg_count() return value by Horia Geantă · 8 years ago
  10. fd88aac crypto: caam - fix HW S/G in ablkcipher_giv_edesc_alloc() by Horia Geantă · 8 years ago
  11. 4d8348d crypto: caam - fix JR IO mapping if one fails by Tudor Ambarus · 8 years ago
  12. b3b5fce crypto: caam - check return code of dma_set_mask_and_coherent() by Horia Geantă · 8 years ago
  13. 78fd0ff crypto: caam - don't include unneeded headers by Horia Geantă · 8 years ago
  14. 0f1d6df Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  15. b80609a crypto: caam - check caam_emi_slow instead of re-lookup platform by Marcus Folkesson · 8 years ago
  16. 39eaf75 crypto: caam - fix pointer size for AArch64 boot loader, AArch32 kernel by Horia Geantă · 8 years ago
  17. 37d8468 crypto: caam - make aamalg_desc a proper module by Arnd Bergmann · 8 years ago
  18. 9c0bc511 crypto: caam - pass key buffers with typesafe pointers by Arnd Bergmann · 8 years ago
  19. 479d014 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  20. 1a0166f crypto: caam - refactor ahash shared descriptor generation by Horia Geantă · 8 years ago
  21. 6655cb8 crypto: caam - consolidate split key length computation by Horia Geantă · 8 years ago
  22. 8cea7b6 crypto: caam - refactor encryption descriptors generation by Horia Geantă · 8 years ago
  23. 746f069 crypto: caam - remove unneded dependencies on CRYPTO_DEV_FSL_CAAM by Horia Geantă · 8 years ago
  24. 281669d crypto: caam - rewrite some generic inline append cmds by Horia Geantă · 8 years ago
  25. 4cbe79c crypto: caam - improve key inlining by Horia Geantă · 8 years ago
  26. 488ebc3 crypto: caam - remove superfluous alg_op algorithm param by Horia Geantă · 8 years ago
  27. db57656 crypto: caam - group algorithm related params by Horia Geantă · 8 years ago
  28. 64c9295 crypto: caam - move append_key_aead() into init_sh_desc_key_aead() by Horia Geantă · 8 years ago
  29. a5a40d4 crypto: caam - fix type mismatch warning by Arnd Bergmann · 8 years ago
  30. 9a1a1c0 crypto: caam - merge identical ahash_final/finup shared desc by Horia Geantă · 8 years ago
  31. 24a4f14 crypto: caam - constify pointer to descriptor buffer by Horia Geantă · 8 years ago
  32. e25ff92 crypto: caam - move sec4_sg_entry to sg_sw_sec4.h by Horia Geantă · 8 years ago
  33. 2b163b5 Revert "crypto: caam - get rid of tasklet" by Horia Geantă · 8 years ago
  34. c73e36e crypto: caam - fix DMA API mapping leak in ablkcipher code by Horia Geantă · 8 years ago
  35. 9305dff crypto: caam - remove unreachable code in report_ccb_status() by Horia Geantă · 8 years ago
  36. 4ca7c7d crypto: caam - trivial code clean-up by Horia Geantă · 8 years ago
  37. 1b008ee crypto: caam - remove unused command from aead givencrypt by Horia Geantă · 8 years ago
  38. 00fef2b crypto: caam - remove unused may_sleep in dbg_dump_sg() by Horia Geantă · 8 years ago
  39. c530e34 crypto: caam - fix smatch warnings by Horia Geantă · 8 years ago
  40. 8439e94 crypto: caam - fix sparse warnings by Horia Geantă · 8 years ago
  41. 2090456 crypto: caam - desc.h fixes by Horia Geantă · 8 years ago
  42. 39957c8 crypto: caam - completely remove error propagation handling by Horia Geantă · 8 years ago
  43. d128af1 crypto: caam - fix AEAD givenc descriptors by Alex Porosanu · 8 years ago
  44. 83d2c9a crypto: caam - do not register AES-XTS mode on LP units by Sven Ebenfeld · 8 years ago
  45. d69985a crypto: caam - fix type mismatch warning by Arnd Bergmann · 8 years ago
  46. 4e51881 crypto: caam - add support for iMX6UL by Marcus Folkesson · 8 years ago
  47. c3afafa Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 8 years ago
  48. f97581c crypto: caam - treat SGT address pointer as u64 by Tudor Ambarus · 8 years ago
  49. 3387879 crypto: caam - Unmap region obtained by of_iomap by Arvind Yadav · 8 years ago
  50. 5ecf8ef crypto: caam - fix sg dump by Catalin Vasile · 8 years ago
  51. 06435f34 crypto: caam - Move common error handling code in two functions by Markus Elfring · 8 years ago
  52. 9e6df0f crypto: caam - Delete an unnecessary initialisation in seven functions by Markus Elfring · 8 years ago
  53. e6cc5b8 crypto: caam - Return a value directly in caam_hash_cra_init() by Markus Elfring · 8 years ago
  54. 58b0e5d crypto: caam - Rename a jump label in five functions by Markus Elfring · 8 years ago
  55. d6e7a7d crypto: caam - Rename jump labels in ahash_setkey() by Markus Elfring · 8 years ago
  56. e7a33c4 crypto: caam - Use kmalloc_array() in ahash_setkey() by Markus Elfring · 8 years ago
  57. 5ba1c7b crypto: caam - fix rfc3686(ctr(aes)) IV load by Catalin Vasile · 8 years ago
  58. 1ac6b73 crypto: caam - add missing header dependencies by Baoyou Xie · 8 years ago
  59. 8b18e23 crypto: caam - fix IV loading for authenc (giv)decryption by Horia Geantă · 8 years ago
  60. bdc67da crypto: caam - avoid kernel warnings on probe failure by Russell King · 8 years ago
  61. 66d2e20 crypto: caam - get rid of tasklet by Russell King · 8 years ago
  62. 65cf164 crypto: caam - add ahash_edesc_add_src() by Russell King · 8 years ago
  63. 30a43b4 crypto: caam - move job descriptor initialisation to ahash_edesc_alloc() by Russell King · 8 years ago
  64. 5588d03 crypto: caam - add ahash_edesc_alloc() for descriptor allocation by Russell King · 8 years ago
  65. bc13c69 crypto: caam - check and use dma_map_sg() return code by Russell King · 8 years ago
  66. 32686d3 crypto: caam - ensure that we clean up after an error by Russell King · 8 years ago
  67. 343e44b crypto: caam - replace sec4_sg pointer with array by Russell King · 8 years ago
  68. d7b24ed crypto: caam - mark the hardware descriptor as cache line aligned by Russell King · 8 years ago
  69. 64ce56c crypto: caam - incorporate job descriptor into struct ahash_edesc by Russell King · 8 years ago
  70. e11793f crypto: caam - ensure descriptor buffers are cacheline aligned by Russell King · 8 years ago
  71. 3d5a2db crypto: caam - fix DMA API mapping leak by Russell King · 8 years ago
  72. a0118c8 crypto: caam - fix non-hmac hashes by Russell King · 8 years ago
  73. 2fdea25 crypto: caam - defer aead_set_sh_desc in case of zero authsize by Horia Geantă · 8 years ago
  74. 1d2d87e crypto: caam - fix echainiv(authenc) encrypt shared descriptor by Horia Geantă · 8 years ago
  75. 8c41977 crypto: caam - add support for RSA algorithm by Tudor Ambarus · 8 years ago
  76. 6999d50 crypto: caam - replace deprecated EXTRA_CFLAGS by Tudor Ambarus · 8 years ago
  77. a6ed42d crypto: caam - fix misspelled upper_32_bits by Arnd Bergmann · 8 years ago
  78. 9e21779 crypto: caam - add ARCH_LAYERSCAPE to supported architectures by Horia Geantă · 9 years ago
  79. 261ea05 crypto: caam - handle core endianness != caam endianness by Horia Geantă · 9 years ago
  80. bd52f1c crypto: caam - fix offset field in hw sg entries by Cristian Stoica · 9 years ago
  81. 287980e remove lots of IS_ERR_VALUE abuses by Arnd Bergmann · 9 years ago
  82. e930c76 crypto: caam - fix caam_jr_alloc() ret code by Catalin Vasile · 9 years ago
  83. 029c053 crypto: caam - Staticize caam_jr_shutdown() by Fabio Estevam · 9 years ago
  84. 624144a crypto: caam - enable LARGE_BURST for enhancing DMA transactions size by Horia Geant? · 9 years ago
  85. e7a7104 crypto: caam - make write transactions bufferable on PPC platforms by Horia Geant? · 9 years ago
  86. f456cd2 crypto: caam - pass the correct buffer length by Fabio Estevam · 9 years ago
  87. f9970c2 crypto: caam - check return value of sg_nents_for_len by LABBE Corentin · 9 years ago
  88. 659f313 crypto: caam - fix indentation of close braces by Russell King · 9 years ago
  89. 5ec9083 crypto: caam - only export the state we really need to export by Russell King · 9 years ago
  90. c7556ff crypto: caam - fix non-block aligned hash calculation by Russell King · 9 years ago
  91. 434b421 crypto: caam - avoid needlessly saving and restoring caam_hash_ctx by Russell King · 9 years ago
  92. 6ea30f0 crypto: caam - print errno code when hash registration fails by Russell King · 9 years ago
  93. c6415a6 crypto: caam - add support for acipher xts(aes) by Catalin Vasile · 9 years ago
  94. 13fb8fd crypto: caam - dma_map_sg can handle chained SG by LABBE Corentin · 9 years ago
  95. 859e580 crypto: caam - Remove unused JUMP_TYPE_MASK definition by Fabio Estevam · 9 years ago
  96. d4c9039 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  97. 9c4f973 crypto: caam - Use the preferred style for memory allocations by Fabio Estevam · 9 years ago
  98. a3c0955 crypto: caam - Propagate the real error code in caam_probe by Fabio Estevam · 9 years ago
  99. 31f44d1 crypto: caam - Fix the error handling in caam_probe by Fabio Estevam · 9 years ago
  100. 9f587fa crypto: caam - fix writing to JQCR_MS when using service interface by Horia Geant? · 9 years ago