index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
dma
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-11
dmaengine: at_hdmac: Use devm_platform_ioremap_resource
Tudor Ambarus
1
-31
/
+6
2022-11-11
dmaengine: at_hdmac: Use devm_kzalloc() and struct_size()
Tudor Ambarus
1
-14
/
+9
2022-11-11
dmaengine: at_hdmac: Introduce atc_get_llis_residue()
Tudor Ambarus
1
-111
/
+110
2022-11-11
dmaengine: at_hdmac: s/atc_get_bytes_left/atc_get_residue
Tudor Ambarus
1
-7
/
+4
2022-11-11
dmaengine: at_hdmac: Pass residue by address to avoid unnecessary implicit casts
Tudor Ambarus
1
-24
/
+30
2022-11-11
dmaengine: at_hdmac: Remove superfluous cast
Tudor Ambarus
1
-1
/
+1
2022-11-11
dmaengine: at_hdmac: Return dma_cookie_status()'s ret code when txstate is NULL
Tudor Ambarus
1
-7
/
+1
2022-11-11
dmaengine: at_hdmac: Do not print messages on console while holding the lock
Tudor Ambarus
1
-2
/
+2
2022-11-11
Merge branch 'fixes' into next
Vinod Koul
13
-121
/
+149
2022-11-08
dmaengine: at_hdmac: Check return code of dma_async_device_register
Tudor Ambarus
1
-1
/
+6
2022-11-08
dmaengine: at_hdmac: Fix impossible condition
Tudor Ambarus
1
-3
/
+4
2022-11-08
dmaengine: at_hdmac: Don't allow CPU to reorder channel enable
Tudor Ambarus
1
-0
/
+2
2022-11-08
dmaengine: at_hdmac: Fix completion of unissued descriptor in case of errors
Tudor Ambarus
1
-4
/
+0
2022-11-08
dmaengine: at_hdmac: Fix descriptor handling when issuing it to hardware
Tudor Ambarus
1
-4
/
+11
2022-11-08
dmaengine: at_hdmac: Fix concurrency over the active list
Tudor Ambarus
1
-4
/
+6
2022-11-08
dmaengine: at_hdmac: Free the memset buf without holding the chan lock
Tudor Ambarus
1
-7
/
+7
2022-11-08
dmaengine: at_hdmac: Fix concurrency over descriptor
Tudor Ambarus
1
-5
/
+9
2022-11-08
dmaengine: at_hdmac: Fix concurrency problems by removing atc_complete_all()
Tudor Ambarus
1
-45
/
+4
2022-11-08
dmaengine: at_hdmac: Protect atchan->status with the channel lock
Tudor Ambarus
1
-2
/
+2
2022-11-08
dmaengine: at_hdmac: Do not call the complete callback on device_terminate_all
Tudor Ambarus
1
-9
/
+2
2022-11-08
dmaengine: at_hdmac: Fix premature completion of desc in issue_pending
Tudor Ambarus
1
-3
/
+13
2022-11-08
dmaengine: at_hdmac: Start transfer for cyclic channels in issue_pending
Tudor Ambarus
1
-4
/
+0
2022-11-08
dmaengine: at_hdmac: Don't start transactions at tx_submit level
Tudor Ambarus
1
-11
/
+3
2022-11-08
dmaengine: at_hdmac: Fix at_lli struct definition
Tudor Ambarus
1
-5
/
+5
2022-11-08
dmaengine: stm32-dma: fix potential race between pause and resume
Amelie Delaunay
1
-8
/
+6
2022-11-08
dmaengine: ti: k3-udma-glue: fix memory leak when register device fail
Yang Yingliang
1
-0
/
+3
2022-11-08
dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove()
Christophe JAILLET
1
-0
/
+1
2022-11-08
dmaengine: apple-admac: Fix grabbing of channels in of_xlate
Martin Povišer
1
-1
/
+1
2022-11-08
dmaengine: idxd: fix RO device state error after been disabled/reset
Fengqian Gao
1
-6
/
+14
2022-11-08
dmaengine: idxd: Fix max batch size for Intel IAA
Xiaochen Shen
4
-6
/
+38
2022-11-08
dmaengine: pxa_dma: use platform_get_irq_optional
Doug Brown
1
-2
/
+2
2022-11-04
dmaengine: idxd: Make read buffer sysfs attributes invisible for Intel IAA
Xiaochen Shen
1
-0
/
+36
2022-11-04
dmaengine: sh: Remove unused shdma-arm.h
Stephen Kitt
1
-48
/
+0
2022-11-04
dmaengine: xilinx_dma : add xilinx_dma_device_config() return documentation
Radhey Shyam Pandey
1
-0
/
+2
2022-11-04
dmaengine: xilinx_dma: fix xilinx_dma_child_probe() return documentation
Radhey Shyam Pandey
1
-1
/
+1
2022-11-04
dmaengine: remove s3c24xx driver
Arnd Bergmann
3
-1441
/
+0
2022-11-03
iommu: Remove SVM_FLAG_SUPERVISOR_MODE support
Lu Baolu
2
-26
/
+2
2022-10-19
dmaengine: remove iop-adma driver
Arnd Bergmann
4
-2477
/
+0
2022-10-19
dmaengine: apple-admac: Allocate cache SRAM to channels
Martin Povišer
1
-1
/
+101
2022-10-19
dmaengine: idxd: Make max batch size attributes in sysfs invisible for Intel IAA
Xiaochen Shen
1
-0
/
+32
2022-10-19
dmaengine: idma64: Make idma64_remove() return void
Uwe Kleine-König
1
-4
/
+4
2022-10-19
dmaengine: JZ4780: Add support for the JZ4755.
Siarhei Volkau
1
-0
/
+8
2022-10-19
dmaengine: idxd: Do not enable user type Work Queue without Shared Virtual Ad...
Fenghua Yu
1
-0
/
+18
2022-10-19
dmaengine: stm32-mdma: memset stm32_mdma_chan_config struct before using it
Amelie Delaunay
1
-0
/
+1
2022-10-19
dmaengine: ti: convert PSIL to be buildable as module
Kevin Hilman
3
-8
/
+12
2022-10-19
dmaengine: ti: convert k3-udma to module
Kevin Hilman
3
-38
/
+11
2022-10-19
dmaengine: ioat: Fix spelling mistake "idel" -> "idle"
Colin Ian King
1
-1
/
+1
2022-10-19
dmaengine: qcom: gpi: Document preferred SM6350 binding
Krzysztof Kozlowski
1
-3
/
+4
2022-10-19
dmaengine: qcom: deprecate redundant of_device_id entries
Richard Acayan
1
-0
/
+4
2022-10-11
treewide: use get_random_bytes() when possible
Jason A. Donenfeld
1
-1
/
+1
[prev]
[next]