FreeBSD 15.0 Benchmarks Versus FreeBSD 14.3 On AMD EPYC
This week brought the official release of FreeBSD 15.0 as the latest major update to this BSD operating system. In being eager to test out this new FreeBSD release, for this first round of FreeBSD 15.0 benchmarking is seeing how it compares to the former FreeBSD 14.3 release on a Supermicro + AMD EPYC Turin server. ⌘ Read more
Rust-Written Redox OS Sees Initial Wayland Port
Developers behind Redox OS, the original open-source operating system written from scratch in the Rust programming language, have ported Wayland to it with initially getting the Smallvil Wayland compositor up and running along with the Smithay framework and the Wayland version of the GTK toolkit… ⌘ Read more
Former Intel Open-Source Project SVT-VP9 Sees First Update In 5 Years
The open-source SVT-VP9 project started by Intel as a high performance VP9 video encoder has seen its first new release in five years… ⌘ Read more
Printk Improvement For Linux 6.19 Can Significantly Speed-Up Boot Times For Some Systems
The Linux kernel’s printk code for logging kernel messages has some useful improvements with the Linux 6.19 kernel… ⌘ Read more
Linux 6.19 Fixes A Thundering Herd Problem For Big NUMA Servers
The “timers/core” pull requests for updating Linux kernel timer-related code doesn’t tend to be too interesting each kernel cycle, but this time around for Linux 6.19 it is for addressing a problem HPE discovered on big NUMA servers… ⌘ Read more
Zlib-rs 0.5.3 Expands AVX-512 Usage For Faster Performance
The Trifecta Tech Foundation today released zlib-rs 0.5.3 as the newest version of this Zlib implementation written in the Rust programming language for better memory safety. Zlib-rs is advertised as “a safer Zlib” for use by both C and Rust projects while delivering competitive performance to the C-based zlib-ng… ⌘ Read more
Linux 6.19 Will Allow Enforcing IPE Security Checks On Indirectly Executed Scripts
Linux’s Integrity Policy Enforcement “IPE” module is gaining a useful addition with the in-development Linux 6.19 kernel… ⌘ Read more
Mesa 25.3.1 Released With Initial Set Of Fixes, Mesa 25.2 Comes To An End
Mesa 25.3.1 was released overnight as the first point release of the Mesa 25.3 series. The Mesa point releases are typically bi-weekly but this one dragged out to nearly three weeks. In turn this also marks an end to the Mesa 25.2 series… ⌘ Read more
EXT4 Optimizes Online Defragmentation, Improves Performance & Larger Block Sizes
The merged EXT4 changes for Linux 6.19 bring some of the most prominent feature changes in recent times for this mature and widely-used Linux file-system… ⌘ Read more
ReactOS Lands Improvements For Its USB Stack - Fixing Various Blue Screens of Death
ReactOS as the open-source operating system aiming to be an “open-source Windows” by striving for binary compatibility with Windows programs and device drivers is now slightly better with its USB support… ⌘ Read more
Linux 6.19 Goes Ahead And Enables Microsoft C Extensions Support
Last month I reported on Linux 6.19 looking to enable Microsoft C Extensions support throughout the Linux kernel with setting the -fms-extensions compiler option to allow Microsoft C Extensions when building the kernel. Linus Torvalds today merged that support without objections… ⌘ Read more
Sched_EXT With Linux 6.19 Improves Recovering For Misbehaving eBPF Schedulers
The Linux kernel’s innovative sched_ext code for being able to easily write extensible task schedulers using eBPF programs has some nice enhancements merged for Linux 6.19… ⌘ Read more
Alpine Linux 3.23 Released With APK Tools v3 For Package Management
Alpine Linux 3.23 is out today as the newest feature release for this lightweight Linux distribution built around musl libc and BusyBox that has become quite popular for containers and embedded uses… ⌘ Read more
Intel’s Open-Source Linux Graphics Driver Delivered Significant Improvements In 2025
Last week I provided a look at how Intel’s GPU compute performance on Battlemage evolved in 2025. In today’s article is a similar Intel Arc A-Series “Alchemist” and B-Series “Battlemage” look at how the OpenGL and Vulkan graphics performance has evolved over the past year. Simply put, the open-source Intel Linux graphics driver stack has evolved immensely this year… Not just for Vulkan but even the OpenGL support cont … ⌘ Read more
Fedora 44 Cleared To Replace Kernel Console With User-Space KMSCON
A proposal was raised a month ago for Fedora Linux 44 to replace the kernel’s frame-buffer console “FBCON” with KMSCON in user-space. The Fedora Engineering and Steering Committee (FESCo) has now granted approval for making this change in Fedora 44 as part of a larger foal to eventually deprecate FBCON/FBDEV emulation in the kernel… ⌘ Read more
Linux 6.18 Officially Promoted To Being An LTS Kernel
Not exactly a big surprise but the recently released Linux 6.18 kernel is now officially promoted to being this year’s Long Term Support “LTS” kernel… ⌘ Read more
Microsoft ACPI Fan Extensions & Configurable Hibernation Threads For Linux 6.19
The pull requests landing the power management subsystem updates for Linux 6.19 along with the ACPI and thermal control code have landed. There is new hardware support, Microsoft ACPI Fan Extensions support, and other new features for Linux power management in this new kernel… ⌘ Read more
LibreOffice 26.2 Alpha 1 Released For Testing
The first alpha release of the LibreOffice 26.2 open-source and cross platform office suite is now available for testing ahead of its official release in February… ⌘ Read more
Sound Open Firmware 2.14 Released With Intel Wildcat Lake & Nova Lake Support
Sound Open Firmware is one of the projects started originally by Intel but has grown into a multi-vendor initiative for open-source audio digital signal processing (DSP) firmware and development tooling for a variety of platforms under the Linux Foundation umbrella… ⌘ Read more
Scoped User Access In Linux 6.19 To Reduce Speculation Barriers & Its Performance Hit
Merged yesterday to the Linux 6.19 Git codebase was the “core/uaccess” pull that introduces new scoped user-mode access with auto-cleanup functionality. This can reduce the number of speculation barriers encountered when needing to access user-mode memory and thereby avoiding some of the performance penalties incurred by speculation barriers… ⌘ Read more
AES-GCM Optimizations Land In Linux 6.19 - Benefiting AMD Zen 3, AVX-512 CPUs Too
Google engineer Eric Biggers who is known for his many Linux crypto subsystem performance optimizations has seen his latest pull requests land in Linux 6.19. Notable among them are some AES-GCM optimizations benefiting AMD Zen 3 processors and separately AVX-512 processors also benefit too from this latest round of optimization work… ⌘ Read more
X.Org Server’s xkbcomp Updated For Four Security Issues Dating Back Years
Red Hat’s Peter Hutterer announced the release today of xkbcomp 1.5, the CLI utility used for compiling X Keyboard Extension (XBD) keyboard descriptions for the X.Org Server. Driving this new xkbcomp release are fixes for four security issues… ⌘ Read more
Intel LASS, SGX EUPDATESVN & Microcode Staging Features Land In Linux 6.19
In addition to new AMD CPU features being merged today for Linux 6.19, there are also some new Intel CPU features that hit Linux Git today that are worth highlighting… ⌘ Read more
AMD Zen 6 RAS Preparation, AMD SDCI Features Merged For Linux 6.19
Linus Torvalds just merged another set of pull requests to Git for the in-development Linux 6.19 kernel. With the latest round of merges, there are two separate AMD changes worth highlighting… ⌘ Read more
3mdeb Ports Their Dasharo Firmware To A Recent ASRock Rack Motherboard
Open-source firmware consulting firm 3mdeb published a blog post today outlining their work on bringing their Coreboot-downstream Dasharo to the ASRock Rack SPC741D8/2L2T, a recent server motherboard for supporting Intel Xeon Sapphire Rapids and Emerald Rapids processors… ⌘ Read more
Important Performance Work: Overhaul Of RSEQ & CID Management Merged For Linux 6.19
An important set of patches were just merged a few minutes ago to Linux Git for the ongoing Linux 6.19 kernel with some important performance implications… ⌘ Read more
Linux 6.19 Merges “klp-build” As New Livepatch Module Generation Solution
Merged as part of the objtool changes for the Linux 6.19 kernel is introducing the “klp-build” script as a new solution to generate livepatch modules using a source .patch file as the input. This klp-build effort was spearheaded by Josh Poimboeuf with ideas learned from the out-of-tree Kpatch project over the past decade… ⌘ Read more
TornadoVM 2.0 Released For Java On NVIDIA PTX, OpenCL & SPIR-V Devices
TornadoVM 2.0 is out today as the newest feature release for this OpenJDK and GraalVM plug-in that allows Java programs to run on heterogeneous hardware. TornadoVM targets continue to be OpenCL, NVIDIA PTX, and SPIR-V compatible devices for a range of accelerator support for use from conventional Java code… ⌘ Read more
Linux 6.19 To Allow File-Systems To Increase The Writeback Chunk Size
Linux has maintained a default 4MB minimum writeback chunk size but with the in-development Linux 6.19 kernel it will allow file-systems to override that minimum value. This in turn can help avoid fragmentation and yield a better experience for zoned rotation media and other uses… ⌘ Read more
NVIDIA 590.44.01 Beta Linux Driver Released With Wayland Improvements
NVIDIA today released the 590.44.01 Linux driver build as the first beta of their R590 series driver branch for Linux customers… ⌘ Read more
Canonical Now Offering Ubuntu Pro For WSL
Evidently Canonical has been pretty pleased with the uptake of Ubuntu on Microsoft’s Windows Subsystem for Linux (WSL2) within enterprise/corporate environments as they are now offering Ubuntu Pro for WSL… ⌘ Read more
openSUSE Begins Rolling Out Intel NPU Support
Via the openSUSE Innovator Initiative, packaging of the Intel Neural Processing Unit (NPU) driver for the openSUSE ecosystem has begun. This is helping to jump-start the Intel NPU support within the openSUSE space although user-space applications ready to leverage the Intel NPU still remains very limited… ⌘ Read more
Optimized NUMA Distances For Intel GNR & CWF, Other Scheduler Improvements In Linux 6.19
The big set of kernel scheduler changes were merged on Monday for the in-development Linux 6.19 kernel… ⌘ Read more
Kernel Credential Guards Merged For Linux 6.19
Merged yesterday for the Linux 6.19 kernel were “substantial” improvements to the kernel’s credential infrastructure to provide guard-based management that allows for kernel code simplification and avoiding manual reference counting across many subsystems… ⌘ Read more
Steam On Linux Use Easily Hits An All-Time High In November
The Steam Survey results are out for November 2025 and continue to be very positive for the growing adoption of Linux gaming thanks to the success of the Steam Deck, the underlying Steam Play (Proton) software, and now further excitement thanks to the upcoming Steam Machine and Steam Frame… ⌘ Read more
FreeBSD 15.0 Now Officially Available With Many Software Updates, Reproducible Builds
FreeBSD 15.0 is officially released as the newest major update to this leading BSD operating system… ⌘ Read more
Btrfs In Linux 6.19 Adds Experimental Features, Continues Preparations For FSCRYPT
SUSE engineer David Sterba submitted the Btrfs pull request for Linux 6.19 on Friday, ahead of the Linux 6.18 stable kernel release that took place on Sunday. This copy-on-write file-system continues seeing some enticing feature work and other improvements for this next version of the Linux kernel… ⌘ Read more
Fedora 44 Granted Approval For A Nicer NTSYNC Experience For Wine & Steam Play
Fedora stakeholders have been eyeing a nicer experience for NTSYNC usage with Wine and Steam Play by being able to have the NTSYNC kernel module load when it’s likely to be used. That approval has now been granted by the Fedora Engineering and Steering Committee (FESCo) for the Fedora 44 release… ⌘ Read more
AMD GPU Managed Memory Support Merged For The GCC 16 Compiler
When it comes to AMD Radeon/Instinct GPU compiler support much of the emphasis is on the LLVM/Clang compiler stack with their official AMDGPU LLVM shader compiler back-end as well as having the AOMP downstream compiler fork and the like. But the GNU Compiler Collection “GCC” does continue allow targeting AMD GPU targeting with its “AMDGCN” back-end and using the likes of the OpenMP API. It’s not too often seeing new AMD GPU activity there for GCC but mer … ⌘ Read more
AI Is Being Used To Help Modernize The Ubuntu Error Tracker
While some Linux distributions have begun establishing AI policies, we haven’t seen any communicated from the Ubuntu camp yet but will apparently be permitted at least for project infrastructure. AI is being used currently in an effort to help modernize the Ubuntu Error Tracker… ⌘ Read more
Rust Updates For Linux 6.19, Rust Minimum Baseline To Likely Follow Debian Stable
Miguel Ojeda has already submitted the core Rust programming language infrastructure updates intended for the Linux 6.19 merge window. In the pull request he also notes that moving forward the minimum supported Rust version for compiling the Linux kernel will likely follow whatever the minimum Rust version currently in use by the latest Debian stable release… ⌘ Read more
Intel Gaudi 3 Driver Support Already Rejected For Linux 6.19
Last night Intel finally posted their Gaudi 3 accelerator open-source driver support for the mainline Linux kernel with hopes of getting that long-delayed AI accelerator support into the in-development Linux 6.19 kernel. But as I pointed out, the pull request was coming unusually late for being such a large set of patches and would face an uphill battle to make it for the Linux 6.19 merge window. Sure enough, the pull request was already rejected an … ⌘ Read more
Linux 6.18 Adding New Option For More Detailed Bug Reporting But Cost Of Greater Memory
Among the big flow of pull requests today for this first day of the Linux 6.19 merge window are some core kernel bug handling improvements… ⌘ Read more
Fwupd 2.0.18 Enables Linux Firmware Updating For More Hardware
Fresh off Framework Computer becoming a new corporate sponsor of the LVFS / Fwupd, there is a new Fwpd 2.0.18 update for this solution that enables convenient and easy system and device/peripheral firmware updating under Linux… ⌘ Read more
GNU Linux-libre 6.18 Neuters More Functionality Due To Blobs With Intel Xe, NVIDIA Nova
Following yesterday’s Linux 6.18 kernel release, GNU Linux-libre 6.18-gnu is out today as the latest release of this free software purist kernel that will drop/block drivers from loading microcode/firmware considered non-free-software and other restrictions in the name of not pushing binary blobs even when needed for hardware support/functionality on otherwise open-source drivers… ⌘ Read more
New Rockchip RKCIF & RKVDEC HEVC Media Drivers For Linux 6.19
The media subsystem updates were sent out this morning for the now-open Linux 6.19 merge window. There are some new Rockchip drivers and other media drivers that are new for Linux 6.19… ⌘ Read more
Raspberry Pi Announces Price Hikes Due To RAM Demand, 1GB Raspberry Pi 5 Launched
Due to the ongoing RAM shortages in the industry amid ongoing massive demand for AI servers,Raspberry Pi announced today they are having to raise prices on the Raspberry Pi 4 and Raspberry Pi 5 single board computers. They have also launched a 1GB Raspberry Pi 5 version too for those not needing much memory and wanting to keep pricing to a minimum… ⌘ Read more
Apple HFS/HFS+ File-System Drivers Receive Corruption Fixes & More For Linux 6.19
It was just earlier this year that Linux developers considered dropping the Apple HFS and HFS+ file-system drivers from the mainline Linux kernel for being unmaintained. But then some new developers stepped up to maintain the drivers and there has been new HFS/HFS+ file-system patches each kernel cycle since. With the now in-development Linux 6.19 kernel there are some nice year-end clean-ups to these file-system drivers… ⌘ Read more
Steam Machine, Continued Open-Source Rust Usage & Linux Kernel Happenings In November
It was an eventful past month with Valve announcing the new Steam Machine, a lot of new Linux kernel activity, the continued increase of Rust programming language adoption by open-source projects, a lot of fun hardware benchmarks, and more. There were 283 original news articles on Phoronix the past month about Linux/open-source software and hardware plus another 18 featured Linux hardware reviews / multi-page benchmark articles. … ⌘ Read more
Intel Finally Posts Open-Source Gaudi 3 Driver Code For The Linux Kernel
The good news is that Intel tonight posted a pull request for open-source Gaudi 3 accelerator support for the mainline Linux kernel! The bad news is that it’s coming quite late in the product cycle, much later than the former excellent Habana Labs open-source track record, and their hopes of squeezing this code into the Linux 6.19 kernel may be dashed… ⌘ Read more