summaryrefslogtreecommitdiff
path: root/drivers/dma/dmatest.c
Commit message (Expand)AuthorAge
* dmaengine: dmatest: add norandom optionYang Shunyong2018-02-12
* dmaengine: dmatest: fix container_of member in dmatest_callbackYang Shunyong2018-01-30
* dmaengine: dmatest: move callback wait queue to thread contextAdam Wallis2017-12-11
* dmaengine: dmatest: warn user when dma test times outAdam Wallis2017-11-08
* dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang2017-08-22
* dmaengine: dmatest: add support for memset testSinan Kaya2017-07-18
* dmaengine: dmatest: Add check for supported buffer count (sg_buffers)Stefan Roese2017-05-01
* dmaengine: dmatest: use offset_in_page() macroGeliang Tang2017-04-24
* sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar2017-03-02
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-25
* dmaengine: dmatest: honor alignment restriction for buffersDave Jiang2016-11-30
* dmaengine: fix spacing issues for dmatestDave Jiang2016-11-30
* dmaengine: dmatest: Restore "memcpy" as default modeEugeniy Paltsev2016-09-15
* dmaengine: dmatest: Apply copy_align to DMA_SG as wellNicolin Chen2016-09-09
* dmaengine: dmatest: exclude compare and fill time during perf reportSinan Kaya2016-09-02
* dmaengine: dmatest: Add support for scatter-gather DMA modeKedareswara rao Appana2016-07-16
* kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-28
* dmatest: move src_off, dst_off, len inside loopAndy Shevchenko2015-02-04
* dmatest: fix indentationAndy Shevchenko2015-02-04
* Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2014-10-07
|\
| * dmatest: prevent memory leakage on error path in threadAndy Shevchenko2014-08-22
* | Add new line to test result strings produced in verbose modeJerome Blin2014-03-26
|/
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2014-01-29
|\
| * DMA: dmatest: extend the "device" module parameter to 32 charactersGuennadi Liakhovetski2014-01-20
* | dmatest: fix build warning on mipsDan Williams2013-12-12
|/
* Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul2013-11-16
|\
| * dmatest: verbose modeDan Williams2013-11-14
| * dmatest: convert to dmaengine_unmap_dataDan Williams2013-11-14
| * dmatest: add a 'wait' parameterDan Williams2013-11-14
| * dmatest: add basic performance metricsDan Williams2013-11-14
| * dmatest: add support for skipping verification and random data setupDan Williams2013-11-14
| * dmatest: use pseudo random numbersDan Williams2013-11-14
| * dmatest: support xor-only, or pq-only channels in testsDan Williams2013-11-14
| * dmatest: restore ability to start test at module load and initDan Williams2013-11-14
| * dmatest: cleanup redundant "dmatest: " prefixesDan Williams2013-11-14
| * dmatest: replace stored results mechanism, with uniform messagesDan Williams2013-11-14
| * Revert "dmatest: append verify result to results"Dan Williams2013-11-14
| * dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz2013-11-14
| * dmatest: make driver unmap also source buffers by itselfBartlomiej Zolnierkiewicz2013-11-13
* | dmaengine: dmatest: use DMA_COMPLETE for dma completion statusVinod Koul2013-10-25
|/
* dmatest: print message on debug level in case of no errorAndy Shevchenko2013-08-22
* dmatest: remove IS_ERR_OR_NULL checks of debugfs callsAndy Shevchenko2013-08-22
* dmatest: make module parameters writableAndy Shevchenko2013-08-22
* dmatest: do not allow to interrupt ongoing testsAndy Shevchenko2013-06-08
* dmatest: append verify result to resultsAndy Shevchenko2013-04-15
* dmatest: gather test results in the linked listAndy Shevchenko2013-04-15
* dmatest: define MAX_ERROR_COUNT constantAndy Shevchenko2013-04-15
* dmatest: return actual state in 'run' fileAndy Shevchenko2013-04-15
* dmatest: run test via debugfsAndy Shevchenko2013-04-15
* dmatest: split test parameters to separate structureAndy Shevchenko2013-04-15