summaryrefslogtreecommitdiff
path: root/drivers/dma/dmatest.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-3/+3
2019-06-25dmaengine: dmatest: timeout value of -1 should specify infinite waitHook, Gary1-3/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-03-14Merge tag 'dmaengine-5.1-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-130/+139
2019-02-25dmaengine: dmatest: move test data alloc & free into functionsAlexandru Ardelean1-55/+55
2019-02-25dmaengine: dmatest: add short-hand `buf_size` var in dmatest_func()Alexandru Ardelean1-15/+17
2019-02-25dmaengine: dmatest: wrap src & dst data into a structAlexandru Ardelean1-94/+101
2019-02-04dmaengine: dmatest: Abort test in case of mapping errorAndy Shevchenko1-18/+14
2018-12-17dmaengine: dmatest: Add transfer_size parameterSeraj Alijan1-6/+22
2018-12-17dmaengine: dmatest: Add alignment parameterSeraj Alijan1-4/+14
2018-12-17dmaengine: dmatest: Use fixed point div to calculate iopsSeraj Alijan1-3/+14
2018-12-17dmaengine: dmatest: Add support for multi channel testingSeraj Alijan1-19/+177
2018-12-05dmaengine: dmatest: fix a small memory leak in dmatest_func()Dan Carpenter1-4/+4
2018-11-24dmaengine: dmatest: move size checks earlier in functionAlexandru Ardelean1-13/+13
2018-11-24dmaengine: dmatest: use dmaengine_terminate_sync() insteadAlexandru Ardelean1-2/+2
2018-11-24dmaengine: dmatest: unmap data on a single code-path when xfer doneAlexandru Ardelean1-4/+2
2018-04-16dmaengine: dmatest: Remove use of VLAsLaura Abbott1-3/+13
2018-02-12dmaengine: dmatest: add norandom optionYang Shunyong1-4/+12
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 re...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/d...Linus 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...Vinod 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