index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
dmatest.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-27
dmaengine: dmatest: Describe members of struct dmatest_info
Andy Shevchenko
1
-0
/
+3
2020-04-27
dmaengine: dmatest: Describe members of struct dmatest_params
Andy Shevchenko
1
-4
/
+9
2020-04-27
dmaengine: dmatest: Allow negative timeout value to specify infinite wait
Andy Shevchenko
1
-1
/
+1
2020-04-27
Revert "dmaengine: dmatest: timeout value of -1 should specify infinite wait"
Andy Shevchenko
1
-3
/
+3
2019-09-04
dmaengine: dmatest: Add support for completion polling
Peter Ujfalusi
1
-7
/
+28
2019-07-17
Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-3
/
+3
2019-06-25
dmaengine: dmatest: timeout value of -1 should specify infinite wait
Hook, Gary
1
-3
/
+3
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-03-14
Merge tag 'dmaengine-5.1-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-130
/
+139
2019-02-25
dmaengine: dmatest: move test data alloc & free into functions
Alexandru Ardelean
1
-55
/
+55
2019-02-25
dmaengine: dmatest: add short-hand `buf_size` var in dmatest_func()
Alexandru Ardelean
1
-15
/
+17
2019-02-25
dmaengine: dmatest: wrap src & dst data into a struct
Alexandru Ardelean
1
-94
/
+101
2019-02-04
dmaengine: dmatest: Abort test in case of mapping error
Andy Shevchenko
1
-18
/
+14
2018-12-17
dmaengine: dmatest: Add transfer_size parameter
Seraj Alijan
1
-6
/
+22
2018-12-17
dmaengine: dmatest: Add alignment parameter
Seraj Alijan
1
-4
/
+14
2018-12-17
dmaengine: dmatest: Use fixed point div to calculate iops
Seraj Alijan
1
-3
/
+14
2018-12-17
dmaengine: dmatest: Add support for multi channel testing
Seraj Alijan
1
-19
/
+177
2018-12-05
dmaengine: dmatest: fix a small memory leak in dmatest_func()
Dan Carpenter
1
-4
/
+4
2018-11-24
dmaengine: dmatest: move size checks earlier in function
Alexandru Ardelean
1
-13
/
+13
2018-11-24
dmaengine: dmatest: use dmaengine_terminate_sync() instead
Alexandru Ardelean
1
-2
/
+2
2018-11-24
dmaengine: dmatest: unmap data on a single code-path when xfer done
Alexandru Ardelean
1
-4
/
+2
2018-04-16
dmaengine: dmatest: Remove use of VLAs
Laura Abbott
1
-3
/
+13
2018-02-12
dmaengine: dmatest: add norandom option
Yang Shunyong
1
-4
/
+12
2018-01-30
dmaengine: dmatest: fix container_of member in dmatest_callback
Yang Shunyong
1
-1
/
+1
2017-12-11
dmaengine: dmatest: move callback wait queue to thread context
Adam Wallis
1
-24
/
+31
2017-11-08
dmaengine: dmatest: warn user when dma test times out
Adam Wallis
1
-0
/
+1
2017-08-22
dmaengine: remove DMA_SG as it is dead code in kernel
Dave Jiang
1
-34
/
+2
2017-07-18
dmaengine: dmatest: add support for memset test
Sinan Kaya
1
-24
/
+64
2017-05-01
dmaengine: dmatest: Add check for supported buffer count (sg_buffers)
Stefan Roese
1
-0
/
+7
2017-04-24
dmaengine: dmatest: use offset_in_page() macro
Geliang Tang
1
-2
/
+2
2017-03-02
sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...
Ingo Molnar
1
-0
/
+1
2016-12-25
ktime: Cleanup ktime_set() usage
Thomas Gleixner
1
-2
/
+2
2016-11-30
dmaengine: dmatest: honor alignment restriction for buffers
Dave Jiang
1
-20
/
+46
2016-11-30
dmaengine: fix spacing issues for dmatest
Dave Jiang
1
-4
/
+4
2016-09-15
dmaengine: dmatest: Restore "memcpy" as default mode
Eugeniy Paltsev
1
-2
/
+2
2016-09-09
dmaengine: dmatest: Apply copy_align to DMA_SG as well
Nicolin Chen
1
-1
/
+1
2016-09-02
dmaengine: dmatest: exclude compare and fill time during perf report
Sinan Kaya
1
-2
/
+15
2016-07-16
dmaengine: dmatest: Add support for scatter-gather DMA mode
Kedareswara rao Appana
1
-2
/
+41
2015-05-28
kernel/params: constify struct kernel_param_ops uses
Luis R. Rodriguez
1
-2
/
+2
2015-02-05
dmatest: move src_off, dst_off, len inside loop
Andy Shevchenko
1
-11
/
+12
2015-02-05
dmatest: fix indentation
Andy Shevchenko
1
-6
/
+6
2014-10-08
Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
1
-2
/
+2
2014-08-22
dmatest: prevent memory leakage on error path in thread
Andy Shevchenko
1
-2
/
+2
2014-03-26
Add new line to test result strings produced in verbose mode
Jerome Blin
1
-2
/
+2
2014-01-30
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-2
/
+2
2014-01-20
DMA: dmatest: extend the "device" module parameter to 32 characters
Guennadi Liakhovetski
1
-2
/
+2
2013-12-13
dmatest: fix build warning on mips
Dan Williams
1
-4
/
+4
2013-11-16
Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...
Vinod Koul
1
-564
/
+351
2013-11-14
dmatest: verbose mode
Dan Williams
1
-7
/
+18
2013-11-14
dmatest: convert to dmaengine_unmap_data
Dan Williams
1
-42
/
+44
[next]