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
*
Merge tag 'dmaengine-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-12-19
21
-3936
/
+1228
|
\
|
*
dmaengine: Revert "dmaengine: remove s3c24xx driver"
Vinod Koul
2022-12-02
3
-0
/
+1441
|
*
dmaengine: tegra: Add support for dma-channel-mask
Akhil R
2022-11-14
1
-7
/
+30
|
*
dmaengine: idxd: Remove linux/msi.h include
Thomas Gleixner
2022-11-14
1
-1
/
+0
|
*
dmaengine: at_hdmac: Convert driver to use virt-dma
Tudor Ambarus
2022-11-11
2
-706
/
+403
|
*
dmaengine: at_hdmac: Remove unused member of at_dma_chan
Tudor Ambarus
2022-11-11
1
-2
/
+0
|
*
dmaengine: at_hdmac: Rename "chan_common" to "dma_chan"
Tudor Ambarus
2022-11-11
1
-31
/
+31
|
*
dmaengine: at_hdmac: Rename "dma_common" to "dma_device"
Tudor Ambarus
2022-11-11
1
-46
/
+46
|
*
dmaengine: at_hdmac: Use bitfield access macros
Tudor Ambarus
2022-11-11
1
-210
/
+198
|
*
dmaengine: at_hdmac: Keep register definitions and structures private to at_h...
Tudor Ambarus
2022-11-11
2
-479
/
+468
|
*
dmaengine: at_hdmac: Set include entries in alphabetic order
Tudor Ambarus
2022-11-11
1
-3
/
+3
|
*
dmaengine: at_hdmac: Use pm_ptr()
Tudor Ambarus
2022-11-11
1
-2
/
+2
|
*
dmaengine: at_hdmac: Use devm_clk_get()
Tudor Ambarus
2022-11-11
1
-5
/
+2
|
*
dmaengine: at_hdmac: Use devm_platform_ioremap_resource
Tudor Ambarus
2022-11-11
1
-31
/
+6
|
*
dmaengine: at_hdmac: Use devm_kzalloc() and struct_size()
Tudor Ambarus
2022-11-11
1
-14
/
+9
|
*
dmaengine: at_hdmac: Introduce atc_get_llis_residue()
Tudor Ambarus
2022-11-11
1
-111
/
+110
|
*
dmaengine: at_hdmac: s/atc_get_bytes_left/atc_get_residue
Tudor Ambarus
2022-11-11
1
-7
/
+4
|
*
dmaengine: at_hdmac: Pass residue by address to avoid unnecessary implicit casts
Tudor Ambarus
2022-11-11
1
-24
/
+30
|
*
dmaengine: at_hdmac: Remove superfluous cast
Tudor Ambarus
2022-11-11
1
-1
/
+1
|
*
dmaengine: at_hdmac: Return dma_cookie_status()'s ret code when txstate is NULL
Tudor Ambarus
2022-11-11
1
-7
/
+1
|
*
dmaengine: at_hdmac: Do not print messages on console while holding the lock
Tudor Ambarus
2022-11-11
1
-2
/
+2
|
*
Merge branch 'fixes' into next
Vinod Koul
2022-11-11
13
-121
/
+149
|
|
\
|
*
|
dmaengine: idxd: Make read buffer sysfs attributes invisible for Intel IAA
Xiaochen Shen
2022-11-04
1
-0
/
+36
|
*
|
dmaengine: sh: Remove unused shdma-arm.h
Stephen Kitt
2022-11-04
1
-48
/
+0
|
*
|
dmaengine: xilinx_dma : add xilinx_dma_device_config() return documentation
Radhey Shyam Pandey
2022-11-04
1
-0
/
+2
|
*
|
dmaengine: xilinx_dma: fix xilinx_dma_child_probe() return documentation
Radhey Shyam Pandey
2022-11-04
1
-1
/
+1
|
*
|
dmaengine: remove s3c24xx driver
Arnd Bergmann
2022-11-04
3
-1441
/
+0
|
*
|
dmaengine: remove iop-adma driver
Arnd Bergmann
2022-10-19
4
-2477
/
+0
|
*
|
dmaengine: apple-admac: Allocate cache SRAM to channels
Martin Povišer
2022-10-19
1
-1
/
+101
|
*
|
dmaengine: idxd: Make max batch size attributes in sysfs invisible for Intel IAA
Xiaochen Shen
2022-10-19
1
-0
/
+32
|
*
|
dmaengine: idma64: Make idma64_remove() return void
Uwe Kleine-König
2022-10-19
1
-4
/
+4
|
*
|
dmaengine: JZ4780: Add support for the JZ4755.
Siarhei Volkau
2022-10-19
1
-0
/
+8
|
*
|
dmaengine: ti: convert PSIL to be buildable as module
Kevin Hilman
2022-10-19
3
-8
/
+12
|
*
|
dmaengine: ti: convert k3-udma to module
Kevin Hilman
2022-10-19
3
-38
/
+11
|
*
|
dmaengine: ioat: Fix spelling mistake "idel" -> "idle"
Colin Ian King
2022-10-19
1
-1
/
+1
|
*
|
dmaengine: qcom: gpi: Document preferred SM6350 binding
Krzysztof Kozlowski
2022-10-19
1
-3
/
+4
|
*
|
dmaengine: qcom: deprecate redundant of_device_id entries
Richard Acayan
2022-10-19
1
-0
/
+4
*
|
|
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-12-14
2
-26
/
+2
|
\
\
\
|
*
\
\
Merge tag 'v6.1-rc7' into iommufd.git for-next
Jason Gunthorpe
2022-12-02
13
-121
/
+149
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
iommu: Remove SVM_FLAG_SUPERVISOR_MODE support
Lu Baolu
2022-11-03
2
-26
/
+2
|
|
|
/
|
|
/
|
*
|
|
genirq: Get rid of GENERIC_MSI_IRQ_DOMAIN
Thomas Gleixner
2022-11-17
2
-5
/
+5
|
|
/
|
/
|
*
|
dmaengine: at_hdmac: Check return code of dma_async_device_register
Tudor Ambarus
2022-11-08
1
-1
/
+6
*
|
dmaengine: at_hdmac: Fix impossible condition
Tudor Ambarus
2022-11-08
1
-3
/
+4
*
|
dmaengine: at_hdmac: Don't allow CPU to reorder channel enable
Tudor Ambarus
2022-11-08
1
-0
/
+2
*
|
dmaengine: at_hdmac: Fix completion of unissued descriptor in case of errors
Tudor Ambarus
2022-11-08
1
-4
/
+0
*
|
dmaengine: at_hdmac: Fix descriptor handling when issuing it to hardware
Tudor Ambarus
2022-11-08
1
-4
/
+11
*
|
dmaengine: at_hdmac: Fix concurrency over the active list
Tudor Ambarus
2022-11-08
1
-4
/
+6
*
|
dmaengine: at_hdmac: Free the memset buf without holding the chan lock
Tudor Ambarus
2022-11-08
1
-7
/
+7
*
|
dmaengine: at_hdmac: Fix concurrency over descriptor
Tudor Ambarus
2022-11-08
1
-5
/
+9
*
|
dmaengine: at_hdmac: Fix concurrency problems by removing atc_complete_all()
Tudor Ambarus
2022-11-08
1
-45
/
+4
[next]