aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/ioat (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-28dmaengine: ioatdma: add Broadwell EP ioatdma PCI dev IDsDave Jiang2-1/+42
2015-08-26dmaengine: ioatdma: Fix variable array lengthDave Jiang1-2/+10
2015-08-26dmaengine: ioatdma: fix sparse "error" with prep lockDave Jiang1-0/+2
2015-08-21dmaengine: ioatdma: fix coccinelle warningDave Jiang1-4/+3
2015-08-17dmaengine: ioatdma: Clean up IOAT_COMPLETION_PENDING flagDave Jiang2-3/+0
2015-08-17dmaengine: ioatdma: fixup kernel doc errors from dma.hDave Jiang1-3/+7
2015-08-17dmanegine: ioatdma: remove function ptrs in ioatdma_deviceDave Jiang3-32/+13
2015-08-17dmaengine: ioatdma: removal of dma_v3.c and relevant ioat3 referencesDave Jiang6-617/+487
2015-08-17dmaengine: ioatdma: move dma prep functions to single locationDave Jiang6-749/+769
2015-08-17dmaengine: ioatdma: move all the init routinesDave Jiang6-1372/+1375
2015-08-17dmaengine: ioatdma: move all sysfs related codeDave Jiang3-109/+136
2015-08-17dmaengine: ioatdma: remove dma_v2.*Dave Jiang8-889/+816
2015-08-17dmaengine: ioatdma: fixup ioatdma_device namingsDave Jiang5-191/+195
2015-08-17dmaengine: ioatdma: clean up local dma channel data structureDave Jiang5-475/+470
2015-08-17dmaengine: ioatdma: remove ioatdma v2 registrationDave Jiang5-428/+1
2015-08-17dmaengine: ioatdma: remove ioat1 specific codeDave Jiang4-892/+2
2015-08-17dmaengine: ioatdma: deprecating and removal of old ioatdma devicesDave Jiang2-14/+0
2015-08-17dmaengine: ioatdma: fix u16 overflow in cleanupAllen Hubbe1-1/+1
2015-08-17dmaengine: ioatdma: fix u16 overflow in reshapeAllen Hubbe1-1/+1
2015-07-16dmaengine: ioatdma: Ignore IOAT devices under hotplug-capable PCI host bridgeJiang Liu1-0/+34
2015-07-07dmaengine: ioatdma: Set non RAID channels to be private capableDave Jiang1-0/+3
2015-04-24Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds9-36/+0
2015-03-16dmaengine: Remove FSF mailing addressesJarkko Nikula9-36/+0
2015-03-05dmaengine: ioatdma: workaround for incorrect DMACAP registerDave Jiang1-0/+4
2015-02-04ioat: fail self-test if wait_for_completion times outNicholas Mc Guire1-3/+6
2015-02-03ioatdma: Adding support for BDX-DE ioatdma.Dave Jiang3-0/+15
2014-12-22dmaengine: ioatdma: PQ err descriptors should callback with err resultsDave Jiang1-0/+11
2014-12-09dmaengine: ioatdma: fix dma mapping errorsPrarit Bhargava1-6/+29
2014-09-28net_dma: simple removalDan Williams4-10/+0
2014-08-21ioat: Use time_before_jiffies()Manuel Schölling1-1/+2
2014-04-10ioat: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-1/+1
2014-04-10drivers: dma: Include appropriate header file in dca.cRashika1-0/+1
2014-04-10drivers: dma: Mark functions as static in dma_v3.cRashika1-3/+3
2014-04-10ioat/dca: Use dev_is_pci() to check whether it is pci deviceYijing Wang1-6/+6
2014-02-25ioat: fix tasklet tear downDan Williams4-13/+54
2014-01-02drivers/dma/ioat/dma.c: check DMA mapping error in ioat_dma_self_test()Jiang Liu1-1/+10
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineVinod Koul6-336/+65
2013-11-14ioat: fix ioat3_irq_reinitDan Williams2-26/+15
2013-11-14ioat: kill msix_single_vector supportDan Williams3-32/+3
2013-11-14ioatdma: clean up sed pool kmem_cacheDan Williams4-42/+22
2013-11-14ioatdma: fix selection of 16 vs 8 source pathDan Williams1-15/+15
2013-11-14ioatdma: fix sed pool selectionDan Williams1-15/+1
2013-11-14ioatdma: Fix bug in selftest after removal of DMA_MEMSET.Dave Jiang1-0/+2
2013-11-14dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz2-11/+4
2013-11-14dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz4-195/+0
2013-11-13dmaengine: prepare for generic 'unmap' dataDan Williams3-0/+3
2013-10-25dmaengine: ioat: use DMA_COMPLETE for dma completion statusVinod Koul2-6/+6
2013-08-23ioatdma: silence GCC warningsPaul Bolle1-1/+1
2013-08-22ioatdma: disable RAID on non-Atom platforms and reenable unaligned copiesBrice Goglin1-23/+1
2013-07-03drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz4-142/+3