summaryrefslogtreecommitdiffstats
path: root/drivers/dma/ioat/dma_v3.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: ioatdma: removal of dma_v3.c and relevant ioat3 referencesDave Jiang2015-08-171-525/+0
* dmaengine: ioatdma: move dma prep functions to single locationDave Jiang2015-08-171-649/+10
* dmaengine: ioatdma: move all the init routinesDave Jiang2015-08-171-589/+37
* dmaengine: ioatdma: remove dma_v2.*Dave Jiang2015-08-171-32/+31
* dmaengine: ioatdma: fixup ioatdma_device namingsDave Jiang2015-08-171-62/+64
* dmaengine: ioatdma: clean up local dma channel data structureDave Jiang2015-08-171-156/+151
* dmaengine: ioatdma: Set non RAID channels to be private capableDave Jiang2015-07-071-0/+3
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-04-241-4/+0
|\
| * dmaengine: Remove FSF mailing addressesJarkko Nikula2015-03-161-4/+0
* | dmaengine: ioatdma: workaround for incorrect DMACAP registerDave Jiang2015-03-051-0/+4
|/
* ioat: fail self-test if wait_for_completion times outNicholas Mc Guire2015-02-041-3/+6
* ioatdma: Adding support for BDX-DE ioatdma.Dave Jiang2015-02-031-0/+5
* dmaengine: ioatdma: PQ err descriptors should callback with err resultsDave Jiang2014-12-221-0/+11
* dmaengine: ioatdma: fix dma mapping errorsPrarit Bhargava2014-12-091-6/+29
* net_dma: simple removalDan Williams2014-09-281-1/+0
* drivers: dma: Mark functions as static in dma_v3.cRashika2014-04-101-3/+3
* ioat: fix tasklet tear downDan Williams2014-02-251-0/+3
* Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul2013-11-161-272/+43
|\
| * ioat: fix ioat3_irq_reinitDan Williams2013-11-141-25/+14
| * ioat: kill msix_single_vector supportDan Williams2013-11-141-7/+0
| * ioatdma: clean up sed pool kmem_cacheDan Williams2013-11-141-35/+7
| * ioatdma: fix selection of 16 vs 8 source pathDan Williams2013-11-141-15/+15
| * ioatdma: fix sed pool selectionDan Williams2013-11-141-15/+1
| * ioatdma: Fix bug in selftest after removal of DMA_MEMSET.Dave Jiang2013-11-141-0/+2
| * dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz2013-11-141-9/+3
| * dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz2013-11-141-166/+0
| * dmaengine: prepare for generic 'unmap' dataDan Williams2013-11-131-0/+1
* | dmaengine: ioat: use DMA_COMPLETE for dma completion statusVinod Koul2013-10-251-4/+4
|/
* ioatdma: silence GCC warningsPaul Bolle2013-08-231-1/+1
* ioatdma: disable RAID on non-Atom platforms and reenable unaligned copiesBrice Goglin2013-08-221-23/+1
* drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz2013-07-031-112/+2
* ioatdma: ioat3_alloc_sed can be staticFengguang Wu2013-04-161-2/+2
* ioatdma: Adding write back descriptor error status support for ioatdma 3.3Dave Jiang2013-04-151-23/+88
* ioatdma: S1200 platforms ioatdma channel 2 and 3 falsely advertise RAID capDave Jiang2013-04-151-0/+15
* ioatdma: Adding support for 16 src PQ ops and super extended descriptorsDave Jiang2013-04-151-21/+373
* ioatdma: Removing hw bug workaround for CB3.x .2 and earlierDave Jiang2013-04-151-11/+20
* ioatdma: skip silicon bug workaround for pq_align for cb3.3Dave Jiang2013-04-151-2/+10
* ioatdma: Removing PQ val disable for cb3.3Dave Jiang2013-04-151-12/+122
* ioatdma: skip legacy reset bits since v3.3 plattform doesn't need itDave Jiang2013-04-151-13/+21
* ioatdma: channel reset scheme fixup on Intel Atom S1200 platformsDave Jiang2013-04-151-82/+154
* ioatdma: Adding Haswell devid for ioatdmaDave Jiang2013-04-151-1/+27
* ioatdma: allow all channels to have irq coalescing supportDave Jiang2013-04-151-9/+3
* ioatdma: make debug output more readableDave Jiang2013-04-151-1/+2
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-02-261-72/+144
|\
| * dmaengine: ioat - fix spare sparse complainFengguang Wu2013-02-131-1/+1
| * ioatdma: fix race between updating ioat->head and IOAT_COMPLETION_PENDINGDave Jiang2013-02-121-48/+63
| * ioat: remove chanerr mask setting for IOAT v3.xDave Jiang2013-01-071-6/+1
| * ioat: Add alignment workaround for IVB platformsDave Jiang2013-01-071-1/+21
| * ioat3: add missing DMA unmap to ioat_xor_val_self_test()Bartlomiej Zolnierkiewicz2013-01-071-17/+59
* | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-01-241-1/+1
|\ \