summaryrefslogtreecommitdiff
path: root/drivers/dma/ioat/dma_v2.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-11Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+6
2012-04-06ioat: ring size variables need to be 32bit to avoid overflowDave Jiang1-2/+2
2012-03-24ioat: 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/asy...Linus Torvalds1-2/+6
2011-05-27x86: poll waiting for I/OAT DMA channel statusDimitri Sivanich1-2/+6
2011-05-23Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2010-10-14ioat2: fix performance regressionDan Williams1-1/+1
2010-08-05ioat2: catch and recover from broken vtd configurations v6Dan Williams1-2/+22
2010-05-18Merge branch 'ioat' into dmaengineDan Williams1-90/+95
2010-05-02ioat2,3: convert to producer/consumer lockingDan Williams1-89/+93
2010-05-02ioat: convert to circ_bufDan Williams1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-27DMAENGINE: generic channel status v2Linus Walleij1-1/+1
2010-03-04Merge branch 'coh' into dmaengineDan Williams1-1/+1
2010-03-04ioat: cleanup ->timer_fn() and ->cleanup_fn() prototypesDan Williams1-26/+8
2010-03-04ioat: close potential BUG_ON race in the descriptor cleanup pathDan Williams1-1/+1
2010-03-03ioat2: kill pending flagDan Williams1-22/+12
2010-02-03ioat: fix infinite timeout checking in ioat2_quiesceDan Williams1-1/+1
2009-12-20ioat2,3: put channel hardware in known state at initDan Williams1-17/+52
2009-11-20ioat2,3: report all uncorrectable errorsDan Williams1-0/+2
2009-09-21drivers/dma/ioat/dma_v2.c: fix warningsAndrew Morton1-2/+3
2009-09-17ioat2: clarify ring size limitsDan Williams1-3/+4
2009-09-09Merge branch 'dmaengine' into async-tx-nextDan Williams1-2/+3
2009-09-09ioat2,3: cacheline align software descriptor allocationsDan Williams1-2/+3
2009-09-09ioat3: segregate raid enginesDan Williams1-2/+2
2009-09-09ioat3: xor self testDan Williams1-0/+1
2009-09-09ioat3: xor supportDan Williams1-1/+1
2009-09-09ioat: add 'ioat' sysfs attributesDan Williams1-0/+33
2009-09-09ioat3: split ioat3 support to its own file, add memsetDan Williams1-71/+23
2009-09-09ioat2+: add fence supportDan Williams1-0/+1
2009-09-09ioat2,3: dynamically resize descriptor ringDan Williams1-31/+184
2009-09-09ioat: switch watchdog and reset handler from workqueue to timerDan Williams1-183/+138
2009-09-09ioat: ___devinit annotate the initialization pathsDan Williams1-2/+2
2009-09-09ioat: preserve chanctrl bits when re-arming interruptsDan Williams1-6/+2
2009-09-09ioat: ignore reserved bits for chancnt and xfercapDan Williams1-0/+7
2009-09-09ioat: cleanup completion status readsDan Williams1-14/+11
2009-09-09ioat: add some dev_dbg() callsDan Williams1-1/+24
2009-09-09ioat2,3: convert to a true ring bufferDan Williams1-0/+750