aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/ioat/dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-16dmaengine: Remove FSF mailing addressesJarkko Nikula1-4/+0
2014-09-28net_dma: simple removalDan Williams1-1/+0
2014-04-10ioat: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-1/+1
2014-02-25ioat: fix tasklet tear downDan Williams1-7/+45
2014-01-02drivers/dma/ioat/dma.c: check DMA mapping error in ioat_dma_self_test()Jiang Liu1-1/+10
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineVinod Koul1-43/+6
2013-11-14ioat: fix ioat3_irq_reinitDan Williams1-1/+1
2013-11-14ioat: kill msix_single_vector supportDan Williams1-24/+3
2013-11-14dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz1-2/+1
2013-11-14dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz1-16/+0
2013-11-13dmaengine: prepare for generic 'unmap' dataDan Williams1-0/+1
2013-10-25dmaengine: ioat: use DMA_COMPLETE for dma completion statusVinod Koul1-2/+2
2013-07-03drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz1-2/+1
2013-04-15ioatdma: channel reset scheme fixup on Intel Atom S1200 platformsDave Jiang1-1/+7
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-4/+7
2013-01-07ioat: add missing DMA unmap to ioat_dma_self_test()Bartlomiej Zolnierkiewicz1-4/+7
2013-01-03Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman1-6/+6
2012-04-10Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds1-8/+8
2012-03-23ioat: fix size of 'completion' for XenDan Williams1-8/+8
2012-03-13dmaengine: ensure all DMA engine drivers initialize their cookiesRussell King - ARM Linux1-0/+1
2012-03-13dmaengine: consolidate tx_status functionsRussell King - ARM Linux1-3/+5
2012-03-13dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux1-2/+1
2012-03-13dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux1-6/+1
2012-03-13dmaengine: add private header fileRussell King - ARM Linux1-0/+2
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux1-1/+1
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2010-05-17Merge branch 'ioat' into dmaengineDan Williams1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-26DMAENGINE: generic channel status v2Linus Walleij1-6/+6
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita1-1/+1
2010-03-03ioat: cleanup ->timer_fn() and ->cleanup_fn() prototypesDan Williams1-26/+20
2009-12-19ioat2,3: put channel hardware in known state at initDan Williams1-1/+1
2009-09-08Merge branch 'dmaengine' into async-tx-nextDan Williams1-3/+4
2009-09-08ioat: implement a private tx_listDan Williams1-3/+4
2009-09-08ioat3: xor self testDan Williams1-2/+3
2009-09-08ioat: add 'ioat' sysfs attributesDan Williams1-6/+114
2009-09-08ioat3: split ioat3 support to its own file, add memsetDan Williams1-11/+0
2009-09-08ioat: switch watchdog and reset handler from workqueue to timerDan Williams1-215/+136
2009-09-08ioat1: trim ioat_dma_desc_swDan Williams1-2/+2
2009-09-08ioat: ___devinit annotate the initialization pathsDan Williams1-6/+6
2009-09-08ioat: preserve chanctrl bits when re-arming interruptsDan Williams1-7/+3
2009-09-08ioat: ignore reserved bits for chancnt and xfercapDan Williams1-0/+7
2009-09-08ioat: cleanup completion status readsDan Williams1-49/+29
2009-09-08ioat: add some dev_dbg() callsDan Williams1-3/+26
2009-09-08ioat1: kill unused unmap parametersDan Williams1-2/+0
2009-09-08ioat2,3: convert to a true ring bufferDan Williams1-680/+194
2009-09-08ioat: prepare the code for ioat[12]_dma_chan splitDan Williams1-353/+358
2009-09-08ioat: fix self test interruptsDan Williams1-1/+2
2009-09-08ioat1: move descriptor allocation from submit to prepDan Williams1-89/+65