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
/
dmaengine.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dmaengine: fix NULL pointer in channel unregistration function
Amelie Delaunay
2023-12-21
1
-0
/
+3
*
dmaengine: Simplify dma_async_device_register()
Yajun Deng
2023-08-21
1
-62
/
+20
*
dmaengine: Actually use devm_add_action_or_reset()
Andy Shevchenko
2023-03-17
1
-1
/
+1
*
Merge tag 'dmaengine-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-02-24
1
-19
/
+7
|
\
|
*
dmaengine: Simplify dmaenginem_async_device_register() function
Andy Shevchenko
2023-02-10
1
-16
/
+4
|
*
dmaengine: use sysfs_emit() to instead of scnprintf()
Andy Shevchenko
2023-02-10
1
-3
/
+3
*
|
dmaengine: Fix double increment of client_count in dma_chan_get()
Koba Ko
2023-01-18
1
-3
/
+4
|
/
*
dmaengine: remove DMA_MEMCPY_SG once again
Christoph Hellwig
2022-06-27
1
-7
/
+0
*
dmaengine: Remove a useless mutex
Christophe JAILLET
2022-04-11
1
-7
/
+0
*
dmaengine: Add core function and capability check for DMA_MEMCPY_SG
Adrian Larumbe
2021-11-22
1
-0
/
+7
*
dmaengine: Remove redundant initialization of variable err
Colin Ian King
2021-10-18
1
-2
/
+1
*
dmaengine: Fix a double free in dma_async_device_register
Lv Yunlong
2021-04-12
1
-0
/
+1
*
dmaengine: move channel device_node deletion to driver
Dave Jiang
2021-01-19
1
-1
/
+0
*
dmaengine: fix error codes in channel_register()
Dan Carpenter
2020-11-18
1
-8
/
+9
*
dmaengine: Save few bytes and increase readability of dma_request_chan()
Andy Shevchenko
2020-09-03
1
-2
/
+4
*
dmaengine: Mark dma_request_slave_channel() deprecated
Peter Ujfalusi
2020-09-03
1
-18
/
+0
*
dmaengine: Introduce DMA-device device_caps callback
Serge Semin
2020-07-27
1
-0
/
+10
*
dmaengine: Introduce max SG burst capability
Serge Semin
2020-07-27
1
-0
/
+1
*
dmaengine: Introduce min burst length capability
Serge Semin
2020-07-27
1
-0
/
+1
*
Merge tag 'dmaengine-5.8-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2020-06-10
1
-46
/
+52
|
\
|
*
dmaengine: Fix doc strings to satisfy validation script
Andy Shevchenko
2020-05-04
1
-46
/
+50
|
*
dmaengine: Include dmaengine.h into dmaengine.c
Andy Shevchenko
2020-05-04
1
-0
/
+2
*
|
dmaengine: fix channel index enumeration
Dave Jiang
2020-04-27
1
-34
/
+26
|
/
*
Merge tag 'dmaengine-5.7-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2020-04-02
1
-1
/
+101
|
\
|
*
dmaengine: Create debug directories for DMA devices
Peter Ujfalusi
2020-03-11
1
-1
/
+27
|
*
dmaengine: Add basic debugfs support
Peter Ujfalusi
2020-03-11
1
-1
/
+75
*
|
dmaengine: move .device_release missing log warning to debug level
Vinod Koul
2020-03-11
1
-1
/
+1
|
/
*
dmaengine: Cleanups for the slave <-> channel symlink support
Peter Ujfalusi
2020-02-03
1
-9
/
+9
*
dmaengine: fix null ptr check for __dma_async_device_channel_register()
Dave Jiang
2020-02-03
1
-0
/
+3
*
dmaengine: Fix return value for dma_request_chan() in case of failure
Marek Szyprowski
2020-01-30
1
-1
/
+1
*
dmaengine: Create symlinks between DMA channels and slaves
Geert Uytterhoeven
2020-01-24
1
-6
/
+31
*
dmaengine: add support to dynamic register/unregister of channels
Dave Jiang
2020-01-24
1
-8
/
+26
*
dmaengine: break out channel registration
Dave Jiang
2020-01-24
1
-54
/
+81
*
dmaengine: Remove dma_device_satisfies_mask() wrapper
Geert Uytterhoeven
2020-01-21
1
-6
/
+3
*
dmaengine: Add metadata_ops for dma_async_tx_descriptor
Peter Ujfalusi
2020-01-21
1
-0
/
+73
*
dmaengine: print more meaningful error message
Vinod Koul
2019-12-26
1
-1
/
+1
*
dmaengine: move module_/dma_device_put() after route free
Vinod Koul
2019-12-26
1
-3
/
+3
*
dmaengine: Add reference counting to dma_device struct
Logan Gunthorpe
2019-12-24
1
-8
/
+49
*
dmaengine: Move dma_channel_rebalance() infrastructure up in code
Logan Gunthorpe
2019-12-24
1
-144
/
+144
*
dmaengine: Call module_put() after device_free_chan_resources()
Logan Gunthorpe
2019-12-24
1
-1
/
+2
*
dmaengine: Store module owner in dma_device struct
Logan Gunthorpe
2019-12-24
1
-1
/
+3
*
Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2019-07-17
1
-4
/
+10
|
\
|
*
dmaengine: Grammar s/the its/its/, s/need/needs/
Geert Uytterhoeven
2019-06-10
1
-2
/
+2
|
*
dmaengine: Add matching device node validation in __dma_request_channel()
Baolin Wang
2019-05-27
1
-2
/
+8
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 7
Thomas Gleixner
2019-05-21
1
-13
/
+1
|
/
*
mm: replace all open encodings for NUMA_NO_NODE
Anshuman Khandual
2019-03-05
1
-1
/
+3
*
Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
2018-08-26
1
-16
/
+7
|
\
|
*
dmaengine: Convert to new IDA API
Matthew Wilcox
2018-08-21
1
-16
/
+7
*
|
dmaengine: add a new helper dmaenginem_async_device_register
Huang Shijie
2018-07-30
1
-0
/
+35
*
|
dmaengine: dma_request_chan_by_mask() to handle deferred probing
Peter Ujfalusi
2018-07-25
1
-2
/
+8
[next]