<?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>67f8bc848ee31831336bd478e57d2f993551902e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/remoteproc/Makefile#67f8bc848ee31831336bd478e57d2f993551902e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesLet&apos;s start the 7.3 drm-misc-fixes cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/remoteproc/Makefile</description>
        <pubDate>Tue, 01 Sep 2026 09:38:51 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>fc710de0dd25ed50a087833b4171eb1a46737a9e - Merge tag &apos;rproc-v7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/remoteproc/Makefile#fc710de0dd25ed50a087833b4171eb1a46737a9e</link>
        <description>Merge tag &apos;rproc-v7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linuxPull remoteproc updates from Bjorn Andersson: &quot;Add a remoteproc driver and binding for AMD MicroBlaze/V soft cores  executing from dual-port BRAM, with clock and reset control and  support for firmware without a resource table.  Introduce a generic Qualcomm PAS service with SCM and OP-TEE backends,  and migrate the PAS, MSS, and WCNSS remoteproc drivers to it. Add Nord  ADSP and CDSP support, Eliza CDSP support, Maili ADSP/CDSP bindings,  and late-attach SoCCP support for Kaanapali, Hawi, Maili, and Glymur.  Enable BAM-DMUX child devices for PAS modems and fix PAS memory  protection, handover, shutdown, and resource lifetime handling.  Harden remoteproc lifecycle handling by attaching asynchronously,  stopping crashed processors, synchronizing crash work with removal,  and forcing shutdown before device resources are released. Reallocate  resources during attach recovery and fix several reference and  error-path leaks.  Add Xilinx R5 crash detection and move RPU start and stop sequencing  into the platform firmware driver. Consolidate write-combining  carveout mapping callbacks, use correct I/O-memory accessors, and  share optional ELF resource-table handling across drivers.  Convert the TI Wakeup M3 binding to DT schema, correct Qualcomm and  generic remoteproc bindings, and harden resource-table iteration  against signed-offset out-of-bounds accesses&quot;* tag &apos;rproc-v7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux: (60 commits)  remoteproc: fix OOB read via signed offset in rsc_table_for_each_entry()  remoteproc: replace BSD blurb with SPDX identifier in rsc_table.h  remoteproc: replace BSD blurb with SPDX identifier in remoteproc.h  remoteproc: fix coding style issues in remoteproc.h  MAINTAINERS: add rsc_table.h to remoteproc entry  remoteproc: qcom: pas: Add Nord ADSP and CDSP support  dt-bindings: remoteproc: qcom,nord-pas: Document Nord PAS  remoteproc: qcom: pas: Drop unused dtb_mem_region field  remoteproc: qcom: pas: Map/unmap subsystem region before auth_and_reset  remoteproc: qcom: pas: Fix the PAS context creation placement  remoteproc: qcom: pas: Guard dtb metadata release with dtb_pas_id check  remoteproc: qcom: annotate mem_region fields with __iomem  arm64: dts: qcom: eliza: Add fallback compatible for ADSP remoteproc  dt-bindings: remoteproc: qcom,milos-pas: Move Eliza ADSP to SM8550 schema  remoteproc: qcom: pas: Add Eliza CDSP support  dt-bindings: remoteproc: qcom,sm8550-pas: Add Eliza CDSP compatible  remoteproc: qcom: q6v5: Request shutdown if crash is triggered host-side  remoteproc: Force shutdown during device removal  remoteproc: Prevent crash handling to race with rproc_del()  remoteproc: Allow shutdown of crashed processors  ...

            List of files:
            /linux/drivers/remoteproc/Makefile</description>
        <pubDate>Tue, 25 Aug 2026 23:03:31 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>f87b4998994ebe7743eb0981257c4e789d3fa290 - remoteproc: Add AMD MicroBlaze/V BRAM-based remote processor driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/remoteproc/Makefile#f87b4998994ebe7743eb0981257c4e789d3fa290</link>
        <description>remoteproc: Add AMD MicroBlaze/V BRAM-based remote processor driverAdd a remoteproc driver for AMD MicroBlaze/V soft-core processorsubsystems instantiated in programmable logic and using dual-port BRAMfor firmware storage and execution.The driver parses the firmware memory window from the remoteproc devicenode&apos;s reg property, interprets that address and size in theprocessor-local address space, and then uses standard devicetree addresstranslation through the parent bus ranges property to obtain thecorresponding Linux-visible system physical address.The resulting translated region is registered as the executableremoteproc carveout and coredump segment.The processor is controlled through an active-low reset GPIO and asubsystem clock. The clock is enabled before reset is released, and theprocessor is kept in reset until firmware loading completes.The firmware-name property is optional, allowing firmware to be assignedlater through the remoteproc framework. Firmware images without aresource table are also accepted.Signed-off-by: Ben Levinsky &lt;ben.levinsky@amd.com&gt;Link: https://lore.kernel.org/r/20260714202441.554065-3-ben.levinsky@amd.comSigned-off-by: Mathieu Poirier &lt;mathieu.poirier@linaro.org&gt;

            List of files:
            /linux/drivers/remoteproc/Makefile</description>
        <pubDate>Tue, 14 Jul 2026 22:24:41 +0200</pubDate>
        <dc:creator>Ben Levinsky &lt;ben.levinsky@amd.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/remoteproc/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/remoteproc/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>ab93e0dd72c37d378dd936f031ffb83ff2bd87ce - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/remoteproc/Makefile#ab93e0dd72c37d378dd936f031ffb83ff2bd87ce</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.17 merge window.

            List of files:
            /linux/drivers/remoteproc/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/remoteproc/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/remoteproc/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>74f1af95820fc2ee580a775a3a17c416db30b38c - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/remoteproc/Makefile#74f1af95820fc2ee580a775a3a17c416db30b38c</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-nextBack-merge drm-next to (indirectly) get arm-smmu updates for makingstall-on-fault more reliable.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/remoteproc/Makefile</description>
        <pubDate>Sun, 29 Jun 2025 04:54:49 +0200</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>c598d5eb9fb331ba17bc9ad67ae9a2231ca5aca5 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/remoteproc/Makefile#c598d5eb9fb331ba17bc9ad67ae9a2231ca5aca5</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to forward to v6.16-rc1Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/remoteproc/Makefile</description>
        <pubDate>Wed, 11 Jun 2025 09:01:34 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>86e2d052c2320bf12571a5d96b16c2745e1cfc5e - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/remoteproc/Makefile#86e2d052c2320bf12571a5d96b16c2745e1cfc5e</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.16Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/drivers/remoteproc/Makefile</description>
        <pubDate>Mon, 09 Jun 2025 18:26:55 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>34c55367af96f62e89221444f04487440ebc6487 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/remoteproc/Makefile#34c55367af96f62e89221444f04487440ebc6487</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.16-rc1, among other things to get the fixed size GENMASK_U*()and BIT_U*() macros.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/remoteproc/Makefile</description>
        <pubDate>Mon, 09 Jun 2025 11:40:46 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>dcf9ee9ac4d5c09c5bc74aba5e93581e93a1ac33 - Merge tag &apos;rproc-v6.16&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/remoteproc/Makefile#dcf9ee9ac4d5c09c5bc74aba5e93581e93a1ac33</link>
        <description>Merge tag &apos;rproc-v6.16&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linuxPull remoteproc updates from Bjorn Andersson: - Fix resource cleanup in the remoteproc attach error handling code   paths - Refactor the various TI K3 drivers to extract and reuse common code   between them - Add support in the i.MX remoteproc driver for determining from the   firmware if Linux should wait on a &quot;firmware ready&quot; signal at startup - Improve the Xilinx R5F power down mechanism to handle use cases where   this is shared with other entities in the system* tag &apos;rproc-v6.16&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux: (46 commits)  remoteproc: k3: Refactor release_tsp() functions into common driver  remoteproc: k3: Refactor reserved_mem_init() functions into common driver  remoteproc: k3: Refactor mem_release() functions into common driver  remoteproc: k3: Refactor of_get_memories() functions into common driver  remoteproc: k3: Refactor .da_to_va rproc ops into common driver  remoteproc: k3: Refactor .get_loaded_rsc_table ops into common driver  remoteproc: k3: Refactor .detach rproc ops into common driver  remoteproc: k3: Refactor .attach rproc ops into common driver  remoteproc: k3: Refactor .stop rproc ops into common driver  remoteproc: k3: Refactor .start rproc ops into common driver  remoteproc: k3: Refactor .unprepare rproc ops into common driver  remoteproc: k3: Refactor .prepare rproc ops into common driver  remoteproc: k3-dsp: Assert local reset during .prepare callback  remoteproc: k3-dsp: Don&apos;t override rproc ops in IPC-only mode  remoteproc: k3: Refactor rproc_request_mbox() implementations into common driver  remoteproc: k3-m4: Ping the mbox while acquiring the channel  remoteproc: k3: Refactor rproc_release() implementation into common driver  remoteproc: k3-m4: Introduce central function to release rproc from reset  remoteproc: k3-dsp: Correct Reset deassert logic for devices w/o lresets  remoteproc: k3: Refactor rproc_reset() implementation into common driver  ...

            List of files:
            /linux/drivers/remoteproc/Makefile</description>
        <pubDate>Mon, 02 Jun 2025 20:04:29 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>95dac7e212a5932b3ed8b1db95343df54b4ade15 - remoteproc: k3: Refactor mailbox rx_callback functions into common driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/remoteproc/Makefile#95dac7e212a5932b3ed8b1db95343df54b4ade15</link>
        <description>remoteproc: k3: Refactor mailbox rx_callback functions into common driverThe mailbox .rx_callback implementations in TI K3 R5, DSP and M4remoteproc drivers handle inbound mailbox messages in the same way.Introduce a common driver &apos;ti_k3_common.c&apos; and refactor theimplementations into a common function &apos;k3_rproc_mbox_callback&apos;() in it.Signed-off-by: Beleswar Padhi &lt;b-padhi@ti.com&gt;Tested-by: Judith Mendez &lt;jm@ti.com&gt;Reviewed-by: Andrew Davis &lt;afd@ti.com&gt;Link: https://lore.kernel.org/r/20250513054510.3439842-14-b-padhi@ti.comSigned-off-by: Mathieu Poirier &lt;mathieu.poirier@linaro.org&gt;

            List of files:
            /linux/drivers/remoteproc/Makefile</description>
        <pubDate>Tue, 13 May 2025 07:44:47 +0200</pubDate>
        <dc:creator>Beleswar Padhi &lt;b-padhi@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>c771600c6af14749609b49565ffb4cac2959710d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/remoteproc/Makefile#c771600c6af14749609b49565ffb4cac2959710d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextWe need4ba4f1afb6a9 (&quot;perf: Generic hotplug support for a PMU with a scope&quot;)in order to land a i915 PMU simplification and a fix. That landed in 6.12and we are stuck at 6.9 so lets bump things forward.Signed-off-by: Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;

            List of files:
            /linux/drivers/remoteproc/Makefile</description>
        <pubDate>Wed, 05 Feb 2025 10:29:14 +0100</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;</dc:creator>
    </item>
