summaryrefslogtreecommitdiffstats
path: root/drivers/dma/ioat/dma.c
Commit message (Expand)AuthorAgeFilesLines
* Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker2011-05-231-0/+1
* Merge branch 'ioat' into dmaengineDan Williams2010-05-181-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | DMAENGINE: generic channel status v2Linus Walleij2010-03-271-6/+6
|/
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-081-1/+1
* bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita2010-03-061-1/+1
* ioat: cleanup ->timer_fn() and ->cleanup_fn() prototypesDan Williams2010-03-041-26/+20Star
* ioat2,3: put channel hardware in known state at initDan Williams2009-12-191-1/+1
* Merge branch 'dmaengine' into async-tx-nextDan Williams2009-09-091-3/+4
|\
| * ioat: implement a private tx_listDan Williams2009-09-091-3/+4
* | ioat3: xor self testDan Williams2009-09-091-2/+3
* | ioat: add 'ioat' sysfs attributesDan Williams2009-09-091-6/+114
* | ioat3: split ioat3 support to its own file, add memsetDan Williams2009-09-091-11/+0Star
|/
* ioat: switch watchdog and reset handler from workqueue to timerDan Williams2009-09-091-215/+136Star
* ioat1: trim ioat_dma_desc_swDan Williams2009-09-091-2/+2
* ioat: ___devinit annotate the initialization pathsDan Williams2009-09-091-6/+6
* ioat: preserve chanctrl bits when re-arming interruptsDan Williams2009-09-091-7/+3Star
* ioat: ignore reserved bits for chancnt and xfercapDan Williams2009-09-091-0/+7
* ioat: cleanup completion status readsDan Williams2009-09-091-49/+29Star
* ioat: add some dev_dbg() callsDan Williams2009-09-091-3/+26
* ioat1: kill unused unmap parametersDan Williams2009-09-091-2/+0Star
* ioat2,3: convert to a true ring bufferDan Williams2009-09-091-680/+194Star
* ioat: prepare the code for ioat[12]_dma_chan splitDan Williams2009-09-091-353/+358
* ioat: fix self test interruptsDan Williams2009-09-091-1/+2
* ioat1: move descriptor allocation from submit to prepDan Williams2009-09-091-89/+65Star
* ioat: define descriptor control bit-fieldDan Williams2009-09-091-12/+16
* ioat: split ioat_dma_probe into core/version-specific routinesDan Williams2009-09-091-99/+154
* ioat: cleanup some long deref chains and 80 column collisionsDan Williams2009-09-091-164/+140Star
* ioat: convert ioat_probe to pcim/devmDan Williams2009-09-091-87/+43Star
* ioat: move definitions to dma.hDan Williams2009-09-091-14/+0Star
* ioat: move to drivers/dma/ioat/Dan Williams2009-07-281-0/+1741