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
2023-09-28
dmaengine: bestcomm: bestcomm: Convert to platform remove callback returning ...
Uwe Kleine-König
1
-4
/
+2
2023-09-28
dmaengine: bcm2835-dma: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-28
dmaengine: bcm-sba-raid: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-28
dmaengine: at_xdmac: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-28
dmaengine: at_hdmac: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-28
dmaengine: apple-admac: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-28
dmaengine: altera-msgdma: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-03
Merge tag 'dmaengine-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
64
-2771
/
+765
2023-08-22
dmaengine: fsl-edma: integrate v3 support
Frank Li
3
-23
/
+453
2023-08-22
dmaengine: fsl-edma: move tcd into struct fsl_dma_chan
Frank Li
4
-28
/
+42
2023-08-22
dmaengine: fsl-edma: refactor chan_name setup and safety
Frank Li
2
-3
/
+4
2023-08-22
dmaengine: fsl-edma: move clearing of register interrupt into setup_irq function
Frank Li
1
-1
/
+4
2023-08-22
dmaengine: fsl-edma: refactor using devm_clk_get_enabled
Frank Li
1
-17
/
+2
2023-08-22
dmaengine: fsl-edma: simply ATTR_DSIZE and ATTR_SSIZE by using ffs()
Frank Li
2
-23
/
+8
2023-08-22
dmaengine: fsl-edma: move common IRQ handler to common.c
Frank Li
4
-56
/
+37
2023-08-22
dmaengine: fsl-edma: Remove enum edma_version
Frank Li
4
-41
/
+26
2023-08-22
dmaengine: fsl-edma: transition from bool fields to bitmask flags in drvdata
Frank Li
3
-6
/
+7
2023-08-22
dmaengine: fsl-edma: clean up EXPORT_SYMBOL_GPL in fsl-edma-common.c
Frank Li
4
-19
/
+4
2023-08-22
dmaengine: fsl-edma: fix build error when arch is s390
Frank Li
1
-0
/
+1
2023-08-21
dmaengine: idxd: Fix issues with PRS disable sysfs knob
Fenghua Yu
1
-2
/
+2
2023-08-21
dmaengine: idxd: Allow ATS disable update only for configurable devices
Fenghua Yu
1
-0
/
+4
2023-08-21
dmaengine: xilinx_dma: Program interrupt delay timeout
Radhey Shyam Pandey
1
-9
/
+11
2023-08-21
dmaengine: xilinx_dma: Use tasklet_hi_schedule for timing critical usecase
Radhey Shyam Pandey
1
-1
/
+1
2023-08-21
dmaengine: xilinx_dma: Freeup active list based on descriptor completion bit
Radhey Shyam Pandey
1
-0
/
+9
2023-08-21
dmaengine: xilinx_dma: Increase AXI DMA transaction segment count
Radhey Shyam Pandey
1
-1
/
+1
2023-08-21
dmaengine: xilinx_dma: Pass AXI4-Stream control words to dma client
Radhey Shyam Pandey
1
-0
/
+37
2023-08-21
dmaengine: ioatdma: use pci_dev_id() to simplify the code
Jialin Zhang
1
-1
/
+1
2023-08-21
dmaengine: ioat: fixing the wrong dma_dev->chancnt
Yajun Deng
2
-9
/
+11
2023-08-21
dmaengine: Simplify dma_async_device_register()
Yajun Deng
1
-62
/
+20
2023-08-21
dmaengine: fsl-edma: use struct_size() helper
Yu Liao
1
-4
/
+3
2023-08-21
Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/rockchip', '...
Joerg Roedel
5
-38
/
+76
2023-08-21
dmaengine: mcf-edma: Use struct_size()
Christophe JAILLET
1
-4
/
+3
2023-08-21
dmaengine: lgm: Use builtin_platform_driver macro to simplify the code
Li Zetao
1
-6
/
+1
2023-08-21
dmaengine: ste_dma40: Add missing IRQ check in d40_probe
ruanjinjie
1
-0
/
+4
2023-08-21
dmaengine: owl-dma: fix clang -Wvoid-pointer-to-enum-cast warning
Justin Stitt
1
-1
/
+1
2023-08-21
dmaengine: idxd: Remove unused declarations
Yue Haibing
1
-5
/
+0
2023-08-09
dmaengine/idxd: Re-enable kernel workqueue under DMA API
Jacob Pan
5
-38
/
+76
2023-08-07
dmaengine: xilinx: xdma: Fix typo
Miquel Raynal
1
-1
/
+1
2023-08-07
dmaengine: xilinx: xdma: Fix interrupt vector setting
Miquel Raynal
1
-0
/
+2
2023-08-07
dmaengine: owl-dma: Modify mismatched function name
Zhang Jianhua
1
-1
/
+1
2023-08-07
dmaengine: idxd: Clear PRS disable flag when disabling IDXD device
Fenghua Yu
1
-3
/
+1
2023-08-07
dmaengine: pl330: Return DMA_PAUSED when transaction is paused
Ilpo Järvinen
1
-2
/
+16
2023-08-07
dmaengine: mcf-edma: Fix a potential un-allocated memory access
Christophe JAILLET
1
-6
/
+7
2023-08-02
dmaengine: ep93xx: Use struct_size()
Christophe JAILLET
1
-3
/
+1
2023-08-01
dmaengine: Explicitly include correct DT includes
Rob Herring
39
-43
/
+46
2023-08-01
dmaengine: idxd: Expose ATS disable knob only when WQ ATS is supported
Fenghua Yu
1
-4
/
+3
2023-08-01
dmaengine: idxd: Simplify WQ attribute visibility checks
Fenghua Yu
1
-15
/
+5
2023-08-01
dmaengine:idxd: Use local64_try_cmpxchg in perfmon_pmu_event_update
Uros Bizjak
1
-4
/
+3
2023-08-01
dmaengine: ipu: Remove the driver
Fabio Estevam
6
-2363
/
+0
2023-07-12
dmaengine: xilinx: dma: remove arch dependency
Zong Li
1
-1
/
+1
[prev]
[next]