<?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/arm64/boot/dts/mediatek/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/arm64/boot/dts/mediatek/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/arm64/boot/dts/mediatek/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/arm64/boot/dts/mediatek/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>efe86f088f48f18c27b648e5724048947f3b7fb4 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/boot/dts/mediatek/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/arm64/boot/dts/mediatek/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/arm64/boot/dts/mediatek/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/arm64/boot/dts/mediatek/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/arm64/boot/dts/mediatek/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/arm64/boot/dts/mediatek/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/arm64/boot/dts/mediatek/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/arm64/boot/dts/mediatek/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/arm64/boot/dts/mediatek/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/arm64/boot/dts/mediatek/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/arm64/boot/dts/mediatek/Makefile#b4d85f863e5a6f1fa01b186001af0f68f4f5239e</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.3 merge window.

            List of files:
            /linux/arch/arm64/boot/dts/mediatek/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/arm64/boot/dts/mediatek/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/arm64/boot/dts/mediatek/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/arm64/boot/dts/mediatek/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/arm64/boot/dts/mediatek/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>9611c0ce215a66770ccbe5c126bf57ba8c31bcad - Merge commit &apos;6beaec3aee9852438b89e4d7891caf5e84d45851&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-current</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/boot/dts/mediatek/Makefile#9611c0ce215a66770ccbe5c126bf57ba8c31bcad</link>
        <description>Merge commit &apos;6beaec3aee9852438b89e4d7891caf5e84d45851&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-currentThis pulls in the merge commit for MFD updates for v7.2. The PR containsa build-time dependency of one of the GPIO commits that will follow.

            List of files:
            /linux/arch/arm64/boot/dts/mediatek/Makefile</description>
        <pubDate>Fri, 19 Jun 2026 10:50:17 +0200</pubDate>
        <dc:creator>Bartosz Golaszewski &lt;bartosz.golaszewski@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>aab799b1bdd1ff3e6912f96e66c910b8a5d011bb - Merge tag &apos;soc-dt-7.2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/boot/dts/mediatek/Makefile#aab799b1bdd1ff3e6912f96e66c910b8a5d011bb</link>
        <description>Merge tag &apos;soc-dt-7.2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socPull SoC devicetree updates from Arnd Bergmann: &quot;There are fewer devicetree updates this time that the last few ones,  with five SoC types getting added:   - Qualcomm Dragonwing IPQ9650 is a new wireless networking SoC using     four Cortex-A55 and one Cortex-A78 core, which is a significant     upgrade from older generations   - ZTE zx297520v3 is an older low-end wireless SoC using a single     Cortex-A53 core, which so far can only run 32-bit kernels. This     brings back the ZX family of chips that was removed in 2021 after     support for the original zx296702 and zx296718 chips was never     completed.   - Renesas R-Car M3Le (R8A779MD) is a variant of the R-Car M3-N     (R8A77965) automotive SoC.   - Apple t8122 (M3) is the 2023 generation of their laptop SoCs, which     has now been reverse-engineered to the point of having initial     kernel support for five laptop models.   - ASPEED AST27xx is their first baseboard managment controller using     a 64-bit core, the Cortex-A35, following earlier generations using     ARMv5/v6/v7 CPUs.  These all come with one or more initial boards, and in total there are  39 new boards getting added across SoC families, including:   - Two NAS boxes using the old Cortina Systems Gemini SoC based on an     ARMv4 FA526 CPU core   - 18 industrial embedded boards using NXP i.MX6/8/9 and LX2160A SoCs     from Variscite, Toradex and SolidRun, plus a number of overlays for     combinations with additional boards   - One new carrier board and SoM using TI K3 AM62x, in addition to new     overlays for older SoMs   - Two new boards using Spacemit K3 (no relation with TI) RISC-V SoCs.   - Three phones from Google, Nothing and Motorola, all using Qualcomm     Snapdragon SoCs   - AST26xx BMC support for two server boards  While there is still a significant number of patches improving  hardware support for the existing boards across vendors (NXP,  Qualcomm, Renesas, Rockchips, Mediatek, ...), a much smaller number  of cleanups and warning fixes have made it in this time&quot;* tag &apos;soc-dt-7.2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (665 commits)  arm64: dts: aspeed: Fix duplicate pinctrl labels and address scheme  arm64: dts: bst: enable eMMC controller in C1200  dt-bindings: display/lvds-codec: add ti,sn65lvds93  arm64: dts: allwinner: a523: Add missing GPIO interrupt  arm64: dts: lx2160a-rev2: avoid 32-bit pcie window system ram overlap  arm64: dts: aspeed: Add initial AST27xx SoC device tree  arm64: Kconfig: Add ASPEED SoC family Kconfig support  dt-bindings: arm: aspeed: Add AST2700 board compatible  arm64: dts: allwinner: a523: add gpadc node  arm64: dts: allwinner: Add EL2 virtual timer interrupt  ARM: dts: sun8i: a83t: Add MIPI CSI-2 controller node  dt-bindings: media: sun6i-a31-isp: Add optional interconnect properties  dt-bindings: media: sun6i-a31-csi: Add optional interconnect properties  arm64: dts: imx{91,93}-phyboard-segin: Add peb-av-18 overlays  arm64: dts: imx93-var-som-symphony: enable ADC  arm64: dts: imx93-var-som-symphony: enable TPM3 PWM  arm64: dts: imx93-var-som-symphony: keep RGB_SEL low  arm64: dts: imx93-var-som-symphony: enable UART7  arm64: dts: imx93-var-som-symphony: add TPM support  arm64: dts: imx91-var-som-symphony: fix RGB_SEL handling  ...

            List of files:
            /linux/arch/arm64/boot/dts/mediatek/Makefile</description>
        <pubDate>Wed, 17 Jun 2026 20:16:56 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>af666a0e20ec8f0bde1f6ad8327656f648187c89 - Merge tag &apos;mtk-dts64-for-v7.2&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mediatek/linux into soc/dt</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/boot/dts/mediatek/Makefile#af666a0e20ec8f0bde1f6ad8327656f648187c89</link>
        <description>Merge tag &apos;mtk-dts64-for-v7.2&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mediatek/linux into soc/dtMediaTek ARM64 DeviceTree updatesThis adds improvements for already supported SoCs and devices.In particular: - Adds support for the MT7981 SoC&apos;s Crypto Accelerator - Enables gpio-keys and leds found on the MT7981b based   Xiaomi AX3000T router - Adds new variants of MT7988 BananaPi BPi-R4 Pro   - ...and some spare cleanups for all BPi-R4 Pro boards - Adds a MediaTek MT6365 devicetree and uses it in all of   the relevant supported boards in place of MT6359, where   needed (the MT6365 PMIC is a fully compatible variant   of the MT6359 PMIC, but still not named MT6359). - Adds correct power supplies for CPUs and devices on a   variety of MediaTek Chromebooks and Genio AIoT boards,   including:   - MT8186 Corsola Chromebooks   - MT8192 Asurada Chromebooks   - MT8195 Cherry Chromebooks   - MT8390 Genio based boards   - MT8395 Genio based boards - Adds HDMI TX support for Ezurio Tungsten 510/700 boards.* tag &apos;mtk-dts64-for-v7.2&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mediatek/linux: (37 commits)  arm64: dts: mediatek: add LED and key support on Xiaomi AX3000T  arm64: dts: mediatek: mt8195-cherry: Sort top level nodes correctly  arm64: dts: mediatek: mt8195-cherry: Fix names for EC controlled regulators  arm64: dts: mediatek: mt8192-asurada: Add (BT|WIFI)_KILL_1V8_L GPIO line names  arm64: dts: mediatek: mt8192-asurada: Fix SPI-NOR flash compatible  arm64: dts: mediatek: mt8390-tungsten-smarc: add HDMI support  arm64: dts: mediatek: mt8188-geralt: Add little core CPU power supplies  arm64: dts: mediatek: mt8188-geralt: Add MT6359 PMIC supplies  arm64: dts: mediatek: mt8195-cherry: Add vusb33 supplies for XHCI controllers  arm64: dts: mediatek: mt8195-cherry: Add supply for SPI NOR flash  arm64: dts: mediatek: mt8195-cherry: Fix VBUS regulator description  arm64: dts: mediatek: mt8195-cherry: Add supplies for ChromeOS EC regulators  arm64: dts: mediatek: mt8195-cherry: Add MT6315 PMIC supplies  arm64: dts: mediatek: mt8195-cherry: Add MT6359 PMIC supplies  arm64: dts: mediatek: mt8192-asurada: Fix WiFi regulator description  arm64: dts: mediatek: mt8192-asurada: Add SPI NOR flash power supply  arm64: dts: mediatek: mt8192-asurada: Add CPU power supplies  arm64: dts: mediatek: mt8192-asurada: Add supplies for ChromeOS EC regulators  arm64: dts: mediatek: mt8192-asurada: Add MT6315 PMIC supplies  arm64: dts: mediatek: mt8192-asurada: Add MT6359 PMIC supplies  ...Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;

            List of files:
            /linux/arch/arm64/boot/dts/mediatek/Makefile</description>
        <pubDate>Tue, 09 Jun 2026 12:46:59 +0200</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@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/arm64/boot/dts/mediatek/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/arm64/boot/dts/mediatek/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>8edf8b09fc44990977b3fbcb708035b1740d0b7e - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/boot/dts/mediatek/Makefile#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/arm64/boot/dts/mediatek/Makefile</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>e309fa232d12b969afac43a4b7d83dee025cfe63 - arm64: dts: mediatek: mt7988a-bpi-r4pro: rework pcie gpio-hog handling</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/boot/dts/mediatek/Makefile#e309fa232d12b969afac43a4b7d83dee025cfe63</link>
        <description>arm64: dts: mediatek: mt7988a-bpi-r4pro: rework pcie gpio-hog handlingThe active-high property in base-dt cannot be overwritten and must beset in separate overlay.Fixes: f397471a6a8c (&quot;arm64: dts: mediatek: mt7988: Add devicetree for BananaPi R4 Pro&quot;)Signed-off-by: Frank Wunderlich &lt;frank-w@public-files.de&gt;Signed-off-by: AngeloGioacchino Del Regno &lt;angelogioacchino.delregno@collabora.com&gt;

            List of files:
            /linux/arch/arm64/boot/dts/mediatek/Makefile</description>
        <pubDate>Sun, 12 Apr 2026 11:23:32 +0200</pubDate>
        <dc:creator>Frank Wunderlich &lt;frank-w@public-files.de&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/arm64/boot/dts/mediatek/Makefile#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/arm64/boot/dts/mediatek/Makefile</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>f4b369c6fe0ceaba2da2daff8c9eb415f85926dd - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/boot/dts/mediatek/Makefile#f4b369c6fe0ceaba2da2daff8c9eb415f85926dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.1 merge window.

            List of files:
            /linux/arch/arm64/boot/dts/mediatek/Makefile</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/arm64/boot/dts/mediatek/Makefile#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/arm64/boot/dts/mediatek/Makefile</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>42d3b66d4cdbacfc9d120d2301b8de89cc29a914 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/arm64/boot/dts/mediatek/Makefile#42d3b66d4cdbacfc9d120d2301b8de89cc29a914</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 7.00-rc3. Important ahead GPU SVM merging THPsupport.Signed-off-by: Matthew Brost &lt;matthew.brost@intel.com&gt;

            List of files:
            /linux/arch/arm64/boot/dts/mediatek/Makefile</description>
        <pubDate>Thu, 12 Mar 2026 15:17:56 +0100</pubDate>
        <dc:creator>Matthew Brost &lt;matthew.brost@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
