Linux Ham Radio KISS Serial Driver Being Modernized In 2026
Here’s something that wasn’t on my bingo card for this year of the “MKISS” driver for ham radio being modernized in 2026 as opposed to just being dropped. The MKISS code hasn’t seen much driver activity since the original Git import of the Linux kernel more than twenty years ago… ⌘ Read more
Intel Prepares Wireless Mode Support For QAT Gen6 Hardware
Last year Intel began preparing their QuickAsist Linux driver support for QAT Gen6 hardware with upcoming platforms. That initial Intel QAT Gen6 driver enablement landed back in Linux 6.16 while for the upcoming Linux 7.1 kernel they are preparing support for a new wireless mode with this next-gen QuickAssist hardware… ⌘ Read more
Many EXT4 Fixes Lined Up For Linux 7.0-rc6
Ahead of the Linux 7.0-rc6 kernel due to be released later today, quite a number of EXT4 file-system fixes were sent out this morning… ⌘ Read more
RadeonSI Driver Lands Fixes For EDuke32 For Those Wanting To Enjoy Duke Nukem 3D In 2026
It’s fairly rare for the RadeonSI Gallium3D driver to hit OpenGL rendering game bugs these days as besides more games going opting for Vulkan API use, RadeonSI is rather robust and very mature at this stage. Recently though a Linux gamer that upgraded to a Radeon RX 9070 XT RDNA4 graphics card noticed that the open-source EDuke32 Duke Nukem 3D build and its derivatives were failing to render properly with the RadeonSI driver… ⌘ Read more
SystemD Contributor Harassed Over Optional Age Verification Field, Suggests Installer-Level Disabling
It’s FOSS interviewed a software engineer whose long-running open source contributions include Python code for the Arch Linux installer and maintaining packages for NixOS. But “a recent change he made to systemd has pushed him into the spotlight” after he’d added the optiona … ⌘ Read more
Linux Maintainer Greg Kroah-Hartman Says AI Tools Now Useful, Finding Real Bugs
Linux kernel maintainer Greg Kroah-Hartman tells The Register that AI-driven code review has “really jumped” for Linux. “There must have been some inflection point somewhere with the tools…”
“Something happened a month ago, and the world switched. Now we have real reports.” It’s not just Linux, he continued. “All … ⌘ Read more
Linux 7.0-rc6 Bringing A Lot Of Audio Quirks / Fixes
The Linux 7.0-rc6 kernel due for release tomorrow has a lot of audio fixes/quirks to correct a wide variety of different hardware issues, mostly different problematic laptops for their speakers and/or microphone behavior under Linux… ⌘ Read more
Fish 4.6 Shell Brings Support For Recent systemd Environment Variables
Fish 4.6 released today as the newest version of this Rust-based interactive shell for Linux and other platforms… ⌘ Read more
DRBD Driver Working To Land ~15 Years Worth Of Changes Into The Linux Kernel
Developers behind the Distributed Replicated Block Device “DRBD” for mirroring block devices between multiple host systems are working to resync the upstream Linux kernel DRBD support with the out-of-tree DRBD code they have been maintaining for the past ~15 years out-of-sync. It’s a big undertaking but they have begun staging patches for review and testing to get this massive set of changes up to par for mainline… ⌘ Read more
KDE Plasma 6.6 Showing Frequent Performance Advantage Over GNOME 50 With NVIDIA R595 Driver
Earlier this week I provided benchmarks looking at KDE Plasma 6.6’s performance advantage over GNOME 50 for Linux gaming with AMD Radeon graphics. That raised the question if the same was true when using NVIDIA graphics with their official Linux graphics driver stack. Here are such benchmarks looking at the KDE Plasma 6.6 and GNOME 50 performance on Ubuntu 26.04 beta while using the new NVIDIA 595.58.03 Linux driver. ⌘ Read more
Intel Xe Driver Improves Memory Pressure / Out-Of-Memory Behavior For vRAM With Linux 7.1
Following the Intel Xe kernel graphics driver pull request landing transparent hugepages for device pages as an SVM win, another round of Intel Xe driver updates were sent out this week ahead of next month’s Linux 7.1 merge window. This latest pull request lands a new user-space API for helping the Intel Xe driver better cope with situations of video memory pressure / out-of-memory behavior for vRAM… ⌘ Read more
BPF-Based I/O Scheduler For Linux Demonstrated
With sched_ext there is support for BPF-based CPU scheduling policies for the Linux kernel while now a new initiative is working on BPF-based I/O schedulers… ⌘ Read more
Linux Patches Posted To Fix ~2x Performance Drop For CPU Workloads On NVIDIA Vera Rubin
An important set of Linux scheduler patches were posted for review on Thursday for improving the SMT-aware asymmetric CPU capacity handling. These patches to improve the Linux kernel scheduler around CPU Simultaneous Multi-Threading (SMT) is needed after NVIDIA engineers discovered up to a ~2x performance drop for CPU-intensive workloads on their upcoming Vera Rubin platform… ⌘ Read more
AMDGPU Driver For Linux 7.1 Preps Debug Improvements, New Hardware IP
Another round of AMDGPU/AMDKFD kernel driver improvements were sent out this week as feature development for DRM-Next ahead of Linux 7.1 begins to wind down… ⌘ Read more
Ubuntu 26.04 LTS Beta Released: Powered By Linux 7.0 + GNOME 50 + Mesa 26.0
Right on schedule the beta for Ubuntu 26.04 LTS is now available for testing. This is a great opportunity to help test this release ahead of the official Long Term Support release due out on 23 April… ⌘ Read more
Open-Source Nouveau Performance With Linux 7.0 + NVK Mesa 26.1-dev vs. NVIDIA Linux Driver
As a few months have passed since our prior round of testing the fully open-source NVIDIA Linux driver stack with the Nouveau kernel driver and Mesa NVK Vulkan driver plus Zink, here is a fresh round of benchmarks using Linux 7.0 and Mesa 26.1-dev compared to the open-source stack shipped by Ubuntu 25.10 (Linux 6.17 + Mesa 25.2) for showing how far the open-source NVIDIA driver has progressed the past few months. Plus testing aga … ⌘ Read more
Ubuntu Will Switch To ntpd-rs As Its Next Rust System Component
Canonical engineers are planning a switch to ntpd-rs as the newest Rust-based system component for Ubuntu Linux for handling time synchronization… ⌘ Read more
Intel Xe Driver In Linux 7.1 Enabling THP For Device Pages As A Big SVM Win
Sent out today was a new batch of “drm-xe-next” material of Intel Xe kernel graphics driver improvements ready for the upcoming Linux 7.1 kernel cycle. Standing out in this pull is enabling Transparent Hugepages (THP) support for drm_pagemap as a big win for those making use of Shared Virtual Memory (SVM) for GPU compute and the like… ⌘ Read more
NXP Neutron NPU Kernel Driver Blocked For Now By A Closed-Source User-Space Blob
Last month NXP posted open-source Linux kernel driver patches for their Neutron NPU accelerator. The NXP Neutron NPU aims to help with edge AI applications and this neural processing unit is found in their different SoCs. Unfortunately, their GitHub repository for the user-space software ends up containing a binary-only blob that will end up delaying plans on getting this driver into the mainline Linux kernel… ⌘ Read more
An Enticing Optimization For Linux Memory Reclaim On Today’s Multi-Core Platforms
A new set of Linux kernel patches for batch TLB flushing for dirty folios within the kernel’s vmscan path were recently floated on the Linux kernel mailing list. This batch TLB flushing optimization for dirty folios during memory reclaim can be a significant performance win with today’s multi-core hardware… ⌘ Read more
ASUS Armoury & HP WMI Drivers Add More Laptops Ahead Of Linux 7.0-rc6
Merged today was another round of platform-drivers-x86 changes for the ongoing Linux 7.0 cycle. There are bug fixes plus some new hardware support additions that make this merge notable. Due to the new hardware support amounting to just device IDs and not risking existing hardware support, it’s fine for merging at this late stage of Linux 7.0 development… ⌘ Read more
Fedora 45 Plan Approved For Web Frontend To Linux’s “Blue Screen of Death” DRM Panic
With just a few weeks to go until the official Fedora 44 release, there is already feature planning and activity beginning for Fedora 45 that will be released toward the end of 2026. Among the early feature approvals is a new web front-end feature to the DRM Panic “Blue/Black Screen of Death” functionality with a specialized QR code for kernel errors… ⌘ Read more
Lemonade 10.0.1 Improves Setup Process For Using AMD Ryzen AI NPUs On Linux
Earlier this month with the release of the Lemonade SDK 10.0 and FastFlowLM 0.9.35, using AMD Ryzen AI NPUs for running LLMs on Linux finally became feasible. AMD XDNA 2 NPUs can now run on Linux well for LLM workloads! Released on Tuesday was Lemonade 10.0.1 with a few improvements for the setup process of this local LLM open-source solution on Linux… ⌘ Read more
Intel’s Vulkan Linux Driver Lands New Feature To Boost DX12 Game Performance
Intel’s open-source “ANV” Vulkan driver for Linux systems enabled a new feature called BTP+BTI RCC Keying. You may be wondering what it means or stands for, but long story short it helps with the performance of Direct3D 12 (DX12) games running on Linux by way of Valve’s Steam Play with Proton + VKD3D-Proton… ⌘ Read more
Wine 11 Rewrites How Linux Runs Windows Games At the Kernel Level
Linux gamers are seeing massive performance gains with Wine’s new NTSYNC support, “which is a feature that has been years in the making and rewrites how Wine handles one of the most performance-sensitive operations in modern gaming,” reports XDA Developers. Not every game will see a night-and-day difference, but for the games that do benefit fr … ⌘ Read more
Oracle Releases Unbreakable Enterprise Kernel 8.2 - Still On Linux 6.12 LTS Base
Days after Oracle celebrated their RHEL-based Oracle Linux distribution turning 20 years old, today they announced Unbreakable Enterprise Kernel 8.2 “UEK 8.2” as their alternative to the RHEL-clone kernel with Oracle Linux… ⌘ Read more
AMD-Optimized Rocky Linux Distribution To Focus On AI & HPC Workloads
AMD and CIQ jointly announced today that AMD-optimized Rocky Linux builds are being worked on for this RHEL-derived operating system. The AMD-optimized Rocky Linux will focus on AI and HPC workloads and be nicely integrated with ROCm… ⌘ Read more
NVIDIA 595.58.03 Linux Driver Debuts As Stable R595 Build
Building off the NVIDIA 595.45.04 Linux beta driver that brought DRI3 v1.2 support and new Vulkan capabilities, the NVIDIA 595.58.03 Linux driver released this morning as the first stable Linux driver build in the R595 release branch… ⌘ Read more
Linux 7.1 To Overcome Reporting Limitation For Multiple Batteries Per HID Device
A limitation affecting various gaming headsets, graphic tablets, wireless earbuds, multi-device receivers and more with Linux has been not being able to report multiple batteries per HID device. After patches were proposed last year for dealing with the increasingly common scenario these days of having multiple batteries per device, the upcoming Linux 7.1 kernel is set to address this limitation… ⌘ Read more
Patch Posted To Enable Intel FRED By Default On Linux
Following today’s article exploring the performance benefits of Intel Flexible Return and Event Delivery “FRED” with Panther Lake and also pointing out the rather obscure nature of FRED being disabled-by-default, an Intel Linux kernel engineer posted a patch to now enable FRED by default for better performance… ⌘ Read more
XMMS Codebase Brought Back To Life By AI With GTK4 + GStreamer/PipeWire Port
Longtime Linux desktop users will likely remember the glorious days of the XMMS music player inspired by Winamp. It’s been about two decades since the last official release but thanks to AI there is now a modern port of the codebase to GTK4 and GStreamer/PipeWire… ⌘ Read more
Intel FRED Can Yield Great Performance - FRED Benchmarks On Panther Lake
With Intel’s new Core Ultra Series 3 “Panther Lake” laptop SoCs, the Xe3-based Arc B390 graphics and much improved CPU performance capture much of the spotlight. One new capability with Panther Lake that isn’t featured as much though is the new FRED capability with Flexible Return and Event Delivery. Today’s Intel Panther Lake testing is looking at the very interesting performance impact of FRED on Linux. ⌘ Read more
Linux’s sched_ext Will Prioritize Idle SMT Siblings For Better Performance
A change to the Linux kernel’s extensible scheduler class “sched_ext” for allowing nifty scheduler implementations via BPF programs will begin to prioritize SMT siblings to help with better performance… ⌘ Read more
AMD Posts Latest “pghot” Code For Overhauling Linux Hot Page Tracking & Promotion
One of the core Linux infrastructure improvements that AMD engineers have been working on recently is pghot as a hot-page tracking and promotion subsystem. This proposed addition to the Linux kernel could be quite beneficial especially for those using modern AMD EPYC servers with CXL and multiple memory tiers… ⌘ Read more
Linux 7.0-rc5 Released: Linux 7.0 “Starting To Calm Down”
Linus Torvalds just issued Linux 7.0-rc5 as we inch toward the stable Linux 7.0 kernel release in April… ⌘ Read more
D7VK 1.6 Overhauls Interaction With DXVK’s D3D9 Backend
D7VK is the open-source project that began as a Direct3D 7 implementation atop the Vulkan API for Linux gamers and with time expanded to support all the way back to Direct3D 3. Out today is D7VK 1.6 with continuing to enhance this D3D compatibility layer atop Vulkan for enhancing retro/vintage gaming on Linux… ⌘ Read more
mdadm 4.6 Released With Boot Failure Fixes, New Lockless Bitmap
The mdadm utility for managing software RAID on Linux systems is out with a new release that adds new features while addressing some recent boot failure issues that were reported… ⌘ Read more
Electron’s Investment Into Good Wayland Support
For years Electron apps were notorious for continuing to depend upon X11/XWayland and not jive well with the modern Wayland experience on modern Linux desktops. But for the past several months, Wayland has been well supported out-of-the-box on upstream Electron. An Electron blog post this week outlined the technical work done for achieving good Wayland support… ⌘ Read more
Loongson Linux Display Driver No Longer Orphaned
The Loongson Direct Rendering Manager driver for handling the display controller on LS7A/LS2K SoCs is no longer orphaned with new Loongson engineers stepping up to maintain the code moving forward… ⌘ Read more
OneXPlayer Configuration HID Driver Posted For Linux By Valve Developer
Open-source developer Derek Clark of Valve’s Linux engineering team has been responsible for many improvements for gaming handheld devices. Such as Lenovo Legion improvements for Linux, Ayn gaming handheld improvements, and most recently Linux 7.1 set to introduce the new Lenovo Legion Go HID drivers. With the latest Lenovo Legion driver work wrapped up for Linux 7.1, Derek Clark today posted a set of patches providing a OneXPlayer Config … ⌘ Read more
Sashiko Now Providing AI Reviews On Rust Code For The Linux Kernel
A few days ago Google engineers went public with Sashiko with their agentic AI code review for the Linux kernel. The Google Gemini Pro powered AI code review service is automatically monitoring the Linux kernel mailing list for new patch submissions and has proven useful already. Interest continues to build by upstream Linux kernel stakeholders around Sashiko and the latest addition is now covering the Rust-For-Linux mailing list submission … ⌘ Read more
SystemD Adds Optional ‘birthDate’ Field for Age Verification to JSON User Records
“The systemd project merged a pull request adding a new birthDate field to the JSON user records managed by userdb in response to the age verification laws of California, Colorado, and Brazil,” reports the blog It’s FOSS.
They note that the field “can only be set by administrators, not by users themselves” — it’s … ⌘ Read more
Linux Driver Being Worked On For Pulsar Gaming Mice
A Linux HID driver is being developed for Pulsar branded gaming mice to expose additional information and capabilities… ⌘ Read more
Wine 11.5 Release Is Big: Syscall User Dispatch Feature Supported On Linux
Wine 11.5 is out today as the latest bi-weekly development release for this software to run Windows games and applications on Linux and other platforms. Most exciting with Wine 11.5 is the introduction of the Syscall User Dispatch feature on Linux… ⌘ Read more
Dell Upstreams Firmware For The XPS Snapdragon X Elite Laptop
When it comes to using Qualcomm Snapdragon X1 Elite laptops on Linux, one of the big challenges have involved the need to extract the necessary firmware from the Windows 11 partition due to most vendors not providing the firmware in an easily redistributable and public form. The one exception has been the Lenovo ThinkPad with X1 Elite having upstream firmware in linux-firmware.git while now the Dell XPS model has joined the party too… ⌘ Read more
Ubuntu 26.04 Delivers Enhanced Performance For AMD Radeon Linux Gaming
Earlier this month was a preview of the Ubuntu 26.04 performance benefits for NVIDIA Linux gaming while today’s article is providing an early look at how the open-source AMD Radeon gaming experience is looking for the upcoming Ubuntu 26.04 LTS release. ⌘ Read more
Ubuntu 26.04 Delivers Enhanced Performance For AMD Radeon Linux Gaming
Earlier this month was a preview of the Ubuntu 26.04 performance benefits for NVIDIA Linux gaming while today’s article is providing an early look at how the open-source AMD Radeon gaming experience is looking for the upcoming Ubuntu 26.04 LTS release. ⌘ Read more
Patches Sent Out For Booting Linux On Apple M3 But Without Much Functionality
Asahi Linux developers have been working for a while now on porting Asahi Linux to the Apple M3 hardware that launched back in 2023. Sent out today to the Linux kernel mailing list were finally Device Tree files for booting Linux on Apple M3 hardware but it’s far from functional for end-users… ⌘ Read more
Linux Patches Updated To Steal Tasks For Improving CPU Utilization
Huawei engineer Chen Jinghuang posted the latest request for comments (RFC) patches for stealing tasks from overloaded CPUs in the same last level cache (LLC) in order to improve overall CPU utilization with today’s large core count servers… ⌘ Read more
Opera GX Web Browser Comes To Linux
BrianFagioli writes: Opera GX has officially landed on Linux, bringing its gamer-focused browser experience to Debian, Ubuntu, Fedora, and openSUSE-based systems. The browser includes GX Control for limiting RAM and network usage, a Hot Tabs Killer to shut down resource-heavy tabs, and built-in sidebar integrations for Discord and Twitch. Opera says this is not just a one-off port, but a long-term effo … ⌘ Read more