summaryrefslogtreecommitdiffstats
path: root/drivers/dma/ioat
AgeCommit message (Expand)AuthorLines
2019-09-04dmanegine: ioat/dca: Use struct_size() helperGustavo A. R. Silva-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291Thomas Gleixner-65/+5
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 7Thomas Gleixner-39/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-02-25dmaengine: ioatdma: support latency tolerance report (LTR) for v3.4Dave Jiang-0/+41
2019-02-25dmaengine: ioatdma: add descriptor pre-fetch support for v3.4Dave Jiang-2/+28
2019-02-25dmaengine: ioatdma: disable DCA enabling on IOATDMA v3.4Dave Jiang-0/+3
2019-02-25dmaengine: ioatdma: Add Snow Ridge ioatdma device idDave Jiang-1/+6
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-7/+0
2018-10-05dmaengine: ioat: fix prototype of ioat_enumerate_channelsRami Rosen-4/+3
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep-7/+0
2018-09-18driver/dma/ioat: Call del_timer_sync() without holding prep_lockWaiman Long-1/+8
2018-06-19dmaengine: ioatdma: set the completion address register after channel resetDave Jiang-0/+6
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-2/+2
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-2/+0
2017-12-05drivers/dma/ioat: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney-2/+0
2017-11-29dmaengine: ioat: Fix error handling pathChristophe JAILLET-1/+1
2017-10-24dmaengine: Convert timers to use timer_setup()Kees Cook-6/+5
2017-08-23dmaengine: ioatdma: Add intr_coalesce sysfs entryUjjal Singh-3/+52
2017-07-18dmaengine: ioat: constify pci_device_id.Arvind Yadav-1/+1
2017-07-08Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-4/+4
2017-06-20dmaengine: ioat: don't use DMA_ERROR_CODEChristoph Hellwig-17/+7
2017-06-15dmaengine: Replace WARN_TAINT_ONCE() with pr_warn_once()Prarit Bhargava-4/+4
2017-04-24dmaengine: ioat: use setup_timerGeliang Tang-3/+1
2017-01-10dmaengine: iota: ioat_alloc_chan_resources should not perform sleeping alloca...Krister Johansen-2/+2
2017-01-02dmaengine: ioatdma: workaround SKX ioatdma versionDave Jiang-0/+2
2017-01-02dmaengine: ioatdma: Add Skylake PCI Dev IDDave Jiang-1/+10
2016-12-14Merge tag 'dmaengine-4.10-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-20/+18
2016-12-14Merge branch 'topic/ioat' into for-linusVinod Koul-11/+18
2016-12-12dmaengine: ioat: remove unused ‘res’Vinod Koul-3/+0
2016-12-12dmaengine: ioat: remove unused ‘ioat_dma’Vinod Koul-3/+0
2016-12-12dmaengine: ioat: remove unused ‘is_raid_device’Vinod Koul-3/+0
2016-12-06dmaengine: ioat: set error code on failuresPan Bian-4/+12
2016-12-06dmaengine: ioat: set error code on failuresPan Bian-0/+2
2016-11-18i7300_idle: Remove this driverLen Brown-2/+0
2016-11-14dmaengine: ioatdma: error string table missing an entryDave Jiang-0/+1
2016-10-19dmaengine: ioatdma: loop for number elements in array chanerr_strColin Ian King-7/+3
2016-10-03Merge branch 'topic/ioatdma' into for-linusVinod Koul-1/+1
2016-08-08dmaengine: ioatdma: add error strings to chanerr outputDave Jiang-4/+61
2016-08-08dmaengine: ioatdma: Add error handling to ioat driverDave Jiang-16/+126
2016-08-08dmaengine: ioatdma: convert callback to helper functionDave Jiang-8/+4
2016-08-08dmaengine: ioatdma: fix uninitialized array usageDave Jiang-1/+1
2016-07-23dmaengine: ioat: statify symbolVinod Koul-1/+1
2016-05-14dmaengine: ioatdma: disable relaxed ordering for ioatdmaDave Jiang-0/+19
2016-05-03dmaengine: ioatdma: Use dma_pool_zallocJulia Lawall-3/+2
2016-03-17Merge tag 'dmaengine-4.6-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-235/+109
2016-03-14Merge branch 'topic/ioatdma' into for-linusVinod Koul-234/+108
2016-03-11dmaengine: IOATDMA: revise channel reset workaround on CB3.3 platformsDave Jiang-36/+19
2016-02-15dmaengine: IOATDMA: Allocate DMA descriptor ring in contig DMA memoryDave Jiang-34/+81
2016-02-15dmaengine: IOATDMA: Removing descriptor ring reshapeDave Jiang-157/+1