summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2025-10-06Merge tag 'dmaengine-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-10-04Merge tag 'vfio-v6.18-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2025-09-02dmaengine: dw: dmamux: Fix device reference leak in rzn1_dmamux_route_allocateMiaoqian Lin
2025-09-02dmaengine: dw-edma: Set status for callback_resultDevendra K Verma
2025-09-02dmaengine: mv_xor: match alloc_wc and free_wcRosen Penev
2025-09-02dmaengine: mmp_pdma: Add SpacemiT K1 PDMA support with 64-bit addressingGuodong Xu
2025-09-02dmaengine: mmp_pdma: Add operations structure for controller abstractionGuodong Xu
2025-09-02dmaengine: mmp_pdma: Add reset controller supportGuodong Xu
2025-09-02dmaengine: mmp_pdma: Add clock supportGuodong Xu
2025-09-02dmaengine: xilinx_dma: Support descriptor setup from dma_vecsFolker Schwesinger
2025-09-02dmaengine: sh: setup_xref error handlingThomas Andreatta
2025-09-02dmaengine: ti: edma: Fix memory allocation size for queue_priority_mapAnders Roxell
2025-09-02dmaengine: Replace zero-length array with flexible-arrayChelsy Ratnawat
2025-08-27dmaengine: idxd: Allow registers.h to be included from tools/David Matlack
2025-08-27dmaengine: ioat: Move system_has_dca_enabled() to dma.hDavid Matlack
2025-08-20dmaengine: ppc4xx: Remove space before newlineColin Ian King
2025-08-20dmaengine: idxd: Add a new IAA device ID for Wildcat Lake family platformsAnil S Keshavamurthy
2025-08-20dmaengine: idxd: Fix double free in idxd_setup_wqs()Dan Carpenter
2025-08-20dmaengine: idxd: Replace memset(0) + strscpy() with strscpy_pad()Thorsten Blum
2025-08-20dmaengine: idxd: Fix refcount underflow on module unloadYi Sun
2025-08-20dmaengine: idxd: Remove improper idxd_freeYi Sun
2025-08-20dmaengine: zynqmp_dma: Add shutdown operation supportAbin Joseph
2025-08-11dmaengine: qcom: bam_dma: Fix DT error handling for num-channels/eesStephan Gerhold
2025-08-01Merge tag 'dmaengine-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-31Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2025-07-23dmaengine: xdmac: make it selectable for ARCH_MICROCHIPRobert Marko
2025-07-23dmaengine: nbpfaxi: Add missing check after DMA mapThomas Fourier
2025-07-23dmaengine: mv_xor: Fix missing check after DMA map and missing unmapThomas Fourier
2025-07-21spidev: introduce trivial abb sensor deviceMark Brown
2025-07-15dma: dw-edma: Fix build warning in dw_edma_pcie_probe()Abinash Singh
2025-07-15dmaengine: nbpfaxi: Fix memory corruption in probe()Dan Carpenter
2025-06-30include: linux: move adi-axi-common.h out of fpgaNuno Sá
2025-06-27dmaengine: idxd: Remove __packed from structuresYi Sun
2025-06-26dmaengine: ti: Do not enable by default during compile testingKrzysztof Kozlowski
2025-06-26dmaengine: sh: Do not enable SH_DMAE_BASE by default during compile testingKrzysztof Kozlowski
2025-06-26dmaengine: idxd: Fix warning for deadcode.deadstoreAnil S Keshavamurthy
2025-06-26dmaengine: mmp: Fix again Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski
2025-06-26dmaengine: fsl-qdma: Add missing fsl_qdma_format kerneldocKrzysztof Kozlowski
2025-06-26dmaengine: qcom: gpi: Drop unused gpi_write_reg_field()Krzysztof Kozlowski
2025-06-26dmaengine: fsl-dpaa2-qdma: Drop unused mc_enc()Krzysztof Kozlowski
2025-06-26dmaengine: dw-edma: Drop unused dchan2dev() and chan2dev()Krzysztof Kozlowski
2025-06-26dmaengine: stm32: Don't use %pK through printkThomas Weißschuh
2025-06-26dmaengine: stm32-dma: configure next sg only if there are more than 2 sgsAmelie Delaunay
2025-06-26Merge branch 'topic/dmaengine_devm' into nextVinod Koul
2025-06-26dmaengine: Add devm_dma_request_chan()Bence Csókás
2025-06-26dmaengine: mediatek: Fix a flag reuse error in mtk_cqdma_tx_status()Qiu-ji Chen
2025-06-26dmaengine: sun4i: Simplify error handling in probe()Bence Csókás
2025-06-17dmaengine: apple-admac: Drop default ARCH_APPLE in KconfigSven Peter
2025-06-17dmaengine: add driver for Sophgo CV18XX/SG200X dmamuxInochi Amaoto
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar