New Runtime Standby ABI Proposed For Linux Akin To Microsoft Windows' "Modern Standby"

An exciting post-Christmas patch series out on the Linux kernel mailing list this morning is proposing a new runtime standby ABI that is similar in nature to the "Modern Standby" functionality found with Microsoft Windows.

Antheas Kapenekakis sent out the patch series today proposing this new runtime standby ABI for Linux. Antheas Kapenekakis is one of the developers heavily involved in the Linux gaming handheld space with working on the OneXPlayer driver , ASUS ROG Ally improvements , MSI handheld improvements , and more .

Continue reading...

Nova Driver Progress & Other NVIDIA Linux News From 2025

This year there was a lot of going on in the NVIDIA Linux world from their official driver stack seeing better Wayland support to a lot on the open-source scene from NVIDIA engineers contributing a lot directly to the Rust-based Nova open-source driver that continues taking shape, the Mesa NVK Vulkan driver becoming more performant and capable, and a lot of other happenings. Here is a look back at the most popular NVIDIA content of 2025 on Phoronix.

First up is a look at the most-

New Linux Patches Improve exFAT Read Performance Via Multi-Cluster Mapping

For those using Microsoft's exFAT file-system under Linux for the likes of flash drives and SD cards, a new patch series posted today aims to enhance the read performance. The new patches are shown to improve performance by about 10% while also heaving lower overhead.

Chi Zhiling with the Chinese Linux distribution Kylin OS posted the patch series today for adding multi-cluster mapping support to Linux's exFAT file-system kernel driver. This multi-cluster mapping allows for faster read performance, especially for sequential

Arch Linux Powered CachyOS To Develop A Server Edition

The Arch Linux based CachyOS has been quite popular with Linux gamers and enthusiasts for offering leading out-of-the-box performance, especially following the shutdown of Intel's Clear Linux. CachyOS has developed quite a following on the Linux desktop while looking ahead to 2026 they will be working on a server edition.

The CachyOS project today posted their 2025 year-end look at their accomplishments and statistics/milestones. They made a lot of progress this year from new optimizations and features to
Continue reading...

NVIDIA CUDA Tile IR Open-Sourced

As a wonderful Christmas gift to open-source fans, NVIDIA dropped their proprietary license on the CUDA Tile intermediate representation and has now made the IR open-source software.

Earlier this month with CUDA 13.1 NVIDIA announced the CUDA Tile programming model as " the largest and most comprehensive update to the CUDA platform since it was invented two decades ago " The intermediate representation (IR) to CUDA Tile is now open-source software.

Continue reading...

Final Benchmarks Of AMDVLK vs. RADV AMD Radeon Vulkan Drivers

One of the pleasant surprises this year was AMD ending the AMDVLK driver development with AMD dropping their proprietary OpenGL and Vulkan driver components on Linux at long last for their Radeon Software for Linux packages. This was arguably long overdue with enthusiasts and Linux gamers long preferring the RadeonSI+RADV Mesa drivers and those drivers even doing very well in recent years for workstation graphics workloads. One of the areas where AMDVLK formerly delivered better performance than RADV was with Vulkan ray-tracing. But RADV ray-tracing improved a lot in 20

Continue reading...

Fix On The Way For One Of The Linux 6.19 Regressions: 52.4% Scheduler Regression

The Linux 6.19 kernel has been a bit bumpy in the scheduler department but at least one fix is on the way for addressing fallout.

Linux 6.19 does bring some nice performance improvements overall but during my early testing there were some regressions and I ended up bisecting some of them to the scheduler changes in Linux 6.19 .

Intel's Kernel Test Robot did also report a scheduler regression with Schbench using a Phoronix benchmark run:
"kernel test robot noticed a 52.4%

Phoenix: A New X Server Written From Scratch With Zig

For X11/X.Org fans there is a new Christmas surprise: Phoenix as an in-development X Server written from scratch using the Zig programming language.

Phoenix is a new X Server written from scratch in the Zig programming language for providing better safety. Phoenix hopes to become a modern alternative to the X.Org Server but admittedly right now is "not ready to be used yet" although it can render simple applications with GLX, EGL or Vulkan.

Phoenix hopes to be simple, secure, better
Continue reading...

Intel

The Death Of Clear Linux, Other Intel Linux Engineering Setbacks In 2025

When it came to the most viewed AMD Linux/open-source news of 2025 there were a lot of accomplishments for the company this year both on the CPU and graphics side of the house and from consumer to server hardware. Today is a look back at the most popular Intel open-source/Linux news of the year, which unfortunately, their layoffs and other cuts to their software engineering were attracting a lot of interest.

When it came to the most popular Intel Linux/open-source news

Google Looks To Upstream Its Propeller Tool To LLVM For More Performance

Google's Propeller is a profile-guided, reflinking optimizer for large codebases. Propeller is built atop LLVM and can allow for whole-program optimizations. Google compiler engineers are now hoping to bring the Propeller tool into the upstream LLVM codebase.

Google's Propeller has been in the works for several years for speeding up the performance of large binaries/applications . They have even used AutoFDO and Propeller on Linux kernel builds for 5~10% performance improvements .

Jin Huang of Google's compiler team posted a