aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2009-09-08ioat: add some dev_dbg() callsDan Williams
2009-09-08ioat1: kill unused unmap parametersDan Williams
2009-09-08ioat2,3: convert to a true ring bufferDan Williams
2009-09-08ioat: prepare the code for ioat[12]_dma_chan splitDan Williams
2009-09-08ioat: fix self test interruptsDan Williams
2009-09-08ioat1: move descriptor allocation from submit to prepDan Williams
2009-09-08ioat: define descriptor control bit-fieldDan Williams
2009-09-08ioat: fix type mismatch for ->dmacountDan Williams
2009-09-08ioat: split ioat_dma_probe into core/version-specific routinesDan Williams
2009-09-08ioat: kill function prototype ifdef guardsDan Williams
2009-09-08ioat: cleanup some long deref chains and 80 column collisionsDan Williams
2009-09-08ioat: convert ioat_probe to pcim/devmDan Williams
2009-09-08ioat: move definitions to dma.hDan Williams
2009-07-28ioat: move to drivers/dma/ioat/Dan Williams
2009-05-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2009-05-28i7300_idle: allow testing on i5000-series hardware w/o re-compileLen Brown
2009-05-27fsldma: Fix compile warningsKumar Gala
2009-05-22fsldma: fix memory leak on error path in fsl_dma_prep_memcpy()Ira Snyder
2009-05-22fsldma: snooping is not enabled for last entry in descriptor chainIra Snyder
2009-05-22fsldma: fix infinite loop on multi-descriptor DMA chain completionIra Snyder
2009-05-22fsldma: fix "DMA halt timeout!" errorsIra Snyder
2009-05-22fsldma: fix check on potential fdev->chan[] overflowRoel Kluin
2009-05-12dma: fix ipu_idmac.c to not discard the last queued bufferGuennadi Liakhovetski
2009-05-12ioatdma: fix "ioatdma frees DMA memory with wrong function"Maciej Sosnowski
2009-05-05ipu_idmac: Use disable_irq_nosync() from within irq handlers.Ben Nizette
2009-04-08dmatest: fix max channels handlingDan Williams
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang
2009-04-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds
2009-04-02dma: Add SoF and EoF debugging to ipu_idmac.c, minor cleanupGuennadi Liakhovetski
2009-04-01dw_dmac: add cyclic API to DW DMA driverHans-Christian Egtvedt
2009-03-28Merge branch 'origin' into develRussell King
2009-03-26dmaengine: Add privatecnt to revert DMA_PRIVATE propertyAtsushi Nemoto
2009-03-25dmatest: add dma interrupts and callbacksDan Williams
2009-03-25dmatest: add xor testDan Williams
2009-03-25dmaengine: allow dma support for async_tx to be toggledDan Williams
2009-03-25dmaengine: initialize tx_list in dma_async_tx_descriptor_initDan Williams
2009-03-25dma: i.MX31 IPU DMA robustness improvementsGuennadi Liakhovetski
2009-03-25dma: improve section assignment in i.MX31 IPU DMA driverGuennadi Liakhovetski
2009-03-25dma: ipu_idmac driver cosmetic clean-upGuennadi Liakhovetski
2009-03-25dmaengine: fail device registration if channel registration failsDan Williams
2009-03-24dma: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2009-03-13MX31 clkdev supportSascha Hauer
2009-03-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds
2009-03-04dmatest: fix use after free in dmatest_exitDan Williams
2009-03-04ipu_idmac: fix spinlock typeLuotao Fu
2009-03-04iop-adma, mv_xor: fix mem leak on self-test setup failureRoel Kluin
2009-03-04fsldma: fix off by one in dma_haltDan Williams
2009-03-04I/OAT: fail self-test if callback test reaches timeoutDan Williams
2009-03-04I/OAT: update driver version and copyright datesMaciej Sosnowski