summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dmatest.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: dmatest: prevent using swiotlb buffer with nobounce parameterAmelie Delaunay2023-12-111-1/+16
* treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-111-1/+1
* Merge tag 'dmaengine-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-041-23/+22
|\
| * dmaengine: dmatest: use strscpy to replace strlcpyXueBing Chen2022-07-061-6/+6
| * dmaengine: dmatest: Replace symbolic permissions by octal permissionsGeert Uytterhoeven2022-06-091-15/+14
| * dmaengine: dmatest: Remove spaces before tabsGeert Uytterhoeven2022-06-091-2/+2
* | dmaengine: Revert "dmaengine: add verification of DMA_INTERRUPT capability fo...Vinod Koul2022-06-091-10/+3
|/
* dmaengine: add verification of DMA_INTERRUPT capability for dmatestDave Jiang2022-04-201-3/+10
* dmaengine: dmatest: Use dmaengine_get_dma_devicePeter Ujfalusi2020-12-111-5/+8
* dmaengine: dmatest: Return boolean result directly in filter()Andy Shevchenko2020-09-221-7/+1
* dmaengine: dmatest: Check list for emptiness before access its last entryAndy Shevchenko2020-09-221-3/+2
* Merge branch 'fixes' into nextVinod Koul2020-09-221-5/+21
|\
| * dmaengine: dmatest: Prevent to run on misconfigured channelVladimir Murzin2020-09-221-5/+21
* | dmaengine: dmatest: Print error codes as signed valueAndy Shevchenko2020-09-111-2/+8
|/
* Merge branch 'for-linus' into fixesVinod Koul2020-08-051-1/+10
|\
| * dmaengine: cookie bypass for out of order completionDave Jiang2020-06-171-1/+10
* | dmaengine: dmatest: stop completed threads when running without set channelPeter Ujfalusi2020-07-061-0/+2
|/
* Merge tag 'dmaengine-5.8-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2020-06-101-8/+16
|\
| * dmaengine: dmatest: Describe members of struct dmatest_infoAndy Shevchenko2020-04-271-0/+3
| * dmaengine: dmatest: Describe members of struct dmatest_paramsAndy Shevchenko2020-04-271-4/+9
| * dmaengine: dmatest: Allow negative timeout value to specify infinite waitAndy Shevchenko2020-04-271-1/+1
| * Revert "dmaengine: dmatest: timeout value of -1 should specify infinite wait"Andy Shevchenko2020-04-271-3/+3
* | dmaengine: dmatest: Restore default for channelVladimir Murzin2020-05-131-4/+5
* | dmaengine: dmatest: Fix process hang when reading 'wait' parameterAndy Shevchenko2020-04-281-1/+1
* | dmaengine: dmatest: Fix iteration non-stop logicAndy Shevchenko2020-04-271-2/+2
|/
* dmaengine: dmatest: Add support for completion pollingPeter Ujfalusi2019-09-041-7/+28
* 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/+1
|/
* 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/+14
|/
* 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/+2
* 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/+2
* 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