aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/dmatest.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-08dmatest: do not allow to interrupt ongoing testsAndy Shevchenko1-22/+23
2013-04-15dmatest: append verify result to resultsAndy Shevchenko1-54/+128
2013-04-15dmatest: gather test results in the linked listAndy Shevchenko1-30/+204
2013-04-15dmatest: define MAX_ERROR_COUNT constantAndy Shevchenko1-3/+6
2013-04-15dmatest: return actual state in 'run' fileAndy Shevchenko1-2/+21
2013-04-15dmatest: run test via debugfsAndy Shevchenko1-2/+255
2013-04-15dmatest: split test parameters to separate structureAndy Shevchenko1-47/+62
2013-04-15dmatest: move dmatest_channels and nr_channels to dmatest_infoAndy Shevchenko1-13/+16
2013-04-15dmatest: create dmatest_info to keep test parametersAndy Shevchenko1-47/+113
2013-04-15dmatest: allocate memory for pq_coefs from heapAndy Shevchenko1-2/+9
2013-04-15dmatest: cancel thread immediately when asked forAndy Shevchenko1-1/+2
2013-01-07dmaengine/dmatest: terminate transfers only in case of errorsShiraz Hashim1-1/+3
2013-01-07dmatest: Fix NULL pointer dereference on ioatJon Mason1-2/+2
2013-01-07dmatest: adjust invalid module parameters for number of source buffersAkinobu Mita1-3/+13
2012-12-17dmatest: check for dma mapping errorAndy Shevchenko1-1/+21
2012-12-17dmatest: implement two helpers to unmap dma memoryAndy Shevchenko1-10/+17
2012-01-23dmaengine: fix missing 'cnt' in ?: in dmatestDr. David Alan Gilbert1-1/+1
2011-11-23dmatest: don't use set_freezable_with_signal()Tejun Heo1-19/+27
2011-08-29dmatest: make dmatest threads freezableGuennadi Liakhovetski1-2/+15
2011-08-08dmaengine/dmatest: Terminate transfers on all channels in case of error or exitViresh Kumar1-0/+6
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