summaryrefslogtreecommitdiff
path: root/drivers/dma/dmatest.c
AgeCommit message (Expand)Author
2017-08-22dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang
2017-07-18dmaengine: dmatest: add support for memset testSinan Kaya
2017-05-01dmaengine: dmatest: Add check for supported buffer count (sg_buffers)Stefan Roese
2017-04-24dmaengine: dmatest: use offset_in_page() macroGeliang Tang
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-11-30dmaengine: dmatest: honor alignment restriction for buffersDave Jiang
2016-11-30dmaengine: fix spacing issues for dmatestDave Jiang
2016-09-15dmaengine: dmatest: Restore "memcpy" as default modeEugeniy Paltsev
2016-09-09dmaengine: dmatest: Apply copy_align to DMA_SG as wellNicolin Chen
2016-09-02dmaengine: dmatest: exclude compare and fill time during perf reportSinan Kaya
2016-07-16dmaengine: dmatest: Add support for scatter-gather DMA modeKedareswara rao Appana
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez
2015-02-04dmatest: move src_off, dst_off, len inside loopAndy Shevchenko
2015-02-04dmatest: fix indentationAndy Shevchenko
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2014-08-22dmatest: prevent memory leakage on error path in threadAndy Shevchenko
2014-03-26Add new line to test result strings produced in verbose modeJerome Blin
2014-01-29Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2014-01-20DMA: dmatest: extend the "device" module parameter to 32 charactersGuennadi Liakhovetski
2013-12-12dmatest: fix build warning on mipsDan Williams
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul
2013-11-14dmatest: verbose modeDan Williams
2013-11-14dmatest: convert to dmaengine_unmap_dataDan Williams
2013-11-14dmatest: add a 'wait' parameterDan Williams
2013-11-14dmatest: add basic performance metricsDan Williams
2013-11-14dmatest: add support for skipping verification and random data setupDan Williams
2013-11-14dmatest: use pseudo random numbersDan Williams
2013-11-14dmatest: support xor-only, or pq-only channels in testsDan Williams
2013-11-14dmatest: restore ability to start test at module load and initDan Williams
2013-11-14dmatest: cleanup redundant "dmatest: " prefixesDan Williams
2013-11-14dmatest: replace stored results mechanism, with uniform messagesDan Williams
2013-11-14Revert "dmatest: append verify result to results"Dan Williams
2013-11-14dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz
2013-11-13dmatest: make driver unmap also source buffers by itselfBartlomiej Zolnierkiewicz
2013-10-25dmaengine: dmatest: use DMA_COMPLETE for dma completion statusVinod Koul
2013-08-22dmatest: print message on debug level in case of no errorAndy Shevchenko
2013-08-22dmatest: remove IS_ERR_OR_NULL checks of debugfs callsAndy Shevchenko
2013-08-22dmatest: make module parameters writableAndy Shevchenko
2013-06-08dmatest: do not allow to interrupt ongoing testsAndy Shevchenko
2013-04-15dmatest: append verify result to resultsAndy Shevchenko
2013-04-15dmatest: gather test results in the linked listAndy Shevchenko
2013-04-15dmatest: define MAX_ERROR_COUNT constantAndy Shevchenko
2013-04-15dmatest: return actual state in 'run' fileAndy Shevchenko
2013-04-15dmatest: run test via debugfsAndy Shevchenko
2013-04-15dmatest: split test parameters to separate structureAndy Shevchenko
2013-04-15dmatest: move dmatest_channels and nr_channels to dmatest_infoAndy Shevchenko
2013-04-15dmatest: create dmatest_info to keep test parametersAndy Shevchenko
2013-04-15dmatest: allocate memory for pq_coefs from heapAndy Shevchenko
2013-04-15dmatest: cancel thread immediately when asked forAndy Shevchenko