index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'dmaengine-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-05-29
45
-322
/
+2420
|
\
|
*
dmaengine: idxd: make idxd_wq_enable() return 0 if wq is already enabled
Dave Jiang
2022-05-19
1
-1
/
+1
|
*
dmaengine: sun6i: Add support for the D1 variant
Samuel Holland
2022-05-19
2
-1
/
+2
|
*
dmaengine: sun6i: Add support for 34-bit physical addresses
Samuel Holland
2022-05-19
1
-15
/
+38
|
*
dmaengine: sun6i: Do not use virt_to_phys
Samuel Holland
2022-05-19
1
-19
/
+19
|
*
dmaengine: tegra: Remove unused switch case
Akhil R
2022-05-19
1
-4
/
+0
|
*
dmaengine: tegra: Fix uninitialized variable usage
Akhil R
2022-05-19
1
-4
/
+4
|
*
dmaengine: stm32-dma: add device_pause/device_resume support
Amelie Delaunay
2022-05-19
1
-13
/
+234
|
*
dmaengine: stm32-dma: rename pm ops before dma pause/resume introduction
Amelie Delaunay
2022-05-19
1
-3
/
+3
|
*
dmaengine: stm32-dma: pass DMA_SxSCR value to stm32_dma_handle_chan_done()
Amelie Delaunay
2022-05-19
1
-27
/
+27
|
*
dmaengine: stm32-dma: introduce stm32_dma_sg_inc to manage chan->next_sg
Amelie Delaunay
2022-05-19
1
-5
/
+9
|
*
dmaengine: stm32-dmamux: avoid reset of dmamux if used by coprocessor
Amelie Delaunay
2022-05-19
1
-1
/
+1
|
*
dmaengine: qcom: gpi: Add support for sc7280
Vinod Koul
2022-05-19
1
-0
/
+1
|
*
dmaengine: stm32-mdma: use dev_dbg on non-busy channel spurious it
Amelie Delaunay
2022-05-19
1
-3
/
+6
|
*
dmaengine: stm32-mdma: fix chan initialization in stm32_mdma_irq_handler()
Amelie Delaunay
2022-05-19
1
-1
/
+1
|
*
dmaengine: stm32-mdma: remove GISR1 register
Amelie Delaunay
2022-05-19
1
-16
/
+5
|
*
dmaengine: ti: deprecate '#dma-channels'
Krzysztof Kozlowski
2022-05-19
1
-1
/
+5
|
*
dmaengine: mmp: deprecate '#dma-channels'
Krzysztof Kozlowski
2022-05-19
1
-5
/
+9
|
*
dmaengine: pxa: deprecate '#dma-channels' and '#dma-requests'
Krzysztof Kozlowski
2022-05-19
1
-3
/
+10
|
*
dmaengine: tegra: Fix build error without IOMMU_API
YueHaibing
2022-05-19
1
-0
/
+1
|
*
dmaengine: dw: Add RZN1 compatible
Miquel Raynal
2022-05-19
1
-0
/
+1
|
*
dmaengine: dw: dmamux: Introduce RZN1 DMA router support
Miquel Raynal
2022-05-19
3
-0
/
+166
|
*
dmaengine: idxd: Remove unnecessary synchronize_irq() before free_irq()
Minghao Chi
2022-05-16
1
-1
/
+0
|
*
dmaengine: idxd: add missing callback function to support DMA_INTERRUPT
Dave Jiang
2022-05-16
1
-0
/
+22
|
*
dmaengine: sprd: deprecate '#dma-channels'
Krzysztof Kozlowski
2022-05-16
1
-1
/
+5
|
*
dmaengine: idxd: skip irq free when wq type is not kernel
Dave Jiang
2022-05-16
1
-0
/
+3
|
*
dmaengine: idxd: make idxd_register/unregister_dma_channel() static
Dave Jiang
2022-05-16
2
-4
/
+2
|
*
dmaengine: zynqmp_dma: use pm_runtime_resume_and_get() instead of pm_runtime_...
Radhey Shyam Pandey
2022-05-16
1
-1
/
+5
|
*
dmaengine: zynqmp_dma: check dma_async_device_register return value
Shravya Kumbham
2022-05-16
1
-1
/
+5
|
*
dmaengine: zynqmp_dma: In struct zynqmp_dma_chan fix desc_size data type
Radhey Shyam Pandey
2022-05-16
1
-2
/
+3
|
*
dmaengine: idxd: remove redudant idxd_wq_disable_cleanup() call
Dave Jiang
2022-05-16
1
-1
/
+0
|
*
dmaengine: idxd: free irq before wq type is reset
Dave Jiang
2022-05-16
1
-1
/
+1
|
*
dmaengine: idxd: fix lockdep warning on device driver removal
Dave Jiang
2022-05-16
1
-7
/
+7
|
*
dmaengine: idxd: Separate user and kernel pasid enabling
Dave Jiang
2022-05-16
5
-23
/
+35
|
*
dmaengine: idxd: Fix the error handling path in idxd_cdev_register()
Christophe JAILLET
2022-05-16
1
-1
/
+7
|
*
dmaengine: tegra: Use platform_get_irq() to get IRQ resource
Akhil R
2022-05-16
1
-8
/
+4
|
*
dmaengine: mv_xor_v2 : Move spin_lock_bh() to spin_lock()
Yunbo Yu
2022-04-22
1
-2
/
+2
|
*
dmaengine: idxd: refactor wq driver enable/disable operations
Dave Jiang
2022-04-22
4
-61
/
+43
|
*
dmaengine: ti: k3-psil-am62: Update PSIL thread for saul.
Jayesh Choudhary
2022-04-22
1
-4
/
+4
|
*
dmaengine: ptdma: statify pt_tx_status
Vinod Koul
2022-04-22
1
-1
/
+1
|
*
dmaengine: hidma: In hidma_prep_dma_memset treat value as a single byte
Ben Walker
2022-04-20
1
-1
/
+12
|
*
dmaengine: at_xdmac: In at_xdmac_prep_dma_memset, treat value as a single byte
Ben Walker
2022-04-20
1
-1
/
+8
|
*
dmaengine: at_hdmac: In atc_prep_dma_memset, treat value as a single byte
Ben Walker
2022-04-20
1
-1
/
+9
|
*
dmaengine: idxd: move wq irq enabling to after device enable
Dave Jiang
2022-04-20
1
-9
/
+9
|
*
dmaengine: tegra: Remove unused including <linux/version.h>
Jiapeng Chong
2022-04-20
1
-1
/
+0
|
*
dmaengine: add verification of DMA_INTERRUPT capability for dmatest
Dave Jiang
2022-04-20
1
-3
/
+10
|
*
dmaengine: mediatek: mtk-hsdma: use NULL instead of using plain integer as po...
Haowen Bai
2022-04-20
1
-1
/
+1
|
*
dmaengine: pl08x: drop the useless function
Haowen Bai
2022-04-20
1
-11
/
+0
|
*
dmaengine: idxd: set max_xfer and max_batch for RO device
Dave Jiang
2022-04-20
1
-0
/
+3
|
*
dmaengine: idxd: set DMA_INTERRUPT cap bit
Dave Jiang
2022-04-20
1
-0
/
+1
[next]