<?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 lemote2f_defconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/configs/lemote2f_defconfig#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/mips/configs/lemote2f_defconfig</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>d730905bc3c0075275b2d109cd971735274b98c0 - Merge tag &apos;mips_7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/configs/lemote2f_defconfig#d730905bc3c0075275b2d109cd971735274b98c0</link>
        <description>Merge tag &apos;mips_7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxPull MIPS updates from Thomas Bogendoerfer: - Support for Mobileye EyeQ6Lplus - Cleanups and fixes* tag &apos;mips_7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux: (30 commits)  MIPS/mtd: Handle READY GPIO in generic NAND platform data  MIPS/input: Move RB532 button to GPIO descriptors  MIPS: validate DT bootargs before appending them  MIPS: Alchemy: Remove unused forward declaration  MAINTAINERS: Mobileye: Add EyeQ6Lplus files  MIPS: config: add eyeq6lplus_defconfig  MIPS: Add Mobileye EyeQ6Lplus evaluation board dts  MIPS: Add Mobileye EyeQ6Lplus SoC dtsi  clk: eyeq: Add Mobileye EyeQ6Lplus OLB  clk: eyeq: Adjust PLL accuracy computation  clk: eyeq: Skip post-divisor when computing PLL frequency  pinctrl: eyeq5: Add Mobileye EyeQ6Lplus OLB  pinctrl: eyeq5: Use match data  reset: eyeq: Add Mobileye EyeQ6Lplus OLB  MIPS: Add Mobileye EyeQ6Lplus support  dt-bindings: soc: mobileye: Add EyeQ6Lplus OLB  dt-bindings: mips: Add Mobileye EyeQ6Lplus SoC  MIPS: dts: loongson64g-package: Switch to Loongson UART driver  mips: pci-mt7620: rework initialization procedure  mips: pci-mt7620: add more register init values  ...

            List of files:
            /linux/arch/mips/configs/lemote2f_defconfig</description>
        <pubDate>Fri, 17 Apr 2026 17:53:23 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>91a4855d6c03e770e42f17c798a36a3c46e63de2 - Merge tag &apos;net-next-7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/configs/lemote2f_defconfig#91a4855d6c03e770e42f17c798a36a3c46e63de2</link>
        <description>Merge tag &apos;net-next-7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextPull networking updates from Jakub Kicinski: &quot;Core &amp; protocols:   - Support HW queue leasing, allowing containers to be granted access     to HW queues for zero-copy operations and AF_XDP   - Number of code moves to help the compiler with inlining. Avoid     output arguments for returning drop reason where possible   - Rework drop handling within qdiscs to include more metadata about     the reason and dropping qdisc in the tracepoints   - Remove the rtnl_lock use from IP Multicast Routing   - Pack size information into the Rx Flow Steering table pointer     itself. This allows making the table itself a flat array of u32s,     thus making the table allocation size a power of two   - Report TCP delayed ack timer information via socket diag   - Add ip_local_port_step_width sysctl to allow distributing the     randomly selected ports more evenly throughout the allowed space   - Add support for per-route tunsrc in IPv6 segment routing   - Start work of switching sockopt handling to iov_iter   - Improve dynamic recvbuf sizing in MPTCP, limit burstiness and avoid     buffer size drifting up   - Support MSG_EOR in MPTCP   - Add stp_mode attribute to the bridge driver for STP mode selection.     This addresses concerns about call_usermodehelper() usage   - Remove UDP-Lite support (as announced in 2023)   - Remove support for building IPv6 as a module. Remove the now     unnecessary function calling indirection  Cross-tree stuff:   - Move Michael MIC code from generic crypto into wireless, it&apos;s     considered insecure but some WiFi networks still need it  Netfilter:   - Switch nft_fib_ipv6 module to no longer need temporary dst_entry     object allocations by using fib6_lookup() + RCU.     Florian W reports this gets us ~13% higher packet rate   - Convert IPVS&apos;s global __ip_vs_mutex to per-net service_mutex and     switch the service tables to be per-net. Convert some code that     walks the service lists to use RCU instead of the service_mutex   - Add more opinionated input validation to lower security exposure   - Make IPVS hash tables to be per-netns and resizable  Wireless:   - Finished assoc frame encryption/EPPKE/802.1X-over-auth   - Radar detection improvements   - Add 6 GHz incumbent signal detection APIs   - Multi-link support for FILS, probe response templates and client     probing   - New APIs and mac80211 support for NAN (Neighbor Aware Networking,     aka Wi-Fi Aware) so less work must be in firmware  Driver API:   - Add numerical ID for devlink instances (to avoid having to create     fake bus/device pairs just to have an ID). Support shared devlink     instances which span multiple PFs   - Add standard counters for reporting pause storm events (implement     in mlx5 and fbnic)   - Add configuration API for completion writeback buffering (implement     in mana)   - Support driver-initiated change of RSS context sizes   - Support DPLL monitoring input frequency (implement in zl3073x)   - Support per-port resources in devlink (implement in mlx5)  Misc:   - Expand the YAML spec for Netfilter  Drivers   - Software:      - macvlan: support multicast rx for bridge ports with shared        source MAC address      - team: decouple receive and transmit enablement for IEEE 802.3ad        LACP &quot;independent control&quot;   - Ethernet high-speed NICs:      - nVidia/Mellanox:         - support high order pages in zero-copy mode (for payload           coalescing)         - support multiple packets in a page (for systems with 64kB           pages)      - Broadcom 25-400GE (bnxt):         - implement XDP RSS hash metadata extraction         - add software fallback for UDP GSO, lowering the IOMMU cost      - Broadcom 800GE (bnge):         - add link status and configuration handling         - add various HW and SW statistics      - Marvell/Cavium:         - NPC HW block support for cn20k      - Huawei (hinic3):         - add mailbox / control queue         - add rx VLAN offload         - add driver info and link management   - Ethernet NICs:      - Marvell/Aquantia:         - support reading SFP module info on some AQC100 cards      - Realtek PCI (r8169):         - add support for RTL8125cp      - Realtek USB (r8152):         - support for the RTL8157 5Gbit chip         - add 2500baseT EEE status/configuration support   - Ethernet NICs embedded and off-the-shelf IP:      - Synopsys (stmmac):         - cleanup and reorganize SerDes handling and PCS support         - cleanup descriptor handling and per-platform data         - cleanup and consolidate MDIO defines and handling         - shrink driver memory use for internal structures         - improve Tx IRQ coalescing         - improve TCP segmentation handling         - add support for Spacemit K3      - Cadence (macb):         - support PHYs that have inband autoneg disabled with GEM         - support IEEE 802.3az EEE         - rework usrio capabilities and handling      - AMD (xgbe):         - improve power management for S0i3         - improve TX resilience for link-down handling   - Virtual:      - Google cloud vNIC:         - support larger ring sizes in DQO-QPL mode         - improve HW-GRO handling         - support UDP GSO for DQO format      - PCIe NTB:         - support queue count configuration   - Ethernet PHYs:      - automatically disable PHY autonomous EEE if MAC is in charge      - Broadcom:         - add BCM84891/BCM84892 support      - Micrel:         - support for LAN9645X internal PHY      - Realtek:         - add RTL8224 pair order support         - support PHY LEDs on RTL8211F-VD         - support spread spectrum clocking (SSC)      - Maxlinear:         - add PHY-level statistics via ethtool   - Ethernet switches:      - Maxlinear (mxl862xx):         - support for bridge offloading         - support for VLANs         - support driver statistics   - Bluetooth:      - large number of fixes and new device IDs      - Mediatek:         - support MT6639 (MT7927)         - support MT7902 SDIO   - WiFi:      - Intel (iwlwifi):         - UNII-9 and continuing UHR work      - MediaTek (mt76):         - mt7996/mt7925 MLO fixes/improvements         - mt7996 NPU support (HW eth/wifi traffic offload)      - Qualcomm (ath12k):         - monitor mode support on IPQ5332         - basic hwmon temperature reporting         - support IPQ5424      - Realtek:         - add USB RX aggregation to improve performance         - add USB TX flow control by tracking in-flight URBs   - Cellular:      - IPA v5.2 support&quot;* tag &apos;net-next-7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next: (1561 commits)  net: pse-pd: fix kernel-doc function name for pse_control_find_by_id()  wireguard: device: use exit_rtnl callback instead of manual rtnl_lock in pre_exit  wireguard: allowedips: remove redundant space  tools: ynl: add sample for wireguard  wireguard: allowedips: Use kfree_rcu() instead of call_rcu()  MAINTAINERS: Add netkit selftest files  selftests/net: Add additional test coverage in nk_qlease  selftests/net: Split netdevsim tests from HW tests in nk_qlease  tools/ynl: Make YnlFamily closeable as a context manager  net: airoha: Add missing PPE configurations in airoha_ppe_hw_init()  net: airoha: Fix VIP configuration for AN7583 SoC  net: caif: clear client service pointer on teardown  net: strparser: fix skb_head leak in strp_abort_strp()  net: usb: cdc-phonet: fix skb frags[] overflow in rx_complete()  selftests/bpf: add test for xdp_master_redirect with bond not up  net, bpf: fix null-ptr-deref in xdp_master_redirect() for down master  net: airoha: Remove PCE_MC_EN_MASK bit in REG_FE_PCE_CFG configuration  sctp: disable BH before calling udp_tunnel_xmit_skb()  sctp: fix missing encap_port propagation for GSO fragments  net: airoha: Rely on net_device pointer in ETS callbacks  ...

            List of files:
            /linux/arch/mips/configs/lemote2f_defconfig</description>
        <pubDate>Wed, 15 Apr 2026 03:36:10 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>118cbd428e434bc1b8aac92a74b4992c7683f0fe - Merge tag &apos;wireless-next-2026-04-10&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/configs/lemote2f_defconfig#118cbd428e434bc1b8aac92a74b4992c7683f0fe</link>
        <description>Merge tag &apos;wireless-next-2026-04-10&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJohannes Berg says:====================Final updates, notably: - crypto: move Michael MIC code into wireless (only) - mac80211:   - multi-link 4-addr support   - NAN data support (but no drivers yet) - ath10k: DT quirk to make it work on some devices - ath12k: IPQ5424 support - rtw89: USB improvements for performance* tag &apos;wireless-next-2026-04-10&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next: (124 commits)  wifi: cfg80211: Explicitly include &lt;linux/export.h&gt; in michael-mic.c  wifi: ath10k: Add device-tree quirk to skip host cap QMI requests  dt-bindings: wireless: ath10k: Add quirk to skip host cap QMI requests  crypto: Remove michael_mic from crypto_shash API  wifi: ipw2x00: Use michael_mic() from cfg80211  wifi: ath12k: Use michael_mic() from cfg80211  wifi: ath11k: Use michael_mic() from cfg80211  wifi: mac80211, cfg80211: Export michael_mic() and move it to cfg80211  wifi: ipw2x00: Rename michael_mic() to libipw_michael_mic()  wifi: libertas_tf: refactor endpoint lookup  wifi: libertas: refactor endpoint lookup  wifi: at76c50x: refactor endpoint lookup  wifi: ath12k: Enable IPQ5424 WiFi device support  wifi: ath12k: Add CE remap hardware parameters for IPQ5424  wifi: ath12k: add ath12k_hw_regs for IPQ5424  wifi: ath12k: add ath12k_hw_version_map entry for IPQ5424  wifi: ath12k: Add ath12k_hw_params for IPQ5424  dt-bindings: net: wireless: add ath12k wifi device IPQ5424  wifi: ath10k: fix station lookup failure during disconnect  wifi: ath12k: Create symlink for each radio in a wiphy  ...====================Link: https://patch.msgid.link/20260410064703.735099-3-johannes@sipsolutions.netSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/arch/mips/configs/lemote2f_defconfig</description>
        <pubDate>Sun, 12 Apr 2026 18:17:42 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8c6d03b7a249ffe85ba2bda09a2a7614c0ff03db - crypto: Remove michael_mic from crypto_shash API</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/configs/lemote2f_defconfig#8c6d03b7a249ffe85ba2bda09a2a7614c0ff03db</link>
        <description>crypto: Remove michael_mic from crypto_shash APIRemove the &quot;michael_mic&quot; crypto_shash algorithm, since it&apos;s no longerused.  Its only users were wireless drivers, which have now beenconverted to use the michael_mic() function instead.It makes sense that no other users ever appeared: Michael MIC is aninsecure algorithm that is specific to WPA TKIP, which itself was aninterim security solution to replace the broken WEP standard.Acked-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Signed-off-by: Eric Biggers &lt;ebiggers@kernel.org&gt;Acked-by: Herbert Xu &lt;herbert@gondor.apana.org.au&gt;Link: https://patch.msgid.link/20260408030651.80336-7-ebiggers@kernel.orgSigned-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux/arch/mips/configs/lemote2f_defconfig</description>
        <pubDate>Wed, 08 Apr 2026 05:06:51 +0200</pubDate>
        <dc:creator>Eric Biggers &lt;ebiggers@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>71451b7105c777429de9bd3961666f02edd4f40e - arch/mips: Drop CONFIG_FIRMWARE_EDID from defconfig files</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/configs/lemote2f_defconfig#71451b7105c777429de9bd3961666f02edd4f40e</link>
        <description>arch/mips: Drop CONFIG_FIRMWARE_EDID from defconfig filesCONFIG_FIRMWARE_EDID=y depends on X86 or EFI_GENERIC_STUB. Neither istrue here, so drop the lines from the defconfig files.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;Signed-off-by: Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;

            List of files:
            /linux/arch/mips/configs/lemote2f_defconfig</description>
        <pubDate>Wed, 01 Apr 2026 10:27:57 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&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/mips/configs/lemote2f_defconfig#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/mips/configs/lemote2f_defconfig</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>0f94e51b5320eacccc2626ab70b8d7e705332334 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/configs/lemote2f_defconfig#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/mips/configs/lemote2f_defconfig</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>d518ec2cbcac1c1175563a115f5024eeb6b4cd8d - Merge 6.18-rc3 into usb-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/configs/lemote2f_defconfig#d518ec2cbcac1c1175563a115f5024eeb6b4cd8d</link>
        <description>Merge 6.18-rc3 into usb-nextWe need the USB fixes in here as well to build on top of.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/arch/mips/configs/lemote2f_defconfig</description>
        <pubDate>Mon, 27 Oct 2025 08:33:01 +0100</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>d68eb9096fb065cc0cb5218ae651f54b08de5831 - Merge 6.18-rc3 into staging-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/configs/lemote2f_defconfig#d68eb9096fb065cc0cb5218ae651f54b08de5831</link>
        <description>Merge 6.18-rc3 into staging-nextWe need the staging driver fixes in here to build on top of.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/arch/mips/configs/lemote2f_defconfig</description>
        <pubDate>Mon, 27 Oct 2025 08:09:56 +0100</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>c428900703aaa528bf141358551287f87e5b2b93 - Merge 6.18-rc3 into char-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/configs/lemote2f_defconfig#c428900703aaa528bf141358551287f87e5b2b93</link>
        <description>Merge 6.18-rc3 into char-misc-nextWe need the fixes in here, and it resolves a merge conflict in:	drivers/misc/amd-sbi/KconfigSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/arch/mips/configs/lemote2f_defconfig</description>
        <pubDate>Mon, 27 Oct 2025 07:48:19 +0100</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>82f78acd5a9270370ef4aa3f032ede25f3dc91ee - Merge patch series &quot;Add OP-TEE based RPMB driver for UFS devices&quot;</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/configs/lemote2f_defconfig#82f78acd5a9270370ef4aa3f032ede25f3dc91ee</link>
        <description>Merge patch series &quot;Add OP-TEE based RPMB driver for UFS devices&quot;Bean Huo &lt;beanhuo@iokpp.de&gt; says:This patch series introduces OP-TEE based RPMB (Replay ProtectedMemory Block) support for UFS devices, extending the kernel-levelsecure storage capabilities that are currently available for eMMCdevices.Previously, OP-TEE required a userspace supplicant to access RPMBpartitions, which created complex dependencies and reliability issues,especially during early boot scenarios. Recent work by Linaro hasmoved core supplicant functionality directly into the Linux kernel foreMMC devices, eliminating userspace dependencies and enablingimmediate secure storage access. This series extends the same approachto UFS devices, which are used in enterprise and mobile applicationsthat require secure storage capabilities.Benefits: - Eliminates dependency on userspace supplicant for UFS RPMB access - Enables early boot secure storage access (e.g., fTPM, secure UEFI   variables) - Provides kernel-level RPMB access as soon as UFS driver is   initialized - Removes complex initramfs dependencies and boot ordering   requirements - Ensures reliable and deterministic secure storage operations - Supports both built-in and modular fTPM configurations.Prerequisites:--------------This patch series depends on commit 7e8242405b94 (&quot;rpmb: move structrpmb_frame to common header&quot;) which has been merged into mainlinev6.18-rc2.Link: https://patch.msgid.link/20251107230518.4060231-1-beanhuo@iokpp.deSigned-off-by: Martin K. Petersen &lt;martin.petersen@oracle.com&gt;

            List of files:
            /linux/arch/mips/configs/lemote2f_defconfig</description>
        <pubDate>Thu, 20 Nov 2025 16:26:13 +0100</pubDate>
        <dc:creator>Martin K. Petersen &lt;martin.petersen@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>37022410f4a3cc11614626a58cd08bcf8ea529e9 - Merge 6.18-rc3 into driver-core-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/configs/lemote2f_defconfig#37022410f4a3cc11614626a58cd08bcf8ea529e9</link>
        <description>Merge 6.18-rc3 into driver-core-nextWe need the driver core fixes in here as well to build on top of.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/arch/mips/configs/lemote2f_defconfig</description>
        <pubDate>Mon, 27 Oct 2025 08:02:50 +0100</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>7362b5b493102c6b71827c2da22117b475528f6d - Merge branch &apos;for-6.19/nintendo&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/configs/lemote2f_defconfig#7362b5b493102c6b71827c2da22117b475528f6d</link>
        <description>Merge branch &apos;for-6.19/nintendo&apos; into for-linus- switch to WQ_PERCPU workaueues (Marco Crivellari)- reduce potential initialization blocking time of hid-nintendo (Willy Huang)

            List of files:
            /linux/arch/mips/configs/lemote2f_defconfig</description>
        <pubDate>Tue, 02 Dec 2025 14:46:11 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>2e90ff546240498c2158d9f9acfcfba30904ab6b - Merge branch &apos;for-linus&apos; into for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/configs/lemote2f_defconfig#2e90ff546240498c2158d9f9acfcfba30904ab6b</link>
        <description>Merge branch &apos;for-linus&apos; into for-nextPull 6.18-devel branch for applying the further HD-audio fixups for HP.Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux/arch/mips/configs/lemote2f_defconfig</description>
        <pubDate>Thu, 20 Nov 2025 09:48:59 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>29ae148fa88934bfd81af2a616816f9e22559b7c - Merge tag &apos;v6.18-rc5&apos; into media-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/configs/lemote2f_defconfig#29ae148fa88934bfd81af2a616816f9e22559b7c</link>
        <description>Merge tag &apos;v6.18-rc5&apos; into media-nextLinux 6.18-rc5* tag &apos;v6.18-rc5&apos;: (1016 commits)  Linux 6.18-rc5  kbuild: Let kernel-doc.py use PYTHON3 override  rtc: rx8025: fix incorrect register reference  Revert &quot;drm/nouveau: set DMA mask before creating the flush page&quot;  io_uring: fix regbuf vector size truncation  compiler_types: Move unused static inline functions warning to W=2  smb: client: validate change notify buffer before copy  tracing/tools: Fix incorrcet short option in usage text for --threads  drm/xe: Enforce correct user fence signaling order using  x86/microcode/AMD: Add more known models to entry sign checking  drm/xe: Do clean shutdown also when using flr  drm/xe: Move declarations under conditional branch  drm/xe/guc: Synchronize Dead CT worker with unbind  tracing: Fix memory leaks in create_field_var()  ring-buffer: Do not warn in ring_buffer_map_get_reader() when reader catches up  tracing: tprobe-events: Fix to put tracepoint_user when disable the tprobe  tracing: tprobe-events: Fix to register tracepoint correctly  gpio: tb10x: Drop unused tb10x_set_bits() function  drm/amd/display: Enable mst when it&apos;s detected but yet to be initialized  drm/amdgpu: Fix wait after reset sequence in S3  ...

            List of files:
            /linux/arch/mips/configs/lemote2f_defconfig</description>
        <pubDate>Tue, 11 Nov 2025 12:44:28 +0100</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>1c1960f57151e36f550d1a53352f832d5aaa5f8f - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/configs/lemote2f_defconfig#1c1960f57151e36f550d1a53352f832d5aaa5f8f</link>
        <description>Merge drm/drm-next into drm-intel-nextPrimarily sync with the drm_print.h changes from drm-misc.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/arch/mips/configs/lemote2f_defconfig</description>
        <pubDate>Tue, 11 Nov 2025 11:32:07 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8b6faa7fddf0ae69c5f1a9315a64edee6f022037 - spi: tegra210-quad: Improve timeout handling under</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/configs/lemote2f_defconfig#8b6faa7fddf0ae69c5f1a9315a64edee6f022037</link>
        <description>spi: tegra210-quad: Improve timeout handling underMerge series from Vishwaroop A &lt;va@nvidia.com&gt;:This patch series addresses timeout handling issues in the Tegra QSPI driverthat occur under high system load conditions. We&apos;ve observed that when CPUsare saturated (due to error injection, RAS firmware activity, or general CPUcontention), QSPI interrupt handlers can be delayed, causing spurious transferfailures even though the hardware completed the operation successfully.These changes have been tested in production environments under various highload scenarios including RAS testing and CPU saturation workloads.

            List of files:
            /linux/arch/mips/configs/lemote2f_defconfig</description>
        <pubDate>Wed, 05 Nov 2025 12:54:48 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&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/arch/mips/configs/lemote2f_defconfig#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/arch/mips/configs/lemote2f_defconfig</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>dc74a00c7661a14a672ea7660caca5c4aa661a79 - regulator: pca9450: add input supply links</title>
        <link>http://kernelsources.org:8080/source/history/linux/arch/mips/configs/lemote2f_defconfig#dc74a00c7661a14a672ea7660caca5c4aa661a79</link>
        <description>regulator: pca9450: add input supply linksMerge series from Oleksij Rempel &lt;o.rempel@pengutronix.de&gt;:This series adds input supply definitions for the NXP PCA9450 PMIC.Some systems detect power events such as undervoltage before the PMIC.To allow correct propagation of such events, each regulator must defineits upstream input supply. The first patch updates the devicetreebinding to document new *-supply properties, and the second patch addsmatching .supply_name entries in the driver.Changes in this series:- Document INL1, INB13, INB26 and INB45 supply properties- Link all LDO and BUCK regulators to their corresponding input groups

            List of files:
            /linux/arch/mips/configs/lemote2f_defconfig</description>
        <pubDate>Tue, 28 Oct 2025 12:17:51 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
