aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/ioat/dma.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-25ioat: fix tasklet tear downDan Williams1-0/+1
2013-11-14ioat: kill msix_single_vector supportDan Williams1-1/+0
2013-11-14ioatdma: clean up sed pool kmem_cacheDan Williams1-1/+0
2013-11-14dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz1-12/+0
2013-04-15ioatdma: Adding write back descriptor error status support for ioatdma 3.3Dave Jiang1-0/+1
2013-04-15ioatdma: Adding support for 16 src PQ ops and super extended descriptorsDave Jiang1-0/+17
2013-04-15ioatdma: Removing PQ val disable for cb3.3Dave Jiang1-0/+1
2013-04-15ioatdma: channel reset scheme fixup on Intel Atom S1200 platformsDave Jiang1-0/+10
2013-04-15ioatdma: Add 64bit chansts register read for ioat v3.3.Dave Jiang1-1/+21
2013-04-15ioatdma: make debug output more readableDave Jiang1-1/+1
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+1
2013-02-12ioatdma: fix race between updating ioat->head and IOAT_COMPLETION_PENDINGDave Jiang1-0/+1
2013-01-03Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman1-7/+6
2012-04-10Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds1-3/+3
2012-03-23ioat: fix size of 'completion' for XenDan Williams1-3/+3
2012-03-13dmaengine: consolidate tx_status functionsRussell King - ARM Linux1-21/+0
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux1-3/+1
2010-08-04ioat2: catch and recover from broken vtd configurations v6Dan Williams1-0/+1
2010-05-17Merge branch 'ioat' into dmaengineDan Williams1-0/+1
2010-05-01ioat2,3: convert to producer/consumer lockingDan Williams1-0/+1
2010-03-26dmaengine: provide helper for setting txstateDan Williams1-5/+1
2010-03-26DMAENGINE: generic channel status v2Linus Walleij1-11/+11
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2010-03-03ioat: cleanup ->timer_fn() and ->cleanup_fn() prototypesDan Williams1-6/+5
2009-12-19ioat2,3: put channel hardware in known state at initDan Williams1-0/+18
2009-11-19ioat2,3: report all uncorrectable errorsDan Williams1-3/+1
2009-09-10ioat: driver version 4.0Dan Williams1-1/+1
2009-09-08Merge branch 'dmaengine' into async-tx-nextDan Williams1-1/+2
2009-09-08ioat: implement a private tx_listDan Williams1-1/+2
2009-09-08ioat3: xor self testDan Williams1-1/+3
2009-09-08ioat: add 'ioat' sysfs attributesDan Williams1-0/+12
2009-09-08ioat3: split ioat3 support to its own file, add memsetDan Williams1-0/+16
2009-09-08ioat3: hardware version 3.2 register / descriptor definitionsDan Williams1-1/+1
2009-09-08ioat2,3: dynamically resize descriptor ringDan Williams1-0/+1
2009-09-08ioat: switch watchdog and reset handler from workqueue to timerDan Williams1-19/+93
2009-09-08ioat1: trim ioat_dma_desc_swDan Williams1-2/+0
2009-09-08ioat: ___devinit annotate the initialization pathsDan Williams1-5/+6
2009-09-08ioat: cleanup completion status readsDan Williams1-8/+2
2009-09-08ioat: add some dev_dbg() callsDan Williams1-0/+28
2009-09-08ioat1: kill unused unmap parametersDan Williams1-2/+0
2009-09-08ioat2,3: convert to a true ring bufferDan Williams1-5/+45
2009-09-08ioat: prepare the code for ioat[12]_dma_chan splitDan Williams1-17/+32
2009-09-08ioat: fix type mismatch for ->dmacountDan Williams1-2/+2
2009-09-08ioat: split ioat_dma_probe into core/version-specific routinesDan Williams1-14/+9
2009-09-08ioat: kill function prototype ifdef guardsDan Williams1-9/+0
2009-09-08ioat: cleanup some long deref chains and 80 column collisionsDan Williams1-3/+4
2009-09-08ioat: convert ioat_probe to pcim/devmDan Williams1-11/+0
2009-09-08ioat: move definitions to dma.hDan Williams1-0/+16
2009-07-28ioat: move to drivers/dma/ioat/Dan Williams1-0/+165