summaryrefslogtreecommitdiff
path: root/drivers/dma/ioat/dma.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-21dmaengine: ioat: fixing the wrong dma_dev->chancntYajun Deng1-0/+1
2022-09-29dmaengine: ioat: remove unused declarations in dma.hGaosheng Cui1-2/+0
2020-09-18dmaengine: ioat: convert tasklets to use new tasklet_setup() APIAllen Pais1-1/+1
2020-07-06dmaengine: ioat setting ioat timeout as module parameterLeonid Ravich1-2/+0
2020-04-17dmaengine: ioat: Decreasing allocation chunk size 2M->512KLeonid Ravich1-1/+1
2020-04-17dmaengine: ioat: fixing chunk sizing macros dependencyLeonid Ravich1-4/+6
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 7Thomas Gleixner1-13/+1
2019-02-25dmaengine: ioatdma: Add Snow Ridge ioatdma device idDave Jiang1-1/+1
2017-10-24dmaengine: Convert timers to use timer_setup()Kees Cook1-2/+1
2017-08-23dmaengine: ioatdma: Add intr_coalesce sysfs entryUjjal Singh1-0/+3
2016-03-11dmaengine: IOATDMA: revise channel reset workaround on CB3.3 platformsDave Jiang1-0/+5
2016-02-15dmaengine: IOATDMA: Allocate DMA descriptor ring in contig DMA memoryDave Jiang1-2/+9
2016-02-15dmaengine: IOATDMA: Removing descriptor ring reshapeDave Jiang1-5/+0
2016-02-15dmaengine: IOATDMA: Convert pci_pool_* to dma_pool_*Dave Jiang1-2/+2
2015-11-16dmaengine: IOATDMA: Cleanup pre v3.0 chansts register readsDave Jiang1-33/+1
2015-09-21dmaengine: ioatdma: adding shutdown supportDave Jiang1-2/+4
2015-08-17dmaengine: ioatdma: Clean up IOAT_COMPLETION_PENDING flagDave Jiang1-1/+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 Jiang1-14/+0
2015-08-17dmaengine: ioatdma: removal of dma_v3.c and relevant ioat3 referencesDave Jiang1-10/+1
2015-08-17dmaengine: ioatdma: move dma prep functions to single locationDave Jiang1-42/+39
2015-08-17dmaengine: ioatdma: move all the init routinesDave Jiang1-0/+39
2015-08-17dmaengine: ioatdma: remove dma_v2.*Dave Jiang1-3/+116
2015-08-17dmaengine: ioatdma: fixup ioatdma_device namingsDave Jiang1-25/+25
2015-08-17dmaengine: ioatdma: clean up local dma channel data structureDave Jiang1-32/+57
2015-08-17dmaengine: ioatdma: remove ioat1 specific codeDave Jiang1-65/+0
2015-03-16dmaengine: Remove FSF mailing addressesJarkko Nikula1-4/+0
2014-09-28net_dma: simple removalDan Williams1-7/+0
2014-02-25ioat: fix tasklet tear downDan Williams1-0/+1
2013-11-14ioat: kill msix_single_vector supportDan Williams1-1/+0
2013-11-14ioatdma: clean up sed pool kmem_cacheDan Williams1-1/+0
2013-11-14dmaengine: remove DMA unmap from driversBartlomiej Zolnierkiewicz1-12/+0
2013-04-15ioatdma: Adding write back descriptor error status support for ioatdma 3.3Dave Jiang1-0/+1
2013-04-15ioatdma: Adding support for 16 src PQ ops and super extended descriptorsDave Jiang1-0/+17
2013-04-15ioatdma: Removing PQ val disable for cb3.3Dave Jiang1-0/+1
2013-04-15ioatdma: channel reset scheme fixup on Intel Atom S1200 platformsDave Jiang1-0/+10
2013-04-15ioatdma: Add 64bit chansts register read for ioat v3.3.Dave Jiang1-1/+21
2013-04-15ioatdma: make debug output more readableDave Jiang1-1/+1
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+1
2013-02-12ioatdma: fix race between updating ioat->head and IOAT_COMPLETION_PENDINGDave Jiang1-0/+1
2013-01-04Drivers: dma: remove __dev* attributes.Greg Kroah-Hartman1-7/+6
2012-04-11Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2012-03-24ioat: fix size of 'completion' for XenDan Williams1-3/+3
2012-03-13dmaengine: consolidate tx_status functionsRussell King - ARM Linux1-21/+0
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux1-3/+1
2010-08-05ioat2: catch and recover from broken vtd configurations v6Dan Williams1-0/+1
2010-05-18Merge branch 'ioat' into dmaengineDan Williams1-0/+1
2010-05-02ioat2,3: convert to producer/consumer lockingDan Williams1-0/+1
2010-03-27dmaengine: provide helper for setting txstateDan Williams1-5/+1
2010-03-27DMAENGINE: generic channel status v2Linus Walleij1-11/+11