summaryrefslogtreecommitdiff
path: root/drivers/dma/dmatest.c
AgeCommit message (Expand)Author
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan
2011-05-18Haavard Skinnemoen has left AtmelJean Delvare
2011-04-26treewide: cleanup continuations and remove logging message whitespaceJoe Perches
2011-03-22dmaengine/dmatest: Pass timeout via module paramsViresh Kumar
2011-03-11dmatest: fix automatic buffer unmap typeIra Snyder
2010-08-04dma: dmatest: fix potential sign bugKulikov Vasiliy
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-03Merge branch 'coh' into dmaengineDan Williams
2010-02-28dmatest: fix handling of an even number of xor_sourcesDan Williams
2010-02-28dmatest: correct raid6 PQ testAnatolij Gustschin
2010-02-05dmaengine: correct onstack wait_queue_head declarationYong Zhang
2009-12-10dmaengine: fix dmatest to verify minimum transfer length and test buffer sizeGuennadi Liakhovetski
2009-09-08Merge branch 'dmaengine' into async-tx-nextDan Williams
2009-09-08dmaengine, async_tx: support alignment checksDan Williams
2009-09-08Merge branch 'md-raid6-accel' into ioat3.2Dan Williams
2009-08-29dmatest: add pq supportDan Williams
2009-07-22dmaengine: dmatest: correct thread_count while using multiple thread per channelNicolas Ferre
2009-07-22dmaengine: dmatest: add a maximum number of test iterationsNicolas Ferre
2009-07-22drivers/dma: Remove unnecessary semicolonsJoe Perches
2009-04-08dmatest: fix max channels handlingDan Williams
2009-03-25dmatest: add dma interrupts and callbacksDan Williams
2009-03-25dmatest: add xor testDan Williams
2009-03-04dmatest: fix use after free in dmatest_exitDan Williams
2009-01-13dmatest: Use custom map/unmap for destination bufferAtsushi Nemoto
2009-01-06dmaengine: add a release for dma class devices and dependent infrastructureDan Williams
2009-01-06dmaengine: kill enum dma_state_clientDan Williams
2009-01-06dmatest: convert to dma_request_channelDan Williams
2009-01-06dmaengine: up-level reference counting to the module levelDan Williams
2008-11-11dmaengine: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-09-19drivers/dma/dmatest.c: switch a GFP_ATOMIC to GFP_KERNELAndrew Morton
2008-09-19dmatest: properly handle duplicate DMA channelsTimur Tabi
2008-07-08dmatest: Simple DMA memcpy test clientHaavard Skinnemoen