index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
ioat
/
dma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-05
dmaengine: ioat: Allocate correct size for descriptor chunk
Logan Gunthorpe
1
-1
/
+1
2020-10-01
Merge branch 'topic/tasklet' into next
Vinod Koul
1
-3
/
+3
2020-09-18
dmaengine: ioat: Make two symbols static
Jason Yan
1
-2
/
+2
2020-09-18
dmaengine: ioat: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-3
/
+3
2020-08-05
Merge branch 'for-linus' into fixes
Vinod Koul
1
-3
/
+4
2020-07-15
dmaengine: ioat: Fix some parameter misspelling and provide description for p...
Lee Jones
1
-3
/
+4
2020-07-06
dmaengine: ioat setting ioat timeout as module parameter
Leonid Ravich
1
-0
/
+12
2020-04-23
dmaengine: ioat: adding missed issue_pending to timeout handler
Leonid Ravich
1
-0
/
+9
2020-04-23
dmaengine: ioat: remove unnesesery double complition timer modification.
Leonid Ravich
1
-9
/
+16
2020-04-23
dmaengine: ioat: removing duplicate code from timeout handler
Leonid Ravich
1
-26
/
+19
2020-04-17
dmaengine: ioat: fixing chunk sizing macros dependency
Leonid Ravich
1
-6
/
+8
2019-12-27
ioat: ioat_alloc_ring() failure handling.
Alexander.Barabash@dell.com
1
-1
/
+2
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291
Thomas Gleixner
1
-13
/
+1
2019-02-25
dmaengine: ioatdma: add descriptor pre-fetch support for v3.4
Dave Jiang
1
-0
/
+12
2018-06-19
dmaengine: ioatdma: set the completion address register after channel reset
Dave Jiang
1
-0
/
+6
2017-12-05
drivers/dma/ioat: Remove now-redundant smp_read_barrier_depends()
Paul E. McKenney
1
-2
/
+0
2017-10-24
dmaengine: Convert timers to use timer_setup()
Kees Cook
1
-3
/
+3
2017-08-23
dmaengine: ioatdma: Add intr_coalesce sysfs entry
Ujjal Singh
1
-3
/
+7
2016-12-14
Merge branch 'topic/ioat' into for-linus
Vinod Koul
1
-7
/
+4
2016-12-12
dmaengine: ioat: remove unused ‘res’
Vinod Koul
1
-3
/
+0
2016-12-12
dmaengine: ioat: remove unused ‘ioat_dma’
Vinod Koul
1
-3
/
+0
2016-11-14
dmaengine: ioatdma: error string table missing an entry
Dave Jiang
1
-0
/
+1
2016-10-19
dmaengine: ioatdma: loop for number elements in array chanerr_str
Colin Ian King
1
-7
/
+3
2016-08-08
dmaengine: ioatdma: add error strings to chanerr output
Dave Jiang
1
-4
/
+61
2016-08-08
dmaengine: ioatdma: Add error handling to ioat driver
Dave Jiang
1
-16
/
+124
2016-08-08
dmaengine: ioatdma: convert callback to helper function
Dave Jiang
1
-8
/
+4
2016-03-17
Merge tag 'dmaengine-4.6-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-196
/
+72
2016-03-11
dmaengine: IOATDMA: revise channel reset workaround on CB3.3 platforms
Dave Jiang
1
-36
/
+14
2016-02-15
dmaengine: IOATDMA: Allocate DMA descriptor ring in contig DMA memory
Dave Jiang
1
-17
/
+58
2016-02-15
dmaengine: IOATDMA: Removing descriptor ring reshape
Dave Jiang
1
-143
/
+0
2016-02-15
dmaengine: IOATDMA: Convert pci_pool_* to dma_pool_*
Dave Jiang
1
-3
/
+3
2016-01-30
dmaengine: IOATDMA: fix timer code that continues to restart channels during ...
Dave Jiang
1
-12
/
+22
2015-09-21
dmaengine: ioatdma: adding shutdown support
Dave Jiang
1
-1
/
+2
2015-08-26
dmaengine: ioatdma: fix sparse "error" with prep lock
Dave Jiang
1
-0
/
+2
2015-08-17
dmaengine: ioatdma: Clean up IOAT_COMPLETION_PENDING flag
Dave Jiang
1
-2
/
+0
2015-08-17
dmanegine: ioatdma: remove function ptrs in ioatdma_device
Dave Jiang
1
-4
/
+2
2015-08-17
dmaengine: ioatdma: removal of dma_v3.c and relevant ioat3 references
Dave Jiang
1
-57
/
+468
2015-08-17
dmaengine: ioatdma: move dma prep functions to single location
Dave Jiang
1
-47
/
+0
2015-08-17
dmaengine: ioatdma: move all the init routines
Dave Jiang
1
-504
/
+5
2015-08-17
dmaengine: ioatdma: move all sysfs related code
Dave Jiang
1
-108
/
+0
2015-08-17
dmaengine: ioatdma: remove dma_v2.*
Dave Jiang
1
-6
/
+661
2015-08-17
dmaengine: ioatdma: fixup ioatdma_device namings
Dave Jiang
1
-77
/
+79
2015-08-17
dmaengine: ioatdma: clean up local dma channel data structure
Dave Jiang
1
-56
/
+60
2015-08-17
dmaengine: ioatdma: remove ioatdma v2 registration
Dave Jiang
1
-1
/
+0
2015-08-17
dmaengine: ioatdma: remove ioat1 specific code
Dave Jiang
1
-673
/
+1
2015-03-16
dmaengine: Remove FSF mailing addresses
Jarkko Nikula
1
-4
/
+0
2014-09-28
net_dma: simple removal
Dan Williams
1
-1
/
+0
2014-04-10
ioat: Use pci_enable_msix_exact() instead of pci_enable_msix()
Alexander Gordeev
1
-1
/
+1
2014-02-25
ioat: fix tasklet tear down
Dan Williams
1
-7
/
+45
2014-01-03
drivers/dma/ioat/dma.c: check DMA mapping error in ioat_dma_self_test()
Jiang Liu
1
-1
/
+10
[next]