aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/dmatest.c
AgeCommit message (Expand)Author
2020-10-29dmaengine: dmatest: Check list for emptiness before access its last entryAndy Shevchenko
2020-07-22dmaengine: dmatest: stop completed threads when running without set channelPeter Ujfalusi
2020-05-27dmaengine: dmatest: Restore default for channelVladimir Murzin
2020-05-06dmaengine: dmatest: Fix process hang when reading 'wait' parameterAndy Shevchenko
2020-05-06dmaengine: dmatest: Fix iteration non-stop logicAndy Shevchenko
2019-09-04dmaengine: dmatest: Add support for completion pollingPeter Ujfalusi
2019-07-17Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2019-06-25dmaengine: dmatest: timeout value of -1 should specify infinite waitHook, Gary
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-03-14Merge tag 'dmaengine-5.1-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2019-02-25dmaengine: dmatest: move test data alloc & free into functionsAlexandru Ardelean
2019-02-25dmaengine: dmatest: add short-hand `buf_size` var in dmatest_func()Alexandru Ardelean
2019-02-25dmaengine: dmatest: wrap src & dst data into a structAlexandru Ardelean
2019-02-04dmaengine: dmatest: Abort test in case of mapping errorAndy Shevchenko
2018-12-17dmaengine: dmatest: Add transfer_size parameterSeraj Alijan
2018-12-17dmaengine: dmatest: Add alignment parameterSeraj Alijan
2018-12-17dmaengine: dmatest: Use fixed point div to calculate iopsSeraj Alijan
2018-12-17dmaengine: dmatest: Add support for multi channel testingSeraj Alijan
2018-12-05dmaengine: dmatest: fix a small memory leak in dmatest_func()Dan Carpenter
2018-11-24dmaengine: dmatest: move size checks earlier in functionAlexandru Ardelean
2018-11-24dmaengine: dmatest: use dmaengine_terminate_sync() insteadAlexandru Ardelean
2018-11-24dmaengine: dmatest: unmap data on a single code-path when xfer doneAlexandru Ardelean
2018-04-16dmaengine: dmatest: Remove use of VLAsLaura Abbott
2018-02-12dmaengine: dmatest: add norandom optionYang Shunyong
2018-01-30dmaengine: dmatest: fix container_of member in dmatest_callbackYang Shunyong
2017-12-11dmaengine: dmatest: move callback wait queue to thread contextAdam Wallis
2017-11-08dmaengine: dmatest: warn user when dma test times outAdam Wallis
2017-08-22dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang
2017-07-18dmaengine: dmatest: add support for memset testSinan Kaya
2017-05-01dmaengine: dmatest: Add check for supported buffer count (sg_buffers)Stefan Roese
2017-04-24dmaengine: dmatest: use offset_in_page() macroGeliang Tang
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-11-30dmaengine: dmatest: honor alignment restriction for buffersDave Jiang
2016-11-30dmaengine: fix spacing issues for dmatestDave Jiang
2016-09-15dmaengine: dmatest: Restore "memcpy" as default modeEugeniy Paltsev
2016-09-09dmaengine: dmatest: Apply copy_align to DMA_SG as wellNicolin Chen
2016-09-02dmaengine: dmatest: exclude compare and fill time during perf reportSinan Kaya
2016-07-16dmaengine: dmatest: Add support for scatter-gather DMA modeKedareswara rao Appana
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez
2015-02-04dmatest: move src_off, dst_off, len inside loopAndy Shevchenko
2015-02-04dmatest: fix indentationAndy Shevchenko
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2014-08-22dmatest: prevent memory leakage on error path in threadAndy Shevchenko
2014-03-26Add new line to test result strings produced in verbose modeJerome Blin
2014-01-29Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2014-01-20DMA: dmatest: extend the "device" module parameter to 32 charactersGuennadi Liakhovetski
2013-12-12dmatest: fix build warning on mipsDan Williams
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul
2013-11-14dmatest: verbose modeDan Williams