aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/dmatest.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-30dmaengine: dmatest: fix container_of member in dmatest_callbackYang Shunyong1-1/+1
2017-12-11dmaengine: dmatest: move callback wait queue to thread contextAdam Wallis1-24/+31
2017-11-08dmaengine: dmatest: warn user when dma test times outAdam Wallis1-0/+1
2017-08-22dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang1-34/+2
2017-07-18dmaengine: dmatest: add support for memset testSinan Kaya1-24/+64
2017-05-01dmaengine: dmatest: Add check for supported buffer count (sg_buffers)Stefan Roese1-0/+7
2017-04-24dmaengine: dmatest: use offset_in_page() macroGeliang Tang1-2/+2
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and related APIs from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar1-0/+1
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-2/+2
2016-11-30dmaengine: dmatest: honor alignment restriction for buffersDave Jiang1-20/+46
2016-11-30dmaengine: fix spacing issues for dmatestDave Jiang1-4/+4
2016-09-15dmaengine: dmatest: Restore "memcpy" as default modeEugeniy Paltsev1-2/+2
2016-09-09dmaengine: dmatest: Apply copy_align to DMA_SG as wellNicolin Chen1-1/+1
2016-09-02dmaengine: dmatest: exclude compare and fill time during perf reportSinan Kaya1-2/+15
2016-07-16dmaengine: dmatest: Add support for scatter-gather DMA modeKedareswara rao Appana1-2/+41
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