index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
dmatest.c
Age
Commit message (
Expand
)
Author
2024-06-07
dmaengine: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2023-12-11
dmaengine: dmatest: prevent using swiotlb buffer with nobounce parameter
Amelie Delaunay
2022-10-11
treewide: use get_random_bytes() when possible
Jason A. Donenfeld
2022-08-04
Merge tag 'dmaengine-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-07-06
dmaengine: dmatest: use strscpy to replace strlcpy
XueBing Chen
2022-06-09
dmaengine: dmatest: Replace symbolic permissions by octal permissions
Geert Uytterhoeven
2022-06-09
dmaengine: dmatest: Remove spaces before tabs
Geert Uytterhoeven
2022-06-09
dmaengine: Revert "dmaengine: add verification of DMA_INTERRUPT capability fo...
Vinod Koul
2022-04-20
dmaengine: add verification of DMA_INTERRUPT capability for dmatest
Dave Jiang
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
[next]