1. 7e4be12 dmaengine: fix error codes in channel_register() by Dan Carpenter · 4 years, 4 months ago
  2. 5d7e816 dmaengine: Save few bytes and increase readability of dma_request_chan() by Andy Shevchenko · 4 years, 6 months ago
  3. 7547dbd dmaengine: Mark dma_request_slave_channel() deprecated by Peter Ujfalusi · 4 years, 6 months ago
  4. 3b6d694 dmaengine: Introduce DMA-device device_caps callback by Serge Semin · 4 years, 8 months ago
  5. b1b40b8 dmaengine: Introduce max SG burst capability by Serge Semin · 4 years, 8 months ago
  6. d97758e dmaengine: Introduce min burst length capability by Serge Semin · 4 years, 8 months ago
  7. c90e794 Merge tag 'dmaengine-5.8-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 4 years, 9 months ago
  8. 9872e23 dmaengine: Fix doc strings to satisfy validation script by Andy Shevchenko · 4 years, 10 months ago
  9. 833d88f dmaengine: Include dmaengine.h into dmaengine.c by Andy Shevchenko · 4 years, 10 months ago
  10. 0821009 dmaengine: fix channel index enumeration by Dave Jiang · 5 years ago
  11. e964f1e Merge tag 'dmaengine-5.7-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 5 years ago
  12. 26cf132 dmaengine: Create debug directories for DMA devices by Peter Ujfalusi · 5 years ago
  13. e937cc1 dmaengine: Add basic debugfs support by Peter Ujfalusi · 5 years ago
  14. f91da3b dmaengine: move .device_release missing log warning to debug level by Vinod Koul · 5 years ago
  15. bad8356 dmaengine: Cleanups for the slave <-> channel symlink support by Peter Ujfalusi · 5 years ago
  16. 5429b51 dmaengine: fix null ptr check for __dma_async_device_channel_register() by Dave Jiang · 5 years ago
  17. 474809a dmaengine: Fix return value for dma_request_chan() in case of failure by Marek Szyprowski · 5 years ago
  18. 71723a9 dmaengine: Create symlinks between DMA channels and slaves by Geert Uytterhoeven · 5 years ago
  19. e81274c dmaengine: add support to dynamic register/unregister of channels by Dave Jiang · 5 years ago
  20. d2fb0a0 dmaengine: break out channel registration by Dave Jiang · 5 years ago
  21. 69b1189 dmaengine: Remove dma_device_satisfies_mask() wrapper by Geert Uytterhoeven · 5 years ago
  22. 4db8fd3 dmaengine: Add metadata_ops for dma_async_tx_descriptor by Peter Ujfalusi · 5 years ago
  23. 08baca4 dmaengine: print more meaningful error message by Vinod Koul · 5 years ago
  24. 83c7794 dmaengine: move module_/dma_device_put() after route free by Vinod Koul · 5 years ago
  25. 8ad342a dmaengine: Add reference counting to dma_device struct by Logan Gunthorpe · 5 years ago
  26. 11a0fd2 dmaengine: Move dma_channel_rebalance() infrastructure up in code by Logan Gunthorpe · 5 years ago
  27. 6866071 dmaengine: Call module_put() after device_free_chan_resources() by Logan Gunthorpe · 5 years ago
  28. dae7a58 dmaengine: Store module owner in dma_device struct by Logan Gunthorpe · 5 years ago
  29. 47ebe00 Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 6 years ago
  30. fe33338 dmaengine: Grammar s/the its/its/, s/need/needs/ by Geert Uytterhoeven · 6 years ago
  31. f515131 dmaengine: Add matching device node validation in __dma_request_channel() by Baolin Wang · 6 years ago
  32. 9ab65af treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 7 by Thomas Gleixner · 6 years ago
  33. 98fa15f mm: replace all open encodings for NUMA_NO_NODE by Anshuman Khandual · 6 years ago
  34. aba16dc Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 7 years ago
  35. 485258b dmaengine: Convert to new IDA API by Matthew Wilcox · 7 years ago
  36. f39b948 dmaengine: add a new helper dmaenginem_async_device_register by Huang Shijie · 7 years ago
  37. ec8ca8e dmaengine: dma_request_chan_by_mask() to handle deferred probing by Peter Ujfalusi · 7 years ago
  38. d8095f9 dmaengine: add support for reporting pause and resume separately by Marek Szyprowski · 7 years ago
  39. 44348e8a fix a series of Documentation/ broken file name references by Mauro Carvalho Chehab · 7 years ago
  40. 3eeb515 dmaengine: remove BUG_ON while registering devices by Vinod Koul · 8 years ago
  41. c678fa6 dmaengine: remove DMA_SG as it is dead code in kernel by Dave Jiang · 8 years ago
  42. 23f963e9 dmaengine: Fix array index out of bounds warning in __get_unmap_pool() by Matthias Kaehlcke · 8 years ago
  43. adc064c dmaengine: Convert ID allocation to an IDA by Matthew Wilcox · 8 years ago
  44. 76d7b84 dmaengine: device must have at least one channel by Viresh Kumar · 9 years ago
  45. a365c96 Merge branch 'topic/core' into for-linus by Vinod Koul · 9 years ago
  46. d57d3a4 dmaengine: core: Use IS_ENABLED() instead of checking for built-in or module by Javier Martinez Canillas · 9 years ago
  47. dd4e91d dmaengine: slave means at least one of DMA_SLAVE, DMA_CYCLIC by Andy Shevchenko · 9 years ago
  48. 4c4d7f87 dmaengine: core: Revert back to pr_debug in __dma_request_channel() by Jarkko Nikula · 9 years ago
  49. b2d8984 dmaengine: add DMA_CYCLIC to dma_get_slave_caps by Vinod Koul · 9 years ago
  50. ef85931 dmaengine: core: Use dev_ functions for debug and error prints by Jarkko Nikula · 9 years ago
  51. 6d5bbed dmaengine: core: expose max burst capability to clients by Shawn Lin · 9 years ago
  52. d3f1e93 Merge branch 'topic/async' into for-linus by Vinod Koul · 9 years ago
  53. 7c7b680 Merge branch 'topic/univ_api' into for-linus by Vinod Koul · 9 years ago
  54. a8135d0 dmaengine: core: Introduce new, universal API to request a channel by Peter Ujfalusi · 9 years ago
  55. 7bd903c dmaengine: core: Move and merge the code paths using private_candidate by Peter Ujfalusi · 9 years ago
  56. 26b6425 dmaengine: core: Skip mask matching when it is not provided to private_candidate by Peter Ujfalusi · 9 years ago
  57. 9eeacd3 dmaengine: enable DMA_CTRL_REUSE by Robert Jarzmik · 9 years ago
  58. b36f09c dmaengine: Add transfer termination synchronization support by Lars-Peter Clausen · 9 years ago
  59. 041c795 Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  60. 214fc4e dmaengine: fix balance of privatecnt by Peter Ujfalusi · 9 years ago
  61. 240eb916 dmaengine: drop null test before destroy functions by Julia Lawall · 9 years ago
  62. 05aa1a7 dmaengine: fix balance of privatecnt inc/dec operations by Robert Baldyga · 10 years ago
  63. 1bc5e15 Merge tag 'dmaengine-4.2-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  64. 0e0fa66e Merge branch 'topic/omap' into for-linus by Vinod Koul · 10 years ago
  65. 4983a50 dmaengine: Revert "drivers/dma: remove unused support for MEMSET operations" by Maxime Ripard · 10 years ago
  66. 88d0464 dmaengine: Fix choppy sound because of unimplemented resume by Krzysztof Kozlowski · 10 years ago
  67. 19d643d dmaengine: fix kernel-doc documentation by Stefan Agner · 10 years ago
  68. 56f13c0 dmaengine: of_dma: Support for DMA routers by Peter Ujfalusi · 10 years ago
  69. 63f89ca dmaengine: increment privatecnt when using dma_get_any_slave_channel by Christopher Freeman · 10 years ago
  70. d6a4c0e Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  71. 12522ee Revert "dmaengine: Add a warning for drivers not using the generic slave caps retrieval" by Linus Torvalds · 10 years ago
  72. 3b62286 dmaengine: Remove FSF mailing addresses by Jarkko Nikula · 10 years ago
  73. bfde98b dmaengine: Remove net_dma_find_channel by Maxime Ripard · 10 years ago
  74. 0d5484b dmaengine: Move dma_get_slave_caps() implementation to dmaengine.c by Laurent Pinchart · 10 years ago
  75. ecc19d1 dmaengine: Add a warning for drivers not using the generic slave caps retrieval by Maxime Ripard · 10 years ago
  76. 4f8ef9f dmaengine: Remove the need to declare device_control by Maxime Ripard · 10 years ago
  77. c4b54a6 dmaengine: Make channel allocation callbacks optional by Maxime Ripard · 10 years ago
  78. d2f4f99 dmaengine: Rework dma_chan_get by Maxime Ripard · 10 years ago
  79. a9507ca dmaenegine: Delete a check before free_percpu() by Markus Elfring · 10 years ago
  80. d0cd848 Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Linus Torvalds · 10 years ago
  81. 7bced39 net_dma: simple removal by Dan Williams · 11 years ago
  82. c1f43dd dmaengine: fix dmaengine_unmap failure by Xuelin Shi · 11 years ago
  83. 0f6a928 acpi-dma: convert to return error code when asked for channel by Andy Shevchenko · 11 years ago
  84. f2c73464 Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  85. 75aac82 Merge remote-tracking branch 'asoc/topic/dma' into asoc-next by Mark Brown · 11 years ago
  86. 1c7af42 Merge branches 'depends/asoc-dma', 'depends/dma-of' and 'depends/tegra-clk' into next/cleanup by Olof Johansson · 11 years ago
  87. 8194ee27 dmaengine: fix sleep in atomic by Dan Williams · 11 years ago
  88. 3cc377b dmaengine: fix enable for high order unmap pools by Dan Williams · 11 years ago
  89. 8010dad dma: add dma_get_any_slave_channel(), for use in of_xlate() by Stephen Warren · 11 years ago
  90. 0ad7c00 dma: add channel request API that supports deferred probe by Stephen Warren · 11 years ago
  91. df12a31 Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Vinod Koul · 11 years ago
  92. 0776ae7 dmaengine: remove DMA unmap flags by Bartlomiej Zolnierkiewicz · 11 years ago
  93. 7476bd79 async_pq: convert to dmaengine_unmap_data by Dan Williams · 11 years ago
  94. 8971646 async_memcpy: convert to dmaengine_unmap_data by Dan Williams · 11 years ago
  95. 45c463a dmaengine: reference counted unmap data by Dan Williams · 11 years ago
  96. 56ea27f dmaengine: consolidate memcpy apis by Dan Williams · 11 years ago
  97. adfedd9 dmaengine: use DMA_COMPLETE for dma completion status by Vinod Koul · 11 years ago
  98. ec5b103 Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  99. 26b0332 Merge tag 'dmaengine-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Linus Torvalds · 12 years ago
  100. 592745e Merge branch 'topic/of' into for-linus by Vinod Koul · 12 years ago