index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
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
/
xilinx
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-26
dmaengine: xilinx_dma: Set DMA mask for coherent APIs
Radhey Shyam Pandey
1
-1
/
+1
2021-08-26
dmaengine: xilinx_dma: Fix read-after-free bug when terminating transfers
Adrian Larumbe
1
-0
/
+12
2021-06-30
dmaengine: zynqmp_dma: Fix PM reference leak in zynqmp_dma_alloc_chan_resourc()
Yu Kuai
1
-1
/
+1
2021-01-17
dmaengine: xilinx_dma: fix mixed_enum_type coverity warning
Shravya Kumbham
1
-1
/
+1
2021-01-17
dmaengine: xilinx_dma: fix incompatible param warning in _child_probe()
Shravya Kumbham
1
-1
/
+2
2021-01-17
dmaengine: xilinx_dma: check dma_async_device_register return value
Shravya Kumbham
1
-1
/
+5
2020-12-02
dmaengine: xilinx_dma: use readl_poll_timeout_atomic variant
Marc Ferland
1
-2
/
+2
2020-10-01
dmaengine: zynqmp_dma: fix burst length configuration
Matthias Fend
1
-9
/
+15
2020-01-04
dmaengine: xilinx_dma: Clear desc_pendingcount in xilinx_dma_reset
Nicholas Graumann
1
-0
/
+1
2019-10-15
dmaengine: xilinx_dma: Fix control reg update in vdma_channel_set_config
Radhey Shyam Pandey
1
-0
/
+7
2019-10-15
dmaengine: xilinx_dma: Fix 64-bit simple AXIDMA transfer
Radhey Shyam Pandey
1
-1
/
+2
2019-07-17
Merge tag 'dmaengine-5.3-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-3
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2
-10
/
+2
2019-05-22
dmaengine: xilinx_dma: Remove set but unused ‘tail_desc’
Vinod Koul
1
-3
/
+1
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-03-14
Merge tag 'dmaengine-5.1-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
1
-70
/
+100
2019-01-20
dmaengine: xilinx_dma: remove set but not used variable 'tail_segment'
YueHaibing
1
-4
/
+0
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2
-10
/
+10
2019-01-07
dmaengine: xilinx_dma: Drop SG support for VDMA IP
Andrea Merello
1
-52
/
+32
2019-01-07
dmaengine: xilinx_dma: autodetect whether the HW supports scatter-gather
Andrea Merello
1
-4
/
+10
2019-01-07
dmaengine: xilinx_dma: program hardware supported buffer length
Radhey Shyam Pandey
1
-4
/
+20
2019-01-07
dmaengine: xilinx_dma: in axidma slave_sg and dma_cyclic mode align split des...
Andrea Merello
1
-0
/
+9
2019-01-07
dmaengine: xilinx_dma: commonize DMA copy size calculation
Andrea Merello
1
-8
/
+31
2018-12-31
Merge branch 'topic/xilinx' into for-linus
Vinod Koul
2
-21
/
+25
2018-12-05
dmaengine: zynqmp_dma: replace spin_lock_bh with spin_lock_irqsave
Michael Tretter
1
-15
/
+22
2018-11-24
dmaengine: xilinx_dma: Remove __aligned attribute on zynqmp_dma_desc_ll
Nathan Chancellor
1
-1
/
+1
2018-11-11
dmaengine: xilinx_dma: Fix 64-bit simple CDMA transfer
Radhey Shyam Pandey
1
-2
/
+4
2018-11-11
dmaengine: xilinx_dma: Introduce helper macro for preparing dma address
Radhey Shyam Pandey
1
-0
/
+2
2018-11-11
dmaengine: xilinx_dma: Refactor axidma channel allocation
Radhey Shyam Pandey
1
-18
/
+18
2018-06-29
dmaengine: xilinx_dma: Enable VDMA S2MM vertical flip support
Radhey Shyam Pandey
1
-0
/
+22
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-01-08
dmaengine: xilinx_dma: Free BD consistent memory
Kedareswara rao Appana
1
-0
/
+5
2018-01-08
dmaengine: xilinx_dma: Fix warning variable prev set but not used
Kedareswara rao Appana
1
-3
/
+1
2018-01-08
dmaengine: xilinx_dma: properly configure the SG mode bit in the driver for cdma
Kedareswara rao Appana
1
-0
/
+10
2017-12-18
dmaengine: xilinx_dma: Fix typos
Vinod Koul
1
-3
/
+3
2017-12-18
dmaengine: xilinx_dma: Differentiate probe based on the ip type
Kedareswara rao Appana
1
-1
/
+6
2017-12-18
dmaengine: xilinx_dma: fix style issues from checkpatch
Kedareswara rao Appana
1
-1
/
+2
2017-12-18
dmaengine: xilinx_dma: Fix kernel doc warnings
Kedareswara rao Appana
1
-13
/
+24
2017-12-18
dmaengine: xilinx_dma: Fix race condition in the driver for multiple descript...
Kedareswara rao Appana
1
-51
/
+84
2017-12-18
dmaeninge: xilinx_dma: Fix bug in multiple frame stores scenario in vdma
Kedareswara rao Appana
1
-22
/
+19
2017-12-18
dmaengine: xilinx_dma: Check for channel idle state before submitting dma des...
Kedareswara rao Appana
1
-38
/
+22
2017-12-18
dmaengine: zynqmp_dma: Fix race condition in the probe
Kedareswara rao Appana
1
-1
/
+2
2017-12-18
dmaengine: zynqmp_dma: Fix issues with overflow interrupt
Kedareswara rao Appana
1
-1
/
+5
2017-12-18
dmaengine: zynqmp_dma: Fix warning variable 'val' set but not used
Kedareswara rao Appana
1
-4
/
+2
2017-12-18
dmaengine: zynqmp_dma: Fix kernel doc-format
Kedareswara rao Appana
1
-1
/
+3
2017-12-18
dmaengine: zynqmp_dma: Add runtime pm support
Kedareswara rao Appana
1
-32
/
+128
2017-09-17
dmaengine: xilinx_dma: Move enum xdma_ip_type to driver file
Lars-Peter Clausen
1
-0
/
+14
2017-09-06
Merge branch 'topic/dmatest' into for-linus
Vinod Koul
1
-94
/
+0
2017-09-05
dmaengine: xilinx_dma: Fix error code format specifier
Lars-Peter Clausen
1
-15
/
+15
2017-08-22
dmaengine: remove DMA_SG as it is dead code in kernel
Dave Jiang
1
-94
/
+0
[next]