Qt Toolkit Lands IO_uring Abstraction

The newest feature to land in the cross-platform Qt toolkit is QIORing as an abstraction for Linux's IO_uring interface. This QIORing may also end up supporting Microsoft's Windows IORing implementation as well.

QIORing is now merged to the Qt toolkit for abstracting IO_uring Linux usage from this Qt interface:
"Introduce QIORing to abstract io_uring on Linux

Somewhat low level code, intended as a low level abstraction.

The QIORing interface would also be used for Windows' IORing, developed at the same

FreeBSD 15.0 vs. Ubuntu Linux For AMD EPYC Server Performance

Given the recent release of FreeBSD 15 , I started off my testing in looking at how FreeBSD 15.0 improves performance versus FreeBSD 14.3 . Now it's onto the next important question: how is FreeBSD 15.0 performing relative to Linux on servers? Here are some benchmarks exploring that topic today.

In today's article is a look at how FreeBSD 15.0 is performing against Ubuntu 24.04.3 LTS and Ubuntu 25.10 on

Continue reading...

AMD FSR SDK 2.1 Released With FSR Redstone - Windows-Only For Now

AMD FSR SDK 2.1 is now available that includes their "FSR Redstone" machine learning based upscaling tech for gaming

FSR SDK 2.1 ships with FSR Frame Generation 4.0, FSR Ray Regeneration 1.0, and FSR Radiance Caching in preview form. FSR Radiance Caching will officially debut in 2026.

Continue reading...

Turbostat Introduces New Cache Statistics, Nova Lake + Wildcat Lake Support

Turbostat is the Linux command-line utility for reporting CPU frequency / power / C-states and related performance / power management items namely for modern AMD and Intel processors. This CLI utility lives within the Linux kernel source tree and for Linux 6.19 has picked up a few new features.

Turbostat in Linux 6.19 adds some new last level cache (LLC) statistics of: Last Level Cache Thousands of References Per Second "LLCkRPS" and Last Level Cache Hit % "LLC%hit".
Continue reading...

Budgie 10.10 Desktop Approved For Fedora 44 Packaging, Fedora Budgie Spin All-Wayland

In addition to approving Fedora Cloud switching /boot to a Btrfs subvolume , another change approved this week by the Fedora Engineering and Steering Committee (FESCo) is for shipping the Budgie 10.10 desktop packages in Fedora 44.

Fedora already enjoys Budgie in the package repository as an alternative desktop option. There is also the Fedora Budgie Spin for those wanting to enjoy the Budgie desktop experience out-of-the-box. Now for Fedora 44, it will get Budgie 10.10 thanks
Continue reading...

Open Source LLM|Intel

Updated Intel LLM-Scaler-Omni Improves ComfyUI Performance For Arc Graphics

The past several months Intel software engineers have been quite busy with LLM-Scaler as part of Project Battlematrix . LLM-Scaler is a Docker-based solution for AI workloads on Intel graphics hardware to ship an optimized vLLM stack and other AI frameworks. Out today is a new LLM-Scaler-Omni release to help enhance ComfyUI performance on Intel hardware.

There have been quite frequent updates to LLM-Scaler for expanding model coverage on Intel graphics hardware and delivering other new AI features for primarily the Arc "Battlemage" GPUs
Continue reading...

Linux Fixes A Performance Regression In The Slab Code

A performance fix has been submitted to the Linux kernel for dealing with a regression in the Slab memory allocation code.

The sole patch with today's slab pull request for Linux 6.19 and to be back-ported to Linux 6.18 LTS stable is fixing a performance regression for code involving heavy kmem_cache_destroy() usage.

The kmem_cache_destroy() calls kvfree_rcu_barrier() that ends up flushing RCU sheaves across all slab caches when a cache is

Linux 6.19 Gets Rid Of The Kernel's "Genocide" Function

While the Linux kernel has inclusive terminology guidelines for the past five years to replace phrases like master/slave and blacklist/whitelist, there has surprisingly been a "genocide" function within the kernel that was questioned when it was first submitted for inclusion but now removed in Linux 6.19.

Introduced to the Linux kernel back in 2023 was the d_genocide() function as part of various dcache updates to the kernel. The genocide name was questioned when the patches were first posted by longtime Linux
Continue reading...

Fedora Cloud Will Switch To /boot As A Btrfs Subvolume

The Fedora Engineering and Steering Committee "FESCo" today signed off on a new feature for Fedora Cloud 44 to switch /boot to being as a Btrfs sub-volume rather than a separate partition.

Fedora Cloud moving forward will drop the separate /boot partition in favor of just using a Btrfs sub-volume for the directory. Though this functionality doesn't currently work for UEFI-UKI and s390x cloud images so there they will continue using the separate boot partition.

The argument in going for
Continue reading...

Linux 6.19 For RISC-V Brings Parallel CPU Hotplugging, Zalasr Ratified ISA Support

The RISC-V CPU architecture changes have been merged for the in-development Linux 6.19 kernel.

With this new kernel RISC-V now supports CPU hot-plugging in parallel for secondary CPU cores. Secondary CPU cores can now be brought up asynchronously with the "HOTPLUG_PARALLEL" kernel feature now being supported on RISC-V for more quickly bringing up multiple CPU cores besides the primary CPU0. The CPU hot-plugging support particularly with RISC-V SoCs is primarily about dynamic enabling/disabling