Feed phoronix Phoronix

Favorite IconPhoronix

Link https://www.phoronix.com/
Feed http://www.phoronix.com/rss.php
Updated 2025-08-15 20:15
Wine 10.13 Released With One Month Worth Of Improvements
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...
Patches Posted For Raspberry Pi 5 Ethernet With The Upstream Linux Kernel
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...
Ubuntu Developing New "Dangerous" Desktop Images Concept
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 Suffers A Late "Incompatible Change" To The Architecture
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...
DM-PCACHE Poised For Linux 6.18 As High Throughput, Low Latency DAX Cache
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...
Generic VFIO Platform Driver To Be Marked As Deprecated For Removal
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...
AMD Posts 11th Iteration Of Color Pipeline API For Advanced Color Management On Linux
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...
Ubuntu 25.10 Enters Its Feature Freeze Period
As of today the Ubuntu 25.10 "Questing Quokka" is now under a feature freeze ahead of the stable release due out in October...
TrueNAS 25.10 Begins Testing With Faster Performance, 400GbE Networking
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...
Valkey 9.0-rc1 Taps AVX-512 For String-To-Integer Conversion For ~19% Gain
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...
Ubuntu 25.10 Continues Preparing For RISC-V RVA23 Baseline Requirement
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...
VirtualBox 7.2 Released With Windows 11 ARM Support, Linux 6.16 Compatibility
Oracle today released VirtualBox 7.2 as the newest version of this cross-platform virtualization solution...
AMD Ryzen Threadripper PRO 9995WX Performance With TRX50 + Quad Channel DDR5
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.
Intel's Habana Labs / Gaudi Accelerator Driver Maintainer Is Leaving The Company
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...
KDE Gear 25.08 Released With Improvements For Many KDE Apps
KDE Gear 25.08 is out this morning as the newest feature release to this collection of KDE applications...
AMDXDNA Improvements & New Rockchip NPU Accelerator Driver For Linux 6.18
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...
LibreOffice 26.2 To Better Handle Documents With Restricted Embedded Fonts
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...
BeOS-Inspired Haiku Has Been Tackling File-System Issues, Better Wacom Tablet Support
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...
Linux 6.18 With Nouveau Driver Will Default To Using GSP Firmware
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 Will Only Be Supported On Intel Arc Pro Graphics Cards
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...
Linux Preps For New "SoC Power Slider" With Upcoming Panther Lake
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...
Linux Lands Fix For Early 6.17 Regression Causing 37~43% Performance Hit
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 Develops KFuzzTest For Fuzzing Internal Linux Kernel Functions
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...
Intel ISPC 1.28 Adds Optimized Support For AMD Zen 4 & Zen 5 CPUs
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...
Intel IDXD Accelerator Driver Cleaned Up For Some "Not So Happy Code Paths"
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...
Clearing The Last ReiserFS Remnants: Documentation Cleanse Of The Defunct File-System
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...
FFmpeg 8.0 Merges OpenAI Whisper Filter For Automatic Speech Recognition
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...
WSL2 Vulnerability Could Lead To Elevating Local Privileges
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...
xf86-input-mouse 2.0.0 Released 12 Years After v1.9 Mouse Driver
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...
GCC Developers Discuss Dropping Poorly Supported, Niche CPU Architectures
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 Released With Experimental GC Yielding 10~40% Overhead Reduction
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...
Linux Address Space Isolation "ASI" Revived After Lowering 70% Performance Hit To 13%
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%...
Intel CPU Microcode Updates Released For Six High Severity Vulnerabilities
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...
CodeWeavers CrossOver 25.1 Improves The Stability Of Microsoft Office On Linux
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...
Linux Kernel Patched For AMD SEV-SNP Cache Coherency Vulnerability
This Patch Tuesday the only new security fix merged to the Linux kernel is addressing a vulnerability affecting AMD SEV-SNP secure virtual machines...
AMD Ryzen AI Max+ 395 With Framework Desktop vs. Intel Core Ultra 9 285K Linux Performance
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.
Debian GNU/Hurd 2025 Released With Completed 64-bit Support, Rust Ported
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...
NVIDIA 580.76.05 Linux Driver Updates EGL Bits, Adds New MetaMode Attribute
Following the NVIDIA 580 Linux beta driver from just one week ago, today NVIDIA issued a new R580 series Linux driver build...
ZLUDA Implements Kernel Cache Support To Help With Performance
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...
Itanium IA-64 Support May Revert Back To Being Deprecated/Obsolete For GCC 16
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 Adds Another Battlemage BMG-G21 PCI ID To Their Linux Driver
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...
Fedora 43 Approved To Ship Hare Programming Language Support, Hardlinking Default
The Fedora Engineering and Steering Committee (FESCo) this week approved a number of additional features for the upcoming Fedora Linux 43 release...
Linux Mint 22.2 Beta Increases Wayland Compatibility, UI Enhancements
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 Releases LLM-Scaler 1.0 As Part Of Project Battlematrix
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...
Early Linux 6.17 Tests Show Some AMD Strix Halo Performance Improvements & Regressions
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...
Updated Inclusive Language Guide Calls Out "Sanity Check", "Hung", "Native Support"
The Linux Foundation's Alliance for OpenUSD "AOUSD" and the Academy Software Foundation "ASWF" announced today an updated Inclusive Language Guide...
Intel Posts Latest Patches For DRM Sharpness Property To Enjoy With Lunar Lake & Beyond
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...
LunarG Announces KosmicKrisp As Vulkan-On-Metal Mesa Driver
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...
AMD EPYC 4545P Achieves 2.24x The Performance At Half The Power Of The First EPYC CPU
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.
Linux Cache-Aware Scheduling / Load Balancing Updated With New Tuning Knob
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...
12345678910...