aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/ioat/dma_v2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-25ioat: fix tasklet tear downDan Williams1-6/+5
2013-11-14dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz1-1/+0
2013-11-13dmaengine: prepare for generic 'unmap' dataDan Williams1-0/+1
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-49/+64
2013-02-12ioatdma: fix race between updating ioat->head and IOAT_COMPLETION_PENDINGDave Jiang1-49/+64
2013-01-03Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-09-18dmaengine: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun1-2/+1
2012-04-10Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds1-6/+6
2012-04-05ioat: ring size variables need to be 32bit to avoid overflowDave Jiang1-2/+2
2012-03-23ioat: fix size of 'completion' for XenDan Williams1-4/+4
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/+2
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-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-2/+6
2011-05-26x86: poll waiting for I/OAT DMA channel statusDimitri Sivanich1-2/+6
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2010-10-13ioat2: fix performance regressionDan Williams1-1/+1
2010-08-04ioat2: catch and recover from broken vtd configurations v6Dan Williams1-2/+22
2010-05-17Merge branch 'ioat' into dmaengineDan Williams1-90/+95
2010-05-01ioat2,3: convert to producer/consumer lockingDan Williams1-89/+93
2010-05-01ioat: convert to circ_bufDan Williams1-1/+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-1/+1
2010-03-03Merge branch 'coh' into dmaengineDan Williams1-1/+1
2010-03-03ioat: cleanup ->timer_fn() and ->cleanup_fn() prototypesDan Williams1-26/+8
2010-03-03ioat: close potential BUG_ON race in the descriptor cleanup pathDan Williams1-1/+1
2010-03-03ioat2: kill pending flagDan Williams1-22/+12
2010-02-02ioat: fix infinite timeout checking in ioat2_quiesceDan Williams1-1/+1
2009-12-19ioat2,3: put channel hardware in known state at initDan Williams1-17/+52
2009-11-19ioat2,3: report all uncorrectable errorsDan Williams1-0/+2
2009-09-21drivers/dma/ioat/dma_v2.c: fix warningsAndrew Morton1-2/+3
2009-09-16ioat2: clarify ring size limitsDan Williams1-3/+4
2009-09-08Merge branch 'dmaengine' into async-tx-nextDan Williams1-2/+3
2009-09-08ioat2,3: cacheline align software descriptor allocationsDan Williams1-2/+3
2009-09-08ioat3: segregate raid enginesDan Williams1-2/+2
2009-09-08ioat3: xor self testDan Williams1-0/+1
2009-09-08ioat3: xor supportDan Williams1-1/+1
2009-09-08ioat: add 'ioat' sysfs attributesDan Williams1-0/+33
2009-09-08ioat3: split ioat3 support to its own file, add memsetDan Williams1-71/+23
2009-09-08ioat2+: add fence supportDan Williams1-0/+1
2009-09-08ioat2,3: dynamically resize descriptor ringDan Williams1-31/+184
2009-09-08ioat: switch watchdog and reset handler from workqueue to timerDan Williams1-183/+138
2009-09-08ioat: ___devinit annotate the initialization pathsDan Williams1-2/+2
2009-09-08ioat: preserve chanctrl bits when re-arming interruptsDan Williams1-6/+2
2009-09-08ioat: ignore reserved bits for chancnt and xfercapDan Williams1-0/+7
2009-09-08ioat: cleanup completion status readsDan Williams1-14/+11
2009-09-08ioat: add some dev_dbg() callsDan Williams1-1/+24
2009-09-08ioat2,3: convert to a true ring bufferDan Williams1-0/+750