summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2009-09-09dmaengine, async_tx: support alignment checksDan Williams1-0/+14
2009-09-09dmaengine: cleanup unused transaction typesDan Williams1-4/+1
2009-09-09dmaengine, async_tx: add a "no channel switch" allocatorDan Williams2-0/+44
2009-09-09Merge branch 'md-raid6-accel' into ioat3.2Dan Williams4-58/+63
2009-09-09net_dma: poll for a descriptor after allocation failureDan Williams1-0/+10
2009-09-09ioat2,3: dynamically resize descriptor ringDan Williams3-31/+187
2009-09-09ioat: switch watchdog and reset handler from workqueue to timerDan Williams5-428/+388
2009-09-09ioat1: trim ioat_dma_desc_swDan Williams3-5/+7
2009-09-09ioat: ___devinit annotate the initialization pathsDan Williams5-20/+24
2009-09-09ioat: preserve chanctrl bits when re-arming interruptsDan Williams3-14/+10
2009-09-09ioat: ignore reserved bits for chancnt and xfercapDan Williams2-0/+14
2009-09-09ioat: cleanup completion status readsDan Williams4-75/+46
2009-09-09ioat: add some dev_dbg() callsDan Williams4-4/+81
2009-09-09ioat1: kill unused unmap parametersDan Williams2-4/+0
2009-09-09ioat2,3: convert to a true ring bufferDan Williams6-686/+1122
2009-09-09ioat: prepare the code for ioat[12]_dma_chan splitDan Williams2-370/+390
2009-09-09ioat: fix self test interruptsDan Williams1-1/+2
2009-09-09ioat1: move descriptor allocation from submit to prepDan Williams1-89/+65
2009-09-09ioat: define descriptor control bit-fieldDan Williams2-32/+34
2009-09-09ioat: fix type mismatch for ->dmacountDan Williams1-2/+2
2009-09-09ioat: split ioat_dma_probe into core/version-specific routinesDan Williams3-155/+200
2009-09-09ioat: kill function prototype ifdef guardsDan Williams1-9/+0
2009-09-09ioat: cleanup some long deref chains and 80 column collisionsDan Williams2-167/+144
2009-09-09ioat: convert ioat_probe to pcim/devmDan Williams4-141/+68
2009-09-09ioat: move definitions to dma.hDan Williams2-14/+16
2009-08-30dmatest: add pq supportDan Williams1-0/+26
2009-08-30async_tx: add support for asynchronous GF multiplicationDan Williams2-1/+5
2009-08-30async_tx: remove walk of tx->parent chain in dma_wait_for_async_txDan Williams1-35/+10
2009-07-29ioat: move to drivers/dma/ioat/Dan Williams8-11/+12
2009-06-04async_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/...Linus Torvalds1-1/+1
2009-05-29i7300_idle: allow testing on i5000-series hardware w/o re-compileLen Brown1-1/+1
2009-05-28fsldma: 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-13dma: fix ipu_idmac.c to not discard the last queued bufferGuennadi Liakhovetski1-1/+2
2009-05-13ioatdma: 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
2009-04-09dmatest: fix max channels handlingDan Williams1-3/+1
2009-04-09async_tx: rename zero_sum to valDan Williams2-21/+21
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-04-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds11-230/+865
2009-04-03dma: Add SoF and EoF debugging to ipu_idmac.c, minor cleanupGuennadi Liakhovetski1-9/+56
2009-04-02dw_dmac: add cyclic API to DW DMA driverHans-Christian Egtvedt2-2/+337
2009-03-28Merge branch 'origin' into develRussell King1-1/+1
2009-03-26dmaengine: Add privatecnt to revert DMA_PRIVATE propertyAtsushi Nemoto1-0/+8