summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)Author
2013-11-14dma: mv_xor: Remove unneeded NULL address checkEzequiel Garcia
2013-11-14ioat: fix ioat3_irq_reinitDan Williams
2013-11-14ioat: kill msix_single_vector supportDan Williams
2013-11-14ioatdma: clean up sed pool kmem_cacheDan Williams
2013-11-14ioatdma: fix selection of 16 vs 8 source pathDan Williams
2013-11-14ioatdma: fix sed pool selectionDan Williams
2013-11-14ioatdma: Fix bug in selftest after removal of DMA_MEMSET.Dave Jiang
2013-11-14dmatest: verbose modeDan Williams
2013-11-14dmatest: convert to dmaengine_unmap_dataDan Williams
2013-11-14dmatest: add a 'wait' parameterDan Williams
2013-11-14dmatest: add basic performance metricsDan Williams
2013-11-14dmatest: add support for skipping verification and random data setupDan Williams
2013-11-14dmatest: use pseudo random numbersDan Williams
2013-11-14dmatest: support xor-only, or pq-only channels in testsDan Williams
2013-11-14dmatest: restore ability to start test at module load and initDan Williams
2013-11-14dmatest: cleanup redundant "dmatest: " prefixesDan Williams
2013-11-14dmatest: replace stored results mechanism, with uniform messagesDan Williams
2013-11-14Revert "dmatest: append verify result to results"Dan Williams
2013-11-14dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz
2013-11-14dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz
2013-11-14async_pq: convert to dmaengine_unmap_dataDan Williams
2013-11-14async_memcpy: convert to dmaengine_unmap_dataDan Williams
2013-11-13dmaengine: reference counted unmap dataDan Williams
2013-11-13dmaengine: prepare for generic 'unmap' dataDan Williams
2013-11-13dmaengine: consolidate memcpy apisDan Williams
2013-11-13dmatest: make driver unmap also source buffers by itselfBartlomiej Zolnierkiewicz
2013-10-11dma: edma.c: remove edma_desc leakageGeyslan G. Bem
2013-10-11rcar-hpbdma: add parameter to set_slave() methodSergei Shtylyov
2013-10-11rcar-hpbdma: remove shdma_free_irq() callsSergei Shtylyov
2013-10-04dmaengine: imx-dma: fix callback path in taskletMichael Grzeschik
2013-10-04dmaengine: imx-dma: fix lockdep issue between irqhandler and taskletMichael Grzeschik
2013-10-04dmaengine: imx-dma: fix slow path issue in prep_dma_cyclicMichael Grzeschik
2013-09-17dma/Kconfig: Make TI_EDMA select TI_PRIV_EDMAJosh Boyer
2013-09-17edma: Update author email addressJosh Boyer
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky
2013-09-10Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-09-09Merge tag 'dmaengine-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2013-09-09Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2013-09-09dma: mv_xor: Fix incorrect error pathSachin Kamat
2013-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-09-04dma: edma: Remove limits on number of slotsJoel Fernandes
2013-09-04dma: edma: Leave linked to Null slot instead of DUMMY slotJoel Fernandes
2013-09-04dma: edma: Find missed events and issue themJoel Fernandes
2013-09-04dma: edma: Write out and handle MAX_NR_SG at a given timeJoel Fernandes
2013-09-04dma: edma: Setup parameters to DMA MAX_NR_SG at a timeJoel Fernandes
2013-09-04Merge branch 'topic/api_caps' into for-linusVinod Koul
2013-09-03coh901318: don't open-code simple_read_from_buffer()Al Viro
2013-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-09-03Merge tag 'usb-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2013-09-03dmaengine: pl330: use dma_set_max_seg_size to set the sg limitVinod Koul