summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dmatest.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-07-171-3/+3
|\
| * dmaengine: dmatest: timeout value of -1 should specify infinite waitHook, Gary2019-06-251-3/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
|/
* Merge tag 'dmaengine-5.1-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2019-03-141-130/+139
|\
| * dmaengine: dmatest: move test data alloc & free into functionsAlexandru Ardelean2019-02-251-55/+55
| * dmaengine: dmatest: add short-hand `buf_size` var in dmatest_func()Alexandru Ardelean2019-02-251-15/+17
| * dmaengine: dmatest: wrap src & dst data into a structAlexandru Ardelean2019-02-251-94/+101
* | dmaengine: dmatest: Abort test in case of mapping errorAndy Shevchenko2019-02-041-18/+14Star
|/
* dmaengine: dmatest: Add transfer_size parameterSeraj Alijan2018-12-171-6/+22
* dmaengine: dmatest: Add alignment parameterSeraj Alijan2018-12-171-4/+14
* dmaengine: dmatest: Use fixed point div to calculate iopsSeraj Alijan2018-12-171-3/+14
* dmaengine: dmatest: Add support for multi channel testingSeraj Alijan2018-12-171-19/+177
* dmaengine: dmatest: fix a small memory leak in dmatest_func()Dan Carpenter2018-12-051-4/+4
* dmaengine: dmatest: move size checks earlier in functionAlexandru Ardelean2018-11-241-13/+13
* dmaengine: dmatest: use dmaengine_terminate_sync() insteadAlexandru Ardelean2018-11-241-2/+2
* dmaengine: dmatest: unmap data on a single code-path when xfer doneAlexandru Ardelean2018-11-241-4/+2Star
* dmaengine: dmatest: Remove use of VLAsLaura Abbott2018-04-161-3/+13
* dmaengine: dmatest: add norandom optionYang Shunyong2018-02-121-4/+12
* dmaengine: dmatest: fix container_of member in dmatest_callbackYang Shunyong2018-01-301-1/+1
* dmaengine: dmatest: move callback wait queue to thread contextAdam Wallis2017-12-111-24/+31
* dmaengine: dmatest: warn user when dma test times outAdam Wallis2017-11-081-0/+1
* dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang2017-08-221-34/+2Star
* dmaengine: dmatest: add support for memset testSinan Kaya2017-07-181-24/+64
* dmaengine: dmatest: Add check for supported buffer count (sg_buffers)Stefan Roese2017-05-011-0/+7
* dmaengine: dmatest: use offset_in_page() macroGeliang Tang2017-04-241-2/+2
* sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar2017-03-021-0/+1
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-2/+2
* dmaengine: dmatest: honor alignment restriction for buffersDave Jiang2016-11-301-20/+46
* dmaengine: fix spacing issues for dmatestDave Jiang2016-11-301-4/+4
* dmaengine: dmatest: Restore "memcpy" as default modeEugeniy Paltsev2016-09-151-2/+2
* dmaengine: dmatest: Apply copy_align to DMA_SG as wellNicolin Chen2016-09-091-1/+1
* dmaengine: dmatest: exclude compare and fill time during perf reportSinan Kaya2016-09-021-2/+15
* dmaengine: dmatest: Add support for scatter-gather DMA modeKedareswara rao Appana2016-07-161-2/+41
* kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-2/+2
* dmatest: move src_off, dst_off, len inside loopAndy Shevchenko2015-02-051-11/+12
* dmatest: fix indentationAndy Shevchenko2015-02-051-6/+6
* Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2014-10-081-2/+2
|\
| * dmatest: prevent memory leakage on error path in threadAndy Shevchenko2014-08-221-2/+2
* | Add new line to test result strings produced in verbose modeJerome Blin2014-03-261-2/+2
|/
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-01-301-2/+2
|\
| * DMA: dmatest: extend the "device" module parameter to 32 charactersGuennadi Liakhovetski2014-01-201-2/+2
* | dmatest: fix build warning on mipsDan Williams2013-12-131-4/+4
|/
* Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul2013-11-161-564/+351Star
|\
| * dmatest: verbose modeDan Williams2013-11-141-7/+18
| * dmatest: convert to dmaengine_unmap_dataDan Williams2013-11-141-42/+44
| * dmatest: add a 'wait' parameterDan Williams2013-11-141-25/+47
| * dmatest: add basic performance metricsDan Williams2013-11-141-2/+33
| * dmatest: add support for skipping verification and random data setupDan Williams2013-11-141-11/+33
| * dmatest: use pseudo random numbersDan Williams2013-11-141-1/+1
| * dmatest: support xor-only, or pq-only channels in testsDan Williams2013-11-141-26/+32