aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/dmatest.c
AgeCommit message (Expand)Author
2023-12-11dmaengine: dmatest: prevent using swiotlb buffer with nobounce parameterAmelie Delaunay
2022-10-11treewide: use get_random_bytes() when possibleJason A. Donenfeld
2022-08-04Merge tag 'dmaengine-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-07-06dmaengine: dmatest: use strscpy to replace strlcpyXueBing Chen
2022-06-09dmaengine: dmatest: Replace symbolic permissions by octal permissionsGeert Uytterhoeven
2022-06-09dmaengine: dmatest: Remove spaces before tabsGeert Uytterhoeven
2022-06-09dmaengine: Revert "dmaengine: add verification of DMA_INTERRUPT capability fo...Vinod Koul
2022-04-20dmaengine: add verification of DMA_INTERRUPT capability for dmatestDave Jiang
2020-12-11dmaengine: dmatest: Use dmaengine_get_dma_devicePeter Ujfalusi
2020-09-22dmaengine: dmatest: Return boolean result directly in filter()Andy Shevchenko
2020-09-22dmaengine: dmatest: Check list for emptiness before access its last entryAndy Shevchenko
2020-09-22Merge branch 'fixes' into nextVinod Koul
2020-09-22dmaengine: dmatest: Prevent to run on misconfigured channelVladimir Murzin
2020-09-11dmaengine: dmatest: Print error codes as signed valueAndy Shevchenko
2020-08-05Merge branch 'for-linus' into fixesVinod Koul
2020-07-06dmaengine: dmatest: stop completed threads when running without set channelPeter Ujfalusi
2020-06-17dmaengine: cookie bypass for out of order completionDave Jiang
2020-06-10Merge tag 'dmaengine-5.8-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2020-05-13dmaengine: dmatest: Restore default for channelVladimir Murzin
2020-04-28dmaengine: dmatest: Fix process hang when reading 'wait' parameterAndy Shevchenko
2020-04-27dmaengine: dmatest: Describe members of struct dmatest_infoAndy Shevchenko
2020-04-27dmaengine: dmatest: Describe members of struct dmatest_paramsAndy Shevchenko
2020-04-27dmaengine: dmatest: Allow negative timeout value to specify infinite waitAndy Shevchenko
2020-04-27Revert "dmaengine: dmatest: timeout value of -1 should specify infinite wait"Andy Shevchenko
2020-04-27dmaengine: 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