aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/ioat/dma_v3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Jiang1-0/+5
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 Williams1-1/+0
2014-04-10drivers: dma: Mark functions as static in dma_v3.cRashika1-3/+3
2014-02-25ioat: fix tasklet tear downDan Williams1-0/+3
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineVinod Koul1-272/+43
2013-11-14ioat: fix ioat3_irq_reinitDan Williams1-25/+14
2013-11-14ioat: kill msix_single_vector supportDan Williams1-7/+0
2013-11-14ioatdma: clean up sed pool kmem_cacheDan Williams1-35/+7
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 Zolnierkiewicz1-9/+3
2013-11-14dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz1-166/+0
2013-11-13dmaengine: prepare for generic 'unmap' dataDan Williams1-0/+1
2013-10-25dmaengine: ioat: use DMA_COMPLETE for dma completion statusVinod Koul1-4/+4
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 Zolnierkiewicz1-112/+2
2013-04-16ioatdma: ioat3_alloc_sed can be staticFengguang Wu1-2/+2
2013-04-15ioatdma: Adding write back descriptor error status support for ioatdma 3.3Dave Jiang1-23/+88
2013-04-15ioatdma: S1200 platforms ioatdma channel 2 and 3 falsely advertise RAID capDave Jiang1-0/+15
2013-04-15ioatdma: Adding support for 16 src PQ ops and super extended descriptorsDave Jiang1-21/+373
2013-04-15ioatdma: Removing hw bug workaround for CB3.x .2 and earlierDave Jiang1-11/+20
2013-04-15ioatdma: skip silicon bug workaround for pq_align for cb3.3Dave Jiang1-2/+10
2013-04-15ioatdma: Removing PQ val disable for cb3.3Dave Jiang1-12/+122
2013-04-15ioatdma: skip legacy reset bits since v3.3 plattform doesn't need itDave Jiang1-13/+21
2013-04-15ioatdma: channel reset scheme fixup on Intel Atom S1200 platformsDave Jiang1-82/+154
2013-04-15ioatdma: Adding Haswell devid for ioatdmaDave Jiang1-1/+27
2013-04-15ioatdma: allow all channels to have irq coalescing supportDave Jiang1-9/+3
2013-04-15ioatdma: make debug output more readableDave Jiang1-1/+2
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-72/+144
2013-02-13dmaengine: ioat - fix spare sparse complainFengguang Wu1-1/+1
2013-02-12ioatdma: fix race between updating ioat->head and IOAT_COMPLETION_PENDINGDave Jiang1-48/+63
2013-01-24Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+1
2013-01-07ioat: remove chanerr mask setting for IOAT v3.xDave Jiang1-6/+1
2013-01-07ioat: Add alignment workaround for IVB platformsDave Jiang1-1/+21
2013-01-07ioat3: add missing DMA unmap to ioat_xor_val_self_test()Bartlomiej Zolnierkiewicz1-17/+59
2013-01-06ioat: Fix DMA memory sync direction correct flagShuah Khan1-1/+1
2013-01-03Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman1-4/+4
2012-04-10Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds1-4/+45
2012-04-05ioatdma: DMA copy alignment needed to address IOAT DMA silicon errataDave Jiang1-0/+41
2012-03-23ioat: fix size of 'completion' for XenDan Williams1-4/+4
2012-03-13dmaengine: fix for cookie changes and mergeVinod Koul1-0/+1
2012-03-13dmaengine: consolidate tx_status functionsRussell King - ARM Linux1-3/+5
2012-03-13dmaengine: provide a common function for completing a dma descriptorRussell King - ARM Linux1-2/+1
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux1-1/+1