Age | Commit message (Expand) | Author |
2020-12-11 | dmaengine: dmatest: Use dmaengine_get_dma_device | Peter Ujfalusi |
2020-09-22 | dmaengine: dmatest: Return boolean result directly in filter() | Andy Shevchenko |
2020-09-22 | dmaengine: dmatest: Check list for emptiness before access its last entry | Andy Shevchenko |
2020-09-22 | Merge branch 'fixes' into next | Vinod Koul |
2020-09-22 | dmaengine: dmatest: Prevent to run on misconfigured channel | Vladimir Murzin |
2020-09-11 | dmaengine: dmatest: Print error codes as signed value | Andy Shevchenko |
2020-08-05 | Merge branch 'for-linus' into fixes | Vinod Koul |
2020-07-06 | dmaengine: dmatest: stop completed threads when running without set channel | Peter Ujfalusi |
2020-06-17 | dmaengine: cookie bypass for out of order completion | Dave Jiang |
2020-06-10 | Merge tag 'dmaengine-5.8-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds |
2020-05-13 | dmaengine: dmatest: Restore default for channel | Vladimir Murzin |
2020-04-28 | dmaengine: dmatest: Fix process hang when reading 'wait' parameter | Andy Shevchenko |
2020-04-27 | dmaengine: dmatest: Describe members of struct dmatest_info | Andy Shevchenko |
2020-04-27 | dmaengine: dmatest: Describe members of struct dmatest_params | Andy Shevchenko |
2020-04-27 | dmaengine: dmatest: Allow negative timeout value to specify infinite wait | Andy Shevchenko |
2020-04-27 | Revert "dmaengine: dmatest: timeout value of -1 should specify infinite wait" | Andy Shevchenko |
2020-04-27 | dmaengine: dmatest: Fix iteration non-stop logic | Andy Shevchenko |
2019-09-04 | dmaengine: dmatest: Add support for completion polling | Peter Ujfalusi |
2019-07-17 | Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds |
2019-06-25 | dmaengine: dmatest: timeout value of -1 should specify infinite wait | Hook, Gary |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner |
2019-03-14 | Merge tag 'dmaengine-5.1-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds |
2019-02-25 | dmaengine: dmatest: move test data alloc & free into functions | Alexandru Ardelean |
2019-02-25 | dmaengine: dmatest: add short-hand `buf_size` var in dmatest_func() | Alexandru Ardelean |
2019-02-25 | dmaengine: dmatest: wrap src & dst data into a struct | Alexandru Ardelean |
2019-02-04 | dmaengine: dmatest: Abort test in case of mapping error | Andy Shevchenko |
2018-12-17 | dmaengine: dmatest: Add transfer_size parameter | Seraj Alijan |
2018-12-17 | dmaengine: dmatest: Add alignment parameter | Seraj Alijan |
2018-12-17 | dmaengine: dmatest: Use fixed point div to calculate iops | Seraj Alijan |
2018-12-17 | dmaengine: dmatest: Add support for multi channel testing | Seraj Alijan |
2018-12-05 | dmaengine: dmatest: fix a small memory leak in dmatest_func() | Dan Carpenter |
2018-11-24 | dmaengine: dmatest: move size checks earlier in function | Alexandru Ardelean |
2018-11-24 | dmaengine: dmatest: use dmaengine_terminate_sync() instead | Alexandru Ardelean |
2018-11-24 | dmaengine: dmatest: unmap data on a single code-path when xfer done | Alexandru Ardelean |
2018-04-16 | dmaengine: dmatest: Remove use of VLAs | Laura Abbott |
2018-02-12 | dmaengine: dmatest: add norandom option | Yang Shunyong |
2018-01-30 | dmaengine: dmatest: fix container_of member in dmatest_callback | Yang Shunyong |
2017-12-11 | dmaengine: dmatest: move callback wait queue to thread context | Adam Wallis |
2017-11-08 | dmaengine: dmatest: warn user when dma test times out | Adam Wallis |
2017-08-22 | dmaengine: remove DMA_SG as it is dead code in kernel | Dave Jiang |
2017-07-18 | dmaengine: dmatest: add support for memset test | Sinan Kaya |
2017-05-01 | dmaengine: dmatest: Add check for supported buffer count (sg_buffers) | Stefan Roese |
2017-04-24 | dmaengine: dmatest: use offset_in_page() macro | Geliang Tang |
2017-03-02 | sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re... | Ingo Molnar |
2016-12-25 | ktime: Cleanup ktime_set() usage | Thomas Gleixner |
2016-11-30 | dmaengine: dmatest: honor alignment restriction for buffers | Dave Jiang |
2016-11-30 | dmaengine: fix spacing issues for dmatest | Dave Jiang |
2016-09-15 | dmaengine: dmatest: Restore "memcpy" as default mode | Eugeniy Paltsev |
2016-09-09 | dmaengine: dmatest: Apply copy_align to DMA_SG as well | Nicolin Chen |
2016-09-02 | dmaengine: dmatest: exclude compare and fill time during perf report | Sinan Kaya |