aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/ioat
AgeCommit message (Expand)AuthorFilesLines
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+3
2020-08-05Merge branch 'pci/misc'Gravatar Bjorn Helgaas 1-2/+2
2020-08-05Merge branch 'for-linus' into fixesGravatar Vinod Koul 2-4/+5
2020-07-15dmaengine: ioat: Fix some parameter misspelling and provide description for p...Gravatar Lee Jones 1-3/+4
2020-07-15dmaengine: ioat: init: Correct misspelling of function parameter 'c' for channelGravatar Lee Jones 1-1/+1
2020-07-07PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Gravatar Luc Van Oostenryck 1-1/+1
2020-07-06dmaengine: ioat setting ioat timeout as module parameterGravatar Leonid Ravich 2-2/+12
2020-06-26PCI: Convert PCIe capability PCIBIOS errors to errnoGravatar Bolarinwa Olayemi Saheed 1-2/+2
2020-04-23dmaengine: ioat: adding missed issue_pending to timeout handlerGravatar Leonid Ravich 1-0/+9
2020-04-23dmaengine: ioat: remove unnesesery double complition timer modification.Gravatar Leonid Ravich 1-9/+16
2020-04-23dmaengine: ioat: removing duplicate code from timeout handlerGravatar Leonid Ravich 1-26/+19
2020-04-17dmaengine: ioat: Decreasing allocation chunk size 2M->512KGravatar Leonid Ravich 1-1/+1
2020-04-17dmaengine: ioat: fixing chunk sizing macros dependencyGravatar Leonid Ravich 3-11/+15
2020-02-19dmanegine: ioat/dca: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-01-27Merge tag 'dmaengine-5.6-rc1' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-12/+26
2019-12-27ioat: ioat_alloc_ring() failure handling.Gravatar Alexander.Barabash@dell.com 1-1/+2
2019-12-24dmaengine: ioat: Support in-use unbindGravatar Logan Gunthorpe 1-12/+26
2019-09-04dmanegine: ioat/dca: Use struct_size() helperGravatar Gustavo A. R. Silva 1-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291Gravatar Thomas Gleixner 5-65/+5
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 7Gravatar Thomas Gleixner 3-39/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-02-25dmaengine: ioatdma: support latency tolerance report (LTR) for v3.4Gravatar Dave Jiang 2-0/+41
2019-02-25dmaengine: ioatdma: add descriptor pre-fetch support for v3.4Gravatar Dave Jiang 3-2/+28
2019-02-25dmaengine: ioatdma: disable DCA enabling on IOATDMA v3.4Gravatar Dave Jiang 2-0/+3
2019-02-25dmaengine: ioatdma: Add Snow Ridge ioatdma device idGravatar Dave Jiang 3-1/+6
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-7/+0
2018-10-05dmaengine: ioat: fix prototype of ioat_enumerate_channelsGravatar Rami Rosen 1-4/+3
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsGravatar Oza Pawandeep 1-7/+0
2018-09-18driver/dma/ioat: Call del_timer_sync() without holding prep_lockGravatar Waiman Long 1-1/+8
2018-06-19dmaengine: ioatdma: set the completion address register after channel resetGravatar Dave Jiang 1-0/+6
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-2/+2
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-2/+0
2017-12-05drivers/dma/ioat: Remove now-redundant smp_read_barrier_depends()Gravatar Paul E. McKenney 1-2/+0
2017-11-29dmaengine: ioat: Fix error handling pathGravatar Christophe JAILLET 1-1/+1
2017-10-24dmaengine: Convert timers to use timer_setup()Gravatar Kees Cook 3-6/+5
2017-08-23dmaengine: ioatdma: Add intr_coalesce sysfs entryGravatar Ujjal Singh 3-3/+52
2017-07-18dmaengine: ioat: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-07-08Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-4/+4
2017-06-20dmaengine: ioat: don't use DMA_ERROR_CODEGravatar Christoph Hellwig 1-17/+7
2017-06-15dmaengine: Replace WARN_TAINT_ONCE() with pr_warn_once()Gravatar Prarit Bhargava 1-4/+4
2017-04-24dmaengine: ioat: use setup_timerGravatar Geliang Tang 1-3/+1
2017-01-10dmaengine: iota: ioat_alloc_chan_resources should not perform sleeping alloca...Gravatar Krister Johansen 1-2/+2
2017-01-02dmaengine: ioatdma: workaround SKX ioatdma versionGravatar Dave Jiang 1-0/+2
2017-01-02dmaengine: ioatdma: Add Skylake PCI Dev IDGravatar Dave Jiang 2-1/+10
2016-12-14Merge tag 'dmaengine-4.10-rc1' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 2-20/+18
2016-12-14Merge branch 'topic/ioat' into for-linusGravatar Vinod Koul 2-11/+18
2016-12-12dmaengine: ioat: remove unused ‘res’Gravatar Vinod Koul 1-3/+0
2016-12-12dmaengine: ioat: remove unused ‘ioat_dma’Gravatar Vinod Koul 1-3/+0
2016-12-12dmaengine: ioat: remove unused ‘is_raid_device’Gravatar Vinod Koul 1-3/+0
2016-12-06dmaengine: ioat: set error code on failuresGravatar Pan Bian 1-4/+12