aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/ioat (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-2/+0
2017-12-05drivers/dma/ioat: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney1-2/+0
2017-11-29dmaengine: ioat: Fix error handling pathChristophe JAILLET1-1/+1
2017-10-24dmaengine: Convert timers to use timer_setup()Kees Cook3-6/+5
2017-08-23dmaengine: ioatdma: Add intr_coalesce sysfs entryUjjal Singh3-3/+52
2017-07-18dmaengine: ioat: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-08Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-4/+4
2017-06-20dmaengine: ioat: don't use DMA_ERROR_CODEChristoph Hellwig1-17/+7
2017-06-15dmaengine: Replace WARN_TAINT_ONCE() with pr_warn_once()Prarit Bhargava1-4/+4
2017-04-24dmaengine: ioat: use setup_timerGeliang Tang1-3/+1
2017-01-10dmaengine: iota: ioat_alloc_chan_resources should not perform sleeping allocations.Krister Johansen1-2/+2
2017-01-02dmaengine: ioatdma: workaround SKX ioatdma versionDave Jiang1-0/+2
2017-01-02dmaengine: ioatdma: Add Skylake PCI Dev IDDave Jiang2-1/+10
2016-12-14Merge tag 'dmaengine-4.10-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-20/+18
2016-12-14Merge branch 'topic/ioat' into for-linusVinod Koul2-11/+18
2016-12-12dmaengine: ioat: remove unused ‘res’Vinod Koul1-3/+0
2016-12-12dmaengine: ioat: remove unused ‘ioat_dma’Vinod Koul1-3/+0
2016-12-12dmaengine: ioat: remove unused ‘is_raid_device’Vinod Koul1-3/+0
2016-12-06dmaengine: ioat: set error code on failuresPan Bian1-4/+12
2016-12-06dmaengine: ioat: set error code on failuresPan Bian1-0/+2
2016-11-18i7300_idle: Remove this driverLen Brown1-2/+0
2016-11-14dmaengine: ioatdma: error string table missing an entryDave Jiang1-0/+1
2016-10-19dmaengine: ioatdma: loop for number elements in array chanerr_strColin Ian King1-7/+3
2016-10-03Merge branch 'topic/ioatdma' into for-linusVinod Koul1-1/+1
2016-08-08dmaengine: ioatdma: add error strings to chanerr outputDave Jiang1-4/+61
2016-08-08dmaengine: ioatdma: Add error handling to ioat driverDave Jiang2-16/+126
2016-08-08dmaengine: ioatdma: convert callback to helper functionDave Jiang1-8/+4
2016-08-08dmaengine: ioatdma: fix uninitialized array usageDave Jiang1-1/+1
2016-07-23dmaengine: ioat: statify symbolVinod Koul1-1/+1
2016-05-14dmaengine: ioatdma: disable relaxed ordering for ioatdmaDave Jiang2-0/+19
2016-05-03dmaengine: ioatdma: Use dma_pool_zallocJulia Lawall1-3/+2
2016-03-17Merge tag 'dmaengine-4.6-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds5-235/+109
2016-03-14Merge branch 'topic/ioatdma' into for-linusVinod Koul4-234/+108
2016-03-11dmaengine: IOATDMA: revise channel reset workaround on CB3.3 platformsDave Jiang2-36/+19
2016-02-15dmaengine: IOATDMA: Allocate DMA descriptor ring in contig DMA memoryDave Jiang4-34/+81
2016-02-15dmaengine: IOATDMA: Removing descriptor ring reshapeDave Jiang3-157/+1
2016-02-15dmaengine: IOATDMA: Convert pci_pool_* to dma_pool_*Dave Jiang3-15/+15
2016-01-30dmaengine: IOATDMA: fix timer code that continues to restart channels during idleDave Jiang1-12/+22
2016-01-25dmaengine: ioatdma: Squelch framesize warningsTim Gardner1-1/+1
2015-11-16dmaengine: ioatdma: constify dca_ops structuresJulia Lawall1-1/+1
2015-11-16dmaengine: IOATDMA: Cleanup pre v3.0 chansts register readsDave Jiang2-46/+4
2015-09-21dmaengine: ioatdma: add PCIe AER handlersDave Jiang1-2/+86
2015-09-21dmaengine: ioatdma: adding shutdown supportDave Jiang4-3/+66
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