<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><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/firmware/cirrus/Kconfig#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/firmware/cirrus/Kconfig</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>86e2d052c2320bf12571a5d96b16c2745e1cfc5e - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/cirrus/Kconfig#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/firmware/cirrus/Kconfig</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>bbfd5594756011167b8f8de9a00e0c946afda1e6 - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/cirrus/Kconfig#bbfd5594756011167b8f8de9a00e0c946afda1e6</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextNeed to pull in a67221b5eb8d (&quot;drm/i915/dp: Return min bpc supported by source instead of 0&quot;)in order to fix build breakage on GCC 9.4.0 (from Ubuntu 20.04).Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/drivers/firmware/cirrus/Kconfig</description>
        <pubDate>Wed, 28 May 2025 09:20:17 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>db5302ae571beec635c1a96e7f72926a4e65195e - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/cirrus/Kconfig#db5302ae571beec635c1a96e7f72926a4e65195e</link>
        <description>Merge drm/drm-next into drm-intel-nextBackmerge to sync with v6.15-rc, xe, and specifically async flip changesin drm-misc.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/firmware/cirrus/Kconfig</description>
        <pubDate>Fri, 16 May 2025 09:22:36 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2670a39b1ea68fb0b9175e26e299f3fe974e0332 - Merge tag &apos;riscv-mw2-6.16-rc1&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/alexghiti/linux into for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/cirrus/Kconfig#2670a39b1ea68fb0b9175e26e299f3fe974e0332</link>
        <description>Merge tag &apos;riscv-mw2-6.16-rc1&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/alexghiti/linux into for-nextriscv patches for 6.16-rc1, part 2* Performance improvements  - Add support for vdso getrandom  - Implement raid6 calculations using vectors  - Introduce svinval tlb invalidation* Cleanup  - A bunch of deduplication of the macros we use for manipulating instructions* Misc  - Introduce a kunit test for kprobes  - Add support for mseal as riscv fits the requirements (thanks to Lorenzo for making sure of that :))[Palmer: There was a rebase between part 1 and part 2, so I&apos;ve had to dosome more git surgery here... at least two rounds of surgery...]* alex-pr-2: (866 commits)  RISC-V: vDSO: Wire up getrandom() vDSO implementation  riscv: enable mseal sysmap for RV64  raid6: Add RISC-V SIMD syndrome and recovery calculations  riscv: mm: Add support for Svinval extension  riscv: Add kprobes KUnit test  riscv: kprobes: Remove duplication of RV_EXTRACT_ITYPE_IMM  riscv: kprobes: Remove duplication of RV_EXTRACT_UTYPE_IMM  riscv: kprobes: Remove duplication of RV_EXTRACT_RD_REG  riscv: kprobes: Remove duplication of RVC_EXTRACT_BTYPE_IMM  riscv: kprobes: Remove duplication of RVC_EXTRACT_C2_RS1_REG  riscv: kproves: Remove duplication of RVC_EXTRACT_JTYPE_IMM  riscv: kprobes: Remove duplication of RV_EXTRACT_BTYPE_IMM  riscv: kprobes: Remove duplication of RV_EXTRACT_RS1_REG  riscv: kprobes: Remove duplication of RV_EXTRACT_JTYPE_IMM  riscv: kprobes: Move branch_funct3 to insn.h  riscv: kprobes: Move branch_rs2_idx to insn.h  Linux 6.15-rc6  Input: xpad - fix xpad_device sorting  Input: xpad - add support for several more controllers  Input: xpad - fix Share button on Xbox One controllers  ...

            List of files:
            /linux/drivers/firmware/cirrus/Kconfig</description>
        <pubDate>Thu, 05 Jun 2025 20:23:07 +0200</pubDate>
        <dc:creator>Palmer Dabbelt &lt;palmer@dabbelt.com&gt;</dc:creator>
    </item>
