index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
ioat
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-16
dmaengine: ioatdma: remove unused function missed during dma_v2 removal
Lukas Bulwahn
1
-10
/
+0
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
3
-7
/
+5
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
3
-7
/
+5
2020-08-07
Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+3
2020-08-05
Merge branch 'pci/misc'
Bjorn Helgaas
1
-2
/
+2
2020-08-05
Merge branch 'for-linus' into fixes
Vinod Koul
2
-4
/
+5
2020-07-15
dmaengine: ioat: Fix some parameter misspelling and provide description for p...
Lee Jones
1
-3
/
+4
2020-07-15
dmaengine: ioat: init: Correct misspelling of function parameter 'c' for channel
Lee Jones
1
-1
/
+1
2020-07-07
PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'
Luc Van Oostenryck
1
-1
/
+1
2020-07-06
dmaengine: ioat setting ioat timeout as module parameter
Leonid Ravich
2
-2
/
+12
2020-06-26
PCI: Convert PCIe capability PCIBIOS errors to errno
Bolarinwa Olayemi Saheed
1
-2
/
+2
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: Decreasing allocation chunk size 2M->512K
Leonid Ravich
1
-1
/
+1
2020-04-17
dmaengine: ioat: fixing chunk sizing macros dependency
Leonid Ravich
3
-11
/
+15
2020-02-19
dmanegine: ioat/dca: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-01-27
Merge tag 'dmaengine-5.6-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-12
/
+26
2019-12-27
ioat: ioat_alloc_ring() failure handling.
Alexander.Barabash@dell.com
1
-1
/
+2
2019-12-24
dmaengine: ioat: Support in-use unbind
Logan Gunthorpe
1
-12
/
+26
2019-09-04
dmanegine: ioat/dca: Use struct_size() helper
Gustavo A. R. Silva
1
-2
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 291
Thomas Gleixner
5
-65
/
+5
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 7
Thomas Gleixner
3
-39
/
+3
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-02-25
dmaengine: ioatdma: support latency tolerance report (LTR) for v3.4
Dave Jiang
2
-0
/
+41
2019-02-25
dmaengine: ioatdma: add descriptor pre-fetch support for v3.4
Dave Jiang
3
-2
/
+28
2019-02-25
dmaengine: ioatdma: disable DCA enabling on IOATDMA v3.4
Dave Jiang
2
-0
/
+3
2019-02-25
dmaengine: ioatdma: Add Snow Ridge ioatdma device id
Dave Jiang
3
-1
/
+6
2018-10-25
Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-7
/
+0
2018-10-05
dmaengine: ioat: fix prototype of ioat_enumerate_channels
Rami Rosen
1
-4
/
+3
2018-10-02
PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() calls
Oza Pawandeep
1
-7
/
+0
2018-09-18
driver/dma/ioat: Call del_timer_sync() without holding prep_lock
Waiman Long
1
-1
/
+8
2018-06-19
dmaengine: ioatdma: set the completion address register after channel reset
Dave Jiang
1
-0
/
+6
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-2
/
+2
2018-01-03
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-2
/
+0
2017-12-05
drivers/dma/ioat: Remove now-redundant smp_read_barrier_depends()
Paul E. McKenney
1
-2
/
+0
2017-11-29
dmaengine: ioat: Fix error handling path
Christophe JAILLET
1
-1
/
+1
2017-10-24
dmaengine: Convert timers to use timer_setup()
Kees Cook
3
-6
/
+5
2017-08-23
dmaengine: ioatdma: Add intr_coalesce sysfs entry
Ujjal Singh
3
-3
/
+52
2017-07-18
dmaengine: ioat: constify pci_device_id.
Arvind Yadav
1
-1
/
+1
2017-07-08
Merge tag 'dmaengine-4.13-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-4
/
+4
2017-06-20
dmaengine: ioat: don't use DMA_ERROR_CODE
Christoph Hellwig
1
-17
/
+7
2017-06-15
dmaengine: Replace WARN_TAINT_ONCE() with pr_warn_once()
Prarit Bhargava
1
-4
/
+4
2017-04-24
dmaengine: ioat: use setup_timer
Geliang Tang
1
-3
/
+1
2017-01-10
dmaengine: iota: ioat_alloc_chan_resources should not perform sleeping alloca...
Krister Johansen
1
-2
/
+2
2017-01-02
dmaengine: ioatdma: workaround SKX ioatdma version
Dave Jiang
1
-0
/
+2
2017-01-02
dmaengine: ioatdma: Add Skylake PCI Dev ID
Dave Jiang
2
-1
/
+10
2016-12-14
Merge tag 'dmaengine-4.10-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2
-20
/
+18
[next]