Linux Hardware Reviews & Performance Benchmarks, Open-Source News

18 min read Original article ↗
JPEG-XL Image Support Returns To Latest Chrome / Chromium Code
JPEG-XL Image Support Returns To Latest Chrome / Chromium Code

29 Minutes Ago - Google - JPEG-XL Is Back

To the frustration of many developers and end-users, back in 2022 Google deprecated JPEG-XL support in Chrome/Chromium and proceeded to remove the support. That decision was widely slammed and ultimately Google said they may end up reconsidering it. In November there was renewed activity and interest in restoring JPEG-XL within Google's image web browser and as of yesterday the code was merged.

ReactOS Receives Fix For A Very Annoying Usability Issue
ReactOS Receives Fix For A Very Annoying Usability Issue

ReactOS began 2026 with another "major step" towards Windows NT 6 compatibility with updating its MSVCRT implementation from Wine for the Microsoft C Runtime DLL library. That improved support for a number of Windows applications running on this open-source OS. ReactOS is taking another step-forward now with addressing a very annoying usability issue where up until now you may need to refresh the file manager for seeing folder changes.

Intel's Fantastic New Open-Source Demonstrator For AMX-BF16: Over 4x The Performance At 69% The Power
Intel's Fantastic New Open-Source Demonstrator For AMX-BF16: Over 4x The Performance At 69% The Power

When it comes to software leveraging Intel Advanced Matrix Extensions (AMX) functionality in modern Xeon processors, it's largely been limited to AI applications/libraries like oneDNN, OpenVINO, DeepRec, etc. But Intel now has another great open-source real-world AMX demonstrator with their Open Image Denoise library. This open-source library providing high quality denoising filters for images rendered using ray-tracing can end up benefiting big time from AMX-FP16 (AMX-COMPLEX) found with the newest Xeon 6 "Granite Rapids" processors. I ran some benchmarks of their new Open Image Denoise library with AMX-FP16 and was honestly blown away by the results.

Wine 11.0 Released With Many Improvements For Windows Games & Apps On Linux
Wine 11.0 Released With Many Improvements For Windows Games & Apps On Linux

4 Hours Ago - WINE - Wine 11.0

As expected, Wine 11.0 stable was officially released today. This is a big step forward for this open-source software to run Windows games and applications on Linux and other platforms. Wine also serves as the basis for Valve's Steam Play (Proton) that has been critical to the recent successes of Linux gaming.

FFmpeg Merges A Number Of Vulkan Improvements To Start 2026
FFmpeg Merges A Number Of Vulkan Improvements To Start 2026

FFmpeg developer Lynne has landed a number of Vulkan-related imporvements to this widely-used open-source multimedia library. Over the past year FFmpeg saw Vulkan shader-based decoding for more video formats, AV1 and VP9 extension work, performance improvements, and other work around Vulkan Video. It will be very exciting to see how FFmpeg delivers in 2026 with Vulkan Video and how the software ecosystem as a whole begins taking up this cross-platform, open industry standard for video encode/decode.

Bcachefs Ships Latest User-Space Utilities With bcachefs-tools 1.35
Bcachefs Ships Latest User-Space Utilities With bcachefs-tools 1.35

Kent Overstreet has shipped the latest version of bcachefs-tools, the user-space code complementing the Bcachefs file-system kernel driver. There are a number of improvements present in this latest version with Overstreet remaining committed to advancing Bcachefs even with its current out-of-tree kernel status.

12 January

The Surprising Spectre BHI Mitigation Performance Impact On Meteor Lake
The Surprising Spectre BHI Mitigation Performance Impact On Meteor Lake

When recently carrying out performance benchmarks of Intel Meteor Lake performance on Linux since launch day two years ago, the geo mean came in at 93% the original performance. Finding the performance trending clearly lower with an up-to-date Linux software stack compared to in December 2023 was quite surprising considering the rather nice gains we have seen over time on other Intel/AMD hardware. As noted in that article though, one of the possible explanations there is the Spectre BHI "Branch History Injection" vulnerability and microcode plus Linux kernel mitigations having come out post-launch and affecting Meteor Lake CPUs. Sure enough, follow-up tests looking at the Spectre BHI impact have revealed a measurable cost in a number of workloads for the Core Ultra processor.