<item>
        <title>3349e275067f94ffb4141989aed9cbae7409429b - Merge 6.15-rc6 into staging-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/cirrus/Kconfig#3349e275067f94ffb4141989aed9cbae7409429b</link>
        <description>Merge 6.15-rc6 into staging-nextWe need the staging changes in here as wellSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/firmware/cirrus/Kconfig</description>
        <pubDate>Tue, 13 May 2025 08:37:56 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>ab6dc9a6c721c2eed867c157447764ae68ff9b7e - Merge 6.15-rc6 into usb-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/cirrus/Kconfig#ab6dc9a6c721c2eed867c157447764ae68ff9b7e</link>
        <description>Merge 6.15-rc6 into usb-nextWe need the USB fixes in here as well.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/firmware/cirrus/Kconfig</description>
        <pubDate>Tue, 13 May 2025 08:26:58 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>991919e969043a4422dfebbcadf600a5d28b94e4 - Merge 6.15-rc6 into char-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/cirrus/Kconfig#991919e969043a4422dfebbcadf600a5d28b94e4</link>
        <description>Merge 6.15-rc6 into char-misc-nextWe need the iio/hyperv fixes in here as well.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/firmware/cirrus/Kconfig</description>
        <pubDate>Tue, 13 May 2025 08:19:37 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>8330d092f789ca7859042c80cbf3ea496bc53d99 - Merge remote-tracking branch &apos;torvalds/master&apos; into perf-tools-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/cirrus/Kconfig#8330d092f789ca7859042c80cbf3ea496bc53d99</link>
        <description>Merge remote-tracking branch &apos;torvalds/master&apos; into perf-tools-nextTo pick up fixes from the latest perf-tools pull request from Namhyungand get perf-tools-next in line with thinngs in other areas it uses,like tools/lib/bpf, etc.Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux/drivers/firmware/cirrus/Kconfig</description>
        <pubDate>Wed, 07 May 2025 17:51:38 +0200</pubDate>
        <dc:creator>Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>4f9786035f9e519db41375818e1d0b5f20da2f10 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/cirrus/Kconfig#4f9786035f9e519db41375818e1d0b5f20da2f10</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.16 merge window.

            List of files:
            /linux/drivers/firmware/cirrus/Kconfig</description>
        <pubDate>Mon, 02 Jun 2025 06:41:07 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d51b9d81f7883f526b26e3ab903e646274aebeb1 - Merge tag &apos;v6.15-rc6&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/cirrus/Kconfig#d51b9d81f7883f526b26e3ab903e646274aebeb1</link>
        <description>Merge tag &apos;v6.15-rc6&apos; into nextSync up with mainline to bring in xpad controller changes.

            List of files:
            /linux/drivers/firmware/cirrus/Kconfig</description>
        <pubDate>Fri, 16 May 2025 01:20:39 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ef2233850edc4cc0d5fc6136fcdb004a1ddfa7db - Merge tag &apos;v6.15&apos; into rdma.git for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/cirrus/Kconfig#ef2233850edc4cc0d5fc6136fcdb004a1ddfa7db</link>
        <description>Merge tag &apos;v6.15&apos; into rdma.git for-nextFollowing patches need the RDMA rc branch since we are past the RC cyclenow.Merge conflicts resolved based on Linux-next:- For RXE odp changes keep for-next version and fixup new places that  need to call is_odp_mr()  https://lore.kernel.org/r/20250422143019.500201bd@canb.auug.org.au  https://lore.kernel.org/r/20250514122455.3593b083@canb.auug.org.au- irdma is keeping the while/kfree bugfix from -rc and the pf/cdev_info  change from for-next  https://lore.kernel.org/r/20250513130630.280ee6c5@canb.auug.org.auSigned-off-by: Jason Gunthorpe &lt;jgg@nvidia.com&gt;

            List of files:
            /linux/drivers/firmware/cirrus/Kconfig</description>
        <pubDate>Mon, 26 May 2025 20:32:29 +0200</pubDate>
        <dc:creator>Jason Gunthorpe &lt;jgg@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>9c7dcf4c16ef521657450a82dc26775d6f556209 - Merge tag &apos;i2c-host-6.16&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-mergewindow</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/cirrus/Kconfig#9c7dcf4c16ef521657450a82dc26775d6f556209</link>
        <description>Merge tag &apos;i2c-host-6.16&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-mergewindowi2c-host updates for v6.16Cleanups and refactorings- Many drivers switched to dev_err_probe()- Generic cleanups applied to designware, iproc, ismt, mlxbf,  npcm7xx, qcom-geni, pasemi, and thunderx- davinci: declare I2C mangling support among I2C features- designware: clean up DTS handling- designware: fix PM runtime on driver unregister- imx: improve error logging during probe- lpc2k: improve checks in probe error path- xgene-slimpro: improve PCC shared memory handling- pasemi: improve error handling in reset, smbus clear, timeouts- tegra: validate buffer length during transfers- wmt: convert binding to YAML formatImprovements and extended support:- microchip-core: add SMBus support- mlxbf: add support for repeated start in block transfers- mlxbf: improve timer configuration- npcm: attempt clock toggle recovery before failing init- octeon: add support for block mode operations- pasemi: add support for unjam device feature- riic: add support for bus recoveryNew device support:- MediaTek Dimensity 1200 (MT6893)- Sophgo SG2044- Renesas RZ/V2N (R9A09G056)- Rockchip RK3528- AMD ISP (new driver)Misc changes:- core: add support for Write Disable-aware SPD

            List of files:
            /linux/drivers/firmware/cirrus/Kconfig</description>
        <pubDate>Fri, 23 May 2025 17:18:16 +0200</pubDate>
        <dc:creator>Wolfram Sang &lt;wsa+renesas@sang-engineering.com&gt;</dc:creator>
    </item>
