Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-06dmaengine: lgm: Fix an error handling path in intel_ldma_probe()Christophe JAILLET
2022-07-06dmaengine: pl330: Fix lockdep warning about non-static keyDmitry Osipenko
2022-07-05dmaengine: idxd: Only call idxd_enable_system_pasid() if succeeded in enablin...Jerry Snitselaar
2022-07-05dmaengine: at_xdma: handle errors of at_xdmac_alloc_desc() correctlyMichael Walle
2022-07-01dmaengine: imx-sdma: only restart cyclic channel when enabledSascha Hauer
2022-07-01dmaengine: dw-axi-dmac: Fix RMW on channel suspend registerEmil Renner Berthing
2022-07-01dmaengine: idxd: force wq context cleanup on device disable pathDave Jiang
2022-07-01dmaengine: qcom: bam_dma: fix runtime PM underflowCaleb Connolly
2022-06-09dmaengine: imx-sdma: Allow imx8m for imx7 FW revsPeter Robinson
2022-06-09dmaengine: Revert "dmaengine: add verification of DMA_INTERRUPT capability fo...Vinod Koul
2022-06-09dmaengine: ti: Add missing put_device in ti_dra7_xbar_route_allocateMiaoqian Lin
2022-06-09dmaengine: ti: Fix refcount leak in ti_dra7_xbar_route_allocateMiaoqian Lin
2022-05-29Merge tag 'dmaengine-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-05-26Merge tag 'arm-multiplatform-5.19-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-05-26Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-05-19dmaengine: idxd: make idxd_wq_enable() return 0 if wq is already enabledDave Jiang
2022-05-19dmaengine: sun6i: Add support for the D1 variantSamuel Holland
2022-05-19dmaengine: sun6i: Add support for 34-bit physical addressesSamuel Holland
2022-05-19dmaengine: sun6i: Do not use virt_to_physSamuel Holland
2022-05-19dmaengine: tegra: Remove unused switch caseAkhil R
2022-05-19dmaengine: tegra: Fix uninitialized variable usageAkhil R
2022-05-19dmaengine: stm32-dma: add device_pause/device_resume supportAmelie Delaunay
2022-05-19dmaengine: stm32-dma: rename pm ops before dma pause/resume introductionAmelie Delaunay
2022-05-19dmaengine: stm32-dma: pass DMA_SxSCR value to stm32_dma_handle_chan_done()Amelie Delaunay
2022-05-19dmaengine: stm32-dma: introduce stm32_dma_sg_inc to manage chan->next_sgAmelie Delaunay
2022-05-19dmaengine: stm32-dmamux: avoid reset of dmamux if used by coprocessorAmelie Delaunay
2022-05-19dmaengine: qcom: gpi: Add support for sc7280Vinod Koul
2022-05-19dmaengine: stm32-mdma: use dev_dbg on non-busy channel spurious itAmelie Delaunay
2022-05-19dmaengine: stm32-mdma: fix chan initialization in stm32_mdma_irq_handler()Amelie Delaunay
2022-05-19dmaengine: stm32-mdma: remove GISR1 registerAmelie Delaunay
2022-05-19dmaengine: ti: deprecate '#dma-channels'Krzysztof Kozlowski
2022-05-19dmaengine: mmp: deprecate '#dma-channels'Krzysztof Kozlowski
2022-05-19dmaengine: pxa: deprecate '#dma-channels' and '#dma-requests'Krzysztof Kozlowski
2022-05-19dmaengine: tegra: Fix build error without IOMMU_APIYueHaibing
2022-05-19dmaengine: dw: Add RZN1 compatibleMiquel Raynal
2022-05-19dmaengine: dw: dmamux: Introduce RZN1 DMA router supportMiquel Raynal
2022-05-16dmaengine: idxd: Remove unnecessary synchronize_irq() before free_irq()Minghao Chi
2022-05-16dmaengine: idxd: add missing callback function to support DMA_INTERRUPTDave Jiang
2022-05-16dmaengine: sprd: deprecate '#dma-channels'Krzysztof Kozlowski
2022-05-16dmaengine: idxd: skip irq free when wq type is not kernelDave Jiang
2022-05-16dmaengine: idxd: make idxd_register/unregister_dma_channel() staticDave Jiang
2022-05-16dmaengine: zynqmp_dma: use pm_runtime_resume_and_get() instead of pm_runtime_...Radhey Shyam Pandey
2022-05-16dmaengine: zynqmp_dma: check dma_async_device_register return valueShravya Kumbham
2022-05-16dmaengine: zynqmp_dma: In struct zynqmp_dma_chan fix desc_size data typeRadhey Shyam Pandey
2022-05-16dmaengine: idxd: remove redudant idxd_wq_disable_cleanup() callDave Jiang
2022-05-16dmaengine: idxd: free irq before wq type is resetDave Jiang
2022-05-16dmaengine: idxd: fix lockdep warning on device driver removalDave Jiang
2022-05-16dmaengine: idxd: Separate user and kernel pasid enablingDave Jiang
2022-05-16dmaengine: idxd: Fix the error handling path in idxd_cdev_register()Christophe JAILLET
2022-05-16dmaengine: tegra: Use platform_get_irq() to get IRQ resourceAkhil R