<?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>ca58a3dde621067333f481547db4afc587d7708a - Merge tag &apos;alpha-for-v7.3-tag&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/lindholm/alpha</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/Kconfig#ca58a3dde621067333f481547db4afc587d7708a</link>
        <description>Merge tag &apos;alpha-for-v7.3-tag&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/lindholm/alphaPull alpha updates from Magnus Lindholm: &quot;This contains two fixes for Alpha floating-point exception handling,  two clang-related fixes, the preparatory changes from the  generic-entry series, an interrupt-entry lockdep fix, two Marvel/EV7  IRQ fixes, an RTC fix, and one header cleanup.  The generic-entry preparation adds regset-based ptrace and core dumps,  ARCH_STACKWALK and lockdep hardirq-state tracking. These changes are  useful independently and enable previously missing debugging  facilities on Alpha.  The final patch switching Alpha to GENERIC_ENTRY is intentionally not  included in this pull request. I am deferring that change to allow  further testing and to reduce the risk of conflicts with ongoing  entry-path work elsewhere in the kernel&quot;* tag &apos;alpha-for-v7.3-tag&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/lindholm/alpha:  alpha: read $gp and $sp explicitly for clang  alpha: pass -Wa,-mev6 only when using GNU as  alpha: annotate hardirqs-off on IPL 7 interrupt entry  alpha: run the remote RTC access in a worker, not an IPI callback  alpha: don&apos;t leak hardware-fabricated FP exception bits to user space  alpha: fix ieee_swcr_to_fpcr setting FPCR_DNOD unconditionally  alpha: enable lockdep hardirq state tracking  alpha: use raw spinlocks for low-level platform locks  alpha: provide ftrace return address support for lockdep  alpha: make irqflags helpers operate on IPL state  alpha: add ARCH_STACKWALK-based stacktrace support  alpha: enable regset-based ptrace and core dumps  alpha: marvel: Fix lock ordering in init_io7_irqs()  alpha: marvel: Fix irq_set_status_flags to use correct IRQ number  alpha: remove unnecessary architecture-specific &lt;asm/device.h&gt;

            List of files:
            /linux/arch/alpha/Kconfig</description>
        <pubDate>Wed, 19 Aug 2026 04:33:32 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>d1ee975398a357be8f56836a87ae55c51770e4f0 - alpha: enable lockdep hardirq state tracking</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/Kconfig#d1ee975398a357be8f56836a87ae55c51770e4f0</link>
        <description>alpha: enable lockdep hardirq state trackingAlpha masks interrupts through the PAL IPL state, so lockdep cannot inferhardirq state transitions from generic code alone. Add explicithardirq on/off annotations to the low-level entry and return paths solockdep&apos;s IRQ state follows the hardware IPL state.Annotate the PAL IPL transitions and the shared return-to-user/kernelpaths where interrupts become enabled or disabled.  With the precedingirqflags, raw-lock, sysfs, and ftrace return-address preparations inplace, select LOCKDEP_SUPPORT and TRACE_IRQFLAGS_SUPPORT for Alpha.This keeps CONFIG_PROVE_LOCKING usable on Alpha instead of disablingdebug_locks due to IRQ-state mismatches.Reviewed-by: Matt Turner &lt;mattst88@gmail.com&gt;Tested-by: Matt Turner &lt;mattst88@gmail.com&gt;Signed-off-by: Magnus Lindholm &lt;linmag7@gmail.com&gt;Link: https://lore.kernel.org/r/20260706170019.2941459-7-linmag7@gmail.comSigned-off-by: Magnus Lindholm &lt;linmag7@gmail.com&gt;

            List of files:
            /linux/arch/alpha/Kconfig</description>
        <pubDate>Mon, 06 Jul 2026 18:56:47 +0200</pubDate>
        <dc:creator>Magnus Lindholm &lt;linmag7@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>46651c650facce7cac33610ccc7a07a9c9d90df4 - alpha: add ARCH_STACKWALK-based stacktrace support</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/Kconfig#46651c650facce7cac33610ccc7a07a9c9d90df4</link>
        <description>alpha: add ARCH_STACKWALK-based stacktrace supportImplement arch_stack_walk() for Alpha using a simple kernelstack scanning walker. Start from regs+1 for current tasksto skip pt_regs and use pcb.ksp for blocked tasks. Filtercandidates with __kernel_text_address() and stop at stackbounds via kstack_end().Enable CONFIG_STACKTRACE_SUPPORT and CONFIG_ARCH_STACKWALKso generic stacktrace users (dump_stack(), /proc/*/stack,SysRq backtraces, etc.) work on Alpha.This provides functional in-kernel stack traces withoutrequiring frame pointer unwinding.Reviewed-by: Matt Turner &lt;mattst88@gmail.com&gt;Tested-by: Matt Turner &lt;mattst88@gmail.com&gt;Signed-off-by: Magnus Lindholm &lt;linmag7@gmail.com&gt;Link: https://lore.kernel.org/r/20260706170019.2941459-3-linmag7@gmail.comSigned-off-by: Magnus Lindholm &lt;linmag7@gmail.com&gt;

            List of files:
            /linux/arch/alpha/Kconfig</description>
        <pubDate>Mon, 06 Jul 2026 18:56:43 +0200</pubDate>
        <dc:creator>Magnus Lindholm &lt;linmag7@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8a2857bc2b3039eef6c15900b00424417a2293e8 - alpha: enable regset-based ptrace and core dumps</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/Kconfig#8a2857bc2b3039eef6c15900b00424417a2293e8</link>
        <description>alpha: enable regset-based ptrace and core dumpsAdd a user_regset_view for Alpha and switch ELF core dumping toCORE_DUMP_USE_REGSET.  General-purpose registers are exported inELF gregs layout, including callee-saved registers and a correctuser stack pointer.The user stack pointer is not preserved in pt_regs on Alpha, so exposeit from the PCB, or via rdusp() for the current task, when building theELF register image.  This makes the user stack pointer consistent forcore dumps, ptrace regsets, and PTRACE_GET_SYSCALL_INFO.Implement regset get/set callbacks for both NT_PRSTATUS and NT_PRFPREG.The callbacks translate between Alpha&apos;s pt_regs/thread state and theELF-visible register layouts, while the common ptrace regset code handlesPTRACE_GETREGSET and PTRACE_SETREGSET iovec semantics.  This avoidsduplicating subtle short-buffer and oversized-buffer behavior inarch_ptrace().With these changes Alpha satisfies the requirements forHAVE_ARCH_TRACEHOOK and selects it, enabling generic tracehook andptrace syscall-info code paths without changing the existing syscallentry ABI.Reviewed-by: Matt Turner &lt;mattst88@gmail.com&gt;Tested-by: Matt Turner &lt;mattst88@gmail.com&gt;Signed-off-by: Magnus Lindholm &lt;linmag7@gmail.com&gt;Link: https://lore.kernel.org/r/20260706170019.2941459-2-linmag7@gmail.comSigned-off-by: Magnus Lindholm &lt;linmag7@gmail.com&gt;

            List of files:
            /linux/arch/alpha/Kconfig</description>
        <pubDate>Mon, 06 Jul 2026 18:56:42 +0200</pubDate>
        <dc:creator>Magnus Lindholm &lt;linmag7@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7a0e692a0381254b2f77c54dec100cd3325a6fdf - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/Kconfig#7a0e692a0381254b2f77c54dec100cd3325a6fdf</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.2 merge window.

            List of files:
            /linux/arch/alpha/Kconfig</description>
        <pubDate>Tue, 23 Jun 2026 08:10:08 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>fff88709f9a9153af85b5224b4594caa5387ca60 - Merge tag &apos;v7.1-rc6&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/Kconfig#fff88709f9a9153af85b5224b4594caa5387ca60</link>
        <description>Merge tag &apos;v7.1-rc6&apos; into nextSync up with mainline to pull in a fix to IMS PCU driver and otherenhancements.

            List of files:
            /linux/arch/alpha/Kconfig</description>
        <pubDate>Mon, 01 Jun 2026 04:43:25 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>639609b83f69fe4cd08e01423ae8e12d84484cfa - Merge branch &apos;arena_direct_access&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next into for-7.2</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/Kconfig#639609b83f69fe4cd08e01423ae8e12d84484cfa</link>
        <description>Merge branch &apos;arena_direct_access&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next into for-7.2

            List of files:
            /linux/arch/alpha/Kconfig</description>
        <pubDate>Mon, 25 May 2026 21:34:24 +0200</pubDate>
        <dc:creator>Tejun Heo &lt;tj@kernel.org&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/arch/alpha/Kconfig#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/arch/alpha/Kconfig</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>09d6818d3bdc1ea6e49a425040528cbdbc97bc0a - Merge branch &apos;linus&apos; into timers/clocksource</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/Kconfig#09d6818d3bdc1ea6e49a425040528cbdbc97bc0a</link>
        <description>Merge branch &apos;linus&apos; into timers/clocksource... to bring it up to date for new changes.

            List of files:
            /linux/arch/alpha/Kconfig</description>
        <pubDate>Mon, 18 May 2026 11:01:07 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>658a6021492ad3b1b8a6e9a83963a1fad35a2af8 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/Kconfig#658a6021492ad3b1b8a6e9a83963a1fad35a2af8</link>
        <description>Merge drm/drm-next into drm-intel-nextSome Display Port Adaptive Sync depends on drm work.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/arch/alpha/Kconfig</description>
        <pubDate>Fri, 15 May 2026 13:01:15 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.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/arch/alpha/Kconfig#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/arch/alpha/Kconfig</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>c53ed3e99920df6a90553c89a1c053aa0776841e - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/Kconfig#c53ed3e99920df6a90553c89a1c053aa0776841e</link>
        <description>Merge drm/drm-next into drm-xe-nextBringing in recent display changes.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/arch/alpha/Kconfig</description>
        <pubDate>Fri, 08 May 2026 16:19:45 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>cafac16b6207b88ad92fbba1169ae4f43865cb0d - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/Kconfig#cafac16b6207b88ad92fbba1169ae4f43865cb0d</link>
        <description>Merge drm/drm-next into drm-misc-nextGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/arch/alpha/Kconfig</description>
        <pubDate>Mon, 27 Apr 2026 10:49:13 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>9c9fe04e0fe3fdba7d4aafffa9b7bbb21f6fcbe1 - Merge tag &apos;v7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/Kconfig#9c9fe04e0fe3fdba7d4aafffa9b7bbb21f6fcbe1</link>
        <description>Merge tag &apos;v7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-nextLinux 7.1-rc1

            List of files:
            /linux/arch/alpha/Kconfig</description>
        <pubDate>Mon, 27 Apr 2026 09:39:48 +0200</pubDate>
        <dc:creator>Bartosz Golaszewski &lt;bartosz.golaszewski@oss.qualcomm.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/arch/alpha/Kconfig#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/arch/alpha/Kconfig</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>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/Kconfig#0fc8f6200d2313278fbf4539bbab74677c685531</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/arch/alpha/Kconfig</description>
        <pubDate>Mon, 27 Apr 2026 10:26:49 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>f4b369c6fe0ceaba2da2daff8c9eb415f85926dd - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/Kconfig#f4b369c6fe0ceaba2da2daff8c9eb415f85926dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.1 merge window.

            List of files:
            /linux/arch/alpha/Kconfig</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/arch/alpha/Kconfig#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/arch/alpha/Kconfig</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>3e9e952bb3139ad1e08f3e1960239c2988ab90c9 - Merge branch &apos;for-7.1-printf-kunit-build&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/Kconfig#3e9e952bb3139ad1e08f3e1960239c2988ab90c9</link>
        <description>Merge branch &apos;for-7.1-printf-kunit-build&apos; into for-linus

            List of files:
            /linux/arch/alpha/Kconfig</description>
        <pubDate>Mon, 20 Apr 2026 13:41:28 +0200</pubDate>
        <dc:creator>Petr Mladek &lt;pmladek@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>a10e80be6343cbdaabe80f82cbd640fe3772d102 - Merge tag &apos;alpha-for-v7.1-tag&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/lindholm/alpha</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/alpha/Kconfig#a10e80be6343cbdaabe80f82cbd640fe3772d102</link>
        <description>Merge tag &apos;alpha-for-v7.1-tag&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/lindholm/alphaPull alpha updates from Magnus Lindholm: &quot;One fix to silence pgprot_modify() compiler warnings, and one patch  adding SECCOMP/SECCOMP_FILTER support together with the syscall and  ptrace fixes needed for it&quot;* tag &apos;alpha-for-v7.1-tag&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/lindholm/alpha:  alpha: Define pgprot_modify to silence tautological comparison warnings  alpha: add support for SECCOMP and SECCOMP_FILTER

            List of files:
            /linux/arch/alpha/Kconfig</description>
        <pubDate>Fri, 17 Apr 2026 17:34:43 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
</channel>
</rss>
