1. 67b9124 dmatest: fix handling of an even number of xor_sources by Dan Williams · 15 years ago
  2. 94de648 dmatest: correct raid6 PQ test by Anatolij Gustschin · 15 years ago
  3. 76bd061 fsldma: Fix cookie issues by Steven J. Magnani · 15 years ago
  4. 6ca3a7a fsldma: Fix cookie issues by Steven J. Magnani · 15 years ago
  5. a29d8b8 percpu: add __percpu sparse annotations to what's left by Tejun Heo · 15 years ago
  6. 028c5d5d Merge branch 'sh/stable-updates' by Paul Mundt · 15 years ago
  7. 734c299 drivers/dma: Correct NULL test by Julia Lawall · 15 years ago
  8. 8f98781 async-tx: fix buffer submission error handling in ipu_idma.c by Guennadi Liakhovetski · 15 years ago
  9. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 15 years ago
  10. cfefe99 sh: implement DMA_SLAVE capability in SH dmaengine driver by Guennadi Liakhovetski · 15 years ago
  11. 623b4ac sh: fix Transfer Size calculation in both DMA drivers by Guennadi Liakhovetski · 15 years ago
  12. fc46185 sh: prepare the DMA driver for slave functionality by Guennadi Liakhovetski · 15 years ago
  13. b953df7 dmaengine: correct onstack wait_queue_head declaration by Yong Zhang · 15 years ago
  14. 9ad7bd2 dma: cases IPU_PIX_FMT_BGRA32, BGR32 and ABGR32 are the same in ipu_ch_param_set_size() by Roel Kluin · 15 years ago
  15. 4b1cf1f dma: make Open Firmware device id constant by Márton Németh · 15 years ago
  16. 7e55a70 ioat: fix infinite timeout checking in ioat2_quiesce by Dan Williams · 15 years ago
  17. adef477 dmaengine: fix memleak in dma_async_device_unregister by Anatolij Gustschin · 15 years ago
  18. 9c3a50b fsldma: major cleanups and fixes by Ira Snyder · 15 years ago
  19. a1c0331 fsldma: rename fsl_chan to chan by Ira Snyder · 15 years ago
  20. d3f620b fsldma: simplify IRQ probing and handling by Ira Snyder · 15 years ago
  21. e7a2915 fsldma: clean up the OF subsystem routines by Ira Snyder · 15 years ago
  22. 738f5f7 fsldma: rename dest to dst for uniformity by Ira Snyder · 15 years ago
  23. a4f56d4 fsldma: rename struct fsl_dma_chan to struct fsldma_chan by Ira Snyder · 15 years ago
  24. 4ce0e95 fsldma: remove unused structure members by Ira Snyder · 15 years ago
  25. 272ca65 fsldma: reduce kernel text size by Ira Snyder · 15 years ago
  26. 05a6254 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 15 years ago
  27. f80ca16 Merge branch 'ioat' into fixes by Dan Williams · 15 years ago
  28. 0794ec8 drivers/dma: Correct use after free by Julia Lawall · 15 years ago
  29. 1e9d1b1 drivers/dma: drop unnecesary memset by Julia Lawall · 15 years ago
  30. a6d52d7 ioat2,3: put channel hardware in known state at init by Dan Williams · 15 years ago
  31. cd78809 ioat3: fix p-disabled q-continuation by Dan Williams · 15 years ago
  32. 3542a11 sh: fix DMA driver's descriptor chaining and cookie assignment by Guennadi Liakhovetski · 15 years ago
  33. 7949456 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 15 years ago
  34. 4297a46 dma: at_hdmac: correct incompatible type for argument 1 of 'spin_lock_bh' by Nicolas Ferre · 15 years ago
  35. 4714521 const: constify remaining dev_pm_ops by Alexey Dobriyan · 15 years ago
  36. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  37. 12458ea ppc440spe-adma: adds updated ppc440spe adma driver by Anatolij Gustschin · 15 years ago
  38. 2e032b6 iop-adma.c: use resource_size() by H Hartley Sweeten · 15 years ago
  39. 86d61b3 sh: stylistic improvements for the DMA driver by Guennadi Liakhovetski · 15 years ago
  40. cfe4f27 dmaengine: fix dmatest to verify minimum transfer length and test buffer size by Guennadi Liakhovetski · 15 years ago
  41. ddb4f0f sh: DMA driver has to specify its alignment requirements by Guennadi Liakhovetski · 15 years ago
  42. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  43. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  44. e28edb7 Merge branches 'at91', 'ep93xx', 'etm', 'ks8695', 'nuc', 'u300' and 'u8500' into devel by Russell King · 15 years ago
  45. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  46. 56adf7e shdma: fix initialization error handling by Dan Williams · 15 years ago
  47. 61f135b Add COH 901 318 DMA block driver v5 by Linus Walleij · 15 years ago
  48. 49954c1 ioat3: fix pq completion versus channel deallocation race by Dan Williams · 15 years ago
  49. 7b3cc2b async_tx: build-time toggling of async_{syndrome,xor}_val dma support by Dan Williams · 15 years ago
  50. 4499a24 dmaengine: include xor/pq validate in device_has_all_tx_types() by Dan Williams · 15 years ago
  51. b57014d ioat2,3: report all uncorrectable errors by Dan Williams · 15 years ago
  52. de581b6 ioat3: specify valid address for disabled-Q or disabled-P by Dan Williams · 15 years ago
  53. 6f82b83 ioat2,3: disable asynchronous error notifications by Dan Williams · 15 years ago
  54. 228c4f5 ioat3: dca and raid operations are incompatible by Dan Williams · 15 years ago
  55. e22dde9 ioat: silence "dca disabled" messages by Dan Williams · 15 years ago
  56. cd3abf9 ARM: 5770/1: Add DMA Engine support to at91sam9g45 by Yegor Yefremov · 15 years ago
  57. e7dcaa4 this_cpu: Eliminate get/put_cpu by Christoph Lameter · 15 years ago
  58. 4b3df56 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx into for-linus by NeilBrown · 15 years ago
  59. cdef57d ioat3: fix uninitialized var warnings by Dan Williams · 15 years ago
  60. f477f5b drivers/dma/ioat/dma_v2.c: fix warnings by Andrew Morton · 15 years ago
  61. 376ec37 ioat2: clarify ring size limits by Dan Williams · 15 years ago
  62. 33f82d1 at_hdmac: Rework suspend_late()/resume_early() by Dan Williams · 15 years ago
  63. 3208ca5 ioat: driver version 4.0 by Dan Williams · 15 years ago
  64. 1a5aeee dca: registering requesters in multiple dca domains by Maciej Sosnowski · 15 years ago
  65. 9a8de63 async_tx: remove HIGHMEM64G restriction by Dan Williams · 15 years ago
  66. d8902ad dmaengine: sh: Add Support SuperH DMA Engine driver by Nobuhiro Iwamatsu · 15 years ago
  67. bbb2008 Merge branch 'dmaengine' into async-tx-next by Dan Williams · 15 years ago
  68. 3e48e65 Merge branch 'iop-raid6' into async-tx-next by Dan Williams · 15 years ago
  69. 657a77fa dmaengine: Move all map_sg/unmap_sg for slave channel to its client by Atsushi Nemoto · 15 years ago
  70. bbea0b6 fsldma: Add DMA_SLAVE support by Ira Snyder · 15 years ago
  71. e6c7ecb fsldma: split apart external pause and request count features by Ira Snyder · 15 years ago
  72. 162b96e ioat2,3: cacheline align software descriptor allocations by Dan Williams · 15 years ago
  73. 0803172 dmaengine: kill tx_list by Dan Williams · 15 years ago
  74. 1979b18 txx9dmac: implement a private tx_list by Dan Williams · 15 years ago
  75. 285a3c7 at_hdmac: implement a private tx_list by Dan Williams · 15 years ago
  76. 64203b6 mv_xor: implement a private tx_list by Dan Williams · 15 years ago
  77. ea25968a ioat: implement a private tx_list by Dan Williams · 15 years ago
  78. 308136d iop-adma: implement a private tx_list by Dan Williams · 15 years ago
  79. eda3423 fsldma: implement a private tx_list by Dan Williams · 15 years ago
  80. e0bd0f8 dw_dmac: implement a private tx_list by Dan Williams · 15 years ago
  81. e12c4fa Merge branch 'ioat' into dmaengine by Dan Williams · 15 years ago
  82. a6417dd I/OAT: Convert to PCI_VDEVICE() by Roland Dreier · 15 years ago
  83. 6506cbc Add MODULE_DEVICE_TABLE() so ioatdma module is autoloaded by Roland Dreier · 15 years ago
  84. e323271 ioat3: segregate raid engines by Dan Williams · 15 years ago
  85. b265b11 ioat3: ioat3.2 pci ids for Jasper Forest by Tom Picard · 15 years ago
  86. 58c8649 ioat3: interrupt descriptor support by Dan Williams · 15 years ago
  87. ae78662 ioat3: support xor via pq descriptors by Dan Williams · 15 years ago
  88. d69d235b ioat3: pq support by Dan Williams · 15 years ago
  89. 9de6fc7 ioat3: xor self test by Dan Williams · 15 years ago
  90. b094ad3 ioat3: xor support by Dan Williams · 15 years ago
  91. e61daca ioat3: enable dca for completion writes by Dan Williams · 15 years ago
  92. 5669e31 ioat: add 'ioat' sysfs attributes by Dan Williams · 15 years ago
  93. bf40a68 ioat3: split ioat3 support to its own file, add memset by Dan Williams · 15 years ago
  94. 2aec048 ioat3: hardware version 3.2 register / descriptor definitions by Dan Williams · 15 years ago
  95. 128f2d5 ioat2+: add fence support by Dan Williams · 15 years ago
  96. 83544ae dmaengine, async_tx: support alignment checks by Dan Williams · 15 years ago
  97. 9308add dmaengine: cleanup unused transaction types by Dan Williams · 15 years ago
  98. 138f4c3 dmaengine, async_tx: add a "no channel switch" allocator by Dan Williams · 15 years ago
  99. f9dd213 Merge branch 'md-raid6-accel' into ioat3.2 by Dan Williams · 15 years ago
  100. 4b652f0 net_dma: poll for a descriptor after allocation failure by Dan Williams · 15 years ago