summaryrefslogtreecommitdiff
path: root/drivers/dma/dmatest.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-05dma: dmatest: fix potential sign bugKulikov Vasiliy1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-04Merge branch 'coh' into dmaengineDan Williams1-1/+1
2010-03-01dmatest: fix handling of an even number of xor_sourcesDan Williams1-1/+1
2010-03-01dmatest: correct raid6 PQ testAnatolij Gustschin1-3/+3
2010-02-06dmaengine: correct onstack wait_queue_head declarationYong Zhang1-1/+1
2009-12-11dmaengine: fix dmatest to verify minimum transfer length and test buffer sizeGuennadi Liakhovetski1-4/+12
2009-09-09Merge branch 'dmaengine' into async-tx-nextDan Williams1-4/+17
2009-09-09dmaengine, async_tx: support alignment checksDan Williams1-0/+14
2009-09-09Merge branch 'md-raid6-accel' into ioat3.2Dan Williams1-0/+26
2009-08-30dmatest: add pq supportDan Williams1-0/+26
2009-07-23dmaengine: dmatest: correct thread_count while using multiple thread per channelNicolas Ferre1-2/+2
2009-07-23dmaengine: dmatest: add a maximum number of test iterationsNicolas Ferre1-1/+14
2009-07-23drivers/dma: Remove unnecessary semicolonsJoe Perches1-1/+1
2009-04-09dmatest: fix max channels handlingDan Williams1-3/+1
2009-03-25dmatest: add dma interrupts and callbacksDan Williams1-10/+27
2009-03-25dmatest: add xor testDan Williams1-85/+189
2009-03-05dmatest: fix use after free in dmatest_exitDan Williams1-2/+4
2009-01-13dmatest: Use custom map/unmap for destination bufferAtsushi Nemoto1-4/+31
2009-01-06dmaengine: add a release for dma class devices and dependent infrastructureDan Williams1-7/+7
2009-01-06dmaengine: kill enum dma_state_clientDan Williams1-3/+3
2009-01-06dmatest: convert to dma_request_channelDan Williams1-72/+43
2009-01-06dmaengine: up-level reference counting to the module levelDan Williams1-2/+0
2008-11-11dmaengine: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-11/+11
2008-09-19drivers/dma/dmatest.c: switch a GFP_ATOMIC to GFP_KERNELAndrew Morton1-1/+1
2008-09-19dmatest: properly handle duplicate DMA channelsTimur Tabi1-0/+5
2008-07-08dmatest: Simple DMA memcpy test clientHaavard Skinnemoen1-0/+444