One month has passed since the Wine 10.12 release. While typically new Wine development releases are on a bi-weekly release cycle, summer holidays typically interfere for one release per year with the Wine project. Thankfully Wine 10.13 is out today to start the cycle anew...
While the Raspberry Pi 5 is a great and popular Arm single board computer, some elements of getting the hardware support upstream have lagged behind just as was also the case with prior generations of the Raspberry Pi SBC. One of the enablement bits now inching its way toward the mainline kernel is Ethernet support on the Raspberry Pi 5...
The Ubuntu Release Management Team is pursuing a new concept called "Dangerous" Desktop Images that will ship leading-edge Snaps atop the latest Ubuntu daily development images...
Intel FRED has been seeing Linux software enablement going on for the past three years. FRED is the Flexible Return Event Delivery that overhauls CPU transitions between privilege levels with a goal of lower ring transition latency and more robust software support. Unfortunately it has a late breaking incompatible change to the architecture and the Linux kernel is now being patched for it...
Barring any issues from coming up in the near future, it looks like DM-PCACHE will be submitted for the Linux 6.18 cycle later in the year as a high throughput, low latency cache for DAX-capable persistent memory devices...
Some old and unmaintained drivers for Linux's Virtual Function I/O (VFIO) support are being marked as deprecated for eventual removal, including the generic VFIO platform driver...
One of the Linux Direct Rendering Manager (DRM) patch series that has long been in the works is on a standardized Color Pipeline API. This is for improving advanced color management handling on Linux and aligns with what Valve and Igalia engineers have been doing with AMD-specific color management implementation on the Steam Deck and their Gamescope compositor. Sent out today by AMD was the 11th iteration of these Color Pipeline API patches...
The folks at iXsystems announced this afternoon that nightly builds of TrueNAS 25.10 are now available for testing of this Linux-based network attached storage (NAS) operating system. With TrueNAS 25.10 there are more performance improvements, improved installation process, initial support for 400GbE networking, and other enhancements to this ZFS-focused platform...
The open-source Valkey key-value database that is forked from Redis is preparing for the big Valkey 9.0 feature release. Valkey 9.0-rc1 was issued today and comes with some exciting performance optimizations and other enhancements for this in-memory KV database...
Canonical is pursuing a rather ambitious baseline of Ubuntu 25.10 RISC-V too require the RVA23 profile that will leave most existing RISC-V developer boards to using Ubuntu 24.04 LTS or Ubuntu 25.04. They continue to pursue this RISC-V baseline and with more of the necessary alterations for it being prepped for landing into the Ubuntu 25.10 archive...
The newly-launched AMD Ryzen Threadripper 9000 series headlined by the 64-core Threadripper 9980X and 32-core Threadripper 9970X offer incredible performance and a wonderful addition to the Zen 5 family for the HEDT space. But there is also the Threadripper PRO 9000 series with the flagship Threadripper PRO 9995WX sporting 96 cores. In this article is a look at how that 96-core AMD Threadripper PRO 9995WX performs using a TRX50 platform with quad channel DDR5-6400 memory.
One of the latest departures from Intel amid their ongoing restructuring is the official maintainer of the "habanalabs" accelerator Linux kernel driver that provides support for their range of Gaudi AI accelerator products...
Sent out today was the first DRM-Misc-Next pull request to DRM-Next for queuing ahead of the Linux 6.18 merge window opening around early October. There are a number of smaller DRM graphics driver improvements ready as well as continued work around the accelerator "accel" drivers for the increasing number of NPUs in devices...
Next year's LibreOffice 26.2 open-source office suite is set to better handle documents with restricted embedded fonts. This is for dealing with situations where fonts may have restricted licensing rights and where up to now LibreOffice Writer simply hasn't dealt with them correctly...
Tbe BeOS-inspired Haiku operating system has continued in advancing this open-source platform with more fixes and other enhancements. The project published its July recap to outline the interesting changes made...
A change queued in drm-misc-next for DRM-Next ahead of the Linux 6.18 kernel cycle later this year is promoting the Nouveau driver for open-source NVIDIA GPU support to be using the GSP firmware by default. This reflects the reality that using the NVIDIA GPU System Processor "GSP" firmware with Turing and Ampere GPUs should provide a better experience than the older firmware alternative with Nouveau...
SR-IOV for virtualization with the Intel Xe kernel graphics driver will only be supported on the Arc Pro products and -- unfortunately -- not the consumer Arc B-Series graphics cards...
While it looked like Linux 6.17 was going to be a good baseline for support with upcoming Intel Panther Lake powered laptops given that this next kernel release ships with the Xe3 graphics enabled by default and other bits coming together, it looks like there is at least one late item only being presented today in patch form: a new "SoC Power Slider" feature as part of the Intel thermal driver for this new feature of Panther Lake SoCs...
Back during the Linux 6.17 merge window was an optimization geared for ARM64 that could have a "16x reduction" in the number of calls. Unfortunately that commit ended up causing a rather significant regression for some systems that has now been addressed...
Google engineers today introduced KFuzzTest as a new lightweight framework for in-kernel fuzz targets for internal kernel functions. KFuzzTest aims to make it easier to exercise Linux kernel code paths that are difficult to do from the system call boundary...
A new version of the Intel Implicit SPMD Program Compiler "ISPC" was just published for supporting that C programming language variant optimized for single program. multiple data (SPMD) programming that is optimized for Intel's various hardware offerings. While catering to Intel hardware, ISPC 1.28 notably adds new AMD Zen 4 and Zen 5 processor targets...
The IDXD Linux kernel driver used for the Data Streaming Accelerator (DSA) support on recent Xeon processors is being cleaned up for some "not so happy code paths" after an Intel engineer uncovered memory leaks and other troubles with the open-source driver code...
It was nearly one year ago in the Linux 6.13 kernel that the ReiserFS file-system was dropped from the mainline kernel after having been deprecated in 2022. That dropped 32.8k lines of code from the Linux kernel but some documentation remnants of ReiserFS were mistakenly left in but now in the process of dropping those remnants for the defunct file-system...
The upcoming FFmpeg 8.0 multimedia library release continues to get more exciting almost by the day. The newest feature being squeezed into this next release is a Whisper audio filter for making use of OpenAI's Whisper model for providing automatic speech recognition / transcription capabilities...
Last week Microsoft released new versions of WSL2 for a yet-to-be-public security vulnerability affecting their Windows Subsystem for Linux 2 implementation. Those details around CVE-2025-53788 are now public for this vulnerability that could lead to elevation of privileges...
The xf86-input-mouse driver for mouse support when using the X.Orrg Server on operating systems like the BSDs, Illumos, GNU Hurd, and Solaris is out with a rare update...
Following the discussion over potentially obsoleting/deprecating the Itanium IA-64 support within the GNU Compiler Collection (GCC), developers are discussing similar treatment for some of the other poorly-maintained CPU ports...
Go 1.25 is out today as the newest half-year update to this popular programming language. What I find most exciting with Go 1.25 is the new experimental garbage collector yielding 10~40% reduction in overhead...
Several years ago Google engineers began exploring address space isolation for the Linux kernel and ultimately proposing Linux ASI for better dealing with CPU speculative execution attacks. While the hope was it would better cope with the ever growing list of CPU speculative execution vulnerabilities, the effort was thwarted initially by I/O throughput seeing a 70% performance hit. That level of performance cost was unsustainable. But now that I/O overhead has been reduced to just 13%...
This Patch Tuesday has brought a slew of Intel CPU microcode updates for the past few processor generations to address six new high severity vulnerabilities...
While most Linux gamers are content using Valve's Steam Play (Proton) these days for Linux gaming, a new release of CodeWeavers' CrossOver is now available for enjoying other Windows applications and games on Linux as well as macOS. CrossOver 25.1 enhances the stability of the Microsoft Office office suite on Linux among other changes...
Last week alongside our Framework Desktop review with the AMD Ryzen AI Max+ 395 "Strix Halo" SoC I posted benchmarks of the Strix Halo performance compared to the Ryzen 9 9950X / 9950X3D socketed desktop processors. For those wondering similarly how the top-end Strix Halo SoC in the Framework Desktop competes with the Intel Core Ultra 9 285K "Arrow Lake" flagship in performance and power efficiency, here are those comparison benchmarks.
Following this weekend's release of Debian 13.0 "Trixie", Debian GNU/Hurd 2025 has been released as the state of Trixie while running atop Hurd rather than Linux...
ZLUDA as the open-source solution bringing CUDA to non-NVIDIA hardware has been seeing a nice uptick in activity the past several months for its latest take on life. The latest feature merged to ZLUDA is the all-important kernel cache to help with performance...
The GCC 14 compiler had marked the Itanium IA-64 code as being obsolete and slated for removal in GCC 15. But then last year the Itanium port was un-deprecated with plans to "support this for some years to come." Now one year later it's back to talking about deprecating/obsoleting the Itanium IA-64 compiler code in GCC...
Intel has introduced another new PCI device ID to their open-source Linux graphics driver stack for signifying another likely product on the way based on the Battlemage BMG-G21 GPU...
The beta release of Linux Mint 22.2 "Zara" is now available for testing of this popular desktop Linux distribution built atop an Ubuntu 24.04 LTS base...
Intel today announced their August 2025 Software Update to Project Battlematrix and the release of the LLM-Scaler 1.0 container for optimized AI inference support on Intel Arc B-Series graphics hardware...
Even prior to the Linux 6.17-rc1 release on Sunday I already had kicked off some Linux 6.17 Git benchmarking in being eager to see how the performance is beginning to shape up for this next kernel release that is set to power the likes of Ubuntu 25.10 and Fedora 43. There is some good news and bad news with my early testing on the ZBook Ultra G1a for AMD Strix Halo...
For over a year now Intel has been working on a new DRM sharpness property for making use of Lunar Lake's new adaptive sharpening filter capabilities built into its display engine. This new sharpening filter with Lunar Lake and future SoCs can hep with sharpening blurred or upscaled content and over the past year has gone through several rounds of code review. The latest patches were sent out last week for this DRM sharpness property...
While there is already MoltenVK for Vulkan implemented over Apple's Metal graphics API, the graphics engineers at LunarG have announced KosmicKrisp as a Mesa-based driver implementing Vulkan over Metal...
Recently we looked at the performance of the AMD EPYC 4545P that is a 16 core 65 Watt processor in the EPYC 4005 "Grado" series. This is quite an interesting processor for those after low-power servers, edge AI deployments, and other purposes with no similar Ryzen 9000 series processor or competition from Intel offering sixteen performance cores at around 65 Watts. Complementing all the performance and power data from that review article, here are some additional tests putting its performance and efficiency compared to the original AMD EPYC 7601 flagship processor that ushered in the EPYC family eight years ago.
Intel engineer Chen Yu posted a fresh round of Linux kernel patches working on cache-aware scheduling/load-balancing for this functionality being sought after both by Intel and AMD. The new patches should address some performance regressions observed in the prior patches...