aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/ioat/dma_v2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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