aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/dmatest.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-05-18Haavard Skinnemoen has left AtmelJean Delvare1-1/+1
2011-04-26treewide: cleanup continuations and remove logging message whitespaceJoe Perches1-2/+2
2011-03-22dmaengine/dmatest: Pass timeout via module paramsViresh Kumar1-1/+6
2011-03-11dmatest: fix automatic buffer unmap typeIra Snyder1-1/+6
2010-08-04dma: dmatest: fix potential sign bugKulikov Vasiliy1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-03Merge branch 'coh' into dmaengineDan Williams1-1/+1
2010-02-28dmatest: fix handling of an even number of xor_sourcesDan Williams1-1/+1
2010-02-28dmatest: correct raid6 PQ testAnatolij Gustschin1-3/+3
2010-02-05dmaengine: correct onstack wait_queue_head declarationYong Zhang1-1/+1
2009-12-10dmaengine: fix dmatest to verify minimum transfer length and test buffer sizeGuennadi Liakhovetski1-4/+12
2009-09-08Merge branch 'dmaengine' into async-tx-nextDan Williams1-4/+17
2009-09-08dmaengine, async_tx: support alignment checksDan Williams1-0/+14
2009-09-08Merge branch 'md-raid6-accel' into ioat3.2Dan Williams1-0/+26
2009-08-29dmatest: add pq supportDan Williams1-0/+26
2009-07-22dmaengine: dmatest: correct thread_count while using multiple thread per channelNicolas Ferre1-2/+2
2009-07-22dmaengine: dmatest: add a maximum number of test iterationsNicolas Ferre1-1/+14
2009-07-22drivers/dma: Remove unnecessary semicolonsJoe Perches1-1/+1
2009-04-08dmatest: 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-04dmatest: 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