<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dma/Makefile#0fc8f6200d2313278fbf4539bbab74677c685531</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/dma/Makefile</description>
        <pubDate>Mon, 27 Apr 2026 10:26:49 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>d662a710c668a86a39ebaad334d9960a0cc776c2 - Merge tag &apos;dmaengine-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dma/Makefile#d662a710c668a86a39ebaad334d9960a0cc776c2</link>
        <description>Merge tag &apos;dmaengine-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaenginePull dmaengine updates from Vinod Koul: &quot;Core:   - New devm_of_dma_controller_register() API  New Support:   - Support for RZ/G3L SoC   - Loongson Multi-Channel DMA controller support   - Conversion of Xilinx AXI DMA binding   - DW AXI CV1800B DMA support   - Switchtec DMA engine driver  Updates:   - AMD MDB Endpoint and non-LL mode support   - DW edma virtual IRQ for interrupt-emulation, cyclic transfers support&quot;* tag &apos;dmaengine-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine: (65 commits)  dmaengine: dw-edma: Add non-LL mode  dmaengine: dw-edma: Add AMD MDB Endpoint Support  dt-bindings: dmaengine: Fix spelling mistake &quot;Looongson&quot; -&gt; &quot;Looogson&quot;  dmaengine: loongson: Fix spelling mistake &quot;Looongson&quot; -&gt; &quot;Looogson&quot;  dmaengine: loongson: New driver for the Loongson Multi-Channel DMA controller  dt-bindings: dmaengine: Add Loongson Multi-Channel DMA controller  dmaengine: loongson: loongson2-apb: Simplify locking with guard() and scoped_guard()  dmaengine: loongson: loongson2-apb: Convert to devm_clk_get_enabled()  dmaengine: loongson: loongson2-apb: Convert to dmaenginem_async_device_register()  dmaengine: loongson: New directory for Loongson DMA controllers drivers  dt-bindings: dma: xlnx,axi-dma: Convert to DT schema  dt-bindings: dma: rz-dmac: Add conditional schema for RZ/G3L  dmaengine: sh: rz-dmac: Add device_{pause,resume}() callbacks  dmaengine: sh: rz-dmac: Add device_tx_status() callback  dmaengine: sh: rz-dmac: Use rz_lmdesc_setup() to invalidate descriptors  dmaengine: sh: rz-dmac: Drop unnecessary local_irq_save() call  dmaengine: sh: rz-dmac: Drop goto instruction and label  dmaengine: sh: rz-dmac: Drop read of CHCTRL register  dmaengine: sh: rz_dmac: add RZ/{T2H,N2H} support  dt-bindings: dma: renesas,rz-dmac: document RZ/{T2H,N2H}  ...

            List of files:
            /linux/drivers/dma/Makefile</description>
        <pubDate>Fri, 17 Apr 2026 19:29:01 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>ffee2dc04e7e06534aaa4fd51ef89645b809b6b8 - dmaengine: loongson: New directory for Loongson DMA controllers drivers</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dma/Makefile#ffee2dc04e7e06534aaa4fd51ef89645b809b6b8</link>
        <description>dmaengine: loongson: New directory for Loongson DMA controllers driversGather the Loongson DMA controllers under drivers/dma/loongson/Reviewed-by: Frank Li &lt;Frank.Li@nxp.com&gt;Signed-off-by: Binbin Zhou &lt;zhoubinbin@loongson.cn&gt;Reviewed-by: Keguang Zhang &lt;keguang.zhang@gmail.com&gt;Reviewed-by: Huacai Chen &lt;chenhuacai@loongson.cn&gt;Link: https://patch.msgid.link/0a0853a85630724741061f6fe08680610e49a06e.1772853681.git.zhoubinbin@loongson.cnSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux/drivers/dma/Makefile</description>
        <pubDate>Sat, 07 Mar 2026 04:25:10 +0100</pubDate>
        <dc:creator>Binbin Zhou &lt;zhoubinbin@loongson.cn&gt;</dc:creator>
    </item>
