index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
Commit message (
Expand
)
Author
Age
Files
Lines
*
dmaengine: dmatest: Fix process hang when reading 'wait' parameter
Andy Shevchenko
2020-04-28
1
-1
/
+1
*
dmaengine: dmatest: Fix iteration non-stop logic
Andy Shevchenko
2020-04-27
1
-2
/
+2
*
dmaengine: tegra-apb: Ensure that clock is enabled during of DMA synchronization
Dmitry Osipenko
2020-04-27
1
-0
/
+9
*
dmaengine: fix channel index enumeration
Dave Jiang
2020-04-27
1
-34
/
+26
*
dmaengine: mmp_tdma: Reset channel error on release
Lubomir Rintel
2020-04-23
1
-0
/
+2
*
dmaengine: mmp_tdma: Do not ignore slave config validation errors
Lubomir Rintel
2020-04-23
1
-1
/
+2
*
dmaengine: pch_dma.c: Avoid data race between probe and irq handler
Madhuparna Bhowmik
2020-04-23
1
-1
/
+1
*
dmaengine: xilinx_dma: Add missing check for empty list
Sebastian von Ohr
2020-04-15
1
-10
/
+10
*
dmaengine: ti: k3-psil: fix deadlock on error path
Grygorii Strashko
2020-04-15
1
-0
/
+1
*
dmaengine: hisilicon: Fix build error without PCI_MSI
YueHaibing
2020-04-15
1
-1
/
+2
*
drivers/dma/tegra20-apb-dma.c: fix platform_get_irq.cocci warnings
kbuild test robot
2020-04-10
1
-1
/
+0
*
Merge tag 'dmaengine-5.7-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2020-04-02
34
-494
/
+1625
|
\
|
*
dmaengine: uniphier-xdmac: Remove redandant error log for platform_get_irq
Vinod Koul
2020-03-26
1
-3
/
+1
|
*
dmaengine: tegra-apb: Improve DMA synchronization
Dmitry Osipenko
2020-03-23
1
-0
/
+25
|
*
dmaengine: tegra-apb: Don't save/restore IRQ flags in interrupt handler
Dmitry Osipenko
2020-03-23
1
-4
/
+3
|
*
dmaengine: tegra-apb: mark PM functions as __maybe_unused
YueHaibing
2020-03-23
1
-4
/
+2
|
*
dmaengine: fix spelling mistake "exceds" -> "exceeds"
Colin Ian King
2020-03-23
2
-2
/
+2
|
*
dmaengine: sprd: Set request pending flag when DMA controller is active
Zhenfang Wang
2020-03-23
1
-0
/
+24
|
*
dmaengine: ppc4xx: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
2020-03-11
1
-1
/
+1
|
*
dmaengine: idxd: remove global token limit check
Dave Jiang
2020-03-11
1
-5
/
+0
|
*
dmaengine: idxd: reflect shadow copy of traffic class programming
Dave Jiang
2020-03-11
1
-2
/
+2
|
*
dmaengine: Create debug directories for DMA devices
Peter Ujfalusi
2020-03-11
2
-1
/
+43
|
*
dmaengine: ti: k3-udma: Implement custom dbg_summary_show for debugfs
Peter Ujfalusi
2020-03-11
1
-0
/
+63
|
*
dmaengine: Add basic debugfs support
Peter Ujfalusi
2020-03-11
1
-1
/
+75
|
*
dmaengine: fsl-dpaa2-qdma: remove set but not used variable 'dpaa2_qdma'
YueHaibing
2020-03-06
1
-2
/
+0
|
*
dmaengine: ti: edma: fix null dereference because of a typo in pointer name
Colin Ian King
2020-03-02
1
-1
/
+1
|
*
dmaengine: fsl-dpaa2-qdma: Adding shutdown hook
Peng Ma
2020-03-02
3
-0
/
+40
|
*
dmaengine: uniphier-xdmac: Add UniPhier external DMA controller driver
Kunihiko Hayashi
2020-03-02
3
-0
/
+623
|
*
dmaengine: ti: k3-udma: Implement support for atype (for virtualization)
Peter Ujfalusi
2020-03-02
2
-10
/
+58
|
*
dmaengine: idxd: expose general capabilities register in sysfs
Dave Jiang
2020-03-02
1
-0
/
+11
|
*
dmaengine: idxd: check return result from check_vma() in cdev
Dave Jiang
2020-03-02
1
-0
/
+2
|
*
dmaengine: tegra-apb: Improve error message about DMA underflow
Dmitry Osipenko
2020-02-25
1
-1
/
+1
|
*
dmaengine: tegra-apb: Remove unused function argument
Dmitry Osipenko
2020-02-25
1
-2
/
+1
|
*
dmaengine: tegra-apb: Support COMPILE_TEST
Dmitry Osipenko
2020-02-25
1
-1
/
+1
|
*
dmaengine: tegra-apb: Remove MODULE_ALIAS
Dmitry Osipenko
2020-02-25
1
-1
/
+0
|
*
dmaengine: tegra-apb: Allow to compile as a loadable kernel module
Dmitry Osipenko
2020-02-25
1
-1
/
+1
|
*
dmaengine: tegra-apb: Add missing of_dma_controller_free
Dmitry Osipenko
2020-02-25
1
-0
/
+1
|
*
dmaengine: tegra-apb: Clean up suspend-resume
Dmitry Osipenko
2020-02-25
1
-67
/
+69
|
*
dmaengine: tegra-apb: Keep clock enabled only during of DMA transfer
Dmitry Osipenko
2020-02-25
1
-11
/
+25
|
*
dmaengine: tegra-apb: Remove duplicated pending_sg_req checks
Dmitry Osipenko
2020-02-25
1
-12
/
+0
|
*
dmaengine: tegra-apb: Remove assumptions about unavailable runtime PM
Dmitry Osipenko
2020-02-25
1
-9
/
+1
|
*
dmaengine: tegra-apb: Remove unneeded initialization of tdc->config_init
Dmitry Osipenko
2020-02-25
1
-1
/
+0
|
*
dmaengine: tegra-apb: Fix coding style problems
Dmitry Osipenko
2020-02-25
1
-131
/
+144
|
*
dmaengine: tegra-apb: Use devm_request_irq
Dmitry Osipenko
2020-02-25
1
-24
/
+11
|
*
dmaengine: tegra-apb: Use devm_platform_ioremap_resource
Dmitry Osipenko
2020-02-25
1
-2
/
+1
|
*
dmaengine: tegra-apb: Clean up tasklet releasing
Dmitry Osipenko
2020-02-25
1
-5
/
+1
|
*
dmaengine: tegra-apb: Prevent race conditions on channel's freeing
Dmitry Osipenko
2020-02-25
1
-2
/
+1
|
*
dmaengine: tegra-apb: Implement synchronization hook
Dmitry Osipenko
2020-02-25
1
-0
/
+8
|
*
dmaengine: ti: edma: Support for interleaved mem to mem transfer
Peter Ujfalusi
2020-02-25
1
-0
/
+79
|
*
dmaengine: at_xdmac: Fix locking in tasklet
Tudor Ambarus
2020-02-25
1
-11
/
+12
[next]