LLMinus Working On AI/LLM-Powered Merge Conflict Resolution For The Linux Kernel
LLMinus Working On AI/LLM-Powered Merge Conflict Resolution For The Linux Kernel

Building off an initial request for comments (RFC) patch series posted during the winter holidays, an updated RFC patch series was posted this weekend for LLMinus. LLMinus is an effort led by NVIDIA Linux kernel engineer Sasha Levin to provide a large language model (LLM) assisted merge conflict resolution tool focused on Linux kernel development.

Auto-CPUFreq 3.0 Released To Help You Extend Laptop Battery Life On Linux
Auto-CPUFreq 3.0 Released To Help You Extend Laptop Battery Life On Linux

Auto-CPUFreq 3.0 released this weekend as the newest version of this Linux user-space tool to help you extend your laptop battery life by automatically applying CPU speed and power optimizations. When all goes according to plan, Auto-CPUFreq means extending your battery life without compromises to the user experience.

11 January

Linux Consulting Firm Linutronix Recently Began A New Chapter
Linux Consulting Firm Linutronix Recently Began A New Chapter

Some news that slipped under the radar prior to the holidays... Linutronix as the Linux consulting firm that has led the real-time "PREEMPT_RT" work and more within the Linux kernel -- and Linutronix was acquired by Intel back in 2022 as an independent subsidiary -- is beginning a "new chapter".

Linux Lands Safeguard For RISC-V Against Another Microarchitectural Attack Vector
Linux Lands Safeguard For RISC-V Against Another Microarchitectural Attack Vector

11 January 06:34 AM EST - RISC-V - RISC-V Side Channel

Increasingly complex RISC-V cores aren't magically immune to the speculative execution / side-channel vulnerabilities that have rattled the x86_64 and ARM64 landscape for years. Following recent work on Spectre V1 handling for RISC-V in the Linux kernel, merged this weekend for Linux 6.19-rc5 is another RISC-V attack vector safeguard.

GYESME: A New Design-Led Downstream Of GNOME Being Explored
GYESME: A New Design-Led Downstream Of GNOME Being Explored

11 January 06:18 AM EST - GNOME - GYESME

A new project trying to get off the ground and currently in an "exploratory phase" is GYESME that describes itself as a "design-led" downstream of GNOME with plans ot only fork when needed that is "minimal by default."

10 January

Linux Working Around Audio Problems On The ASUS ROG Xbox Ally X
Linux Working Around Audio Problems On The ASUS ROG Xbox Ally X

10 January 09:40 AM EST - Hardware - ASUS ROG Xbox Ally X

For those loading Linux on the ASUS ROG Xbox Ally X gaming handheld, there is currently audio quality issues, including gaps/dropouts in audio playback. A workaround is in the process of making its way to the Linux kernel until a proper solution can be sorted out.

ollama 0.14 Can Make Use Of Bash For Letting AI/LLMs Run Commands On Your System
ollama 0.14 Can Make Use Of Bash For Letting AI/LLMs Run Commands On Your System

10 January 07:17 AM EST - AI - ollama 0.14

The ollama 0.14-rc2 release is available today and it introduces new functionality with ollama run --experimental for in this experimental mode to run an agent loop so that LLMs can use tools like bash and web searching on your system. It's opt-in for letting ollama/LLMs make use of bash on your local system and there are at least some safeguards in place.

Linux 7.0 Readying Improvement For Rust + LTO Kernel Builds
Linux 7.0 Readying Improvement For Rust + LTO Kernel Builds

10 January 07:08 AM EST - Linux Kernel - Rust + LTO Kernel Builds

Alice Ryhl of Google has been working on an improvement to the Linux kernel code for inlining C helpers into Rust when making use of a Link-Time Optimized (LTO) kernel build. At least some of the patches are queued up for merging in the upcoming Linux 6.20~7.0 cycle for helping those enabling the Rust kernel support and also making use of the LLVM/Clang compiler's LTO capabilities for greater performance.

9 January

Wine 11.0-rc5 Brings 32 Bug Fixes

9 January 04:11 PM EST - WINE - Wine 11.0-rc5

With no Wine 11.0 release candidate last Friday due to the New Year festivities, Wine 11.0-rc5 is out today and it comes packing 32 bug fixes for the past two weeks.

