index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
ioat
/
dma.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
dmaengine: ioat: Free up __cleanup() name
Peter Zijlstra
2023-06-26
1
-6
/
+6
*
dmaengine: ioat: Fix spelling mistake "idel" -> "idle"
Colin Ian King
2022-10-19
1
-1
/
+1
*
dmaengine: ioat: stop mod_timer from resurrecting deleted timer in __cleanup()
Dave Jiang
2022-09-29
1
-3
/
+3
*
dmaengine: ioat: Allocate correct size for descriptor chunk
Logan Gunthorpe
2020-10-05
1
-1
/
+1
*
Merge branch 'topic/tasklet' into next
Vinod Koul
2020-10-01
1
-3
/
+3
|
\
|
*
dmaengine: ioat: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-09-18
1
-3
/
+3
*
|
dmaengine: ioat: Make two symbols static
Jason Yan
2020-09-18
1
-2
/
+2
|
/
*
Merge branch 'for-linus' into fixes
Vinod Koul
2020-08-05
1
-3
/
+4
|
\
|
*
dmaengine: ioat: Fix some parameter misspelling and provide description for p...
Lee Jones
2020-07-15
1
-3
/
+4
*
|
dmaengine: ioat setting ioat timeout as module parameter
Leonid Ravich
2020-07-06
1
-0
/
+12
|
/
*
dmaengine: ioat: adding missed issue_pending to timeout handler
Leonid Ravich
2020-04-23
1
-0
/
+9
*
dmaengine: ioat: remove unnesesery double complition timer modification.
Leonid Ravich
2020-04-23
1
-9
/
+16
*
dmaengine: ioat: removing duplicate code from timeout handler
Leonid Ravich
2020-04-23
1
-26
/
+19
*
dmaengine: ioat: fixing chunk sizing macros dependency
Leonid Ravich
2020-04-17
1
-6
/
+8
*
ioat: ioat_alloc_ring() failure handling.
Alexander.Barabash@dell.com
2019-12-27
1
-1
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291
Thomas Gleixner
2019-06-05
1
-13
/
+1
*
dmaengine: ioatdma: add descriptor pre-fetch support for v3.4
Dave Jiang
2019-02-25
1
-0
/
+12
*
dmaengine: ioatdma: set the completion address register after channel reset
Dave Jiang
2018-06-19
1
-0
/
+6
*
drivers/dma/ioat: Remove now-redundant smp_read_barrier_depends()
Paul E. McKenney
2017-12-05
1
-2
/
+0
*
dmaengine: Convert timers to use timer_setup()
Kees Cook
2017-10-24
1
-3
/
+3
*
dmaengine: ioatdma: Add intr_coalesce sysfs entry
Ujjal Singh
2017-08-23
1
-3
/
+7
*
Merge branch 'topic/ioat' into for-linus
Vinod Koul
2016-12-14
1
-7
/
+4
|
\
|
*
dmaengine: ioatdma: error string table missing an entry
Dave Jiang
2016-11-14
1
-0
/
+1
|
*
dmaengine: ioatdma: loop for number elements in array chanerr_str
Colin Ian King
2016-10-19
1
-7
/
+3
*
|
dmaengine: ioat: remove unused ‘res’
Vinod Koul
2016-12-12
1
-3
/
+0
*
|
dmaengine: ioat: remove unused ‘ioat_dma’
Vinod Koul
2016-12-12
1
-3
/
+0
|
/
*
dmaengine: ioatdma: add error strings to chanerr output
Dave Jiang
2016-08-08
1
-4
/
+61
*
dmaengine: ioatdma: Add error handling to ioat driver
Dave Jiang
2016-08-08
1
-16
/
+124
*
dmaengine: ioatdma: convert callback to helper function
Dave Jiang
2016-08-08
1
-8
/
+4
*
Merge tag 'dmaengine-4.6-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2016-03-17
1
-196
/
+72
|
\
|
*
dmaengine: IOATDMA: revise channel reset workaround on CB3.3 platforms
Dave Jiang
2016-03-11
1
-36
/
+14
|
*
dmaengine: IOATDMA: Allocate DMA descriptor ring in contig DMA memory
Dave Jiang
2016-02-15
1
-17
/
+58
|
*
dmaengine: IOATDMA: Removing descriptor ring reshape
Dave Jiang
2016-02-15
1
-143
/
+0
|
*
dmaengine: IOATDMA: Convert pci_pool_* to dma_pool_*
Dave Jiang
2016-02-15
1
-3
/
+3
*
|
dmaengine: IOATDMA: fix timer code that continues to restart channels during ...
Dave Jiang
2016-01-30
1
-12
/
+22
|
/
*
dmaengine: ioatdma: adding shutdown support
Dave Jiang
2015-09-21
1
-1
/
+2
*
dmaengine: ioatdma: fix sparse "error" with prep lock
Dave Jiang
2015-08-26
1
-0
/
+2
*
dmaengine: ioatdma: Clean up IOAT_COMPLETION_PENDING flag
Dave Jiang
2015-08-17
1
-2
/
+0
*
dmanegine: ioatdma: remove function ptrs in ioatdma_device
Dave Jiang
2015-08-17
1
-4
/
+2
*
dmaengine: ioatdma: removal of dma_v3.c and relevant ioat3 references
Dave Jiang
2015-08-17
1
-57
/
+468
*
dmaengine: ioatdma: move dma prep functions to single location
Dave Jiang
2015-08-17
1
-47
/
+0
*
dmaengine: ioatdma: move all the init routines
Dave Jiang
2015-08-17
1
-504
/
+5
*
dmaengine: ioatdma: move all sysfs related code
Dave Jiang
2015-08-17
1
-108
/
+0
*
dmaengine: ioatdma: remove dma_v2.*
Dave Jiang
2015-08-17
1
-6
/
+661
*
dmaengine: ioatdma: fixup ioatdma_device namings
Dave Jiang
2015-08-17
1
-77
/
+79
*
dmaengine: ioatdma: clean up local dma channel data structure
Dave Jiang
2015-08-17
1
-56
/
+60
*
dmaengine: ioatdma: remove ioatdma v2 registration
Dave Jiang
2015-08-17
1
-1
/
+0
*
dmaengine: ioatdma: remove ioat1 specific code
Dave Jiang
2015-08-17
1
-673
/
+1
*
dmaengine: Remove FSF mailing addresses
Jarkko Nikula
2015-03-16
1
-4
/
+0
*
net_dma: simple removal
Dan Williams
2014-09-28
1
-1
/
+0
[next]