<?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/arch/arm/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/arch/arm/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>a95f71ad3e2e224277508e006580c333d0a5fe36 - Merge tag &apos;for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/Kconfig#a95f71ad3e2e224277508e006580c333d0a5fe36</link>
        <description>Merge tag &apos;for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxPull ARM updates from Russell King: - avoid %pK for ARM MM prints - implement ARCH_HAS_CC_CAN_LINK to ensure runnable user progs - handle BE8 and BE32 for user progs* tag &apos;for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux:  ARM: 9470/1: Handle BE8 vs BE32 in ARCH_CC_CAN_LINK  ARM: 9469/1: Implement ARCH_HAS_CC_CAN_LINK  ARM: 9467/1: mm: Don&apos;t use %pK through printk

            List of files:
            /linux/arch/arm/Kconfig</description>
        <pubDate>Fri, 20 Feb 2026 21:21:00 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>561f60dfd1c10acaaf81bf523de2fe1ff39e2645 - ARM: 9470/1: Handle BE8 vs BE32 in ARCH_CC_CAN_LINK</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/Kconfig#561f60dfd1c10acaaf81bf523de2fe1ff39e2645</link>
        <description>ARM: 9470/1: Handle BE8 vs BE32 in ARCH_CC_CAN_LINKARM big-endian has two different binary formats. BE8 and the older BE32.They are incompatible with each other.Handle those when evaluating ARCH_CC_CAN_LINK by using the respectiveconfiguration of the kernel itself.Fixes: 3df8585afd9b (&quot;ARM: 9469/1: Implement ARCH_HAS_CC_CAN_LINK&quot;)Signed-off-by: Thomas Wei&#223;schuh &lt;thomas.weissschuh@linutronix.de&gt;Signed-off-by: Russell King (Oracle) &lt;rmk+kernel@armlinux.org.uk&gt;

            List of files:
            /linux/arch/arm/Kconfig</description>
        <pubDate>Fri, 06 Feb 2026 15:11:29 +0100</pubDate>
        <dc:creator>Thomas Weissschuh &lt;thomas.weissschuh@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>3df8585afd9b340dc789b20f1101593961fc7e9e - ARM: 9469/1: Implement ARCH_HAS_CC_CAN_LINK</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/Kconfig#3df8585afd9b340dc789b20f1101593961fc7e9e</link>
        <description>ARM: 9469/1: Implement ARCH_HAS_CC_CAN_LINKThe generic CC_CAN_LINK detection does not handle different byte orders.This may lead to userprogs which are not actually runnable on the targetkernel.Use architecture-specific logic supporting byte orders instead.Signed-off-by: Thomas Wei&#223;schuh &lt;thomas.weissschuh@linutronix.de&gt;Signed-off-by: Russell King (Oracle) &lt;rmk+kernel@armlinux.org.uk&gt;

            List of files:
            /linux/arch/arm/Kconfig</description>
        <pubDate>Tue, 03 Feb 2026 08:11:48 +0100</pubDate>
        <dc:creator>Thomas Weissschuh &lt;thomas.weissschuh@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>57cb845067e0bf5d42af6bc570190bba3238660e - Merge tag &apos;x86_paravirt_for_v7.0_rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/Kconfig#57cb845067e0bf5d42af6bc570190bba3238660e</link>
        <description>Merge tag &apos;x86_paravirt_for_v7.0_rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipPull x86 paravirt updates from Borislav Petkov: - A nice cleanup to the paravirt code containing a unification of the   paravirt clock interface, taming the include hell by splitting the   pv_ops structure and removing of a bunch of obsolete code (Juergen   Gross)* tag &apos;x86_paravirt_for_v7.0_rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (23 commits)  x86/paravirt: Use XOR r32,r32 to clear register in pv_vcpu_is_preempted()  x86/paravirt: Remove trailing semicolons from alternative asm templates  x86/pvlocks: Move paravirt spinlock functions into own header  x86/paravirt: Specify pv_ops array in paravirt macros  x86/paravirt: Allow pv-calls outside paravirt.h  objtool: Allow multiple pv_ops arrays  x86/xen: Drop xen_mmu_ops  x86/xen: Drop xen_cpu_ops  x86/xen: Drop xen_irq_ops  x86/paravirt: Move pv_native_*() prototypes to paravirt.c  x86/paravirt: Introduce new paravirt-base.h header  x86/paravirt: Move paravirt_sched_clock() related code into tsc.c  x86/paravirt: Use common code for paravirt_steal_clock()  riscv/paravirt: Use common code for paravirt_steal_clock()  loongarch/paravirt: Use common code for paravirt_steal_clock()  arm64/paravirt: Use common code for paravirt_steal_clock()  arm/paravirt: Use common code for paravirt_steal_clock()  sched: Move clock related paravirt code to kernel/sched  paravirt: Remove asm/paravirt_api_clock.h  x86/paravirt: Move thunk macros to paravirt_types.h  ...

            List of files:
            /linux/arch/arm/Kconfig</description>
        <pubDate>Wed, 11 Feb 2026 04:01:45 +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/arch/arm/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/arch/arm/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>cc4adab164b772a34b3340d644b7c4728498581e - Merge tag &apos;v6.19-rc1&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/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/arch/arm/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>15518e633b7c1780d866365a9ee660af5c2ce9a1 - arm/paravirt: Use common code for paravirt_steal_clock()</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/Kconfig#15518e633b7c1780d866365a9ee660af5c2ce9a1</link>
        <description>arm/paravirt: Use common code for paravirt_steal_clock()Remove the arch-specific variant of paravirt_steal_clock() and usethe common one instead.This allows to remove paravirt.c and paravirt.h from arch/arm.Until all archs supporting Xen have been switched to the common codeof paravirt_steal_clock(), drivers/xen/time.c needs to includeasm/paravirt.h for those archs, while this is not necessary for armany longer.Signed-off-by: Juergen Gross &lt;jgross@suse.com&gt;Signed-off-by: Borislav Petkov (AMD) &lt;bp@alien8.de&gt;Acked-by: Peter Zijlstra (Intel) &lt;peterz@infradead.org&gt;Link: https://patch.msgid.link/20260105110520.21356-8-jgross@suse.com

            List of files:
            /linux/arch/arm/Kconfig</description>
        <pubDate>Mon, 05 Jan 2026 12:05:06 +0100</pubDate>
        <dc:creator>Juergen Gross &lt;jgross@suse.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/arch/arm/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/arch/arm/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/arch/arm/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/arch/arm/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/arch/arm/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/arch/arm/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/arch/arm/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/arch/arm/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/arch/arm/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/arch/arm/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>6d87d7c69b5a1136d7c354911f1fe7792b6a40fd - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/Kconfig#6d87d7c69b5a1136d7c354911f1fe7792b6a40fd</link>
        <description>Merge drm/drm-next into drm-intel-nextBackmerge to get the topic/drm-intel-plane-color-pipeline branchcontents.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/arch/arm/Kconfig</description>
        <pubDate>Fri, 05 Dec 2025 09:29:22 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>0f94e51b5320eacccc2626ab70b8d7e705332334 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/Kconfig#0f94e51b5320eacccc2626ab70b8d7e705332334</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in a needed dependency for the Xe VFIOdriver variant. This should ideally have been done before wecommited that, so we now have a small window in drm-xe-nextwhere that driver doesn&apos;t compile.Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202512030331.I8CveRre-lkp@intel.com/Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/arch/arm/Kconfig</description>
        <pubDate>Wed, 03 Dec 2025 11:22:18 +0100</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.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/arch/arm/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/arch/arm/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/arch/arm/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/arch/arm/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>29ba26af9a9d43d5dbb8aa8e653adeb159d42587 - Merge tag &apos;for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/Kconfig#29ba26af9a9d43d5dbb8aa8e653adeb159d42587</link>
        <description>Merge tag &apos;for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxPull ARM updates from Russell King: - disable jump label and high PTE for PREEMPT RT kernels - fix input operand modification in load_unaligned_zeropad() - fix hash_name() / fault path induced warnings - fix branch predictor hardening* tag &apos;for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux:  ARM: fix branch predictor hardening  ARM: fix hash_name() fault  ARM: allow __do_kernel_fault() to report execution of memory faults  ARM: group is_permission_fault() with is_translation_fault()  ARM: 9464/1: fix input-only operand modification in load_unaligned_zeropad()  ARM: 9461/1: Disable HIGHPTE on PREEMPT_RT kernels  ARM: 9459/1: Disable jump-label on PREEMPT_RT

            List of files:
            /linux/arch/arm/Kconfig</description>
        <pubDate>Wed, 10 Dec 2025 23:50:48 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>dd9143371a8619f496e29160390fcafcee1371d1 - Merge branches &apos;fixes&apos; and &apos;misc&apos; into for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/Kconfig#dd9143371a8619f496e29160390fcafcee1371d1</link>
        <description>Merge branches &apos;fixes&apos; and &apos;misc&apos; into for-next

            List of files:
            /linux/arch/arm/Kconfig</description>
        <pubDate>Wed, 10 Dec 2025 13:22:37 +0100</pubDate>
        <dc:creator>Russell King (Oracle) &lt;rmk+kernel@armlinux.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>fedadc4137234c3d00c4785eeed3e747fe9036ae - ARM: 9461/1: Disable HIGHPTE on PREEMPT_RT kernels</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm/Kconfig#fedadc4137234c3d00c4785eeed3e747fe9036ae</link>
        <description>ARM: 9461/1: Disable HIGHPTE on PREEMPT_RT kernelsgup_pgd_range() is invoked with disabled interrupts and invokes__kmap_local_page_prot() via pte_offset_map(), gup_p4d_range().With HIGHPTE enabled, __kmap_local_page_prot() invokes kmap_high_get()which uses a spinlock_t via lock_kmap_any(). This leads to ansleeping-while-atomic error on PREEMPT_RT because spinlock_t becomes asleeping lock and must not be acquired in atomic context.The loop in map_new_virtual() uses wait_queue_head_t for wake up whichalso is using a spinlock_t.Since HIGHPTE is rarely needed at all, turn it off for PREEMPT_RTto allow the use of get_user_pages_fast().[arnd: rework patch to turn off HIGHPTE instead of HAVE_PAST_GUP]Co-developed-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Reviewed-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Sebastian Andrzej Siewior &lt;bigeasy@linutronix.de&gt;Signed-off-by: Russell King (Oracle) &lt;rmk+kernel@armlinux.org.uk&gt;

            List of files:
            /linux/arch/arm/Kconfig</description>
        <pubDate>Tue, 11 Nov 2025 16:54:37 +0100</pubDate>
        <dc:creator>Sebastian Andrzej Siewior &lt;bigeasy@linutronix.de&gt;</dc:creator>
    </item>
</channel>
</rss>
