summaryrefslogtreecommitdiffstats
path: root/drivers/dma/ioat
AgeCommit message (Expand)AuthorLines
2023-03-17dmaengine: ioat: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas-6/+0
2023-03-17dmaengine: ioat: use PCI core macros for PCIe CapabilityBjorn Helgaas-10/+3
2022-10-19dmaengine: ioat: Fix spelling mistake "idel" -> "idle"Colin Ian King-1/+1
2022-09-29dmaengine: ioat: remove unused declarations in dma.hGaosheng Cui-2/+0
2022-09-29dmaengine: ioat: stop mod_timer from resurrecting deleted timer in __cleanup()Dave Jiang-3/+3
2022-02-15dmaengine: iot: Remove useless DMA-32 fallback configurationChristophe JAILLET-2/+0
2022-01-05dmaengine: ioatdma: use default_groups in kobj_typeGreg Kroah-Hartman-1/+2
2021-10-26dmaengine: ioat: switch from 'pci_' to 'dma_' APIQing Wang-8/+2
2020-11-16dmaengine: ioatdma: remove unused function missed during dma_v2 removalLukas Bulwahn-10/+0
2020-10-05dmaengine: ioat: Allocate correct size for descriptor chunkLogan Gunthorpe-1/+1
2020-10-01Merge branch 'topic/tasklet' into nextVinod Koul-7/+5
2020-09-18dmaengine: ioat: Make two symbols staticJason Yan-2/+2
2020-09-18dmaengine: ioat: convert tasklets to use new tasklet_setup() APIAllen Pais-7/+5
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+3
2020-08-05Merge branch 'pci/misc'Bjorn Helgaas-2/+2
2020-08-05Merge branch 'for-linus' into fixesVinod Koul-4/+5
2020-07-15dmaengine: ioat: Fix some parameter misspelling and provide description for p...Lee Jones-3/+4
2020-07-15dmaengine: ioat: init: Correct misspelling of function parameter 'c' for channelLee Jones-1/+1
2020-07-07PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck-1/+1
2020-07-06dmaengine: ioat setting ioat timeout as module parameterLeonid Ravich-2/+12
2020-06-26PCI: Convert PCIe capability PCIBIOS errors to errnoBolarinwa Olayemi Saheed-2/+2
2020-04-23dmaengine: ioat: adding missed issue_pending to timeout handlerLeonid Ravich-0/+9
2020-04-23dmaengine: ioat: remove unnesesery double complition timer modification.Leonid Ravich-9/+16
2020-04-23dmaengine: ioat: removing duplicate code from timeout handlerLeonid Ravich-26/+19
2020-04-17dmaengine: ioat: Decreasing allocation chunk size 2M->512KLeonid Ravich-1/+1
2020-04-17dmaengine: ioat: fixing chunk sizing macros dependencyLeonid Ravich-11/+15
2020-02-19dmanegine: ioat/dca: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-01-27Merge tag 'dmaengine-5.6-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-12/+26
2019-12-27ioat: ioat_alloc_ring() failure handling.Alexander.Barabash@dell.com-1/+2
2019-12-24dmaengine: ioat: Support in-use unbindLogan Gunthorpe-12/+26
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