AMD Enabling New GFX12.1 & More RDNA 3.5 Hardware Blocks With Linux 6.20~7.0

9 January 11:16 AM EST - Radeon - AMDGPU Next

AMD today sent out their latest pull request to DRM-Next of new AMDGPU/AMDKFD kernel driver changes they are looking to get into the next kernel cycle, which will either be known as Linux 6.20 or more than likely be called Linux 7.0. Notable with this week's pull request is enabling a lot of new GPU hardware IP blocks, including GC/GFX 12.1 as a new addition past the current GFX12.0 / RDNA4.

Linux 6.19-rc5 To Fix Broken Nouveau Driver With Newer NVIDIA GPUs

9 January 06:00 AM EST - Linux Kernel - Open-Source NVIDIA FIx

Now past the end-of-year holidays, this round of Direct Rendering Manager (DRM) fixes for the in-development Linux 6.19 are a bit more meaningful following those light holiday weeks. Sent out today were the DRM fixes for Linux 6.19-rc5 that includes a fix for broken support for newer NVIDIA GPUs on the Nouveau open-source driver.

Qualcomm Sends Out Linux Patches For RAS Support On RISC-V For Reporting Hardware Errors

9 January 05:36 AM EST - RISC-V - RISC-V RAS

The latest work by Qualcomm on the RISC-V CPU architecture is sending out their first non-RFC patch series for enabling Reliability, Availability and Serviceability (RAS) support by making use of the RISC-V RERI specification. This RISC-V RAS support is useful for conveying hardware errors to users and will be especially important with future RISC-V Linux servers.

8 January

Canonical Builds Steam Snap For Ubuntu ARM64 Leveraging FEX

8 January 08:25 PM EST - Ubuntu - Steam + FEX on Ubuntu ARM64

Canonical is making it easier for ARM64 Ubuntu users like those on the NVIDIA DGX Spark to do a bit of gaming with Steam. Canonical engineers have assembled a Steam Snap for 64-bit ARM that comes complete with the FEX emulator for running Windows/Linux x86-based games on ARM64 Linux.

Intel Panther Lake Laptops For Pre-Order Scarce So Far

8 January 09:11 AM EST - Intel - And Many Shipping In February

On Monday at CES Intel announced Panther Lake as Core Ultra Series 3 with the initial laptop designs to be available for pre-order starting the following day, 6 January, while global availability is expected around 27 January. Now a few days after pre-orders opened up, few options are available and some of the models will not be shipping until mid-February.

Linus Torvalds: "The AI Slop Issue Is *NOT* Going To Be Solved With Documentation"

8 January 06:37 AM EST - AI - Linus Torvalds On Kernel AI Slop

The Linux kernel developers for months now have been debating proposed guidelines for tool-generated submissions to the Linux kernel. As part of the "tools", the main motivator for this documentation has been around the era of AI and large language models with coding assistants and more. Torvalds made some remarks on the Linux kernel mailing list around his belief in focusing the documentation on "tools" rather than explicitly focusing on AI, given the likelihood of AI-assisted contributions continuing regardless of documentation.

Linux Patches Enable Intel GPU Firmware Updating From Non-x86 Systems

8 January 06:25 AM EST - Intel - dGPU Firmware Updating On Non-x86

The modern Intel Xe kernel graphics driver was designed from the start to be more broadly compatible with non-x86 architectures given their discrete graphics processors being front and center, unlike the legacy i915 kernel graphics driver being very x86 minded. While this allows running Intel Arc Graphics on ARM or RISC-V, there are some other kinks still being ironed out with using Intel graphics in the non-x86 world. One of those limitations currently being worked through is the lack of GPU firmware updating on non-x86 systems.

Etnaviv Driver Wires Up PPU Flop Reset Support Needed By Some Vivante Hardware

Sent out today was the latest batch of drm-misc-next changes to DRM-Next for staging ahead of the upcoming Linux 6.20~7.0 kernel cycle. The reverse-engineered Etnaviv DRM driver for Vivante graphics/NPU hardware has added a new "PPU flop reset" feature gleaned off studying the downstream vendor kernel driver.

Past 30 Days Of News | Articles & Reviews | News Archives | RSS Feed