<?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>2b31e94bef30f8f2e8856bd9a2e36347908bf59c - Revert &quot;firmware: zynqmp: Add dynamic CSU register discovery and sysfs interface&quot;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/xilinx/Makefile#2b31e94bef30f8f2e8856bd9a2e36347908bf59c</link>
        <description>Revert &quot;firmware: zynqmp: Add dynamic CSU register discovery and sysfs interface&quot;This reverts commit 47d7bca76dd4f36ba0525d761f247c76ec9e4b17, which wasmerged by accident.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux/drivers/firmware/xilinx/Makefile</description>
        <pubDate>Mon, 15 Jun 2026 13:41:05 +0200</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>6bd8fb9f1cd97f789db5f97cf569f7ed9d6575e0 - Merge tag &apos;zynqmp-soc-for-7.2&apos; of https://github.com/Xilinx/linux-xlnx into soc/drivers</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/xilinx/Makefile#6bd8fb9f1cd97f789db5f97cf569f7ed9d6575e0</link>
        <description>Merge tag &apos;zynqmp-soc-for-7.2&apos; of https://github.com/Xilinx/linux-xlnx into soc/driversarm64: Xilinx SOC changes for 7.2firmware:- Add CSU register discovery with sysfs interfacezynqmp_power:- Fix race condition in event registration- Fix shutdown and free rx mailbox channel* tag &apos;zynqmp-soc-for-7.2&apos; of https://github.com/Xilinx/linux-xlnx:  firmware: zynqmp: Add dynamic CSU register discovery and sysfs interface  Documentation: ABI: add sysfs interface for ZynqMP CSU registers  soc: xilinx: Shutdown and free rx mailbox channel  soc: xilinx: Fix race condition in event registrationSigned-off-by: Linus Walleij &lt;linusw@kernel.org&gt;

            List of files:
            /linux/drivers/firmware/xilinx/Makefile</description>
        <pubDate>Thu, 04 Jun 2026 09:38:57 +0200</pubDate>
        <dc:creator>Linus Walleij &lt;linusw@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>47d7bca76dd4f36ba0525d761f247c76ec9e4b17 - firmware: zynqmp: Add dynamic CSU register discovery and sysfs interface</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/xilinx/Makefile#47d7bca76dd4f36ba0525d761f247c76ec9e4b17</link>
        <description>firmware: zynqmp: Add dynamic CSU register discovery and sysfs interfaceAdd support for dynamically discovering and exposing ConfigurationSecurity Unit (CSU) registers through sysfs. Leverage the existingPM_QUERY_DATA API to discover available registers at runtime, makingthe interface flexible and maintainable.Key features:- Dynamic register discovery using PM_QUERY_DATA API  * PM_QID_GET_NODE_COUNT: Query number of available registers  * PM_QID_GET_NODE_NAME: Query register names by index- Automatic sysfs attribute creation under csu_registers/ group- Read operations via existing IOCTL_READ_REG API- Write operations via existing IOCTL_MASK_WRITE_REG APIThe sysfs interface is created at:  /sys/devices/platform/firmware:zynqmp-firmware/csu_registers/Currently supported registers include:  - multiboot (CSU_MULTI_BOOT)  - idcode (CSU_IDCODE, read-only)  - pcap-status (CSU_PCAP_STATUS, read-only)The dynamic discovery approach allows firmware to control whichregisters are exposed without requiring kernel changes, improvingmaintainability and security.The firmware does not currently expose per-register access modeinformation, so the kernel cannot distinguish read-only registersfrom read-write ones at discovery time. All discovered registers aretherefore created with sysfs mode 0644, and the firmware isresponsible for rejecting writes to registers it treats as read-only(for example idcode and pcap-status); that error is propagated backto userspace from the store callback. If a per-register access-modequery is added to the firmware in the future, sysfs permissions canbe tightened to match.CSU register discovery is an optional feature: on firmware that lackssupport for PM_QID_GET_NODE_COUNT or PM_QID_GET_NODE_NAME, the probereturns gracefully without exposing any sysfs entries. To keep thememory footprint minimal on that path, partial devm allocations madeduring discovery are explicitly released on failure so that no memorylingers until device unbind when the feature is unavailable.Signed-off-by: Ronak Jain &lt;ronak.jain@amd.com&gt;Signed-off-by: Michal Simek &lt;michal.simek@amd.com&gt;Link: https://lore.kernel.org/r/20260520093654.3303917-3-ronak.jain@amd.com

            List of files:
            /linux/drivers/firmware/xilinx/Makefile</description>
        <pubDate>Wed, 20 May 2026 11:36:54 +0200</pubDate>
        <dc:creator>Ronak Jain &lt;ronak.jain@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>5c8cbca290acdd49a694b36c0af76ba0c00bbf12 - Merge branch &apos;20260507-ubwc-rework-v4-4-c19593d20c1d@oss.qualcomm.com&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/xilinx/Makefile#5c8cbca290acdd49a694b36c0af76ba0c00bbf12</link>
        <description>Merge branch &apos;20260507-ubwc-rework-v4-4-c19593d20c1d@oss.qualcomm.com&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into HEADMerge the branch with the soc/qcom changes, required for the next UBWCpatches.Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/firmware/xilinx/Makefile</description>
        <pubDate>Thu, 21 May 2026 22:36:50 +0200</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>8edf8b09fc44990977b3fbcb708035b1740d0b7e - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/xilinx/Makefile#8edf8b09fc44990977b3fbcb708035b1740d0b7e</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextBackmerging to pull in commit 5401b9adebc9 (&quot;i915: don&apos;t usea vma that didn&apos;t match the context VM&quot;) to revert it.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/drivers/firmware/xilinx/Makefile</description>
        <pubDate>Tue, 12 May 2026 10:16:35 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>1655f6895a896eb632ca8a019259bc5d358a9712 - Merge tag &apos;timers-v7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/daniel.lezcano/linux into timers/clocksource</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/xilinx/Makefile#1655f6895a896eb632ca8a019259bc5d358a9712</link>
        <description>Merge tag &apos;timers-v7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/daniel.lezcano/linux into timers/clocksource  - Added the DT bindings for the compatible string &apos;fsl,imx25-epit&apos;    (Frank Li)  - Made the rttm_cs variable static for the rtl otto timer driver    (Krzysztof Kozlowski)  - Fixed error return code handling in the sun5i timer driver (Chen Ni)  - Made the timer-of and the mmio code compatible with modules (Daniel    Lezcano)Link: https://lore.kernel.org/151feae1-39ba-4abd-a9f9-9bff377a2cd8@oss.qualcomm.com

            List of files:
            /linux/drivers/firmware/xilinx/Makefile</description>
        <pubDate>Sun, 12 Apr 2026 22:33:39 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>f4b369c6fe0ceaba2da2daff8c9eb415f85926dd - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/xilinx/Makefile#f4b369c6fe0ceaba2da2daff8c9eb415f85926dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.1 merge window.

            List of files:
            /linux/drivers/firmware/xilinx/Makefile</description>
        <pubDate>Mon, 20 Apr 2026 03:28:57 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0421ccdfad0d92713a812a5aeb7d07b0ea7213c8 - Merge tag &apos;v7.0-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/xilinx/Makefile#0421ccdfad0d92713a812a5aeb7d07b0ea7213c8</link>
        <description>Merge tag &apos;v7.0-rc3&apos; into nextSync up with the mainline to brig up the latest changes, specificallychanges to ALPS driver.

            List of files:
            /linux/drivers/firmware/xilinx/Makefile</description>
        <pubDate>Thu, 12 Mar 2026 18:44:42 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>42d3b66d4cdbacfc9d120d2301b8de89cc29a914 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/xilinx/Makefile#42d3b66d4cdbacfc9d120d2301b8de89cc29a914</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 7.00-rc3. Important ahead GPU SVM merging THPsupport.Signed-off-by: Matthew Brost &lt;matthew.brost@intel.com&gt;

            List of files:
            /linux/drivers/firmware/xilinx/Makefile</description>
        <pubDate>Thu, 12 Mar 2026 15:17:56 +0100</pubDate>
        <dc:creator>Matthew Brost &lt;matthew.brost@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>f09812b85fa6f41058bcc46e70ac406bf9b0493a - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/xilinx/Makefile#f09812b85fa6f41058bcc46e70ac406bf9b0493a</link>
        <description>Merge drm/drm-next into drm-intel-nextSync with v7.0-rc1 which contains a few treewide changes affecting i915.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/firmware/xilinx/Makefile</description>
        <pubDate>Wed, 25 Feb 2026 12:23:04 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8b85987d3cf50178f67618122d9f3bb202f62f42 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/xilinx/Makefile#8b85987d3cf50178f67618122d9f3bb202f62f42</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s merge 7.0-rc1 to start the new drm-misc-next windowSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/firmware/xilinx/Makefile</description>
        <pubDate>Mon, 23 Feb 2026 11:48:20 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/xilinx/Makefile#c17ee635fd3a482b2ad2bf5e269755c2eae5f25e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixes7.0-rc1 was just released, let&apos;s merge it to kick the new release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/firmware/xilinx/Makefile</description>
        <pubDate>Mon, 23 Feb 2026 10:09:45 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>08df88fa142f3ba298bf0f7840fa9187e2fb5956 - Merge tag &apos;v7.0-p1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/xilinx/Makefile#08df88fa142f3ba298bf0f7840fa9187e2fb5956</link>
        <description>Merge tag &apos;v7.0-p1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Pull crypto update from Herbert Xu: &quot;API:   - Fix race condition in hwrng core by using RCU  Algorithms:   - Allow authenc(sha224,rfc3686) in fips mode   - Add test vectors for authenc(hmac(sha384),cbc(aes))   - Add test vectors for authenc(hmac(sha224),cbc(aes))   - Add test vectors for authenc(hmac(md5),cbc(des3_ede))   - Add lz4 support in hisi_zip   - Only allow clear key use during self-test in s390/{phmac,paes}  Drivers:   - Set rng quality to 900 in airoha   - Add gcm(aes) support for AMD/Xilinx Versal device   - Allow tfms to share device in hisilicon/trng&quot;* tag &apos;v7.0-p1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: (100 commits)  crypto: img-hash - Use unregister_ahashes in img_{un}register_algs  crypto: testmgr - Add test vectors for authenc(hmac(md5),cbc(des3_ede))  crypto: cesa - Simplify return statement in mv_cesa_dequeue_req_locked  crypto: testmgr - Add test vectors for authenc(hmac(sha224),cbc(aes))  crypto: testmgr - Add test vectors for authenc(hmac(sha384),cbc(aes))  hwrng: core - use RCU and work_struct to fix race condition  crypto: starfive - Fix memory leak in starfive_aes_aead_do_one_req()  crypto: xilinx - Fix inconsistant indentation  crypto: rng - Use unregister_rngs in register_rngs  crypto: atmel - Use unregister_{aeads,ahashes,skciphers}  hwrng: optee - simplify OP-TEE context match  crypto: ccp - Add sysfs attribute for boot integrity  dt-bindings: crypto: atmel,at91sam9g46-sha: add microchip,lan9691-sha  dt-bindings: crypto: atmel,at91sam9g46-aes: add microchip,lan9691-aes  dt-bindings: crypto: qcom,inline-crypto-engine: document the Milos ICE  crypto: caam - fix netdev memory leak in dpaa2_caam_probe  crypto: hisilicon/qm - increase wait time for mailbox  crypto: hisilicon/qm - obtain the mailbox configuration at one time  crypto: hisilicon/qm - remove unnecessary code in qm_mb_write()  crypto: hisilicon/qm - move the barrier before writing to the mailbox register  ...

            List of files:
            /linux/drivers/firmware/xilinx/Makefile</description>
        <pubDate>Tue, 10 Feb 2026 17:36:42 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>ec496f77b4c11036cc835d6f045fb5e5ef1e6530 - Merge branch &apos;for-6.20/sony&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/xilinx/Makefile#ec496f77b4c11036cc835d6f045fb5e5ef1e6530</link>
        <description>Merge branch &apos;for-6.20/sony&apos; into for-linus- Support for Rock band 4 PS4 and PS5 guitars (Rosalie Wanders)

            List of files:
            /linux/drivers/firmware/xilinx/Makefile</description>
        <pubDate>Mon, 09 Feb 2026 17:33:26 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>c15291e2278ea930ca47a034780f002bee1e1b4f - firmware: zynqmp: Move crypto API&apos;s to separate file</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/xilinx/Makefile#c15291e2278ea930ca47a034780f002bee1e1b4f</link>
        <description>firmware: zynqmp: Move crypto API&apos;s to separate fileFor better maintainability move crypto related API&apos;s tonew zynqmp-crypto.c file.Signed-off-by: Harsh Jain &lt;h.jain@amd.com&gt;Signed-off-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;

            List of files:
            /linux/drivers/firmware/xilinx/Makefile</description>
        <pubDate>Sat, 20 Dec 2025 16:58:52 +0100</pubDate>
        <dc:creator>Harsh Jain &lt;h.jain@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>cc4adab164b772a34b3340d644b7c4728498581e - Merge tag &apos;v6.19-rc1&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/xilinx/Makefile#cc4adab164b772a34b3340d644b7c4728498581e</link>
        <description>Merge tag &apos;v6.19-rc1&apos; into msm-nextMerge Linux 6.19-rc1 in order to catch up with other changes (e.g. UBWCconfig database defining UBWC_6).Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/firmware/xilinx/Makefile</description>
        <pubDate>Tue, 20 Jan 2026 23:06:55 +0100</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>5add3c3c280a35f7e258e9cef7607db5a2e56fdc - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/xilinx/Makefile#5add3c3c280a35f7e258e9cef7607db5a2e56fdc</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.19-rc1. An important upstream bugfix andto help unblock PTL CI.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/drivers/firmware/xilinx/Makefile</description>
        <pubDate>Fri, 19 Dec 2025 11:51:22 +0100</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ec439c38013550420aecc15988ae6acb670838c1 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/xilinx/Makefile#ec439c38013550420aecc15988ae6acb670838c1</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Cross-merge BPF and other fixes after downstream PR.Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/drivers/firmware/xilinx/Makefile</description>
        <pubDate>Wed, 17 Dec 2025 06:29:38 +0100</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b8304863a3990d0f18c38e5b94191830a63ee1af - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/xilinx/Makefile#b8304863a3990d0f18c38e5b94191830a63ee1af</link>
        <description>Merge drm/drm-next into drm-intel-nextSync-up some display code needed for Async flips refactor.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/firmware/xilinx/Makefile</description>
        <pubDate>Mon, 15 Dec 2025 14:24:02 +0100</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7f790dd21a931c61167f7bdc327aecf2cebad327 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/xilinx/Makefile#7f790dd21a931c61167f7bdc327aecf2cebad327</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s kickstart the v6.20 (7.0?) release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/firmware/xilinx/Makefile</description>
        <pubDate>Mon, 15 Dec 2025 09:27:39 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
