summaryrefslogtreecommitdiff
path: root/drivers/dma/ioat/init.c
AgeCommit message (Expand)AuthorFilesLines
7 daysMerge tag 'dmaengine-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2024-06-11dmaengine: ioatdma: Fix missing kmem_cache_destroy()Nikita Shubin1-0/+1
2024-06-11dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe()Nikita Shubin1-0/+4
2024-06-11dmaengine: ioatdma: Fix error path in ioat3_dma_probe()Nikita Shubin1-18/+15
2024-06-11dmaengine: ioatdma: Fix leaking on version mismatchNikita Shubin1-7/+10
2024-06-07dmaengine: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2023-08-21dmaengine: ioat: fixing the wrong dma_dev->chancntYajun Deng1-9/+10
2023-03-17dmaengine: ioat: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas1-6/+0
2023-03-17dmaengine: ioat: use PCI core macros for PCIe CapabilityBjorn Helgaas1-3/+3
2022-02-15dmaengine: iot: Remove useless DMA-32 fallback configurationChristophe JAILLET1-2/+0
2021-10-26dmaengine: ioat: switch from 'pci_' to 'dma_' APIQing Wang1-8/+2
2020-09-18dmaengine: ioat: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+1
2020-08-08Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2020-08-06Merge branch 'pci/misc'Bjorn Helgaas1-2/+2
2020-07-15dmaengine: ioat: init: Correct misspelling of function parameter 'c' for channelLee Jones1-1/+1
2020-07-08PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck1-1/+1
2020-06-26PCI: Convert PCIe capability PCIBIOS errors to errnoBolarinwa Olayemi Saheed1-2/+2
2020-04-17dmaengine: ioat: fixing chunk sizing macros dependencyLeonid Ravich1-1/+1
2019-12-24dmaengine: ioat: Support in-use unbindLogan Gunthorpe1-12/+26
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291Thomas Gleixner1-13/+1
2019-02-25dmaengine: ioatdma: support latency tolerance report (LTR) for v3.4Dave Jiang1-0/+27
2019-02-25dmaengine: ioatdma: add descriptor pre-fetch support for v3.4Dave Jiang1-2/+6
2019-02-25dmaengine: ioatdma: disable DCA enabling on IOATDMA v3.4Dave Jiang1-0/+2
2019-02-25dmaengine: ioatdma: Add Snow Ridge ioatdma device idDave Jiang1-0/+3
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+0
2018-10-05dmaengine: ioat: fix prototype of ioat_enumerate_channelsRami Rosen1-4/+3
2018-10-03PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-7/+0
2018-09-18driver/dma/ioat: Call del_timer_sync() without holding prep_lockWaiman Long1-1/+8
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2017-11-29dmaengine: ioat: Fix error handling pathChristophe JAILLET1-1/+1
2017-10-24dmaengine: Convert timers to use timer_setup()Kees Cook1-1/+1
2017-07-18dmaengine: ioat: constify pci_device_id.Arvind Yadav1-1/+1
2017-06-20dmaengine: ioat: don't use DMA_ERROR_CODEChristoph Hellwig1-17/+7
2017-04-24dmaengine: ioat: use setup_timerGeliang Tang1-3/+1
2017-01-10dmaengine: iota: ioat_alloc_chan_resources should not perform sleeping alloca...Krister Johansen1-2/+2
2017-01-02dmaengine: ioatdma: workaround SKX ioatdma versionDave Jiang1-0/+2
2017-01-02dmaengine: ioatdma: Add Skylake PCI Dev IDDave Jiang1-1/+8
2016-12-14Merge branch 'topic/ioat' into for-linusVinod Koul1-4/+14
2016-12-12dmaengine: ioat: remove unused ‘is_raid_device’Vinod Koul1-3/+0
2016-12-06dmaengine: ioat: set error code on failuresPan Bian1-4/+12
2016-12-06dmaengine: ioat: set error code on failuresPan Bian1-0/+2
2016-08-08dmaengine: ioatdma: fix uninitialized array usageDave Jiang1-1/+1
2016-07-23dmaengine: ioat: statify symbolVinod Koul1-1/+1
2016-05-14dmaengine: ioatdma: disable relaxed ordering for ioatdmaDave Jiang1-0/+12
2016-05-03dmaengine: ioatdma: Use dma_pool_zallocJulia Lawall1-3/+2
2016-02-15dmaengine: IOATDMA: Allocate DMA descriptor ring in contig DMA memoryDave Jiang1-15/+12
2016-02-15dmaengine: IOATDMA: Removing descriptor ring reshapeDave Jiang1-9/+1
2016-02-15dmaengine: IOATDMA: Convert pci_pool_* to dma_pool_*Dave Jiang1-10/+10
2015-09-21dmaengine: ioatdma: add PCIe AER handlersDave Jiang1-2/+86
2015-09-21dmaengine: ioatdma: adding shutdown supportDave Jiang1-0/+26