<?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>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/Kconfig#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/lib/Kconfig</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>136114e0abf03005e182d75761ab694648e6d388 - Merge tag &apos;mm-nonmm-stable-2026-02-12-10-48&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/Kconfig#136114e0abf03005e182d75761ab694648e6d388</link>
        <description>Merge tag &apos;mm-nonmm-stable-2026-02-12-10-48&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmPull non-MM updates from Andrew Morton: - &quot;ocfs2: give ocfs2 the ability to reclaim suballocator free bg&quot; saves   disk space by teaching ocfs2 to reclaim suballocator block group   space (Heming Zhao) - &quot;Add ARRAY_END(), and use it to fix off-by-one bugs&quot; adds the   ARRAY_END() macro and uses it in various places (Alejandro Colomar) - &quot;vmcoreinfo: support VMCOREINFO_BYTES larger than PAGE_SIZE&quot; makes   the vmcore code future-safe, if VMCOREINFO_BYTES ever exceeds the   page size (Pnina Feder) - &quot;kallsyms: Prevent invalid access when showing module buildid&quot; cleans   up kallsyms code related to module buildid and fixes an invalid   access crash when printing backtraces (Petr Mladek) - &quot;Address page fault in ima_restore_measurement_list()&quot; fixes a   kexec-related crash that can occur when booting the second-stage   kernel on x86 (Harshit Mogalapalli) - &quot;kho: ABI headers and Documentation updates&quot; updates the kexec   handover ABI documentation (Mike Rapoport) - &quot;Align atomic storage&quot; adds the __aligned attribute to atomic_t and   atomic64_t definitions to get natural alignment of both types on   csky, m68k, microblaze, nios2, openrisc and sh (Finn Thain) - &quot;kho: clean up page initialization logic&quot; simplifies the page   initialization logic in kho_restore_page() (Pratyush Yadav) - &quot;Unload linux/kernel.h&quot; moves several things out of kernel.h and into   more appropriate places (Yury Norov) - &quot;don&apos;t abuse task_struct.group_leader&quot; removes the usage of   -&gt;group_leader when it is &quot;obviously unnecessary&quot; (Oleg Nesterov) - &quot;list private v2 &amp; luo flb&quot; adds some infrastructure improvements to   the live update orchestrator (Pasha Tatashin)* tag &apos;mm-nonmm-stable-2026-02-12-10-48&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: (107 commits)  watchdog/hardlockup: simplify perf event probe and remove per-cpu dependency  procfs: fix missing RCU protection when reading real_parent in do_task_stat()  watchdog/softlockup: fix sample ring index wrap in need_counting_irqs()  kcsan, compiler_types: avoid duplicate type issues in BPF Type Format  kho: fix doc for kho_restore_pages()  tests/liveupdate: add in-kernel liveupdate test  liveupdate: luo_flb: introduce File-Lifecycle-Bound global state  liveupdate: luo_file: Use private list  list: add kunit test for private list primitives  list: add primitives for private list manipulations  delayacct: fix uapi timespec64 definition  panic: add panic_force_cpu= parameter to redirect panic to a specific CPU  netclassid: use thread_group_leader(p) in update_classid_task()  RDMA/umem: don&apos;t abuse current-&gt;group_leader  drm/pan*: don&apos;t abuse current-&gt;group_leader  drm/amd: kill the outdated &quot;Only the pthreads threading model is supported&quot; checks  drm/amdgpu: don&apos;t abuse current-&gt;group_leader  android/binder: use same_thread_group(proc-&gt;tsk, current) in binder_mmap()  android/binder: don&apos;t abuse current-&gt;group_leader  kho: skip memoryless NUMA nodes when reserving scratch areas  ...

            List of files:
            /linux/lib/Kconfig</description>
        <pubDate>Thu, 12 Feb 2026 21:13:01 +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/lib/Kconfig#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/lib/Kconfig</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>bf45794244ca1fb1c135754f36ff765eea01f9e6 - lib/glob: convert selftest to KUnit</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/Kconfig#bf45794244ca1fb1c135754f36ff765eea01f9e6</link>
        <description>lib/glob: convert selftest to KUnitThis patch converts the existing glob selftest (lib/globtest.c) to use theKUnit framework (lib/tests/glob_kunit.c).The new test:- Migrates all 64 test cases from the original test to the KUnit suite.- Removes the custom &apos;verbose&apos; module parameter as KUnit handles logging.- Updates Kconfig.debug and Makefile to support the new KUnit test.- Updates Kconfig and Makefile to remove the original selftest.- Updates GLOB_SELFTEST to GLOB_KUNIT_TEST for arch/m68k/configs.This commit is verified by `./tools/testing/kunit/kunit.py run&apos;with the .kunit/.kunitconfig:CONFIG_KUNIT=yCONFIG_GLOB_KUNIT_TEST=yLink: https://lkml.kernel.org/r/20260108120753.27339-1-note351@hotmail.comSigned-off-by: Kir Chou &lt;note351@hotmail.com&gt;Acked-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Reviewed-by: David Gow &lt;davidgow@google.com&gt;Reviewed-by: Kuan-Wei Chiu &lt;visitorckw@gmail.com&gt;Cc: &lt;kirchou@google.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux/lib/Kconfig</description>
        <pubDate>Thu, 08 Jan 2026 13:07:53 +0100</pubDate>
        <dc:creator>Kir Chou &lt;note351@hotmail.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/lib/Kconfig#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/lib/Kconfig</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/lib/Kconfig#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/lib/Kconfig</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/lib/Kconfig#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/lib/Kconfig</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/lib/Kconfig#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/lib/Kconfig</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/lib/Kconfig#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/lib/Kconfig</description>
        <pubDate>Mon, 15 Dec 2025 09:27:39 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a4a508df2aa34f8650afde54ea804321c618f45f - Merge tag &apos;v6.18&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/Kconfig#a4a508df2aa34f8650afde54ea804321c618f45f</link>
        <description>Merge tag &apos;v6.18&apos; into nextSync up with the mainline to bring in the latest APIs.

            List of files:
            /linux/lib/Kconfig</description>
        <pubDate>Sat, 13 Dec 2025 10:18:20 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>24f171c7e145f43b9f187578e89b0982ce87e54c - Merge tag &apos;asoc-fix-v6.19-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/Kconfig#24f171c7e145f43b9f187578e89b0982ce87e54c</link>
        <description>Merge tag &apos;asoc-fix-v6.19-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v6.19We&apos;ve been quite busy with fixes since the merge window, though not inany particularly exciting ways - the standout thing is the fix for _SXcontrols which were broken by a change to how we do clamping, otherwiseit&apos;s all fairly run of the mill fixes and quirks.

            List of files:
            /linux/lib/Kconfig</description>
        <pubDate>Sun, 21 Dec 2025 11:11:11 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>84318277d6334c6981ab326d4acc87c6a6ddc9b8 - Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/Kconfig#84318277d6334c6981ab326d4acc87c6a6ddc9b8</link>
        <description>Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixesPull in rc1 to include all changes since the merge window closed,and grab all fixes and changes from drm/drm-next.Signed-off-by: Maarten Lankhorst &lt;dev@lankhorst.se&gt;

            List of files:
            /linux/lib/Kconfig</description>
        <pubDate>Mon, 15 Dec 2025 12:53:27 +0100</pubDate>
        <dc:creator>Maarten Lankhorst &lt;dev@lankhorst.se&gt;</dc:creator>
    </item>
<item>
        <title>11efc1cb7016e300047822fd60e0f4b4158bd56d - Merge tag &apos;soc-drivers-6.19-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/Kconfig#11efc1cb7016e300047822fd60e0f4b4158bd56d</link>
        <description>Merge tag &apos;soc-drivers-6.19-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socPull more SoC driver updates from Arnd Bergmann: &quot;These updates came a little late, or were based on a later 6.18-rc tag  than the others:   - A new driver for cache management on cxl devices with memory shared     in a coherent cluster. This is part of the drivers/cache/ tree, but     unlike the other drivers that back the dma-mapping interfaces, this     one is needed only during CPU hotplug.   - A shared branch for reset controllers using swnode infrastructure   - Added support for new SoC variants in the Amlogic soc_device     identification   - Minor updates in Freescale, Microchip, Samsung, and Apple SoC     drivers&quot;* tag &apos;soc-drivers-6.19-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (24 commits)  soc: samsung: exynos-pmu: fix device leak on regmap lookup  soc: samsung: exynos-pmu: Fix structure initialization  soc: fsl: qbman: use kmalloc_array() instead of kmalloc()  soc: fsl: qbman: add WQ_PERCPU to alloc_workqueue users  MAINTAINERS: Update email address for Christophe Leroy  MAINTAINERS: refer to intended file in STANDALONE CACHE CONTROLLER DRIVERS  cache: Support cache maintenance for HiSilicon SoC Hydra Home Agent  cache: Make top level Kconfig menu a boolean dependent on RISCV  MAINTAINERS: Add Jonathan Cameron to drivers/cache and add lib/cache_maint.c + header  arm64: Select GENERIC_CPU_CACHE_MAINTENANCE  lib: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION  soc: amlogic: meson-gx-socinfo: add new SoCs id  dt-bindings: arm: amlogic: meson-gx-ao-secure: support more SoCs  memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()  memregion: Drop unused IORES_DESC_* parameter from cpu_cache_invalidate_memregion()  dt-bindings: cache: sifive,ccache0: add a pic64gx compatible  MAINTAINERS: rename Microchip RISC-V entry  MAINTAINERS: add new soc drivers to Microchip RISC-V entry  soc: microchip: add mfd drivers for two syscon regions on PolarFire SoC  dt-bindings: soc: microchip: document the simple-mfd syscon on PolarFire SoC  ...

            List of files:
            /linux/lib/Kconfig</description>
        <pubDate>Sat, 06 Dec 2025 02:47:59 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>8e2baac0f2bb5ceff5858ac89eff04a67c98b789 - Merge tag &apos;cache-for-v6.19&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux into soc/drivers-late</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/Kconfig#8e2baac0f2bb5ceff5858ac89eff04a67c98b789</link>
        <description>Merge tag &apos;cache-for-v6.19&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux into soc/drivers-latestandalone cache drivers for v6.19ccache:Add a compatible for the pic64gx SoC. No driver change needed, as itfalls back to the PolarFire SoC.hisi hha/generic cpu cache maintenance:Add support for a non-architectural mechanism for invalidating memoryregions, needed for some cxl implementations on arm64 (and probablyelsewhere in the future). The HiSilicon Hydra Home Agent is the firstdriver to provide this support.Signed-off-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;* tag &apos;cache-for-v6.19&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux:  MAINTAINERS: refer to intended file in STANDALONE CACHE CONTROLLER DRIVERS  cache: Support cache maintenance for HiSilicon SoC Hydra Home Agent  cache: Make top level Kconfig menu a boolean dependent on RISCV  MAINTAINERS: Add Jonathan Cameron to drivers/cache and add lib/cache_maint.c + header  arm64: Select GENERIC_CPU_CACHE_MAINTENANCE  lib: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION  memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()  memregion: Drop unused IORES_DESC_* parameter from cpu_cache_invalidate_memregion()  dt-bindings: cache: sifive,ccache0: add a pic64gx compatibleSigned-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux/lib/Kconfig</description>
        <pubDate>Thu, 27 Nov 2025 23:00:45 +0100</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>c460697d3472d4252917fba9bbc1d1a23eafc124 - lib: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/Kconfig#c460697d3472d4252917fba9bbc1d1a23eafc124</link>
        <description>lib: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGIONARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION provides the mechanism forinvalidating certain memory regions in a cache-incoherent manner. Currentlythis is used by NVDIMM and CXL memory drivers in cases where it isnecessary to flush all data from caches by physical address range.The operations in question are effectively memory hotplug, where staledata might otherwise remain in the caches.This is separate from the invalidates done to enable use of non-coherentDMA masters, primarily in terms of when it is needed (not related to DMAmappings) and how deep the flush must push data. The flushes done fornon-coherent DMA only need to reach the Point of Coherence of a single host(which is often nearer CPUs and DMA masters than the physical storage).This operation must push the data out of non architectural caches(memory-side caches, write buffers etc) and typically all the way to thememory device.In some architectures these operations are supported by system componentsthat may become available only later in boot as they are either presenton a discoverable bus, or via a firmware description of an MMIO interface(e.g. ACPI DSDT). Provide a framework to handle this case.Architectures can opt in for this support viaCONFIG_GENERIC_CPU_CACHE_MAINTENANCEAdd a registration framework. Each driver provides an ops structure andthe first op is Write Back and Invalidate by PA Range. The driver mayover invalidate.For systems that can perform this operation asynchronously an optionalcompletion check operation is also provided. If present that must be calledto ensure that the action has finished. This provides a considerableperformance advantage if multiple agents are involved in the maintenanceoperation.When multiple agents are present in the system each should register withthis framework and the core code will issue the invalidate to all of thembefore checking for completion on each. This is done to avoid need forfiltering in the core code which can become complex when interleave,potentially across different cache coherency hardware is going on, so itis easier to tell everyone and let those who don&apos;t care do nothing.Signed-off-by: Yicong Yang &lt;yangyicong@hisilicon.com&gt;Co-developed-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;Acked-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;Signed-off-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;

            List of files:
            /linux/lib/Kconfig</description>
        <pubDate>Mon, 17 Nov 2025 11:47:56 +0100</pubDate>
        <dc:creator>Yicong Yang &lt;yangyicong@hisilicon.com&gt;</dc:creator>
    </item>
<item>
        <title>7362b5b493102c6b71827c2da22117b475528f6d - Merge branch &apos;for-6.19/nintendo&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/Kconfig#7362b5b493102c6b71827c2da22117b475528f6d</link>
        <description>Merge branch &apos;for-6.19/nintendo&apos; into for-linus- switch to WQ_PERCPU workaueues (Marco Crivellari)- reduce potential initialization blocking time of hid-nintendo (Willy Huang)

            List of files:
            /linux/lib/Kconfig</description>
        <pubDate>Tue, 02 Dec 2025 14:46:11 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.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/lib/Kconfig#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/lib/Kconfig</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>82ee50252dc891e3f3b32d923bb4f656d300b772 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/Kconfig#82ee50252dc891e3f3b32d923bb4f656d300b772</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.18-rc1.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/lib/Kconfig</description>
        <pubDate>Tue, 14 Oct 2025 11:31:49 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2acee98fcc61052d63fab4539fcb6ee677555645 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/Kconfig#2acee98fcc61052d63fab4539fcb6ee677555645</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.18-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/lib/Kconfig</description>
        <pubDate>Tue, 14 Oct 2025 09:37:11 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9b966ae42235a88eaea714be09ff3d698535bdfe - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/Kconfig#9b966ae42235a88eaea714be09ff3d698535bdfe</link>
        <description>Merge drm/drm-next into drm-misc-nextUpdating drm-misc-next to the state of v6.18-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/lib/Kconfig</description>
        <pubDate>Mon, 13 Oct 2025 09:19:19 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
</channel>
</rss>
