aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/ioat (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-09Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds7-137/+950
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 Jiang4-25/+105
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 Jiang6-22/+438
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 Jiang3-12/+125
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 Jiang3-83/+171
2013-04-15ioatdma: Add 64bit chansts register read for ioat v3.3.Dave Jiang1-1/+21
2013-04-15ioatdma: Adding PCI IDs for Intel Atom S1200 product family ioatdma devicesDave Jiang2-0/+12
2013-04-15ioatdma: Adding Haswell devid for ioatdmaDave Jiang3-6/+55
2013-04-15ioatdma: allow all channels to have irq coalescing supportDave Jiang1-9/+3
2013-04-15ioatdma: make debug output more readableDave Jiang2-2/+3
2013-03-22ioat/dca: Update DCA BIOS workarounds to use TAINT_FIRMWARE_WORKAROUNDAlexander Duyck1-3/+8
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds6-136/+227
2013-02-13dmaengine: ioat - fix spare sparse complainFengguang Wu1-1/+1
2013-02-12ioatdma: fix race between updating ioat->head and IOAT_COMPLETION_PENDINGDave Jiang3-97/+128
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 Jiang3-12/+32
2013-01-07ioat3: add missing DMA unmap to ioat_xor_val_self_test()Bartlomiej Zolnierkiewicz1-17/+59
2013-01-07ioat: add missing DMA unmap to ioat_dma_self_test()Bartlomiej Zolnierkiewicz1-4/+7
2013-01-06ioat: Fix DMA memory sync direction correct flagShuah Khan1-1/+1
2013-01-03Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman7-33/+28
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+23
2012-11-28dma: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-15ioat: Do not enable DCA if tag map is invalidAlexander Duyck1-0/+23
2012-10-10Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-2/+23
2012-09-18dmaengine: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun1-2/+1
2012-09-01ioat: remove unused #definesJon Mason1-4/+0
2012-08-31ioat: Adding Ivy Bridge IOATDMA PCI device IDsDave Jiang1-0/+22
2012-04-10Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds5-23/+64