1. 26c4a51 crypto: caam/jr - remove incorrect reference to caam_jr_register() by Dan Douglass · 4 years, 5 months ago
  2. 1517f63 crypto: caam - drop global context pointer and init_done by Andrey Smirnov · 4 years, 10 months ago
  3. ee38767 crypto: caam - support crypto_engine framework for SKCIPHER algorithms by Iuliana Prodan · 4 years, 11 months ago
  4. 4d370a1 crypto: caam - change return code in caam_jr_enqueue function by Iuliana Prodan · 4 years, 11 months ago
  5. 9575d1a crypto: caam - Cast to long first before pointer conversion by Herbert Xu · 5 years ago
  6. f2ef960 crypto: caam - dispose of IRQ mapping only after IRQ is freed by Andrey Smirnov · 5 years ago
  7. 549077d crypto: caam - check irq_of_parse_and_map for errors by Andrey Smirnov · 5 years ago
  8. 05d2a75 crypto: caam - use devres to unmap JR's registers by Andrey Smirnov · 5 years ago
  9. dff3680 crypto: caam - don't hardcode inpentry size by Andrey Smirnov · 5 years ago
  10. 6c5f898 crypto: caam - drop explicit usage of struct jr_outentry by Andrey Smirnov · 5 years ago
  11. d488dfd crypto: caam - request JR IRQ as the last step by Andrey Smirnov · 5 years ago
  12. a6c4194 crypto: caam - convert caam_jr_init() to use devres by Andrey Smirnov · 5 years ago
  13. 70c0cda crypto: caam - move DMA mask selection into a function by Andrey Smirnov · 5 years ago
  14. 1b46c90 crypto: caam - convert top level drivers to libraries by Horia Geantă · 6 years ago
  15. cbc22b0 Revert "crypto: caam/jr - Remove extra memory barrier during job ring dequeue" by Herbert Xu · 6 years ago
  16. bbfcac5 crypto: caam/jr - Remove extra memory barrier during job ring dequeue by Vakul Garg · 6 years ago
  17. c23116e crypto: caam/jr - Remove extra memory barrier during job ring enqueue by Vakul Garg · 6 years ago
  18. 1b30b98 crypto: caam/jr - Removed redundant vars from job ring private data by Vakul Garg · 6 years ago
  19. a118dfa crypto: caam/jr - Remove spinlock for output job ring by Vakul Garg · 6 years ago
  20. 16c4dd8 crypto: caam/jr - optimize job ring enqueue and dequeue operations by Vakul Garg · 6 years ago
  21. 618b5dc crypto: caam - add SPDX license identifier to all files by Horia Geantă · 6 years ago
  22. cc98963 crypto: caam/jr - fix descriptor DMA unmapping by Horia Geantă · 6 years ago
  23. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  24. 297b9ce crypto: caam/jr - add support for DPAA2 parts by Horia Geantă · 7 years ago
  25. 52a33d9 crypto: caam - make of_device_ids const. by Arvind Yadav · 8 years ago
  26. b3b5fce crypto: caam - check return code of dma_set_mask_and_coherent() by Horia Geantă · 8 years ago
  27. 2b163b5 Revert "crypto: caam - get rid of tasklet" by Horia Geantă · 8 years ago
  28. 8439e94 crypto: caam - fix sparse warnings by Horia Geantă · 8 years ago
  29. 3387879 crypto: caam - Unmap region obtained by of_iomap by Arvind Yadav · 8 years ago
  30. 66d2e20 crypto: caam - get rid of tasklet by Russell King · 8 years ago
  31. 261ea05 crypto: caam - handle core endianness != caam endianness by Horia Geantă · 9 years ago
  32. e930c76 crypto: caam - fix caam_jr_alloc() ret code by Catalin Vasile · 9 years ago
  33. 029c053 crypto: caam - Staticize caam_jr_shutdown() by Fabio Estevam · 9 years ago
  34. 9c4f973 crypto: caam - Use the preferred style for memory allocations by Fabio Estevam · 9 years ago
  35. e747242 crypto: caam - Add cache coherency support by Victoria Milhoan · 9 years ago
  36. cbceeef crypto: caam - fix resource clean-up on error path for caam_jr_init by Cristian Stoica · 10 years ago
  37. c6bf62e crypto: caam - pair irq map and dispose in the same function by Cristian Stoica · 10 years ago
  38. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  39. 4ba2a8b crypto: caam - Remove unnecessary smp_read_barrier_depends() by Pranith Kumar · 10 years ago
  40. 7464d31 crypto: caam: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  41. 3e7a716 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 10 years ago
  42. a2ac287 crypto: caam - set coherent_dma_mask by Horia Geanta · 10 years ago
  43. 0378c9a crypto: caam - fix memleak in caam_jr module by Cristian Stoica · 10 years ago
  44. 6c5dc7f crypto: caam - Add missing Job Ring include by Michael Neuling · 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. b548095 Merge remote-tracking branch 'grant/devicetree/next' into for-next by Rob Herring · 11 years ago
  47. 07defbf crypto: caam - Add API's to allocate/free Job Rings by Ruchika Gupta · 11 years ago
  48. 313ea29 crypto: caam - Add Platform driver for Job Ring by Ruchika Gupta · 11 years ago
  49. f757849 of/irq: Use irq_of_parse_and_map() by Thierry Reding · 11 years ago
  50. 5af5073 drivers: clean-up prom.h implicit includes by Rob Herring · 11 years ago
  51. 6dad411 crypto: caam - Remove unused functions from Job Ring by Ruchika Gupta · 11 years ago
  52. 3862de1 crypto: caam - fix job ring cleanup code by Vakul Garg · 12 years ago
  53. ce026cb crypto: caam - fix possible deadlock condition by Kim Phillips · 12 years ago
  54. 1af8ea8 crypto: caam - Using alloc_coherent for caam job rings by Bharat Bhushan · 12 years ago
  55. a0ca6ca crypto: caam - one tasklet per job ring by Kim Phillips · 13 years ago
  56. 14a8e29 crypto: caam - consolidate memory barriers from job ring en/dequeue by Kim Phillips · 13 years ago
  57. a8ea07c crypto: caam - only query h/w in job ring dequeue path by Kim Phillips · 13 years ago
  58. 4bba1e9 crypto: caam - use non-irq versions of spinlocks for job rings by Kim Phillips · 13 years ago
  59. e13af18 crypto: caam - assign 40-bit masks on SEC v5.0 and above by Kim Phillips · 13 years ago
  60. a68d259 crypto: caam - fix input job ring element dma mapping size by Kim Phillips · 13 years ago
  61. 9620fd9 crypto: caam - handle interrupt lines shared across rings by Kim Phillips · 14 years ago
  62. 8e8ec59 crypto: caam - Add support for the Freescale SEC4/CAAM by Kim Phillips · 14 years ago