index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
dma
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-10
dmaengine: use sysfs_emit() to instead of scnprintf()
Andy Shevchenko
1
-3
/
+3
2023-02-10
dmaengine: xilinx: xdma: Add user logic interrupt support
Lizhi Hou
1
-0
/
+81
2023-02-10
dmaengine: xilinx: xdma: Add xilinx xdma driver
Lizhi Hou
4
-0
/
+1074
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-1
/
+1
2023-01-27
dmaengine: dw-edma: Simplify debugfs context CSRs init procedure
Serge Semin
1
-45
/
+37
2023-01-27
dmaengine: dw-edma: Rename debugfs dentry variables to 'dent'
Serge Semin
1
-23
/
+23
2023-01-27
dmaengine: dw-edma: Convert debugfs descs to being heap-allocated
Serge Semin
1
-3
/
+12
2023-01-27
dmaengine: dw-edma: Add dw_edma prefix to debugfs nodes descriptor
Serge Semin
1
-9
/
+9
2023-01-27
dmaengine: dw-edma: Stop checking debugfs_create_*() return value
Serge Semin
1
-15
/
+5
2023-01-27
dmaengine: dw-edma: Drop unnecessary debugfs reg casts
Serge Semin
1
-3
/
+4
2023-01-27
dmaengine: dw-edma: Drop chancnt initialization
Serge Semin
1
-1
/
+0
2023-01-27
dmaengine: dw-edma: Add PCI bus address getter to the remote EP glue driver
Serge Semin
1
-0
/
+15
2023-01-27
dmaengine: dw-edma: Add CPU to PCI bus address translation
Serge Semin
1
-1
/
+17
2023-01-27
dmaengine: dw-edma: Fix invalid interleaved xfers semantics
Serge Semin
1
-11
/
+7
2023-01-27
dmaengine: dw-edma: Don't permit non-inc interleaved xfers
Serge Semin
1
-6
/
+6
2023-01-27
dmaengine: dw-edma: Fix missing src/dst address of interleaved xfers
Serge Semin
1
-0
/
+4
2023-01-27
dmaengine: dw-edma: Convert ll/dt phys address to PCI bus/DMA address
Serge Semin
1
-4
/
+4
2023-01-27
dmaengine: dw-edma: Release requested IRQs on failure
Serge Semin
1
-4
/
+10
2023-01-19
ptdma: pt_core_execute_cmd() should use spinlock
Eric Pilmore
2
-4
/
+5
2023-01-18
dmaengine: tegra: Fix memory leak in terminate_all()
Akhil R
1
-0
/
+1
2023-01-18
dmaengine: drivers: Use devm_platform_ioremap_resource()
Tudor Ambarus
29
-100
/
+36
2023-01-18
dmaengine: xilinx_dma: call of_node_put() when breaking out of for_each_child_of_node()
Liu Shixin
1
-1
/
+3
2023-01-18
dmaengine: at_xdmac: remove empty line
Claudiu Beznea
1
-1
/
+0
2023-01-18
dmaengine: at_xdmac: add runtime pm support
Claudiu Beznea
1
-15
/
+202
2023-01-18
dmaengine: at_xdmac: align properly function members
Claudiu Beznea
1
-1
/
+1
2023-01-18
dmaengine: imx-sdma: Fix a possible memory leak in sdma_transfer_init
Hui Wang
1
-1
/
+3
2023-01-18
dmaengine: ppc4xx: Convert to use sysfs_emit()/sysfs_emit_at() APIs
ye xingchen
1
-7
/
+5
2023-01-18
dmaengine: sun6i: Set the maximum segment size
Samuel Holland
1
-0
/
+3
2023-01-18
dmaengine: Fix double increment of client_count in dma_chan_get()
Koba Ko
1
-3
/
+4
2023-01-18
dmaengine: tegra210-adma: fix global intr clear
Mohan Kumar
1
-1
/
+1
2023-01-18
Add exception protection processing for vd in axi_chan_handle_err function
Shawn.Shao
1
-0
/
+6
2023-01-18
dmaengine: lgm: Move DT parsing after initialization
Peter Harliman Liem
1
-5
/
+5
2023-01-17
dmaengine: ti: k3-udma: remove non-fatal probe deferral log
Jayesh Choudhary
1
-1
/
+0
2023-01-16
dmaengine: remove s3c24xx driver
Arnd Bergmann
3
-1441
/
+0
2023-01-16
ARM: mmp: remove custom sram code
Arnd Bergmann
1
-5
/
+2
2022-12-28
dmaengine: imx-sdma: support hdmi in sdma
Joy Zou
1
-8
/
+30
2022-12-28
dmaengine: HISI_DMA should depend on ARCH_HISI
Geert Uytterhoeven
1
-1
/
+1
2022-12-28
dmaengine: ti: k3-udma: Do conditional decrement of UDMA_CHAN_RT_PEER_BCNT_REG
Jayesh Choudhary
1
-2
/
+3
2022-12-28
dmaengine: idxd: Do not call DMX TX callbacks during workqueue disable
Reinette Chatre
1
-0
/
+11
2022-12-28
dmaengine: idxd: Prevent use after free on completion memory
Reinette Chatre
1
-1
/
+1
2022-12-28
dmaengine: idxd: Let probe fail when workqueue cannot be enabled
Reinette Chatre
1
-2
/
+1
2022-12-28
dmaengine: idxd: Set traffic class values in GRPCFG on DSA 2.0
Fenghua Yu
3
-4
/
+4
2022-12-28
dmaengine: idxd: Remove the unused function set_completion_address()
Jiapeng Chong
1
-6
/
+0
2022-12-28
dmaengine: qcom: gpi: Set link_rx bit on GO TRE for rx operation
Vijaya Krishna Nivarthi
1
-0
/
+1
2022-12-28
dmaengine: ti: k3-udma: Add support for BCDMA CSI RX
Vignesh Raghavendra
1
-5
/
+32
2022-12-28
dmaengine: ti: k3-udma: Add support for DMAs on AM62A SoC
Vignesh Raghavendra
1
-0
/
+1
2022-12-28
dmaengine: ti: k3-psil-am62a: Add AM62Ax PSIL and PDMA data
Jai Luthra
4
-1
/
+200
2022-12-28
dmaengine: ti: k3-udma: Fix BCDMA for case w/o BCHAN
Vignesh Raghavendra
1
-0
/
+3
2022-12-19
Merge tag 'dmaengine-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine
Linus Torvalds
21
-3934
/
+1226
2022-12-14
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufd
Linus Torvalds
2
-26
/
+2
[prev]
[next]