summaryrefslogtreecommitdiffstats
path: root/drivers/dma/ioat/dma.c
Commit message (Expand)AuthorAgeFilesLines
* ioat: fix tasklet tear downDan Williams2014-02-251-7/+45
* drivers/dma/ioat/dma.c: check DMA mapping error in ioat_dma_self_test()Jiang Liu2014-01-021-1/+10
* Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul2013-11-161-43/+6
|\
| * ioat: fix ioat3_irq_reinitDan Williams2013-11-141-1/+1
| * ioat: kill msix_single_vector supportDan Williams2013-11-141-24/+3
| * dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz2013-11-141-2/+1
| * dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz2013-11-141-16/+0
| * dmaengine: prepare for generic 'unmap' dataDan Williams2013-11-131-0/+1
* | dmaengine: ioat: use DMA_COMPLETE for dma completion statusVinod Koul2013-10-251-2/+2
|/
* drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz2013-07-031-2/+1
* ioatdma: channel reset scheme fixup on Intel Atom S1200 platformsDave Jiang2013-04-151-1/+7
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-02-261-4/+7
|\
| * ioat: add missing DMA unmap to ioat_dma_self_test()Bartlomiej Zolnierkiewicz2013-01-071-4/+7
* | Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-6/+6
|/
* Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-101-8/+8
|\
| * ioat: fix size of 'completion' for XenDan Williams2012-03-231-8/+8
* | dmaengine: ensure all DMA engine drivers initialize their cookiesRussell King - ARM Linux2012-03-131-0/+1
* | dmaengine: consolidate tx_status functionsRussell King - ARM Linux2012-03-131-3/+5
* | dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux2012-03-131-2/+1
* | dmaengine: consolidate assignment of DMA cookiesRussell King - ARM Linux2012-03-131-6/+1
* | dmaengine: add private header fileRussell King - ARM Linux2012-03-131-0/+2
* | dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux2012-03-131-1/+1
|/
* 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
OpenPOWER on IntegriCloud