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