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