summaryrefslogtreecommitdiffstats
path: root/drivers/dma/ioat/init.c
AgeCommit message (Expand)AuthorLines
2020-09-18dmaengine: ioat: convert tasklets to use new tasklet_setup() APIAllen Pais-3/+1
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-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-06-26PCI: Convert PCIe capability PCIBIOS errors to errnoBolarinwa Olayemi Saheed-2/+2
2020-04-17dmaengine: ioat: fixing chunk sizing macros dependencyLeonid Ravich-1/+1
2019-12-24dmaengine: ioat: Support in-use unbindLogan Gunthorpe-12/+26
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291Thomas Gleixner-13/+1
2019-02-25dmaengine: ioatdma: support latency tolerance report (LTR) for v3.4Dave Jiang-0/+27
2019-02-25dmaengine: ioatdma: add descriptor pre-fetch support for v3.4Dave Jiang-2/+6
2019-02-25dmaengine: ioatdma: disable DCA enabling on IOATDMA v3.4Dave Jiang-0/+2
2019-02-25dmaengine: ioatdma: Add Snow Ridge ioatdma device idDave Jiang-0/+3
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-12treewide: kzalloc() -> kcalloc()Kees Cook-2/+2
2017-11-29dmaengine: ioat: Fix error handling pathChristophe JAILLET-1/+1
2017-10-24dmaengine: Convert timers to use timer_setup()Kees Cook-1/+1
2017-07-18dmaengine: ioat: constify pci_device_id.Arvind Yadav-1/+1
2017-06-20dmaengine: ioat: don't use DMA_ERROR_CODEChristoph Hellwig-17/+7
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/+8
2016-12-14Merge branch 'topic/ioat' into for-linusVinod Koul-4/+14
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-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/+12
2016-05-03dmaengine: ioatdma: Use dma_pool_zallocJulia Lawall-3/+2
2016-02-15dmaengine: IOATDMA: Allocate DMA descriptor ring in contig DMA memoryDave Jiang-15/+12
2016-02-15dmaengine: IOATDMA: Removing descriptor ring reshapeDave Jiang-9/+1
2016-02-15dmaengine: IOATDMA: Convert pci_pool_* to dma_pool_*Dave Jiang-10/+10
2015-09-21dmaengine: ioatdma: add PCIe AER handlersDave Jiang-2/+86
2015-09-21dmaengine: ioatdma: adding shutdown supportDave Jiang-0/+26
2015-08-28dmaengine: ioatdma: add Broadwell EP ioatdma PCI dev IDsDave Jiang-1/+31
2015-08-21dmaengine: ioatdma: fix coccinelle warningDave Jiang-4/+3
2015-08-17dmanegine: ioatdma: remove function ptrs in ioatdma_deviceDave Jiang-14/+11
2015-08-17dmaengine: ioatdma: removal of dma_v3.c and relevant ioat3 referencesDave Jiang-13/+6
2015-08-17dmaengine: ioatdma: move dma prep functions to single locationDave Jiang-10/+12
2015-08-17dmaengine: ioatdma: move all the init routinesDave Jiang-0/+1293