summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dmatest.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: correct onstack wait_queue_head declarationYong Zhang2010-02-051-1/+1
* dmaengine: fix dmatest to verify minimum transfer length and test buffer sizeGuennadi Liakhovetski2009-12-101-4/+12
* Merge branch 'dmaengine' into async-tx-nextDan Williams2009-09-081-4/+17
|\
| * dmaengine: dmatest: correct thread_count while using multiple thread per channelNicolas Ferre2009-07-221-2/+2
| * dmaengine: dmatest: add a maximum number of test iterationsNicolas Ferre2009-07-221-1/+14
| * drivers/dma: Remove unnecessary semicolonsJoe Perches2009-07-221-1/+1
* | dmaengine, async_tx: support alignment checksDan Williams2009-09-081-0/+14
* | Merge branch 'md-raid6-accel' into ioat3.2Dan Williams2009-09-081-0/+26
|\ \ | |/ |/|
| * dmatest: add pq supportDan Williams2009-08-291-0/+26
* | dmatest: fix max channels handlingDan Williams2009-04-081-3/+1
|/
* 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-041-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/+43
* dmaengine: up-level reference counting to the module levelDan Williams2009-01-061-2/+0
* 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
OpenPOWER on IntegriCloud