index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
dmatest.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-11
treewide: use get_random_bytes() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-08-04
Merge tag 'dmaengine-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-23
/
+22
2022-07-06
dmaengine: dmatest: use strscpy to replace strlcpy
XueBing Chen
1
-6
/
+6
2022-06-09
dmaengine: dmatest: Replace symbolic permissions by octal permissions
Geert Uytterhoeven
1
-15
/
+14
2022-06-09
dmaengine: dmatest: Remove spaces before tabs
Geert Uytterhoeven
1
-2
/
+2
2022-06-09
dmaengine: Revert "dmaengine: add verification of DMA_INTERRUPT capability fo...
Vinod Koul
1
-10
/
+3
2022-04-20
dmaengine: add verification of DMA_INTERRUPT capability for dmatest
Dave Jiang
1
-3
/
+10
2020-12-11
dmaengine: dmatest: Use dmaengine_get_dma_device
Peter Ujfalusi
1
-5
/
+8
2020-09-22
dmaengine: dmatest: Return boolean result directly in filter()
Andy Shevchenko
1
-7
/
+1
2020-09-22
dmaengine: dmatest: Check list for emptiness before access its last entry
Andy Shevchenko
1
-3
/
+2
2020-09-22
Merge branch 'fixes' into next
Vinod Koul
1
-5
/
+21
2020-09-22
dmaengine: dmatest: Prevent to run on misconfigured channel
Vladimir Murzin
1
-5
/
+21
2020-09-11
dmaengine: dmatest: Print error codes as signed value
Andy Shevchenko
1
-2
/
+8
2020-08-05
Merge branch 'for-linus' into fixes
Vinod Koul
1
-1
/
+10
2020-07-06
dmaengine: dmatest: stop completed threads when running without set channel
Peter Ujfalusi
1
-0
/
+2
2020-06-17
dmaengine: cookie bypass for out of order completion
Dave Jiang
1
-1
/
+10
2020-06-10
Merge tag 'dmaengine-5.8-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-8
/
+16
2020-05-13
dmaengine: dmatest: Restore default for channel
Vladimir Murzin
1
-4
/
+5
2020-04-28
dmaengine: dmatest: Fix process hang when reading 'wait' parameter
Andy Shevchenko
1
-1
/
+1
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
2020-04-27
dmaengine: dmatest: Fix iteration non-stop logic
Andy Shevchenko
1
-2
/
+2
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
[next]