summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2022-12-19Merge tag 'dmaengine-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-14Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-02Merge tag 'v6.1-rc7' into iommufd.git for-nextJason Gunthorpe
2022-12-02dmaengine: Revert "dmaengine: remove s3c24xx driver"Vinod Koul
2022-11-17genirq: Get rid of GENERIC_MSI_IRQ_DOMAINThomas Gleixner
2022-11-14dmaengine: tegra: Add support for dma-channel-maskAkhil R
2022-11-14dmaengine: idxd: Remove linux/msi.h includeThomas Gleixner
2022-11-11dmaengine: at_hdmac: Convert driver to use virt-dmaTudor Ambarus
2022-11-11dmaengine: at_hdmac: Remove unused member of at_dma_chanTudor Ambarus
2022-11-11dmaengine: at_hdmac: Rename "chan_common" to "dma_chan"Tudor Ambarus
2022-11-11dmaengine: at_hdmac: Rename "dma_common" to "dma_device"Tudor Ambarus
2022-11-11dmaengine: at_hdmac: Use bitfield access macrosTudor Ambarus
2022-11-11dmaengine: at_hdmac: Keep register definitions and structures private to at_h...Tudor Ambarus
2022-11-11dmaengine: at_hdmac: Set include entries in alphabetic orderTudor Ambarus
2022-11-11dmaengine: at_hdmac: Use pm_ptr()Tudor Ambarus
2022-11-11dmaengine: at_hdmac: Use devm_clk_get()Tudor Ambarus
2022-11-11dmaengine: at_hdmac: Use devm_platform_ioremap_resourceTudor Ambarus
2022-11-11dmaengine: at_hdmac: Use devm_kzalloc() and struct_size()Tudor Ambarus
2022-11-11dmaengine: at_hdmac: Introduce atc_get_llis_residue()Tudor Ambarus
2022-11-11dmaengine: at_hdmac: s/atc_get_bytes_left/atc_get_residueTudor Ambarus
2022-11-11dmaengine: at_hdmac: Pass residue by address to avoid unnecessary implicit castsTudor Ambarus
2022-11-11dmaengine: at_hdmac: Remove superfluous castTudor Ambarus
2022-11-11dmaengine: at_hdmac: Return dma_cookie_status()'s ret code when txstate is NULLTudor Ambarus
2022-11-11dmaengine: at_hdmac: Do not print messages on console while holding the lockTudor Ambarus
2022-11-11Merge branch 'fixes' into nextVinod Koul
2022-11-08dmaengine: at_hdmac: Check return code of dma_async_device_registerTudor Ambarus
2022-11-08dmaengine: at_hdmac: Fix impossible conditionTudor Ambarus
2022-11-08dmaengine: at_hdmac: Don't allow CPU to reorder channel enableTudor Ambarus
2022-11-08dmaengine: at_hdmac: Fix completion of unissued descriptor in case of errorsTudor Ambarus
2022-11-08dmaengine: at_hdmac: Fix descriptor handling when issuing it to hardwareTudor Ambarus
2022-11-08dmaengine: at_hdmac: Fix concurrency over the active listTudor Ambarus
2022-11-08dmaengine: at_hdmac: Free the memset buf without holding the chan lockTudor Ambarus
2022-11-08dmaengine: at_hdmac: Fix concurrency over descriptorTudor Ambarus
2022-11-08dmaengine: at_hdmac: Fix concurrency problems by removing atc_complete_all()Tudor Ambarus
2022-11-08dmaengine: at_hdmac: Protect atchan->status with the channel lockTudor Ambarus
2022-11-08dmaengine: at_hdmac: Do not call the complete callback on device_terminate_allTudor Ambarus
2022-11-08dmaengine: at_hdmac: Fix premature completion of desc in issue_pendingTudor Ambarus
2022-11-08dmaengine: at_hdmac: Start transfer for cyclic channels in issue_pendingTudor Ambarus
2022-11-08dmaengine: at_hdmac: Don't start transactions at tx_submit levelTudor Ambarus
2022-11-08dmaengine: at_hdmac: Fix at_lli struct definitionTudor Ambarus
2022-11-08dmaengine: stm32-dma: fix potential race between pause and resumeAmelie Delaunay
2022-11-08dmaengine: ti: k3-udma-glue: fix memory leak when register device failYang Yingliang
2022-11-08dmaengine: mv_xor_v2: Fix a resource leak in mv_xor_v2_remove()Christophe JAILLET
2022-11-08dmaengine: apple-admac: Fix grabbing of channels in of_xlateMartin PoviĊĦer
2022-11-08dmaengine: idxd: fix RO device state error after been disabled/resetFengqian Gao
2022-11-08dmaengine: idxd: Fix max batch size for Intel IAAXiaochen Shen
2022-11-08dmaengine: pxa_dma: use platform_get_irq_optionalDoug Brown
2022-11-04dmaengine: idxd: Make read buffer sysfs attributes invisible for Intel IAAXiaochen Shen
2022-11-04dmaengine: sh: Remove unused shdma-arm.hStephen Kitt