index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
xilinx
Age
Commit message (
Expand
)
Author
Lines
9 days
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
10 days
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-7
/
+7
14 days
Merge tag 'dmaengine-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-6
/
+23
2026-01-09
dmaengine: xilinx: xdma: use sg_nents_for_dma() helper
Andy Shevchenko
-4
/
+2
2025-12-23
dmaengine: xilinx_dma: Add support for residue on direct AXIDMA S2MM
Tomi Valkeinen
-0
/
+21
2025-12-16
dmaengine: zynqmp_dma: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
-2
/
+0
2025-12-16
dmaengine: xilinx_dma: Fix uninitialized addr_width when "xlnx,addrwidth" pro...
Suraj Gupta
-2
/
+5
2025-12-14
dmaengine: xilinx: xdma: Fix regmap max_register
Anthony Brandon
-1
/
+2
2025-09-02
dmaengine: xilinx_dma: Support descriptor setup from dma_vecs
Folker Schwesinger
-0
/
+94
2025-08-20
dmaengine: zynqmp_dma: Add shutdown operation support
Abin Joseph
-2
/
+3
2025-05-14
dmaengine: xilinx_dma: Set dma_device directions
Thomas Gessler
-0
/
+2
2025-04-17
dmaengine: xilinx_dma: Set max segment size
Thomas Gessler
-0
/
+2
2025-02-10
dmaengine: Use str_enable_disable-like helpers
Krzysztof Kozlowski
-1
/
+2
2024-12-02
dmaengine: xilinx_dma: Configure parking registers only if parking enabled
Marek Vasut
-9
/
+11
2024-12-02
dmaengine: xilinx: xdma: remove redundant check on ret
Colin Ian King
-6
/
+2
2024-10-21
dmaengine: fix typo in the comment
Yan Zhen
-1
/
+1
2024-10-14
dmaengine: Switch back to struct platform_driver::remove()
Uwe Kleine-König
-4
/
+4
2024-09-02
dmaengine: Fix spelling mistakes
Amit Vadhavana
-2
/
+2
2024-08-29
dmaengine: zynqmp_dma: Add support for AMD Versal Gen 2 DMA IP
Abin Joseph
-4
/
+23
2024-08-28
dmaengine: xilinx: dpdma: Add support for cyclic dma mode
Rohit Visavalia
-0
/
+97
2024-06-07
dmaengine: xilinx: xdma: Fix data synchronisation in xdma_channel_isr()
Louis Chauvet
-2
/
+2
2024-05-21
Merge tag 'dmaengine-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-6
/
+5
2024-04-25
dmaengine: xilinx: xdma: fix module autoloading
Krzysztof Kozlowski
-0
/
+1
2024-04-07
dmaengine: xilinx: xdma: Clarify kdoc in XDMA driver
Miquel Raynal
-6
/
+8
2024-04-07
dmaengine: xilinx: xdma: Fix synchronization issue
Louis Chauvet
-8
/
+21
2024-04-07
dmaengine: xilinx: xdma: Fix wrong offsets in the buffers addresses in dma de...
Miquel Raynal
-1
/
+1
2024-04-07
dma: xilinx_dpdma: Remove unnecessary use of irqsave/restore
Sean Anderson
-6
/
+4
2024-04-07
dma: xilinx_dpdma: Fix locking
Sean Anderson
-3
/
+10
2024-01-22
dmaengine: xilinx_dma: check for invalid vdma interleaved parameters
Peter Korsgaard
-0
/
+6
2024-01-19
dmaengine: xilinx: xdma: Fix kernel-doc warnings
Jan Kuliga
-5
/
+5
2024-01-19
dmaengine: xilinx: xdma: Fix initialization location of desc in xdma_channel_...
Nathan Chancellor
-1
/
+2
2024-01-19
dmaengine: xilinx: xdma: Fix operator precedence in xdma_prep_interleaved_dma()
Nathan Chancellor
-4
/
+4
2023-12-22
dmaengine: xilinx: xdma: statify xdma_prep_interleaved_dma
Vinod Koul
-1
/
+1
2023-12-22
dmaengine: xilinx: xdma: Workaround truncation compilation error
Vinod Koul
-1
/
+1
2023-12-22
dmaengine: xilinx: xdma: Implement interleaved DMA transfers
Jan Kuliga
-9
/
+98
2023-12-22
dmaengine: xilinx: xdma: Prepare the introduction of interleaved DMA transfers
Jan Kuliga
-44
/
+57
2023-12-22
dmaengine: xilinx: xdma: Add transfer error reporting
Jan Kuliga
-11
/
+15
2023-12-22
dmaengine: xilinx: xdma: Add error checking in xdma_channel_isr()
Jan Kuliga
-8
/
+12
2023-12-22
dmaengine: xilinx: xdma: Rework xdma_terminate_all()
Jan Kuliga
-15
/
+15
2023-12-21
dmaengine: xilinx: xdma: Ease dma_pool alignment requirements
Jan Kuliga
-6
/
+6
2023-12-21
dmaengine: xilinx: xdma: Add necessary macro definitions
Jan Kuliga
-0
/
+11
2023-12-21
dmaengine: xilinx: xdma: Get rid of unused code
Jan Kuliga
-14
/
+0
2023-12-21
dmaengine: xilinx: xdma: Add terminate_all/synchronize callbacks
Miquel Raynal
-0
/
+68
2023-12-21
dmaengine: xilinx: xdma: Better handling of the busy variable
Miquel Raynal
-1
/
+1
2023-12-21
dmaengine: xilinx: xdma: Clarify the logic between cyclic/sg modes
Miquel Raynal
-17
/
+14
2023-12-21
dmaengine: xilinx: xdma: Fix the count of elapsed periods in cyclic mode
Miquel Raynal
-2
/
+4
2023-10-16
dmaengine: xilinx: xilinx_dma: Fix kernel doc about xilinx_dma_remove()
Uwe Kleine-König
-2
/
+0
2023-10-09
dmaengine: xilinx: xdma: Support cyclic transfers
Miquel Raynal
-6
/
+162
2023-10-09
dmaengine: xilinx: xdma: Prepare the introduction of cyclic transfers
Miquel Raynal
-5
/
+14
2023-10-04
dmaengine: xilinx: xdma: Use resource_size() in xdma_probe()
Li Zetao
-1
/
+1
[next]