1. ca2a650 Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  2. 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
  3. 868d2ee dmaengine: fix kernel-doc style typos for few comments by Vinod Koul · 11 years ago
  4. 5072056 dma: Indicate residue granularity in dma_slave_caps by Lars-Peter Clausen · 11 years ago
  5. 0adcdee Merge branch 'topic/of' into for-linus by Vinod Koul · 11 years ago
  6. 4fce628 Merge branch 'topic/defer_probe' into for-linus by Vinod Koul · 11 years ago
  7. 1c7af42 Merge branches 'depends/asoc-dma', 'depends/dma-of' and 'depends/tegra-clk' into next/cleanup by Olof Johansson · 11 years ago
  8. 397321f dmaengine: fix incorrect kernel-doc comment for struct dma_slave_config by Alexander Popov · 11 years ago
  9. 8010dad dma: add dma_get_any_slave_channel(), for use in of_xlate() by Stephen Warren · 11 years ago
  10. 0ad7c00 dma: add channel request API that supports deferred probe by Stephen Warren · 11 years ago
  11. 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
  12. 0776ae7 dmaengine: remove DMA unmap flags by Bartlomiej Zolnierkiewicz · 11 years ago
  13. 8971646 async_memcpy: convert to dmaengine_unmap_data by Dan Williams · 11 years ago
  14. 45c463a dmaengine: reference counted unmap data by Dan Williams · 11 years ago
  15. d38a8c6 dmaengine: prepare for generic 'unmap' data by Dan Williams · 11 years ago
  16. 7db5f72 dmaengine: remove unused DMA_SUCCESS by Vinod Koul · 11 years ago
  17. adfedd9 dmaengine: use DMA_COMPLETE for dma completion status by Vinod Koul · 11 years ago
  18. ec5b103 Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  19. 4a43f39 dmaengine: dma_sync_wait and dma_find_channel undefined by Jon Mason · 11 years ago
  20. bd12763 Merge branch 'topic/api_caps' into for-linus by Vinod Koul · 11 years ago
  21. 14f00c7 dmaengine: dma_slave_caps: remove sg entries by Vinod Koul · 11 years ago
  22. 355cdaf Merge branch 'topic/api_caps' into for-linus by Vinod Koul · 11 years ago
  23. 71ea148 dmaengine: make dma_submit_error() return an error code by Dan Carpenter · 11 years ago
  24. 7bb587f dmaengine: add interface of dma_get_slave_channel by Zhangfei Gao · 11 years ago
  25. 221a27c7 dmaengine: add dma_slave_get_caps api by Vinod Koul · 11 years ago
  26. 48a9db4 drivers/dma: remove unused support for MEMSET operations by Bartlomiej Zolnierkiewicz · 11 years ago
  27. b2396f7 Merge branch 'topic/of' into for-linus by Vinod Koul · 11 years ago
  28. bef29ec DMA: of: Constant names by Markus Pargmann · 11 years ago
  29. a53e28d dma: Make the 'mask' parameter of __dma_request_channel const by Lars-Peter Clausen · 11 years ago
  30. 864ef69 dmaengine: add dma_request_slave_channel_compat() by Matt Porter · 12 years ago
  31. 978c417 dmaengine.h: remove redundant else keyword by Andy Shevchenko · 11 years ago
  32. 61cc13a dmaengine: introduce is_slave_direction function by Andy Shevchenko · 12 years ago
  33. e239345f dmaengine: remove dma_async_memcpy_complete() macro by Bartlomiej Zolnierkiewicz · 12 years ago
  34. b9ee868 dmaengine: remove dma_async_memcpy_pending() macro by Bartlomiej Zolnierkiewicz · 12 years ago
  35. 944ea4d dmatest: Fix NULL pointer dereference on ioat by Jon Mason · 12 years ago
  36. a14acb4 DMAEngine: add dmaengine_prep_interleaved_dma wrapper for interleaved api by Barry Song · 12 years ago
  37. e5a087f dmaengine: use for_each_set_bit by Akinobu Mita · 12 years ago
  38. d18d5f5 dmaengine: fix build failure due to missing semi-colon by Vinod Koul · 12 years ago
  39. 9a6cecc dmaengine: add helper function to request a slave DMA channel by Jon Hunter · 12 years ago
  40. e7736cd dmaengine: Add flags parameter to dmaengine_prep_dma_cyclic() by Peter Ujfalusi · 12 years ago
  41. ec8b5e4 dmaengine: Pass flags via device_prep_dma_cyclic() callback by Peter Ujfalusi · 12 years ago
  42. 3052cc2 dmaengine: Add wrapper for device_tx_status callback by Lars-Peter Clausen · 12 years ago
  43. 4fd1e32 dma: dmaengine: add slave req id in slave_config by Laxman Dewangan · 12 years ago
  44. e42d98e rapidio: add DMA engine support for RIO data transfers by Alexandre Bounine · 12 years ago
  45. d5adf23 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  46. 922ee08 dmaengine: Fixup dmaengine_prep_slave_single() to be actually useful by Kuninori Morimoto · 12 years ago
  47. 94fb175 Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine by Linus Torvalds · 12 years ago
  48. a2bd114 netdma: adding alignment check for NETDMA ops by Dave Jiang · 12 years ago
  49. ef08e78 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  50. 185ecb5 dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclic by Alexandre Bounine · 12 years ago
  51. 1605282 dmaengine/dma_slave: introduce inline wrappers by Alexandre Bounine · 12 years ago
  52. d2ebfb3 dmaengine: add private header file by Russell King - ARM Linux · 12 years ago
  53. 4d4e58d dmaengine: move last completed cookie into generic dma_chan structure by Russell King - ARM Linux · 12 years ago
  54. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
  55. dcc043d dmaengine: Add flow controller information to dma_slave_config by Viresh Kumar · 13 years ago
  56. 62268ce dmaengine: add DMA_TRANS_NONE to dma_transfer_direction by Shawn Guo · 13 years ago
  57. b14dab7 DMAEngine: Define interleaved transfer request api by Jassi Brar · 13 years ago
  58. e0d23ef Merge branch 'dma_slave_direction' into next_test_dirn by Vinod Koul · 13 years ago
  59. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  60. a8efa9d linux/dmaengine.h: fix implicit use of bitmap.h and asm/page.h by Paul Gortmaker · 13 years ago
  61. 49920bc dmaengine: add new enum dma_transfer_direction by Vinod Koul · 13 years ago
  62. a16e470 dmaengine: remove struct scatterlist for header by Vinod Koul · 13 years ago
  63. 90b44f8 dmaengine: add helper function for slave_single by Vinod Koul · 13 years ago
  64. b7f080c net: remove mm.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  65. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  66. e1288cd Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 14 years ago
  67. 98d530f Fix dmaengine_submit() return type by Russell King - ARM Linux · 14 years ago
  68. 8f33d52 dmaengine: provide dummy functions for DMA_ENGINE=n by Guennadi Liakhovetski · 14 years ago
  69. 5fc6d89 async_tx: make async_tx channel switching opt-in by Dan Williams · 14 years ago
  70. 6391987 Merge branches 'dma40', 'pl08x', 'fsldma', 'imx' and 'intel-mid' into dmaengine by Dan Williams · 14 years ago
  71. 968f19a fsldma: improved DMA_SLAVE support by Ira Snyder · 14 years ago
  72. a86ee03 dma: add support for scatterlist to scatterlist copy by Ira Snyder · 14 years ago
  73. 6e3ecaf dmaengine: add wrapper functions for device control functions by Sascha Hauer · 14 years ago
  74. 782bc95 dmaengine: add possibility for cyclic transfers by Sascha Hauer · 14 years ago
  75. d3f3cf8 missing inline keyword for static function in linux/dmaengine.h by Mathieu Lacage · 14 years ago
  76. c156d0a DMAENGINE: generic slave channel control v3 by Linus Walleij · 14 years ago
  77. 0b28330 Merge branch 'ioat' into dmaengine by Dan Williams · 14 years ago
  78. 0582763 DMAENGINE: extend the control command to include an arg by Linus Walleij · 14 years ago
  79. caa20d97 async_tx: trim dma_async_tx_descriptor in 'no channel switch' case by Dan Williams · 14 years ago
  80. bca3469 dmaengine: provide helper for setting txstate by Dan Williams · 14 years ago
  81. 0793448 DMAENGINE: generic channel status v2 by Linus Walleij · 14 years ago
  82. c3635c7 DMAENGINE: generic slave control v2 by Linus Walleij · 14 years ago
  83. 9bb6769 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 14 years ago
  84. 76bd061 fsldma: Fix cookie issues by Steven J. Magnani · 14 years ago
  85. a29d8b8 percpu: add __percpu sparse annotations to what's left by Tejun Heo · 15 years ago
  86. a88f666 dmaengine: clarify the meaning of the DMA_CTRL_ACK flag by Guennadi Liakhovetski · 15 years ago
  87. bbb2008 Merge branch 'dmaengine' into async-tx-next by Dan Williams · 15 years ago
  88. 0803172 dmaengine: kill tx_list by Dan Williams · 15 years ago
  89. 83544ae dmaengine, async_tx: support alignment checks by Dan Williams · 15 years ago
  90. 9308add dmaengine: cleanup unused transaction types by Dan Williams · 15 years ago
  91. 138f4c3 dmaengine, async_tx: add a "no channel switch" allocator by Dan Williams · 15 years ago
  92. 0403e38 dmaengine: add fence support by Dan Williams · 15 years ago
  93. f9dd213 Merge branch 'md-raid6-accel' into ioat3.2 by Dan Williams · 15 years ago
  94. b2f46fd async_tx: add support for asynchronous GF multiplication by Dan Williams · 15 years ago
  95. ad283ea async_tx: add sum check flags by Dan Williams · 15 years ago
  96. 4f005db ioatdma: fix "ioatdma frees DMA memory with wrong function" by Maciej Sosnowski · 15 years ago
  97. 099f53c async_tx: rename zero_sum to val by Dan Williams · 15 years ago
  98. 0f57151 dmaengine: Add privatecnt to revert DMA_PRIVATE property by Atsushi Nemoto · 15 years ago
  99. 729b5d1 dmaengine: allow dma support for async_tx to be toggled by Dan Williams · 15 years ago
  100. 54aee6a dmaengine: kill some unused headers by Dan Williams · 15 years ago