index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
ioat
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-02
dmaengine: Fix spelling mistakes
Amit Vadhavana
1
-1
/
+1
2024-07-24
Merge tag 'dmaengine-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2024-06-11
dmaengine: ioatdma: Fix missing kmem_cache_destroy()
Nikita Shubin
1
-0
/
+1
2024-06-11
dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe()
Nikita Shubin
1
-0
/
+4
2024-06-11
dmaengine: ioatdma: Fix error path in ioat3_dma_probe()
Nikita Shubin
1
-18
/
+15
2024-06-11
dmaengine: ioatdma: Fix leaking on version mismatch
Nikita Shubin
1
-7
/
+10
2024-06-07
dmaengine: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
1
-0
/
+1
2023-08-21
dmaengine: ioatdma: use pci_dev_id() to simplify the code
Jialin Zhang
1
-1
/
+1
2023-08-21
dmaengine: ioat: fixing the wrong dma_dev->chancnt
Yajun Deng
2
-9
/
+11
2023-06-26
dmaengine: ioat: Free up __cleanup() name
Peter Zijlstra
1
-6
/
+6
2023-03-17
dmaengine: ioat: Drop redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
1
-6
/
+0
2023-03-17
dmaengine: ioat: use PCI core macros for PCIe Capability
Bjorn Helgaas
2
-10
/
+3
2022-10-19
dmaengine: ioat: Fix spelling mistake "idel" -> "idle"
Colin Ian King
1
-1
/
+1
2022-09-29
dmaengine: ioat: remove unused declarations in dma.h
Gaosheng Cui
1
-2
/
+0
2022-09-29
dmaengine: ioat: stop mod_timer from resurrecting deleted timer in __cleanup()
Dave Jiang
1
-3
/
+3
2022-02-15
dmaengine: iot: Remove useless DMA-32 fallback configuration
Christophe JAILLET
1
-2
/
+0
2022-01-05
dmaengine: ioatdma: use default_groups in kobj_type
Greg Kroah-Hartman
1
-1
/
+2
2021-10-26
dmaengine: ioat: switch from 'pci_' to 'dma_' API
Qing Wang
1
-8
/
+2
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-08
Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+3
2020-08-06
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-08
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
[next]