<?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/drivers/irqchip/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/drivers/irqchip/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>dc855b77719fe452d670cae2cf64da1eb51f16cc - Merge tag &apos;irq-drivers-2026-02-09&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/irqchip/Kconfig#dc855b77719fe452d670cae2cf64da1eb51f16cc</link>
        <description>Merge tag &apos;irq-drivers-2026-02-09&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipPull irq chip driver updates from Thomas Gleixner: - Add support for the Renesas RZ/V2N SoC - Add a new driver for the Renesas RZ/[TN]2H SoCs - Preserve the register state of the RISCV APLIC interrupt controller   accross suspend/resume - Reinitialize the RISCV IMSIC registers after suspend/resume - Make the various Loongson interrupt chip drivers 32/64-bit aware - Handle the number of hardware interrupts in the SIFIVE PLIC driver   correctly   The hardware interrupt 0 is reserved which resulted in inconsistent   accounting. That went unnoticed as the off by one is only noticable   when the number of device interrupts is a multiple of 32 - The usual device tree updates, cleanups and improvements all over the   place* tag &apos;irq-drivers-2026-02-09&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (24 commits)  irqchip/gic-v5: Fix spelling mistake &quot;ouside&quot; -&gt; &quot;outside&quot;  dt-bindings: interrupt-controller: sifive,plic: Clarify the riscv,ndev meaning in PLIC  irqchip/sifive-plic: Handle number of hardware interrupts correctly  irqchip/aspeed-scu-ic: Remove unused variable mask  irqchip/ti-sci-intr: Allow parsing interrupt-types per-line  dt-bindings: interrupt-controller: ti,sci-intr: Per-line interrupt-types  irqchip/renesas-rzv2h: Add suspend/resume support  irqchip/aslint-sswi: Fix error check of of_io_request_and_map() result  irqchip: Allow LoongArch irqchip drivers on both 32BIT/64BIT  irqchip/loongson-pch-pic: Adjust irqchip driver for 32BIT/64BIT  irqchip/loongson-pch-msi: Adjust irqchip driver for 32BIT/64BIT  irqchip/loongson-htvec: Adjust irqchip driver for 32BIT/64BIT  irqchip/loongson-eiointc: Adjust irqchip driver for 32BIT/64BIT  irqchip/loongson-liointc: Adjust irqchip driver for 32BIT/64BIT  irqchip/loongarch-avec: Adjust irqchip driver for 32BIT/64BIT  irqchip/riscv-aplic: Preserve APLIC states across suspend/resume  irqchip/riscv-imsic: Add a CPU pm notifier to restore the IMSIC on exit  arm64: dts: renesas: r9a09g087: Add ICU support  arm64: dts: renesas: r9a09g077: Add ICU support  irqchip: Add RZ/{T2H,N2H} Interrupt Controller (ICU) driver  ...

            List of files:
            /linux/drivers/irqchip/Kconfig</description>
        <pubDate>Tue, 10 Feb 2026 23:01:40 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&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/irqchip/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/drivers/irqchip/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>a34d398c83a4a4bc00513c00f6eecc34267f834f - irqchip: Allow LoongArch irqchip drivers on both 32BIT/64BIT</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/irqchip/Kconfig#a34d398c83a4a4bc00513c00f6eecc34267f834f</link>
        <description>irqchip: Allow LoongArch irqchip drivers on both 32BIT/64BITAll LoongArch irqchip drivers are adjusted, allow them to be built on both32BIT and 64BIT platforms.Co-developed-by: Jiaxun Yang &lt;jiaxun.yang@flygoat.com&gt;Signed-off-by: Jiaxun Yang &lt;jiaxun.yang@flygoat.com&gt;Signed-off-by: Huacai Chen &lt;chenhuacai@loongson.cn&gt;Signed-off-by: Thomas Gleixner &lt;tglx@kernel.org&gt;Link: https://patch.msgid.link/20260113085940.3344837-8-chenhuacai@loongson.cn

            List of files:
            /linux/drivers/irqchip/Kconfig</description>
        <pubDate>Tue, 13 Jan 2026 09:59:40 +0100</pubDate>
        <dc:creator>Huacai Chen &lt;chenhuacai@loongson.cn&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/irqchip/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/drivers/irqchip/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>13e7b3305b647cf58c47c979fe8a04e08caa6098 - irqchip: Add RZ/{T2H,N2H} Interrupt Controller (ICU) driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/irqchip/Kconfig#13e7b3305b647cf58c47c979fe8a04e08caa6098</link>
        <description>irqchip: Add RZ/{T2H,N2H} Interrupt Controller (ICU) driverThe Renesas RZ/T2H (R9A09G077) and Renesas RZ/N2H (R9A09G087) SoCs have anInterrupt Controller (ICU) that supports interrupts from external pins IRQ0to IRQ15, and SEI, and software-triggered interrupts INTCPU0 to INTCPU15.INTCPU0 to INTCPU13, IRQ0 to IRQ13 are non-safety interrupts, whileINTCPU14, INTCPU15, IRQ14, IRQ15 and SEI are safety interrupts, and areexposed via a separate register space.Signed-off-by: Cosmin Tanislav &lt;cosmin-gabriel.tanislav.xa@renesas.com&gt;Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Link: https://patch.msgid.link/20251201112933.488801-3-cosmin-gabriel.tanislav.xa@renesas.com

            List of files:
            /linux/drivers/irqchip/Kconfig</description>
        <pubDate>Mon, 01 Dec 2025 12:29:31 +0100</pubDate>
        <dc:creator>Cosmin Tanislav &lt;cosmin-gabriel.tanislav.xa@renesas.com&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/irqchip/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/drivers/irqchip/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/drivers/irqchip/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/drivers/irqchip/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/drivers/irqchip/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/drivers/irqchip/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/drivers/irqchip/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/drivers/irqchip/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/drivers/irqchip/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/drivers/irqchip/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>cb9f145f638d7afa633632a9290d6ad06caeb8ee - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclark</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/irqchip/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/drivers/irqchip/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/drivers/irqchip/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/drivers/irqchip/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/drivers/irqchip/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/drivers/irqchip/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/drivers/irqchip/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/drivers/irqchip/Kconfig</description>
        <pubDate>Mon, 13 Oct 2025 09:19:19 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>39e9d5f63075f4d54e3b59b8238478c32af92755 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf before 6.18-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/irqchip/Kconfig#39e9d5f63075f4d54e3b59b8238478c32af92755</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf before 6.18-rc1Cross-merge BPF and other fixes after downstream PR.No conflicts.Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/drivers/irqchip/Kconfig</description>
        <pubDate>Sun, 12 Oct 2025 03:27:47 +0200</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&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/irqchip/Kconfig#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/irqchip/Kconfig</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>15b87bec89cb227b55b3689bf5de31b85cf88559 - Merge tag &apos;irq-drivers-2025-11-30&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/irqchip/Kconfig#15b87bec89cb227b55b3689bf5de31b85cf88559</link>
        <description>Merge tag &apos;irq-drivers-2025-11-30&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipPull irq driver updates from Thomas Gleixner: &quot;Boring updates for interrupt drivers:   - Support for a couple of new ARM64 and RISCV SoC variants and their     magic interrupt controllers which either can reuse existing code or     require quirks due to a botched hardware implementation   - More section mismatch fixes   - The usual cleanups and fixes all over the place&quot;* tag &apos;irq-drivers-2025-11-30&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (32 commits)  irqchip/meson-gpio: Add support for Amlogic S6 S7 and S7D SoCs  dt-bindings: interrupt-controller: Add support for Amlogic S6 S7 and S7D SoCs  dt-bindings: interrupt-controller: aspeed,ast2700: Correct #interrupt-cells and interrupts count  irqchip/aclint-sswi: Add Nuclei UX900 support  dt-bindings: interrupt-controller: Add Anlogic DR1V90 ACLINT SSWI  dt-bindings: interrupt-controller: Add Anlogic DR1V90 ACLINT MSWI  dt-bindings: interrupt-controller: Add Anlogic DR1V90 PLIC  irqchip/irq-bcm7038-l1: Remove unused reg_mask_status()  irqchip/sifive-plic: Fix call to __plic_toggle() in M-Mode code path  irqchip/sifive-plic: Add support for UltraRISC DP1000 PLIC  irqchip/sifive-plic: Cache the interrupt enable state  dt-bindings: interrupt-controller: Add UltraRISC DP1000 PLIC  dt-bindings: vendor-prefixes: Add UltraRISC  irqchip/qcom-irq-combiner: Rename driver structure  irqchip/riscv-imsic: Inline imsic_vector_from_local_id()  irqchip/riscv-imsic: Embed the vector array in lpriv  irqchip/riscv-imsic: Remove redundant irq_data lookups  irqchip/ts4800: Drop unused module alias  irqchip/mvebu-pic: Drop unused module alias  irqchip/meson-gpio: Drop unused module alias  ...

            List of files:
            /linux/drivers/irqchip/Kconfig</description>
        <pubDate>Tue, 02 Dec 2025 18:32:53 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>6863c8385c28ba4d30391f1d1fce39f62581d362 - Merge tag &apos;irq-core-2025-11-30&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/irqchip/Kconfig#6863c8385c28ba4d30391f1d1fce39f62581d362</link>
        <description>Merge tag &apos;irq-core-2025-11-30&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipPull irq core updates from Thomas Gleixner: &quot;Updates for the interrupt core and treewide cleanups:   - Rework of the Per Processor Interrupt (PPI) management on ARM[64]     PPI support was built under the assumption that the systems are     homogenous so that the same CPU local device types are connected to     them. That&apos;s unfortunately wishful thinking and created horrible     workarounds.     This rework provides affinity management for PPIs so that they can     be individually configured in the firmware tables and mops up the     related drivers all over the place.   - Prevent CPUSET/isolation changes to arbitrarily affine interrupt     threads to random CPUs, which ignores user or driver settings.   - Plug a harmless race in the interrupt affinity proc interface,     which allows to see a half updated mask   - Adjust the priority of secondary interrupt threads on RT, so that     the combination of primary and secondary thread emulates the     hardware interrupt plus thread scenario. Having them at the same     priority can cause starvation issues in some drivers&quot;* tag &apos;irq-core-2025-11-30&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (33 commits)  genirq: Remove cpumask availability check on kthread affinity setting  genirq: Fix interrupt threads affinity vs. cpuset isolated partitions  genirq: Prevent early spurious wake-ups of interrupt threads  genirq: Use raw_spinlock_irq() in irq_set_affinity_notifier()  genirq/manage: Reduce priority of forced secondary interrupt handler  genirq/proc: Fix race in show_irq_affinity()  genirq: Fix percpu_devid irq affinity documentation  perf: arm_pmu: Kill last use of per-CPU cpu_armpmu pointer  irqdomain: Kill of_node_to_fwnode() helper  genirq: Kill irq_{g,s}et_percpu_devid_partition()  irqchip: Kill irq-partition-percpu  irqchip/apple-aic: Drop support for custom PMU irq partitions  irqchip/gic-v3: Drop support for custom PPI partitions  coresight: trbe: Request specific affinities for per CPU interrupts  perf: arm_spe_pmu: Request specific affinities for per CPU interrupts  perf: arm_pmu: Request specific affinities for per CPU NMIs/interrupts  genirq: Add request_percpu_irq_affinity() helper  genirq: Allow per-cpu interrupt sharing for non-overlapping affinities  genirq: Update request_percpu_nmi() to take an affinity  genirq: Add affinity to percpu_devid interrupt requests  ...

            List of files:
            /linux/drivers/irqchip/Kconfig</description>
        <pubDate>Tue, 02 Dec 2025 18:14:26 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>2ace52718376fdb56aca863da2eebe70d7e2ddb1 - Merge branch &apos;objtool/core&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/irqchip/Kconfig#2ace52718376fdb56aca863da2eebe70d7e2ddb1</link>
        <description>Merge branch &apos;objtool/core&apos;Bring in the UDB and objtool data annotations to avoid conflicts while further extending the bug exceptions.Signed-off-by: Peter Zijlstra &lt;peterz@infradead.org&gt;

            List of files:
            /linux/drivers/irqchip/Kconfig</description>
        <pubDate>Fri, 21 Nov 2025 11:21:20 +0100</pubDate>
        <dc:creator>Peter Zijlstra &lt;peterz@infradead.org&gt;</dc:creator>
    </item>
</channel>
</rss>
