summaryrefslogtreecommitdiffstats
path: root/drivers/dma/ioat/dma.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-19dmaengine: ioat: Fix spelling mistake "idel" -> "idle"Colin Ian King1-1/+1
2022-09-29dmaengine: ioat: stop mod_timer from resurrecting deleted timer in __cleanup()Dave Jiang1-3/+3
2020-10-05dmaengine: ioat: Allocate correct size for descriptor chunkLogan Gunthorpe1-1/+1
2020-10-01Merge branch 'topic/tasklet' into nextVinod Koul1-3/+3
2020-09-18dmaengine: ioat: Make two symbols staticJason Yan1-2/+2
2020-09-18dmaengine: ioat: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-08-05Merge branch 'for-linus' into fixesVinod Koul1-3/+4
2020-07-15dmaengine: ioat: Fix some parameter misspelling and provide description for p...Lee Jones1-3/+4
2020-07-06dmaengine: ioat setting ioat timeout as module parameterLeonid Ravich1-0/+12
2020-04-23dmaengine: ioat: adding missed issue_pending to timeout handlerLeonid Ravich1-0/+9
2020-04-23dmaengine: ioat: remove unnesesery double complition timer modification.Leonid Ravich1-9/+16
2020-04-23dmaengine: ioat: removing duplicate code from timeout handlerLeonid Ravich1-26/+19
2020-04-17dmaengine: ioat: fixing chunk sizing macros dependencyLeonid Ravich1-6/+8
2019-12-27ioat: ioat_alloc_ring() failure handling.Alexander.Barabash@dell.com1-1/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291Thomas Gleixner1-13/+1
2019-02-25dmaengine: ioatdma: add descriptor pre-fetch support for v3.4Dave Jiang1-0/+12
2018-06-19dmaengine: ioatdma: set the completion address register after channel resetDave Jiang1-0/+6
2017-12-05drivers/dma/ioat: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney1-2/+0
2017-10-24dmaengine: Convert timers to use timer_setup()Kees Cook1-3/+3
2017-08-23dmaengine: ioatdma: Add intr_coalesce sysfs entryUjjal Singh1-3/+7
2016-12-14Merge branch 'topic/ioat' into for-linusVinod Koul1-7/+4
2016-12-12dmaengine: ioat: remove unused ‘res’Vinod Koul1-3/+0
2016-12-12dmaengine: ioat: remove unused ‘ioat_dma’Vinod Koul1-3/+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-08-08dmaengine: ioatdma: add error strings to chanerr outputDave Jiang1-4/+61
2016-08-08dmaengine: ioatdma: Add error handling to ioat driverDave Jiang1-16/+124
2016-08-08dmaengine: ioatdma: convert callback to helper functionDave Jiang1-8/+4
2016-03-17Merge tag 'dmaengine-4.6-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-196/+72
2016-03-11dmaengine: IOATDMA: revise channel reset workaround on CB3.3 platformsDave Jiang1-36/+14
2016-02-15dmaengine: IOATDMA: Allocate DMA descriptor ring in contig DMA memoryDave Jiang1-17/+58
2016-02-15dmaengine: IOATDMA: Removing descriptor ring reshapeDave Jiang1-143/+0
2016-02-15dmaengine: IOATDMA: Convert pci_pool_* to dma_pool_*Dave Jiang1-3/+3
2016-01-30dmaengine: IOATDMA: fix timer code that continues to restart channels during ...Dave Jiang1-12/+22
2015-09-21dmaengine: ioatdma: adding shutdown supportDave Jiang1-1/+2
2015-08-26dmaengine: ioatdma: fix sparse "error" with prep lockDave Jiang1-0/+2
2015-08-17dmaengine: ioatdma: Clean up IOAT_COMPLETION_PENDING flagDave Jiang1-2/+0
2015-08-17dmanegine: ioatdma: remove function ptrs in ioatdma_deviceDave Jiang1-4/+2
2015-08-17dmaengine: ioatdma: removal of dma_v3.c and relevant ioat3 referencesDave Jiang1-57/+468
2015-08-17dmaengine: ioatdma: move dma prep functions to single locationDave Jiang1-47/+0
2015-08-17dmaengine: ioatdma: move all the init routinesDave Jiang1-504/+5
2015-08-17dmaengine: ioatdma: move all sysfs related codeDave Jiang1-108/+0
2015-08-17dmaengine: ioatdma: remove dma_v2.*Dave Jiang1-6/+661
2015-08-17dmaengine: ioatdma: fixup ioatdma_device namingsDave Jiang1-77/+79
2015-08-17dmaengine: ioatdma: clean up local dma channel data structureDave Jiang1-56/+60
2015-08-17dmaengine: ioatdma: remove ioatdma v2 registrationDave Jiang1-1/+0
2015-08-17dmaengine: ioatdma: remove ioat1 specific codeDave Jiang1-673/+1
2015-03-16dmaengine: Remove FSF mailing addressesJarkko Nikula1-4/+0
2014-09-28net_dma: simple removalDan Williams1-1/+0
2014-04-10ioat: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-1/+1