aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/ioat_dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-05-28i7300_idle: allow testing on i5000-series hardware w/o re-compileLen Brown1-1/+1
2009-05-12ioatdma: fix "ioatdma frees DMA memory with wrong function"Maciej Sosnowski1-17/+28
2009-03-25dmaengine: initialize tx_list in dma_async_tx_descriptor_initDan Williams1-1/+0
2009-03-04I/OAT: fail self-test if callback test reaches timeoutDan Williams1-2/+4
2009-03-04I/OAT: update driver version and copyright datesMaciej Sosnowski1-1/+1
2009-03-04I/OAT: list usage cleanupEric Sesterhenn1-3/+2
2009-03-04I/OAT: cancel watchdog before dma removeMaciej Sosnowski1-4/+3
2009-03-04I/OAT: fail initialization on zero channels detectionMaciej Sosnowski1-0/+7
2009-03-04I/OAT: do not set DCACTRL_CMPL_WRITE_ENABLE for I/OAT ver.3Maciej Sosnowski1-5/+7
2009-01-06ioat: fix self test for multi-channel caseDan Williams1-6/+7
2009-01-06dmaengine: kill struct dma_client and supporting infrastructureDan Williams1-3/+2
2008-12-03ioat: wait for self-test completionDan Williams1-1/+4
2008-11-10[3/4] I/OAT: fix async_tx.callback checkingMaciej Sosnowski1-2/+2
2008-11-10[1/4] I/OAT: fix channel resources free for not allocated channelsMaciej Sosnowski1-0/+7
2008-10-25Merge branch 'i7300_idle' into releaseLen Brown1-2/+5
2008-10-24i7300_idle: Fix compile warning CONFIG_I7300_IDLE_IOAT_CHANNEL not definedVenki Pallipadi1-1/+1
2008-10-24i7300_idle: Disable ioat channel only on platforms where ile driver can loadVenki Pallipadi1-1/+4
2008-10-23Merge branch 'linus' into testLen Brown1-2/+0
2008-10-21i7300_idle driver v1.55Andy Henroid1-0/+3
2008-09-13drivers/dma/ioat_dma.c: drop code after returnJulia Lawall1-2/+0
2008-08-07list.h: Add list_splice_tail() and list_splice_tail_init()Luis R. Rodriguez1-1/+1
2008-07-22I/OAT: I/OAT version 3.0 supportMaciej Sosnowski1-11/+85
2008-07-22I/OAT: tcp_dma_copybreak default value dependent on I/OAT versionMaciej Sosnowski1-0/+2
2008-07-22I/OAT: Add watchdog/reset functionality to ioatdmaMaciej Sosnowski1-5/+262
2008-07-08dmaengine: add DMA_COMPL_SKIP_{SRC,DEST}_UNMAP flags to control dma unmapDan Williams1-25/+23
2008-07-08dmaengine: Add dma_client parameter to device_alloc_chan_resourcesHaavard Skinnemoen1-2/+3
2008-04-17dmaengine: ack to flags: make use of the unused bits in the 'ack' fieldDan Williams1-12/+12
2008-04-17async_tx: kill ->device_dependency_addedDan Williams1-12/+0
2008-03-04ioat: fix 'ack' handling, driver must ensure that 'ack' is zeroDan Williams1-0/+2
2008-02-06async_tx: replace 'int_en' with operation preparation flagsDan Williams1-2/+2
2008-02-06async_tx: kill tx_set_src and tx_set_dest methodsDan Williams1-24/+15
2007-12-17I/OAT: fix null device in call to dev_err()Shannon Nelson1-1/+1
2007-12-17I/OAT: fixups from code commentsShannon Nelson1-65/+77
2007-11-14I/OAT: Add support for version 2 of ioatdma deviceShannon Nelson1-102/+476
2007-10-18I/OAT: Add completion callback for async_tx interface useShannon Nelson1-0/+25
2007-10-18I/OAT: Tighten descriptor setup performanceShannon Nelson1-81/+92
2007-10-18I/OAT: clean up error handling and some print messagesShannon Nelson1-11/+21
2007-10-18I/OAT: clean up of dca provider start and stopShannon Nelson1-2/+2
2007-10-18I/OAT: cleanup pci issuesShannon Nelson1-1/+4
2007-10-16I/OAT: Add support for MSI and MSI-XShannon Nelson1-65/+281
2007-10-16I/OAT: Split PCI startup from DMA handling codeShannon Nelson1-138/+42
2007-10-16I/OAT: code cleanup from checkpatch outputShannon Nelson1-88/+110
2007-10-16I/OAT: Rename the source fileShannon Nelson1-0/+818