aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-08ioat: add some dev_dbg() callsDan Williams4-4/+81
2009-09-08ioat1: kill unused unmap parametersDan Williams2-4/+0
2009-09-08ioat2,3: convert to a true ring bufferDan Williams6-686/+1122
2009-09-08ioat: prepare the code for ioat[12]_dma_chan splitDan Williams2-370/+390
2009-09-08ioat: fix self test interruptsDan Williams1-1/+2
2009-09-08ioat1: move descriptor allocation from submit to prepDan Williams1-89/+65
2009-09-08ioat: define descriptor control bit-fieldDan Williams2-32/+34
2009-09-08ioat: fix type mismatch for ->dmacountDan Williams1-2/+2
2009-09-08ioat: split ioat_dma_probe into core/version-specific routinesDan Williams3-155/+200
2009-09-08ioat: kill function prototype ifdef guardsDan Williams1-9/+0
2009-09-08ioat: cleanup some long deref chains and 80 column collisionsDan Williams2-167/+144
2009-09-08ioat: convert ioat_probe to pcim/devmDan Williams4-141/+68
2009-09-08ioat: move definitions to dma.hDan Williams2-14/+16
2009-09-08Merge commit 'v2.6.31-rc1' into dmaengineDan Williams4-0/+1674
2009-08-29iop-adma: P+Q self testDan Williams1-1/+181
2009-08-29iop-adma: P+Q support for iop13xx adma enginesDan Williams1-34/+197
2009-08-29iop-adma: fix lockdep false positiveDan Williams1-1/+6
2009-08-29iop-adma: cleanup iop_adma_run_tx_complete_actionsDan Williams1-9/+10
2009-08-29dmatest: add pq supportDan Williams1-0/+26
2009-08-29async_tx: add support for asynchronous GF multiplicationDan Williams2-1/+5
2009-08-29async_tx: remove walk of tx->parent chain in dma_wait_for_async_txDan Williams1-35/+10
2009-08-05Merge branch 'master' into for-linusRafael J. Wysocki8-12/+1608
2009-07-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds8-12/+1608
2009-07-28ioat: move to drivers/dma/ioat/Dan Williams8-11/+12
2009-07-22dmaengine: at_hdmac: add DMA slave transfersNicolas Ferre2-43/+214
2009-07-22dmaengine: at_hdmac: new driver for the Atmel AHB DMA ControllerNicolas Ferre4-0/+1404
2009-07-22dmaengine: dmatest: correct thread_count while using multiple thread per channelNicolas Ferre1-2/+2
2009-07-22dmaengine: dmatest: add a maximum number of test iterationsNicolas Ferre1-1/+14
2009-07-22drivers/dma: Remove unnecessary semicolonsJoe Perches2-2/+2
2009-07-22drivers/dma/fsldma.c: Remove unnecessary semicolonsJoe Perches1-1/+1
2009-07-22DMA: Rework txx9dmac suspend_late()/resume_early()Magnus Damm1-5/+10
2009-07-22DMA: Rework dw_dmac suspend_late()/resume_early()Magnus Damm1-5/+10
2009-07-01dmaengine: move HIGHMEM64G restriction to ASYNC_TX_DMADan Williams1-2/+2
2009-06-24DMA: txx9dmac: use dma_unmap_single if DMA_COMPL_{SRC,DEST}_UNMAP_SINGLE setAtsushi Nemoto1-8/+12
2009-06-17DMA: TXx9 Soc DMA Controller driverAtsushi Nemoto4-0/+1670
2009-06-16fsldma: do not clear bandwidth control bits on the 83xx controllerIra Snyder1-1/+2
2009-06-16fsldma: enable external start for the 83xx controllerIra Snyder1-1/+1
2009-06-16fsldma: use PCI Read Multiple commandIra W. Snyder2-2/+9
2009-06-03async_xor: permit callers to pass in a 'dma/page scribble' regionDan Williams1-1/+1
2009-05-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-1/+1
2009-05-28i7300_idle: allow testing on i5000-series hardware w/o re-compileLen Brown1-1/+1
2009-05-27fsldma: Fix compile warningsKumar Gala1-6/+7
2009-05-22fsldma: fix memory leak on error path in fsl_dma_prep_memcpy()Ira Snyder1-3/+15
2009-05-22fsldma: snooping is not enabled for last entry in descriptor chainIra Snyder1-2/+7
2009-05-22fsldma: fix infinite loop on multi-descriptor DMA chain completionIra Snyder1-9/+12
2009-05-22fsldma: fix "DMA halt timeout!" errorsIra Snyder1-4/+6
2009-05-22fsldma: fix check on potential fdev->chan[] overflowRoel Kluin1-1/+1
2009-05-12dma: fix ipu_idmac.c to not discard the last queued bufferGuennadi Liakhovetski1-1/+2
2009-05-12ioatdma: fix "ioatdma frees DMA memory with wrong function"Maciej Sosnowski2-23/+39
2009-05-05ipu_idmac: Use disable_irq_nosync() from within irq handlers.Ben Nizette1-2/+2