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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-23
dmaengine: ti: k3-udma-glue: Fix an error handling path in 'k3_udma_glue_cfg_...
Christophe JAILLET
1
-10
/
+19
2020-03-23
dmaengine: idxd: fix off by one on cdev dwq refcount
Dave Jiang
1
-2
/
+2
2020-03-11
dmaengine: move .device_release missing log warning to debug level
Vinod Koul
1
-1
/
+1
2020-02-25
dmaengine: imx-sdma: Fix the event id check to include RX event for UART6
Frieder Schrempf
1
-2
/
+2
2020-02-25
dmaengine: tegra-apb: Prevent race conditions of tasklet vs free list
Dmitry Osipenko
1
-1
/
+1
2020-02-25
dmaengine: tegra-apb: Fix use-after-free
Dmitry Osipenko
1
-4
/
+0
2020-02-24
dmaengine: imx-sdma: fix context cache
Martin Fuzzey
1
-0
/
+1
2020-02-24
dmaengine: idxd: wq size configuration needs to check global max size
Dave Jiang
1
-1
/
+15
2020-02-24
dmaengine: idxd: sysfs input of wq incorrect wq type should return error
Dave Jiang
1
-2
/
+4
2020-02-24
dmaengine: coh901318: Fix a double lock bug in dma_tc_handle()
Dan Carpenter
1
-4
/
+0
2020-02-19
dmaengine: idxd: correct reserved token calculation
Dave Jiang
1
-1
/
+1
2020-02-19
dmaengine: ti: k3-udma: Fix terminated transfer handling
Peter Ujfalusi
1
-14
/
+15
2020-02-19
dmaengine: ti: k3-udma: Use the channel direction in pause/resume functions
Peter Ujfalusi
1
-9
/
+3
2020-02-19
dmaengine: ti: k3-udma: Use the TR counter helper for slave_sg and cyclic
Peter Ujfalusi
1
-42
/
+88
2020-02-19
dmaengine: ti: k3-udma: Move the TR counter calculation to helper function
Peter Ujfalusi
1
-23
/
+51
2020-02-19
dmaengine: ti: k3-udma: Workaround for RX teardown with stale data in peer
Peter Ujfalusi
1
-17
/
+151
2020-02-19
dmaengine: ti: k3-udma: Use ktime/usleep_range based TX completion check
Vignesh Raghavendra
1
-27
/
+53
2020-02-13
dmaengine: idxd: Fix error handling in idxd_wq_cdev_dev_setup()
Dan Carpenter
1
-2
/
+2
2020-02-13
dmaengine: idxd: fix runaway module ref count on device driver bind
Dave Jiang
1
-0
/
+3
2020-02-09
Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-18
/
+270
2020-02-05
Merge tag 'dmaengine-fix-5.6-rc1' of git://git.infradead.org/users/vkoul/slav...
Linus Torvalds
2
-10
/
+13
2020-02-04
treewide: remove redundant IS_ERR() before error code check
Masahiro Yamada
1
-1
/
+1
2020-02-03
dmaengine: Cleanups for the slave <-> channel symlink support
Peter Ujfalusi
1
-9
/
+9
2020-02-03
dmaengine: fix null ptr check for __dma_async_device_channel_register()
Dave Jiang
1
-0
/
+3
2020-02-03
dmaengine: idxd: fix boolconv.cocci warnings
kbuild test robot
1
-1
/
+1
2020-01-30
dmaengine: Fix return value for dma_request_chan() in case of failure
Marek Szyprowski
1
-1
/
+1
2020-01-28
Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap
Linus Torvalds
1
-2
/
+2
2020-01-27
Merge tag 'dmaengine-5.6-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
47
-354
/
+11643
2020-01-24
dmaengine: Create symlinks between DMA channels and slaves
Geert Uytterhoeven
1
-6
/
+31
2020-01-24
dmaengine: hisilicon: Add Kunpeng DMA engine support
Zhou Wang
3
-0
/
+620
2020-01-24
dmaengine: idxd: add char driver to expose submission portal to userland
Dave Jiang
8
-5
/
+422
2020-01-24
dmaengine: idxd: connect idxd to dmaengine subsystem
Dave Jiang
8
-2
/
+391
2020-01-24
dmaengine: idxd: add descriptor manipulation routines
Dave Jiang
3
-1
/
+102
2020-01-24
dmaengine: idxd: add configuration component of driver
Dave Jiang
6
-3
/
+1536
2020-01-24
dmaengine: idxd: Init and probe for Intel data accelerators
Dave Jiang
8
-0
/
+1857
2020-01-24
dmaengine: add support to dynamic register/unregister of channels
Dave Jiang
1
-8
/
+26
2020-01-24
dmaengine: break out channel registration
Dave Jiang
1
-54
/
+81
2020-01-23
dmaengine: ti: k3-udma: fix spelling mistake "limted" -> "limited"
Colin Ian King
1
-2
/
+2
2020-01-23
dmaengine: s3c24xx-dma: fix spelling mistake "to" -> "too"
Colin Ian King
1
-1
/
+1
2020-01-21
dmaengine: Move dma_get_{,any_}slave_channel() to private dmaengine.h
Geert Uytterhoeven
2
-0
/
+5
2020-01-21
dmaengine: Remove dma_device_satisfies_mask() wrapper
Geert Uytterhoeven
1
-6
/
+3
2020-01-21
dmaengine: zynqmp_dma: fix burst length configuration
Matthias Fend
1
-9
/
+15
2020-01-21
dmaengine: sun4i: Add support for cyclic requests with dedicated DMA
Stefan Mavrodiev
1
-21
/
+24
2020-01-21
dmaengine: fsl-qdma: fix duplicated argument to &&
Chen Zhou
1
-1
/
+1
2020-01-21
dmaengine: ti: k3-psil: make symbols static
Peter Ujfalusi
4
-7
/
+8
2020-01-21
dmaengine: ti: k3-udma: Add glue layer for non DMAengine users
Grygorii Strashko
6
-1
/
+1433
2020-01-21
dmaengine: ti: New driver for K3 UDMA
Peter Ujfalusi
4
-0
/
+3505
2020-01-21
dmaengine: ti: k3 PSI-L remote endpoint configuration
Peter Ujfalusi
6
-0
/
+533
2020-01-21
dmaengine: Add support for reporting DMA cached data amount
Peter Ujfalusi
1
-0
/
+8
2020-01-21
dmaengine: Add metadata_ops for dma_async_tx_descriptor
Peter Ujfalusi
1
-0
/
+73
[next]