summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dmatest.c
Commit message (Expand)AuthorAgeFilesLines
...
* dmatest: split test parameters to separate structureAndy Shevchenko2013-04-151-47/+62
* dmatest: move dmatest_channels and nr_channels to dmatest_infoAndy Shevchenko2013-04-151-13/+16
* dmatest: create dmatest_info to keep test parametersAndy Shevchenko2013-04-151-47/+113
* dmatest: allocate memory for pq_coefs from heapAndy Shevchenko2013-04-151-2/+9
* dmatest: cancel thread immediately when asked forAndy Shevchenko2013-04-151-1/+2
* dmaengine/dmatest: terminate transfers only in case of errorsShiraz Hashim2013-01-081-1/+3
* dmatest: Fix NULL pointer dereference on ioatJon Mason2013-01-081-2/+2
* dmatest: adjust invalid module parameters for number of source buffersAkinobu Mita2013-01-081-3/+13
* dmatest: check for dma mapping errorAndy Shevchenko2012-12-181-1/+21
* dmatest: implement two helpers to unmap dma memoryAndy Shevchenko2012-12-181-10/+17
* dmaengine: fix missing 'cnt' in ?: in dmatestDr. David Alan Gilbert2012-01-231-1/+1
* dmatest: don't use set_freezable_with_signal()Tejun Heo2011-11-231-19/+27
* dmatest: make dmatest threads freezableGuennadi Liakhovetski2011-08-291-2/+15
* dmaengine/dmatest: Terminate transfers on all channels in case of error or exitViresh Kumar2011-08-081-0/+6
* net: remove mm.h inclusion from netdevice.hAlexey Dobriyan2011-06-221-0/+1
* Haavard Skinnemoen has left AtmelJean Delvare2011-05-181-1/+1
* treewide: cleanup continuations and remove logging message whitespaceJoe Perches2011-04-261-2/+2
* dmaengine/dmatest: Pass timeout via module paramsViresh Kumar2011-03-221-1/+6
* dmatest: fix automatic buffer unmap typeIra Snyder2011-03-121-1/+6
* dma: dmatest: fix potential sign bugKulikov Vasiliy2010-08-041-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'coh' into dmaengineDan Williams2010-03-041-1/+1
|\
| * dmaengine: correct onstack wait_queue_head declarationYong Zhang2010-02-051-1/+1
* | dmatest: fix handling of an even number of xor_sourcesDan Williams2010-03-011-1/+1
* | dmatest: correct raid6 PQ testAnatolij Gustschin2010-03-011-3/+3
|/
* dmaengine: fix dmatest to verify minimum transfer length and test buffer sizeGuennadi Liakhovetski2009-12-111-4/+12
* Merge branch 'dmaengine' into async-tx-nextDan Williams2009-09-091-4/+17
|\
| * dmaengine: dmatest: correct thread_count while using multiple thread per channelNicolas Ferre2009-07-231-2/+2
| * dmaengine: dmatest: add a maximum number of test iterationsNicolas Ferre2009-07-231-1/+14
| * drivers/dma: Remove unnecessary semicolonsJoe Perches2009-07-231-1/+1
* | dmaengine, async_tx: support alignment checksDan Williams2009-09-091-0/+14
* | Merge branch 'md-raid6-accel' into ioat3.2Dan Williams2009-09-091-0/+26
|\ \ | |/ |/|
| * dmatest: add pq supportDan Williams2009-08-301-0/+26
* | dmatest: fix max channels handlingDan Williams2009-04-091-3/+1Star
|/
* dmatest: add dma interrupts and callbacksDan Williams2009-03-251-10/+27
* dmatest: add xor testDan Williams2009-03-251-85/+189
* dmatest: fix use after free in dmatest_exitDan Williams2009-03-051-2/+4
* dmatest: Use custom map/unmap for destination bufferAtsushi Nemoto2009-01-131-4/+31
* dmaengine: add a release for dma class devices and dependent infrastructureDan Williams2009-01-061-7/+7
* dmaengine: kill enum dma_state_clientDan Williams2009-01-061-3/+3
* dmatest: convert to dma_request_channelDan Williams2009-01-061-72/+43Star
* dmaengine: up-level reference counting to the module levelDan Williams2009-01-061-2/+0Star
* dmaengine: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-111-11/+11
* drivers/dma/dmatest.c: switch a GFP_ATOMIC to GFP_KERNELAndrew Morton2008-09-191-1/+1
* dmatest: properly handle duplicate DMA channelsTimur Tabi2008-09-191-0/+5
* dmatest: Simple DMA memcpy test clientHaavard Skinnemoen2008-07-081-0/+444