<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>b2128290c29902315e632ea59e0504d6bc9e9b42 - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-backmerge</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/lib/Makefile#b2128290c29902315e632ea59e0504d6bc9e9b42</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-backmergeBackmerge of drm-next, mainly to pick up dt bindings docs updates toavoid conflicts.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/arch/s390/lib/Makefile</description>
        <pubDate>Sat, 18 Jul 2026 17:06:55 +0200</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>637315cb400eed1dbe721954fea437a61a2d65b2 - Merge tag &apos;kvm-riscv-7.3-1&apos; of https://github.com/kvm-riscv/linux into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/lib/Makefile#637315cb400eed1dbe721954fea437a61a2d65b2</link>
        <description>Merge tag &apos;kvm-riscv-7.3-1&apos; of https://github.com/kvm-riscv/linux into HEADKVM/riscv changes for 7.3- Svadu/Zicfiss/Zicfilp FWFT support for Guest- Use try_cmpxchg for IMSIC MRIF RMW- More arch-specific tracepoints in KVM RISC-V- Eager Page Splitting for KVM RISC-V- Optimize hfence request handling for SMP Guests- Improve dirty log clearing by skipping zero bits in mask- Guard HFENCE range loops against overflow- CPU PM notifiers in KVM RISC-V for non-retentive idle states- Fix kernel-mode vector context save/restore for Guest

            List of files:
            /linux/arch/s390/lib/Makefile</description>
        <pubDate>Tue, 18 Aug 2026 13:07:31 +0200</pubDate>
        <dc:creator>Paolo Bonzini &lt;pbonzini@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>66ec24c5d7a047f5b06ee1deb1d0a2869b1791bd - Merge tag &apos;s390-7.3-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/lib/Makefile#66ec24c5d7a047f5b06ee1deb1d0a2869b1791bd</link>
        <description>Merge tag &apos;s390-7.3-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxPull s390 updates from Vasily Gorbik: - Add a cpuidle driver with polling and enabled wait states using the   existing CPU idle infrastructure and idle governor to improve latency   for frequent sleep/wakeup cycles. Remove the obsolete tick delay   heuristic and generic arch_needs_cpu() hook. Add the corresponding   driver entry to MAINTAINERS - Add kCFI support using the generic support provided by Clang - Enable Clang CONTEXT_ANALYSIS for various architecture code and for   char, PCI, CIO and virtio drivers. Add required lock annotations,   exclude unsupported mm helpers and remove conditional PCI locking - Fix secure storage access exception handling and reintroduce   DCACHE_WORD_ACCESS previously removed as a workaround - Fix cpum_cf perf crashes when CPUs are brought online while per-task   events are active. Allocate and remove per-CPU counter data from CPU   hotplug callbacks - Fix a deadlock when an s390dbf debug area is unregistered while one   of its debugfs files is being written to - Fix MVIY_PERCPU() with binutils older than 2.39, where an assembler   macro silently omitted an instruction needed to repair interrupted   operations after CPU migration - Remove/replace cond_resched() calls which are no-ops with the   supported s390 preemption models - Fix AP queue depth and maximum message length decoding according to   the architecture. Current hardware is not affected, but future   hardware could report values which were handled incorrectly - Reflect the configured CPU state in cpu_enabled_mask so deconfigured   CPUs are not presented as available for onlining - Restore the vDSO GNU_EH_FRAME program header which was lost when the   build switched to direct linker invocation, and mark it read-only - Add SCLP action qualifiers used by Spyre for card initialization,   recoverable error and telemetry reporting - Move KMSAN interrupt flag helpers out of line to fix   -Wstatic-in-inline build warnings - Use level-specific page table entry accessors for hugetlb entries and   ptep_get() when accessing crashed kernel memory in kdump - Make forced AP bus rescans killable so that a user process blocked   behind an ongoing scan can still be terminated with SIGKILL - Rework pkey ioctl error paths to remove duplicated cleanup code and   avoid freeing error pointers - Allow the protected guest SWIOTLB buffer to be allocated outside the   first 2GB. Also enable dynamic SWIOTLB growth and the coherent atomic   pool fallback to improve I/O behavior when the initial pool is   exhausted - Add program check statistics and spinlock contention tracepoints.   Increase the lockdep chain capacity to keep lockdep enabled for   complex code paths such as btrfs - Simplify IPL, trap and syscall code and remove the obsolete   unistd_32.h generation entry* tag &apos;s390-7.3-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: (59 commits)  s390/percpu: Fix MVIY_PERCPU() with older binutils  s390/debug: Fix deadlock during unregister  s390/cpum_cf: Handle CPU hotplug via prepare/dead callbacks  s390: Enable CONTEXT_ANALYSIS for various directories  s390/mm: Add __context_unsafe() attribute to gmap helper functions  s390/mm: Add __context_unsafe() attribute to do_secure_storage_access()  s390/sysinfo: Add context analysis attributes  s390/irqflags: Add out-of-line definitions of arch_local_irq_*() for KMSAN  s390/virtio: Enable CONTEXT_ANALYSIS  s390/cio: Enable CONTEXT_ANALYSIS  s390/vfio_ccw: Add __must_hold() attribute to vfio_ccw_sch_quiesce()  s390/pci: Enable CONTEXT_ANALYSIS  s390/pci: Rework __zpci_event_availability() to remove conditional locking  s390/pci: Rework __zpci_event_error() to remove conditional locking  s390/char: Enable CONTEXT_ANALYSIS  s390/con3215: Add __must_hold() attribute to raw3215_make_room()  s390/ap: Fix MAPML computation  s390/cio: Remove cond_resched() calls  s390: Remove cond_resched() calls  KVM: s390: Remove cond_resched() calls  ...

            List of files:
            /linux/arch/s390/lib/Makefile</description>
        <pubDate>Sun, 23 Aug 2026 19:26:44 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>29a63aa52d698006211461d49fd3f00dfb62d9cc - s390: Enable CONTEXT_ANALYSIS for various directories</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/lib/Makefile#29a63aa52d698006211461d49fd3f00dfb62d9cc</link>
        <description>s390: Enable CONTEXT_ANALYSIS for various directoriesEnable CONTEXT_ANALYSIS for various directories which do not generateany warnings (anymore).Signed-off-by: Heiko Carstens &lt;hca@linux.ibm.com&gt;Signed-off-by: Vasily Gorbik &lt;gor@linux.ibm.com&gt;

            List of files:
            /linux/arch/s390/lib/Makefile</description>
        <pubDate>Mon, 03 Aug 2026 19:21:44 +0200</pubDate>
        <dc:creator>Heiko Carstens &lt;hca@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>efe86f088f48f18c27b648e5724048947f3b7fb4 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/lib/Makefile#efe86f088f48f18c27b648e5724048947f3b7fb4</link>
        <description>Merge drm/drm-next into drm-xe-nextSync some i915/display changesSigned-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/arch/s390/lib/Makefile</description>
        <pubDate>Tue, 14 Jul 2026 15:40:31 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>6d177908bad5992e17669030db41caab88041d5e - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/lib/Makefile#6d177908bad5992e17669030db41caab88041d5e</link>
        <description>Merge drm/drm-next into drm-intel-nextSync with v7.2-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/arch/s390/lib/Makefile</description>
        <pubDate>Tue, 30 Jun 2026 14:55:43 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>827b9aabd3ea3e96d5e48abed9f44dbd1e550d4e - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/lib/Makefile#827b9aabd3ea3e96d5e48abed9f44dbd1e550d4e</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get drm-misc-next to v7.2-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/arch/s390/lib/Makefile</description>
        <pubDate>Tue, 30 Jun 2026 10:16:00 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>7dd19adaaac9a161723a24de7c270861063ec6ac - Merge tag &apos;v7.2-rc1&apos; into drm-rust-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/lib/Makefile#7dd19adaaac9a161723a24de7c270861063ec6ac</link>
        <description>Merge tag &apos;v7.2-rc1&apos; into drm-rust-nextMerge v7.2-rc1 into drm-rust-next to start the next cycle.Devres now requires T: &apos;static, which conflicts with shmem::Object usingDevres&lt;SGTableMap&lt;T, C&gt;&gt; without that bound. Resolve by adding &apos;staticas a supertrait to DriverObject and DeviceContext, which does notrestrict any current use cases since DriverObject is always implementedon owned, refcounted types and DeviceContext is a sealed marker traitwith only unit-type implementors.If DriverObject (or DeviceContext) ever becomes lifetime-parameterized(e.g. via a GAT for TTM backed objects), the &apos;static supertrait can berelaxed at that point.Signed-off-by: Danilo Krummrich &lt;dakr@kernel.org&gt;

            List of files:
            /linux/arch/s390/lib/Makefile</description>
        <pubDate>Sun, 28 Jun 2026 22:39:43 +0200</pubDate>
        <dc:creator>Danilo Krummrich &lt;dakr@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0eaed89c18aeedf0898baf2dbf5ff027c6795152 - Merge tag &apos;timers-v7.3-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/s390/lib/Makefile#0eaed89c18aeedf0898baf2dbf5ff027c6795152</link>
        <description>Merge tag &apos;timers-v7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/daniel.lezcano/linux into timers/clocksource  - Use designated initializers for sh_mtu2, sh_cmt, and sh_tmu, and    drop the unused initializer in the platform_device_id table for    sh_mtu2 (Uwe Kleine-K&#246;nig)  - Remove redundant dev_err()/dev_err_probe() messages when    devm_request_*_irq() fails, as the helper already logs an error    message (Pan Chuang)  - Fix a boot hang on Allwinner D1 when a forced minimum delta is used    with the sun4i timer (Felix Yan)  - Fix an IRQ leak in the cpuhp_setup_state() error path by freeing the    IRQ on failure in the NXP PIT driver (WenTao Liang)  - Fix incorrect unmapping of shared MMIO between the clocksource and    clockevent drivers. If one of them fails to initialize, the error    path unmaps the shared MMIO region, leaving the other driver with an    invalid mapping on clps711x (Guangshuo Li)  - Make the samsung_pwm driver compatible with PREEMPT_RT by replacing    regular spinlocks with raw_spinlock_t in atomic contexts (Marek    Szyprowski)  - Use __raw_readl() and __raw_writel() instead of ioread32() and    iowrite32() to support SWAP_IO_SPACE in the rtl-otto driver (Rustam    Adilov)  - Fix a missing clk_disable_unprepare() call in the timer    initialization error path of the Armada driver (Yuho Choi)Link: https://lore.kernel.org/lkml/75feea31-683d-45a1-87f4-ab045e0152ae@oss.qualcomm.com

            List of files:
            /linux/arch/s390/lib/Makefile</description>
        <pubDate>Mon, 17 Aug 2026 10:29:52 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b4d85f863e5a6f1fa01b186001af0f68f4f5239e - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/lib/Makefile#b4d85f863e5a6f1fa01b186001af0f68f4f5239e</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.3 merge window.

            List of files:
            /linux/arch/s390/lib/Makefile</description>
        <pubDate>Sat, 15 Aug 2026 06:26:07 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>76904fccf81936c084faebc73ac72c0919a42941 - Merge tag &apos;v7.2-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/lib/Makefile#76904fccf81936c084faebc73ac72c0919a42941</link>
        <description>Merge tag &apos;v7.2-rc3&apos; into nextSync up with mainline to pull in stable fixes to avoid merge conflicts.

            List of files:
            /linux/arch/s390/lib/Makefile</description>
        <pubDate>Tue, 14 Jul 2026 04:06:00 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>00599d4841790d05401820a96cf7edb193888b00 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/lib/Makefile#00599d4841790d05401820a96cf7edb193888b00</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesPull in tag v7.2-rc1 so that drm-misc-fixes becomes useful again,and drm-misc-next-fixes can be closed.Signed-off-by: Maarten Lankhorst &lt;dev@lankhorst.se&gt;

            List of files:
            /linux/arch/s390/lib/Makefile</description>
        <pubDate>Mon, 29 Jun 2026 17:58:00 +0200</pubDate>
        <dc:creator>Maarten Lankhorst &lt;dev@lankhorst.se&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/s390/lib/Makefile#7a0e692a0381254b2f77c54dec100cd3325a6fdf</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.2 merge window.

            List of files:
            /linux/arch/s390/lib/Makefile</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>25a01b5155d207e72bdd31b138406f37788403cb - Merge tag &apos;s390-7.2-1&apos; of gitolite.kernel.org:pub/scm/linux/kernel/git/s390/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/lib/Makefile#25a01b5155d207e72bdd31b138406f37788403cb</link>
        <description>Merge tag &apos;s390-7.2-1&apos; of gitolite.kernel.org:pub/scm/linux/kernel/git/s390/linuxPull s390 updates from Alexander Gordeev: - Use CIO device online variable instead of the internal FSM state to   determine device availability during purge operations - Remove extra check of task_stack_page() because try_get_task_stack()   already takes care of that when reading /proc/&lt;pid&gt;/wchan - Allow user-space to use the new SCLP action qualifier 4 for to   provide NVMe SMART log data to the platform. - Send AP CHANGE uevents on successful bind and successful association   to notify user-space about SE operations on AP queue devices - Add an s390dbf kernel parameter to configure debug log levels and   area sizes during early boot - On arm64 the empty zero page is going to be mapped read-only. Do the   same for s390 with an explicit set_memory_ro() call - Improve s390-specific bcr_serialize() and cpu_relax() implementations - Remove all unused variables to avoid allmodconfig W=1 build fails   with latest clang-23 - Cleanup default Kconfig values for s390 selftests - Add a s390-tod trace clock to allow comparing trace timestamps   between different systems or virtual machines on s390 - Remove the s390 implementation of strlcat() in favor of the generic   variant - Make consistent the calling order between   page_table_check_pte_clear() and secure page conversion across all   code paths - Rearrange some fields within AP and zcrypt structs to reduce memory   consumption and unused holes - Shorten GR_NUM and VX_NUM macros and move them to a separate header - Replace __get_free_page() with kmalloc() in few sources - Introduce an infrastructure for more efficient this_cpu operations.   Eliminate conditional branches when PREEMPT_NONE is removed - Enable Rust support - Use z10 as minimum architecture level, similar to the boot code, to   enforce a defined architecture level set - Improve and convert various mem*() helper functions to C. For that   add .noinstr.text section to avoid orphaned warnings from the linker - Fix the function pointer type in __ret_from_fork() to correct the   indirect call to match kernel thread return type of int - Revert support for DCACHE_WORD_ACCESS to avoid an endless exception   loop on read from donated Ultravisor pages at unaligned addresses* tag &apos;s390-7.2-1&apos; of gitolite.kernel.org:pub/scm/linux/kernel/git/s390/linux: (52 commits)  s390: Revert support for DCACHE_WORD_ACCESS  s390/process: Fix kernel thread function pointer type  s390/tishift: Convert __ashlti3(), __ashrti3(), __lshrti3() to C  s390/memmove: Optimize backward copy case  s390/string: Convert memset(16|32|64)() to C  s390/string: Convert memcpy() to C  s390/string: Convert memset() to C  s390/string: Convert memmove() to C  s390/string: Add -ffreestanding compile option to string.o  s390: Add .noinstr.text to boot and purgatory linker scripts  s390/purgatory: Enforce z10 minimum architecture level  s390: Enable Rust support  s390/cmpxchg: Fix KASAN stack-out-of-bounds in atomic helpers  rust: helpers: Add memchr wrapper for string operations  rust/bindgen_parameters: Mark s390 types as opaque to prevent repr conflicts  s390/jump_label: Implement ARCH_STATIC_BRANCH_JUMP_ASM and ARCH_STATIC_BRANCH_ASM macros  s390/bug: Provide ARCH_WARN_ASM for Rust WARN/BUG support  s390/ap: Fix locking issue in SE bind and associate sysfs functions  s390/percpu: Provide arch_this_cpu_write() implementation  s390/percpu: Provide arch_this_cpu_read() implementation  ...

            List of files:
            /linux/arch/s390/lib/Makefile</description>
        <pubDate>Tue, 16 Jun 2026 01:38:13 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>90d7412cd1ca82528adaf79abffaf12c36ba1b19 - s390/string: Convert memset(16|32|64)() to C</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/lib/Makefile#90d7412cd1ca82528adaf79abffaf12c36ba1b19</link>
        <description>s390/string: Convert memset(16|32|64)() to CConvert memset(16|32|64)() from assembler to C, which should make iteasier to read and change, if required. And it allows the compiler tooptimize the code, and use different instructions, except for the usedinline assemblies.Reviewed-by: Juergen Christ &lt;jchrist@linux.ibm.com&gt;Signed-off-by: Heiko Carstens &lt;hca@linux.ibm.com&gt;Signed-off-by: Alexander Gordeev &lt;agordeev@linux.ibm.com&gt;

            List of files:
            /linux/arch/s390/lib/Makefile</description>
        <pubDate>Tue, 09 Jun 2026 12:33:41 +0200</pubDate>
        <dc:creator>Heiko Carstens &lt;hca@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>78016b6da77e9d3a5ed11f7366cac385eb50a058 - s390/string: Add -ffreestanding compile option to string.o</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/s390/lib/Makefile#78016b6da77e9d3a5ed11f7366cac385eb50a058</link>
        <description>s390/string: Add -ffreestanding compile option to string.oUse -ffreestanding for string.o to avoid that the compiler generatescalls into themselves for standard library functions like memset().Reviewed-by: Juergen Christ &lt;jchrist@linux.ibm.com&gt;Signed-off-by: Heiko Carstens &lt;hca@linux.ibm.com&gt;Signed-off-by: Alexander Gordeev &lt;agordeev@linux.ibm.com&gt;

            List of files:
            /linux/arch/s390/lib/Makefile</description>
        <pubDate>Tue, 09 Jun 2026 12:33:37 +0200</pubDate>
        <dc:creator>Heiko Carstens &lt;hca@linux.ibm.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/s390/lib/Makefile#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/s390/lib/Makefile</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/s390/lib/Makefile#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/s390/lib/Makefile</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/s390/lib/Makefile#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/s390/lib/Makefile</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/s390/lib/Makefile#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/s390/lib/Makefile</description>
        <pubDate>Mon, 18 May 2026 11:01:07 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