<item>
        <title>25768de50b1f2dbb6ea44bd5148a87fe2c9c3688 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/remoteproc/Makefile#25768de50b1f2dbb6ea44bd5148a87fe2c9c3688</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.14 merge window.

            List of files:
            /linux/drivers/remoteproc/Makefile</description>
        <pubDate>Tue, 21 Jan 2025 06:37:39 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6d4a0f4ea72319c9a37c1a7191695467006dd272 - Merge tag &apos;v6.13-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/remoteproc/Makefile#6d4a0f4ea72319c9a37c1a7191695467006dd272</link>
        <description>Merge tag &apos;v6.13-rc3&apos; into nextSync up with the mainline.

            List of files:
            /linux/drivers/remoteproc/Makefile</description>
        <pubDate>Tue, 17 Dec 2024 18:40:45 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>77b679453d3364688ff3e5153c0be5b2b52672b7 - Merge tag &apos;v6.12-rc3&apos; into perf-tools-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/remoteproc/Makefile#77b679453d3364688ff3e5153c0be5b2b52672b7</link>
        <description>Merge tag &apos;v6.12-rc3&apos; into perf-tools-nextTo get the fixes in the current perf-tools tree.Signed-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;

            List of files:
            /linux/drivers/remoteproc/Makefile</description>
        <pubDate>Mon, 14 Oct 2024 19:45:28 +0200</pubDate>
        <dc:creator>Namhyung Kim &lt;namhyung@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>3fd6c59042dbba50391e30862beac979491145fe - Merge tag &apos;v6.12-rc1&apos; into clk-meson-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/remoteproc/Makefile#3fd6c59042dbba50391e30862beac979491145fe</link>
        <description>Merge tag &apos;v6.12-rc1&apos; into clk-meson-nextLinux 6.12-rc1

            List of files:
            /linux/drivers/remoteproc/Makefile</description>
        <pubDate>Mon, 30 Sep 2024 11:28:07 +0200</pubDate>
        <dc:creator>Jerome Brunet &lt;jbrunet@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>a0efa2f362a69e47b9d8b48f770ef3a0249a7911 - Merge net-next/main to resolve conflicts</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/remoteproc/Makefile#a0efa2f362a69e47b9d8b48f770ef3a0249a7911</link>
        <description>Merge net-next/main to resolve conflictsThe wireless-next tree was based on something older, and thereare now conflicts between -rc2 and work here. Merge net-next,which has enough of -rc2 for the conflicts to happen, resolvingthem in the process.Signed-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux/drivers/remoteproc/Makefile</description>
        <pubDate>Wed, 09 Oct 2024 08:59:14 +0200</pubDate>
        <dc:creator>Johannes Berg &lt;johannes.berg@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>b88132ceb3faccdd785809df75f9d490ebaab459 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/remoteproc/Makefile#b88132ceb3faccdd785809df75f9d490ebaab459</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to resolve a conflict with core locally.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/drivers/remoteproc/Makefile</description>
        <pubDate>Fri, 04 Oct 2024 11:29:21 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2dd0ef5d951e9b565ddb324fe26c531b6a40bf82 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/remoteproc/Makefile#2dd0ef5d951e9b565ddb324fe26c531b6a40bf82</link>
        <description>Merge drm/drm-next into drm-misc-nextGet drm-misc-next to up v6.12-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/remoteproc/Makefile</description>
        <pubDate>Mon, 30 Sep 2024 10:50:54 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
</channel>
</rss>
