summaryrefslogtreecommitdiffstats
path: root/drivers/dma/ioat
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: ioatdma: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-051-1/+2
* dmaengine: ioat: switch from 'pci_' to 'dma_' APIQing Wang2021-10-261-8/+2
* dmaengine: ioatdma: remove unused function missed during dma_v2 removalLukas Bulwahn2020-11-161-10/+0
* dmaengine: ioat: Allocate correct size for descriptor chunkLogan Gunthorpe2020-10-051-1/+1
* Merge branch 'topic/tasklet' into nextVinod Koul2020-10-013-7/+5
|\
| * dmaengine: ioat: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-183-7/+5
* | dmaengine: ioat: Make two symbols staticJason Yan2020-09-181-2/+2
|/
* Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-3/+3
|\
| * Merge branch 'pci/misc'Bjorn Helgaas2020-08-051-2/+2
| |\
| | * PCI: Convert PCIe capability PCIBIOS errors to errnoBolarinwa Olayemi Saheed2020-06-261-2/+2
| * | PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck2020-07-071-1/+1
| |/
* | Merge branch 'for-linus' into fixesVinod Koul2020-08-052-4/+5
|\ \
| * | dmaengine: ioat: Fix some parameter misspelling and provide description for p...Lee Jones2020-07-151-3/+4
| * | dmaengine: ioat: init: Correct misspelling of function parameter 'c' for channelLee Jones2020-07-151-1/+1
| |/
* / dmaengine: ioat setting ioat timeout as module parameterLeonid Ravich2020-07-062-2/+12
|/
* dmaengine: ioat: adding missed issue_pending to timeout handlerLeonid Ravich2020-04-231-0/+9
* dmaengine: ioat: remove unnesesery double complition timer modification.Leonid Ravich2020-04-231-9/+16
* dmaengine: ioat: removing duplicate code from timeout handlerLeonid Ravich2020-04-231-26/+19
* dmaengine: ioat: Decreasing allocation chunk size 2M->512KLeonid Ravich2020-04-171-1/+1
* dmaengine: ioat: fixing chunk sizing macros dependencyLeonid Ravich2020-04-173-11/+15
* dmanegine: ioat/dca: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-191-1/+1
* Merge tag 'dmaengine-5.6-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2020-01-271-12/+26
|\
| * dmaengine: ioat: Support in-use unbindLogan Gunthorpe2019-12-241-12/+26
* | ioat: ioat_alloc_ring() failure handling.Alexander.Barabash@dell.com2019-12-271-1/+2
|/
* dmanegine: ioat/dca: Use struct_size() helperGustavo A. R. Silva2019-09-041-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291Thomas Gleixner2019-06-055-65/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 7Thomas Gleixner2019-05-213-39/+3
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* dmaengine: ioatdma: support latency tolerance report (LTR) for v3.4Dave Jiang2019-02-252-0/+41
* dmaengine: ioatdma: add descriptor pre-fetch support for v3.4Dave Jiang2019-02-253-2/+28
* dmaengine: ioatdma: disable DCA enabling on IOATDMA v3.4Dave Jiang2019-02-252-0/+3
* dmaengine: ioatdma: Add Snow Ridge ioatdma device idDave Jiang2019-02-253-1/+6
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-7/+0
|\
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-7/+0
* | dmaengine: ioat: fix prototype of ioat_enumerate_channelsRami Rosen2018-10-051-4/+3
* | driver/dma/ioat: Call del_timer_sync() without holding prep_lockWaiman Long2018-09-181-1/+8
|/
* dmaengine: ioatdma: set the completion address register after channel resetDave Jiang2018-06-191-0/+6
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-01-031-2/+0
|\
| * drivers/dma/ioat: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney2017-12-051-2/+0
* | dmaengine: ioat: Fix error handling pathChristophe JAILLET2017-11-291-1/+1
|/
* dmaengine: Convert timers to use timer_setup()Kees Cook2017-10-243-6/+5
* dmaengine: ioatdma: Add intr_coalesce sysfs entryUjjal Singh2017-08-233-3/+52
* dmaengine: ioat: constify pci_device_id.Arvind Yadav2017-07-181-1/+1
* Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2017-07-081-4/+4
|\
| * dmaengine: Replace WARN_TAINT_ONCE() with pr_warn_once()Prarit Bhargava2017-06-151-4/+4
* | dmaengine: ioat: don't use DMA_ERROR_CODEChristoph Hellwig2017-06-201-17/+7
|/
* dmaengine: ioat: use setup_timerGeliang Tang2017-04-241-3/+1
* dmaengine: iota: ioat_alloc_chan_resources should not perform sleeping alloca...Krister Johansen2017-01-101-2/+2
* dmaengine: ioatdma: workaround SKX ioatdma versionDave Jiang2017-01-021-0/+2