<item>
        <title>15ff5d0e90bb044b94d9a4ac57276829861a954d - Merge branch &apos;for-6.16/tsm-mr&apos; into tsm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/cirrus/Kconfig#15ff5d0e90bb044b94d9a4ac57276829861a954d</link>
        <description>Merge branch &apos;for-6.16/tsm-mr&apos; into tsm-nextMerge measurement-register infrastructure for v6.16. Resolve conflictswith the establishment of drivers/virt/coco/guest/ for cross-vendorcommon TSM functionality.Address a mis-merge with a fixup from Lukas:Link: http://lore.kernel.org/20250509134031.70559-1-lukas.bulwahn@redhat.com

            List of files:
            /linux/drivers/firmware/cirrus/Kconfig</description>
        <pubDate>Tue, 13 May 2025 07:12:44 +0200</pubDate>
        <dc:creator>Dan Williams &lt;dan.j.williams@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>85502b2214d50ba0ddf2a5fb454e4d28a160d175 - Merge tag &apos;loongarch-kvm-6.16&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/cirrus/Kconfig#85502b2214d50ba0ddf2a5fb454e4d28a160d175</link>
        <description>Merge tag &apos;loongarch-kvm-6.16&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEADLoongArch KVM changes for v6.161. Don&apos;t flush tlb if HW PTW supported.2. Add LoongArch KVM selftests support.

            List of files:
            /linux/drivers/firmware/cirrus/Kconfig</description>
        <pubDate>Mon, 26 May 2025 22:12:13 +0200</pubDate>
        <dc:creator>Paolo Bonzini &lt;pbonzini@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>f27ae3a6cebc18a864e1dbee98c9e6c12e72b526 - Merge 6.15-rc6 into driver-core-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/cirrus/Kconfig#f27ae3a6cebc18a864e1dbee98c9e6c12e72b526</link>
        <description>Merge 6.15-rc6 into driver-core-nextWe need the driver core fix in here as well for testingSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/drivers/firmware/cirrus/Kconfig</description>
        <pubDate>Mon, 12 May 2025 14:16:34 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>6b02fd7799fc8e1160c5783459d065ceeb4b7365 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/cirrus/Kconfig#6b02fd7799fc8e1160c5783459d065ceeb4b7365</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netCross-merge networking fixes after downstream PR (net-6.15-rc6).No conflicts.Adjacent changes:net/core/dev.c:  08e9f2d584c4 (&quot;net: Lock netdevices during dev_shutdown&quot;)  a82dc19db136 (&quot;net: avoid potential race between netdev_get_by_index_lock() and netns switch&quot;)Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/firmware/cirrus/Kconfig</description>
        <pubDate>Thu, 08 May 2025 17:56:12 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>6a5ca33b88b5cd6ff216593dc8d13c8b4bef6704 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/cirrus/Kconfig#6a5ca33b88b5cd6ff216593dc8d13c8b4bef6704</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging drm-next to get fixes from v6.15-rc5.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/firmware/cirrus/Kconfig</description>
        <pubDate>Tue, 06 May 2025 09:09:49 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>5e0c67998152bdb91b056160449ee542b86271a5 - BackMerge tag &apos;v6.15-rc5&apos; into drm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/cirrus/Kconfig#5e0c67998152bdb91b056160449ee542b86271a5</link>
        <description>BackMerge tag &apos;v6.15-rc5&apos; into drm-nextLinux 6.15-rc5, requested by tzimmerman for fixes required in drm-next.Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;

            List of files:
            /linux/drivers/firmware/cirrus/Kconfig</description>
        <pubDate>Tue, 06 May 2025 08:39:25 +0200</pubDate>
        <dc:creator>Dave Airlie &lt;airlied@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>a3d14d1602ca11429d242d230c31af8f822f614f - Merge branch &apos;for-linus&apos; into for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/cirrus/Kconfig#a3d14d1602ca11429d242d230c31af8f822f614f</link>
        <description>Merge branch &apos;for-linus&apos; into for-nextBack-merge of 6.15 devel branch for further development of HD-audiostuff.Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux/drivers/firmware/cirrus/Kconfig</description>
        <pubDate>Fri, 16 May 2025 09:58:27 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
</channel>
</rss>
