1. 1979b18 txx9dmac: implement a private tx_list by Dan Williams · 15 years ago
  2. 285a3c7 at_hdmac: implement a private tx_list by Dan Williams · 15 years ago
  3. 64203b6 mv_xor: implement a private tx_list by Dan Williams · 15 years ago
  4. ea25968a ioat: implement a private tx_list by Dan Williams · 15 years ago
  5. 308136d iop-adma: implement a private tx_list by Dan Williams · 15 years ago
  6. eda3423 fsldma: implement a private tx_list by Dan Williams · 15 years ago
  7. e0bd0f8 dw_dmac: implement a private tx_list by Dan Williams · 15 years ago
  8. e12c4fa Merge branch 'ioat' into dmaengine by Dan Williams · 15 years ago
  9. 4b652f0 net_dma: poll for a descriptor after allocation failure by Dan Williams · 15 years ago
  10. a309218 ioat2,3: dynamically resize descriptor ring by Dan Williams · 15 years ago
  11. 09c8a5b ioat: switch watchdog and reset handler from workqueue to timer by Dan Williams · 15 years ago
  12. ad643f5 ioat1: trim ioat_dma_desc_sw by Dan Williams · 15 years ago
  13. 345d852 ioat: ___devinit annotate the initialization paths by Dan Williams · 15 years ago
  14. f6ab95b ioat: preserve chanctrl bits when re-arming interrupts by Dan Williams · 15 years ago
  15. bb32078 ioat: ignore reserved bits for chancnt and xfercap by Dan Williams · 15 years ago
  16. 4fb9b9e ioat: cleanup completion status reads by Dan Williams · 15 years ago
  17. 6df9183 ioat: add some dev_dbg() calls by Dan Williams · 15 years ago
  18. 38e12f6 ioat1: kill unused unmap parameters by Dan Williams · 15 years ago
  19. 5cbafa6 ioat2,3: convert to a true ring buffer by Dan Williams · 15 years ago
  20. dcbc853 ioat: prepare the code for ioat[12]_dma_chan split by Dan Williams · 15 years ago
  21. a6a39ca ioat: fix self test interrupts by Dan Williams · 15 years ago
  22. a0587bc ioat1: move descriptor allocation from submit to prep by Dan Williams · 15 years ago
  23. c7984f4 ioat: define descriptor control bit-field by Dan Williams · 15 years ago
  24. 77867ff ioat: fix type mismatch for ->dmacount by Dan Williams · 15 years ago
  25. f2427e2 ioat: split ioat_dma_probe into core/version-specific routines by Dan Williams · 15 years ago
  26. b31b78f ioat: kill function prototype ifdef guards by Dan Williams · 15 years ago
  27. bc3c702 ioat: cleanup some long deref chains and 80 column collisions by Dan Williams · 15 years ago
  28. e6c0b69 ioat: convert ioat_probe to pcim/devm by Dan Williams · 15 years ago
  29. 1f27adc2 ioat: move definitions to dma.h by Dan Williams · 15 years ago
  30. a348a7e6 Merge commit 'v2.6.31-rc1' into dmaengine by Dan Williams · 15 years ago
  31. 584ec22 ioat: move to drivers/dma/ioat/ by Dan Williams · 15 years ago
  32. 808347f dmaengine: at_hdmac: add DMA slave transfers by Nicolas Ferre · 15 years ago
  33. dc78baa dmaengine: at_hdmac: new driver for the Atmel AHB DMA Controller by Nicolas Ferre · 15 years ago
  34. f1aef8b dmaengine: dmatest: correct thread_count while using multiple thread per channel by Nicolas Ferre · 15 years ago
  35. 0a2ff57d dmaengine: dmatest: add a maximum number of test iterations by Nicolas Ferre · 15 years ago
  36. c019894 drivers/dma: Remove unnecessary semicolons by Joe Perches · 15 years ago
  37. e3d4330 drivers/dma/fsldma.c: Remove unnecessary semicolons by Joe Perches · 15 years ago
  38. daf4219 dmaengine: move HIGHMEM64G restriction to ASYNC_TX_DMA by Dan Williams · 15 years ago
  39. 4ac4aa5 DMA: txx9dmac: use dma_unmap_single if DMA_COMPL_{SRC,DEST}_UNMAP_SINGLE set by Atsushi Nemoto · 15 years ago
  40. ea76f0b DMA: TXx9 Soc DMA Controller driver by Atsushi Nemoto · 15 years ago
  41. 43a1a3e fsldma: do not clear bandwidth control bits on the 83xx controller by Ira Snyder · 15 years ago
  42. be30b22 fsldma: enable external start for the 83xx controller by Ira Snyder · 15 years ago
  43. a7aea37 fsldma: use PCI Read Multiple command by Ira W. Snyder · 15 years ago
  44. 3b798a5 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 15 years ago
  45. 2f10260 i7300_idle: allow testing on i5000-series hardware w/o re-compile by Len Brown · 15 years ago
  46. b787f2e fsldma: Fix compile warnings by Kumar Gala · 15 years ago
  47. 2e077f8 fsldma: fix memory leak on error path in fsl_dma_prep_memcpy() by Ira Snyder · 15 years ago
  48. 776c894 fsldma: snooping is not enabled for last entry in descriptor chain by Ira Snyder · 15 years ago
  49. bcfb746 fsldma: fix infinite loop on multi-descriptor DMA chain completion by Ira Snyder · 15 years ago
  50. 138ef01 fsldma: fix "DMA halt timeout!" errors by Ira Snyder · 15 years ago
  51. f47edc6 fsldma: fix check on potential fdev->chan[] overflow by Roel Kluin · 15 years ago
  52. ad567ff dma: fix ipu_idmac.c to not discard the last queued buffer by Guennadi Liakhovetski · 15 years ago
  53. 4f005db ioatdma: fix "ioatdma frees DMA memory with wrong function" by Maciej Sosnowski · 15 years ago
  54. ca50a51 ipu_idmac: Use disable_irq_nosync() from within irq handlers. by Ben Nizette · 15 years ago
  55. c56c81a dmatest: fix max channels handling by Dan Williams · 15 years ago
  56. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  57. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  58. 133e2a3 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 15 years ago
  59. 8c6db1bb dma: Add SoF and EoF debugging to ipu_idmac.c, minor cleanup by Guennadi Liakhovetski · 15 years ago
  60. d9de451 dw_dmac: add cyclic API to DW DMA driver by Hans-Christian Egtvedt · 15 years ago
  61. ed40d0c Merge branch 'origin' into devel by Russell King · 15 years ago
  62. 0f57151 dmaengine: Add privatecnt to revert DMA_PRIVATE property by Atsushi Nemoto · 15 years ago
  63. e44e0aa dmatest: add dma interrupts and callbacks by Dan Williams · 15 years ago
  64. b54d5cb dmatest: add xor test by Dan Williams · 15 years ago
  65. 729b5d1 dmaengine: allow dma support for async_tx to be toggled by Dan Williams · 15 years ago
  66. ccccce2 dmaengine: initialize tx_list in dma_async_tx_descriptor_init by Dan Williams · 15 years ago
  67. 8d47bae dma: i.MX31 IPU DMA robustness improvements by Guennadi Liakhovetski · 15 years ago
  68. 234f2df dma: improve section assignment in i.MX31 IPU DMA driver by Guennadi Liakhovetski · 15 years ago
  69. 0149f7d dma: ipu_idmac driver cosmetic clean-up by Guennadi Liakhovetski · 15 years ago
  70. 257b17c dmaengine: fail device registration if channel registration fails by Dan Williams · 15 years ago
  71. dfbc901 dma: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  72. 9eb2eb8 MX31 clkdev support by Sascha Hauer · 15 years ago
  73. 5dc18f5 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 15 years ago
  74. 7cbd487 dmatest: fix use after free in dmatest_exit by Dan Williams · 15 years ago
  75. c74ef1f ipu_idmac: fix spinlock type by Luotao Fu · 15 years ago
  76. a09b09a iop-adma, mv_xor: fix mem leak on self-test setup failure by Roel Kluin · 15 years ago
  77. 900325a fsldma: fix off by one in dma_halt by Dan Williams · 15 years ago
  78. 0c33e1c I/OAT: fail self-test if callback test reaches timeout by Dan Williams · 15 years ago
  79. 211a22c I/OAT: update driver version and copyright dates by Maciej Sosnowski · 15 years ago
  80. aa2d0b8 I/OAT: list usage cleanup by Eric Sesterhenn · 15 years ago
  81. 5de2234 I/OAT: set tcp_dma_copybreak to 256k for I/OAT ver.3 by Maciej Sosnowski · 15 years ago
  82. 2b8a6bf I/OAT: cancel watchdog before dma remove by Maciej Sosnowski · 15 years ago
  83. 8b794b1 I/OAT: fail initialization on zero channels detection by Maciej Sosnowski · 15 years ago
  84. ea9c717 I/OAT: do not set DCACTRL_CMPL_WRITE_ENABLE for I/OAT ver.3 by Maciej Sosnowski · 15 years ago
  85. 49bc463 I/OAT: add verification for proper APICID_TAG_MAP setting by BIOS by Maciej Sosnowski · 15 years ago
  86. bdf602b [ARM] fix lots of ARM __devexit sillyness by Russell King · 15 years ago
  87. 287d859 atmel-mci: fix initialization of dma slave data by Dan Williams · 15 years ago
  88. 5296b56 i.MX31: Image Processing Unit DMA and IRQ drivers by Guennadi Liakhovetski · 15 years ago
  89. 83436a0 dmaengine: kill some dubious WARN_ONCEs by Dan Williams · 15 years ago
  90. 169d5f6 fsldma: print correct IRQ on mpc83xx by Peter Korsgaard · 15 years ago
  91. 6782dfe fsldma: check for NO_IRQ in fsl_dma_chan_remove() by Peter Korsgaard · 15 years ago
  92. d86be86 dmatest: Use custom map/unmap for destination buffer by Atsushi Nemoto · 15 years ago
  93. 6527de6 fsldma: use a valid 'device' for dma_pool_create by Dan Williams · 15 years ago
  94. dd59b85 dmaengine: fix dependency chaining by Yuri Tikhonov · 15 years ago
  95. b9bdcbb ioat: fix self test for multi-channel case by Dan Williams · 15 years ago
  96. 652afc2 dmaengine: bump initcall level to arch_initcall by Dan Williams · 15 years ago
  97. e234667 dmaengine: advertise all channels on a device to dma_filter_fn by Dan Williams · 15 years ago
  98. 864498a dmaengine: use idr for registering dma device numbers by Dan Williams · 15 years ago
  99. 41d5e59 dmaengine: add a release for dma class devices and dependent infrastructure by Dan Williams · 15 years ago
  100. 4fac7fa ioat: do not perform removal actions at shutdown by Dan Williams · 15 years ago