<item>
        <title>d9587042b50f69d35a6e05c1b7fc9092e26625a6 - dmaengine: switchtec-dma: Introduce Switchtec DMA engine skeleton</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dma/Makefile#d9587042b50f69d35a6e05c1b7fc9092e26625a6</link>
        <description>dmaengine: switchtec-dma: Introduce Switchtec DMA engine skeletonSome Switchtec Switches can expose DMA engines via extra PCI functionson the upstream ports. At most one such function can be supported oneach upstream port. Each function can have one or more DMA channels.This patch is just the core PCI driver skeleton and dmaengine registration.Signed-off-by: Kelvin Cao &lt;kelvin.cao@microchip.com&gt;Co-developed-by: George Ge &lt;george.ge@microchip.com&gt;Signed-off-by: George Ge &lt;george.ge@microchip.com&gt;Reviewed-by: Christoph Hellwig &lt;hch@lst.de&gt;Reviewed-by: Frank Li &lt;Frank.Li@nxp.com&gt;Signed-off-by: Logan Gunthorpe &lt;logang@deltatee.com&gt;Link: https://patch.msgid.link/20260302210419.3656-2-logang@deltatee.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux/drivers/dma/Makefile</description>
        <pubDate>Mon, 02 Mar 2026 22:04:17 +0100</pubDate>
        <dc:creator>Kelvin Cao &lt;kelvin.cao@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>cb9f145f638d7afa633632a9290d6ad06caeb8ee - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclark</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dma/Makefile#cb9f145f638d7afa633632a9290d6ad06caeb8ee</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclarkBack-merge drm-next to get caught up.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/dma/Makefile</description>
        <pubDate>Sat, 01 Nov 2025 13:47:30 +0100</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>f088104d837a991c65e51fa30bb4196169b3244d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dma/Makefile#f088104d837a991c65e51fa30bb4196169b3244d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextBackmerge in order to get the commit:  048832a3f400 (&quot;drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter&quot;)To drm-intel-gt-next as there are followup fixes to be applied.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/drivers/dma/Makefile</description>
        <pubDate>Tue, 16 Sep 2025 12:53:20 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a53d0cf7f1cb3182ad533ff5cacfa5fd29c419ad - Merge commit &apos;linus&apos; into core/bugs, to resolve conflicts</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dma/Makefile#a53d0cf7f1cb3182ad533ff5cacfa5fd29c419ad</link>
        <description>Merge commit &apos;linus&apos; into core/bugs, to resolve conflictsResolve conflicts with this commit that was developed in parallelduring the merge window: 8c8efa93db68 (&quot;x86/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with Rust&quot;) Conflicts:	arch/riscv/include/asm/bug.h	arch/x86/include/asm/bug.hSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/drivers/dma/Makefile</description>
        <pubDate>Tue, 05 Aug 2025 11:15:34 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8b87f67b4c87452e21721887fa8dec1f4c6b2b7c - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dma/Makefile#8b87f67b4c87452e21721887fa8dec1f4c6b2b7c</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.18 merge window.

            List of files:
            /linux/drivers/dma/Makefile</description>
        <pubDate>Wed, 08 Oct 2025 06:53:13 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4b051897df2375414587a245ecb9bb1a4d26b3b8 - Merge tag &apos;v6.17-rc2&apos; into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dma/Makefile#4b051897df2375414587a245ecb9bb1a4d26b3b8</link>
        <description>Merge tag &apos;v6.17-rc2&apos; into HEADSync up with mainline to bring in changes to include/linux/sprintf.h

            List of files:
            /linux/drivers/dma/Makefile</description>
        <pubDate>Thu, 21 Aug 2025 20:46:49 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d325efac5938efa3c2a25df72a1bd1af16cd0ed8 - Merge branch &apos;for-6.18/core&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dma/Makefile#d325efac5938efa3c2a25df72a1bd1af16cd0ed8</link>
        <description>Merge branch &apos;for-6.18/core&apos; into for-linus- allow HID-BPF to rebind a driver to hid-multitouch (Benjamin  Tissoires)- Change hid_driver to use a const char* for .name (Rahul Rameshbabu)

            List of files:
            /linux/drivers/dma/Makefile</description>
        <pubDate>Tue, 30 Sep 2025 16:31:10 +0200</pubDate>
        <dc:creator>Benjamin Tissoires &lt;bentiss@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>71b28769d708f20046fc6f853cf93fb88a8b6e11 - Merge remote-tracking branch &apos;origin&apos; into for-6.18/intel-thc-hid</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dma/Makefile#71b28769d708f20046fc6f853cf93fb88a8b6e11</link>
        <description>Merge remote-tracking branch &apos;origin&apos; into for-6.18/intel-thc-hidNeeded as a basisi for followup support for quicki2c advanced BIOS features.Signed-off-by: Jiri Kosina &lt;jkosina@suse.com&gt;

            List of files:
            /linux/drivers/dma/Makefile</description>
        <pubDate>Fri, 19 Sep 2025 17:08:20 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>b4d90dbc4c1bc4bd3eb2d2989330af0eb95c98e8 - Merge drm/drm-next into drm-misc-next-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dma/Makefile#b4d90dbc4c1bc4bd3eb2d2989330af0eb95c98e8</link>
        <description>Merge drm/drm-next into drm-misc-next-fixesBackmerging to drm-misc-next-fixes to get features and fixes fromv6.17-rc6.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/dma/Makefile</description>
        <pubDate>Mon, 15 Sep 2025 10:23:28 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>702fdf3513b045f596f836d9a4b8672c76f11834 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dma/Makefile#702fdf3513b045f596f836d9a4b8672c76f11834</link>
        <description>Merge drm/drm-next into drm-intel-nextCatching up with some display dependencies.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/dma/Makefile</description>
        <pubDate>Wed, 10 Sep 2025 14:01:42 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ca994e8922f25f7fed2075098f185cf198109eaa - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dma/Makefile#ca994e8922f25f7fed2075098f185cf198109eaa</link>
        <description>Merge drm/drm-next into drm-xe-nextBring v6.17-rc1 to propagate commits from other subsystems, particularlyPCI, which has some new functions needed for SR-IOV integration.Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;

            List of files:
            /linux/drivers/dma/Makefile</description>
        <pubDate>Tue, 12 Aug 2025 14:58:37 +0200</pubDate>
        <dc:creator>Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>08c51f5bddc81c8c97c1eb11861b0dc009e5ccd8 - Merge drm/drm-next into drm-misc-n</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dma/Makefile#08c51f5bddc81c8c97c1eb11861b0dc009e5ccd8</link>
        <description>Merge drm/drm-next into drm-misc-nUpdating drm-misc-next to the state of v6.17-rc1. Begins a new releasecycle.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/dma/Makefile</description>
        <pubDate>Mon, 11 Aug 2025 14:37:45 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>8d2b0853add1d7534dc0794e3c8e0b9e8c4ec640 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dma/Makefile#8d2b0853add1d7534dc0794e3c8e0b9e8c4ec640</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesUpdating drm-misc-fixes to the state of v6.17-rc1. Begins a new releasecycle.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/dma/Makefile</description>
        <pubDate>Mon, 11 Aug 2025 16:49:06 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>ab93e0dd72c37d378dd936f031ffb83ff2bd87ce - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dma/Makefile#ab93e0dd72c37d378dd936f031ffb83ff2bd87ce</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.17 merge window.

            List of files:
            /linux/drivers/dma/Makefile</description>
        <pubDate>Wed, 06 Aug 2025 19:08:54 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a7bee4e7f78089c101be2ad51f4b5ec64782053e - Merge tag &apos;ib-mfd-gpio-input-pwm-v6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dma/Makefile#a7bee4e7f78089c101be2ad51f4b5ec64782053e</link>
        <description>Merge tag &apos;ib-mfd-gpio-input-pwm-v6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into nextMerge an immutable branch between MFD, GPIO, Input and PWM to resolveconflicts for the merge window pull request.

            List of files:
            /linux/drivers/dma/Makefile</description>
        <pubDate>Mon, 04 Aug 2025 08:28:48 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>196dacf4541afcbccbef9c3697231af354bbab13 - Merge tag &apos;dmaengine-6.17-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dma/Makefile#196dacf4541afcbccbef9c3697231af354bbab13</link>
        <description>Merge tag &apos;dmaengine-6.17-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaenginePull dmaengine updates from Vinod Koul: &quot;Core:   - Managed API for dma channel request  New support:   - Sophgo CV18XX/SG200X dmamux driver   - Qualcomm Milos GPI, sc8280xp GPI support  Updates:   - Conversion of brcm,iproc-sba and marvell,orion-xor binding   - Unused code cleanup across drivers&quot;* tag &apos;dmaengine-6.17-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine: (23 commits)  dt-bindings: dma: fsl-mxs-dma: allow interrupt-names for fsl,imx23-dma-apbx  dmaengine: xdmac: make it selectable for ARCH_MICROCHIP  dt-bindings: dma: Convert marvell,orion-xor to DT schema  dt-bindings: dma: Convert brcm,iproc-sba to DT schema  dmaengine: nbpfaxi: Add missing check after DMA map  dmaengine: mv_xor: Fix missing check after DMA map and missing unmap  dt-bindings: dma: qcom,gpi: document the Milos GPI DMA Engine  dmaengine: idxd: Remove __packed from structures  dmaengine: ti: Do not enable by default during compile testing  dmaengine: sh: Do not enable SH_DMAE_BASE by default during compile testing  dmaengine: idxd: Fix warning for deadcode.deadstore  dmaengine: mmp: Fix again Wvoid-pointer-to-enum-cast warning  dmaengine: fsl-qdma: Add missing fsl_qdma_format kerneldoc  dmaengine: qcom: gpi: Drop unused gpi_write_reg_field()  dmaengine: fsl-dpaa2-qdma: Drop unused mc_enc()  dmaengine: dw-edma: Drop unused dchan2dev() and chan2dev()  dmaengine: stm32: Don&apos;t use %pK through printk  dmaengine: stm32-dma: configure next sg only if there are more than 2 sgs  dmaengine: sun4i: Simplify error handling in probe()  dt-bindings: dma: qcom,gpi: Document the sc8280xp GPI DMA engine  ...

            List of files:
            /linux/drivers/dma/Makefile</description>
        <pubDate>Fri, 01 Aug 2025 21:35:12 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>e9ef810dfee7a2227da9d423aecb0ced35faddbe - Merge branch &apos;for-6.17/amd-sfh&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/dma/Makefile#e9ef810dfee7a2227da9d423aecb0ced35faddbe</link>
        <description>Merge branch &apos;for-6.17/amd-sfh&apos; into for-linus- add support for operating modes (Basavaraj Natikar)

            List of files:
            /linux/drivers/dma/Makefile</description>
        <pubDate>Thu, 31 Jul 2025 22:36:25 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
</channel>
</rss>
