aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/dmatest.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez1-2/+2
2015-02-04dmatest: move src_off, dst_off, len inside loopAndy Shevchenko1-11/+12
2015-02-04dmatest: fix indentationAndy Shevchenko1-6/+6
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds1-2/+2
2014-08-22dmatest: prevent memory leakage on error path in threadAndy Shevchenko1-2/+2
2014-03-26Add new line to test result strings produced in verbose modeJerome Blin1-2/+2
2014-01-29Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+2
2014-01-20DMA: dmatest: extend the "device" module parameter to 32 charactersGuennadi Liakhovetski1-2/+2
2013-12-12dmatest: fix build warning on mipsDan Williams1-4/+4
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineVinod Koul1-564/+351
2013-11-14dmatest: verbose modeDan Williams1-7/+18
2013-11-14dmatest: convert to dmaengine_unmap_dataDan Williams1-42/+44
2013-11-14dmatest: add a 'wait' parameterDan Williams1-25/+47
2013-11-14dmatest: add basic performance metricsDan Williams1-2/+33
2013-11-14dmatest: add support for skipping verification and random data setupDan Williams1-11/+33
2013-11-14dmatest: use pseudo random numbersDan Williams1-1/+1
2013-11-14dmatest: support xor-only, or pq-only channels in testsDan Williams1-26/+32
2013-11-14dmatest: restore ability to start test at module load and initDan Williams1-159/+106
2013-11-14dmatest: cleanup redundant "dmatest: " prefixesDan Williams1-11/+10
2013-11-14dmatest: replace stored results mechanism, with uniform messagesDan Williams1-207/+33
2013-11-14Revert "dmatest: append verify result to results"Dan Williams1-129/+51
2013-11-14dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz1-2/+1
2013-11-13dmatest: make driver unmap also source buffers by itselfBartlomiej Zolnierkiewicz1-5/+5
2013-10-25dmaengine: dmatest: use DMA_COMPLETE for dma completion statusVinod Koul1-1/+1
2013-08-22dmatest: print message on debug level in case of no errorAndy Shevchenko1-1/+5
2013-08-22dmatest: remove IS_ERR_OR_NULL checks of debugfs callsAndy Shevchenko1-12/+5
2013-08-22dmatest: make module parameters writableAndy Shevchenko1-139/+20
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