Phoronix

Subscribe to Phoronix feed
Linux Hardware Reviews, Performance Benchmarks & Open-Source / Free Software News
Updated: 1 hour 24 min ago

AMD Posts Open-Source Linux Patches For Pensando RDMA Driver

Wed, 04/23/2025 - 20:20
The newest open-source Linux driver being worked on by AMD engineers is a Remote Direct Memory Access (RDMA) solution for their Pensando networking hardware...

Ubuntu 25.10 Moving Ahead With Plans For Migrating To Rust Coreutils

Wed, 04/23/2025 - 18:31
Back in March some ideas were talked about by Canonical engineers for Ubuntu Linux to move to Rust Coreutils and other Rust-written system components. Some of this is likely to materialize for the Ubuntu 25.10 release due out in October to allow for sufficient testing ahead of the all important Ubuntu 26.04 LTS release next year. Today the more solidified plans have been laid out for moving to the Rust Coreutils as a replacement to GNU Coreutils with Ubuntu 25.10...

Fedora 43 Change Proposal Filed For Removing GNOME X11 Packages: Wayland-Only GNOME

Wed, 04/23/2025 - 18:15
Following a lot of work in this direction toward the end goal of removing GNOME X11 support, this milestone may finally be acheived for the Fedora 43 cycle due out by the end of the year. A change proposal has been filed for removing the GNOME X11 packages in the repository and in turn making the GNOME desktop Wayland-only on Fedora Linux...

VMware Updates Linux Patches For Running VMware Workstation Atop KVM

Wed, 04/23/2025 - 18:05
One of the biggest surprises of last year was finding out that VMware has been working on shifting VMware Workstation from proprietary code to building atop the upstream KVM code within the Linux kernel. Following the initial patches from last October, an updated patch series was sent out on the Linux kernel mailing list yesterday for working on this transition...

Patches Hoping For The Upstream Kernel Finally Provide Google Pixel 4a Support

Wed, 04/23/2025 - 17:58
The Google Pixel 4a smartphones launched in mid-2020 and now in mid-2025 it looks like we might finally be close to seeing mainline kernel support for the Pixel 4a devices and other hardware making use of Qualcomm Snapdragon 730/730G/732G SoCs...

QEMU 10.0 Released With True Multi-Queue Support, New Apple Graphics Devices

Wed, 04/23/2025 - 08:35
QEMU 10.0 was released today as the newest version of this emulator code that plays an important role in the open-source Linux virtualization stack...

Linux 6.15 Git Tanked Nginx HTTPS Web Server Performance - Here's The Bisect

Wed, 04/23/2025 - 05:09
With the Linux 6.15 kernel settling down nicely, I've been testing out the current Linux Git state on more systems in looking for any performance changes. Unfortunately this week I ran into a large performance regression affecting the Nginx HTTP(S) web server. Here's a look at that problem currently affecting Linux Git.

CachyOS Linux Distribution Makes More Improvements To Its Handheld Edition

Wed, 04/23/2025 - 03:30
The April 2025 ISO update is out today for CachyOS, the Arch based Linux distribution known for its aggressive out-of-the-box performance on modern hardware...

NVK Now Vulkan 1.4 Conformant For NVIDIA Maxwell GPUs

Wed, 04/23/2025 - 02:01
Mesa's NVK Vulkan driver had been Vulkan 1.4 conformant for Turing and newer GPUs, but now with Mesa 25.2-devel it's Vulkan 1.4 conformant going back to Maxwell GPUs. This change is exported to be back-ported to the upcoming Mesa 25.1 release as well for those interested in using this open-source NVIDIA Vulkan driver...

AMD Ryzen AI Max 300 "Strix Halo" Graphics IP Versions Confirmed

Wed, 04/23/2025 - 00:27
For those that have been wondering about the Linux support and more details around the Ryzen AI Max 300 "Strix Halo" APUs on Linux, here's a brief update...

Intel Core Ultra 9 285K "Arrow Lake" Performance On Linux Has Improved A Lot Since Launch

Tue, 04/22/2025 - 22:00
Today's Linux benchmarking at Phoronix is looking at how the Intel Core Ultra 9 285K performance has evolved since its launch last October. Taking the launch-day benchmarks from October with the same hardware, we are revisiting the Intel Arrow Lake performance under Linux today using the newest system BIOS and the newly-released Ubuntu 25.04 for seeing how the performance has evolved roughly over the past half-year.

GCC Compiler Adds Targeting Support For XuanTie RISC-V CPUs

Tue, 04/22/2025 - 21:41
One of the early features being merged for what will become the GCC 16 compiler following last week's GCC 15 code branching is CPU targeting support for the XuanTie RISC-V processors...

Kmemdump Proposed For The Linux Kernel To Help With Memory Dumping & Debugging

Tue, 04/22/2025 - 20:28
Eugen Hristev of Linaro sent out a "request for comments" patch series today proposing kmemdump for the Linux kernel as a new means to assist in debugging driver/system problems by making it easier to dump memory for specific areas/regions...

Linux Being Patched For Buggy MWAIT Behavior On Intel Ice Lake Servers

Tue, 04/22/2025 - 18:59
The Linux kernel has seen safeguards for select prior Intel CPU cores due to bugs around the MONITOR/MWAIT implementation with the processors. MWAIT/MONITOR bugs was found to be the cause of annoying issues at boot for Lunar Lake laptops and also previously plagued Goldmont Atom cores. It also turns out that Ice Lake servers can be subject to similar MWAIT/MONITOR behavior...

Intel Vulkan Linux Driver Begins Prepping For Ray-Tracing Changes With Xe3

Tue, 04/22/2025 - 18:34
Merged yesterday to Mesa Git for next quarter's Mesa 25.2 release is an improvement for the Intel Vulkan ray-tracing code with an eye on next-gen Xe3 graphics hardware...

Linux Patch Queued To Report Outdated Intel CPU Microcode As A Vulnerability

Tue, 04/22/2025 - 04:55
Last year a patch was raised for the Linux kernel that would report outdated CPU microcode versions as a security vulnerability. With Intel routinely issuing new CPU microcode updates for security vulnerabilities and addressing other functional issues, the Linux kernel would begin warning users when recognizing that outdated CPU microcode is deployed for a given processor. That patch has now been queued into a tip/tip.git branch and thus looking like it will be submitted for the upcoming Linux 6.16 kernel cycle...

AMD ROCm 6.4 Adds SPIR-V Linking Support To HIP

Tue, 04/22/2025 - 03:58
With the recently released AMD ROCm 6.4 release for this open-source GPU compute stack for Radeon and Instinct hardware there are yet more indications around AMD's growing software ecosystem expansion. With ROCm 6.4 are additions to the HIP API for allowing linking of SPIR-V code objects, which is the intermediate representation used by Vulkan as well as with OpenCL and other Khronos APIs...

GCC Patch Revived For -mtune=generic Showing Nice Benefits On Intel & AMD CPUs

Tue, 04/22/2025 - 01:26
A 2021 era patch for the GNU Compiler Collection (GCC) has been revived and discussed in recent days around simplifying the memcpy and memset inlining strategies when compiling code with the "-mtune=generic" option. The patch takes the approach during that generic tuning to try to avoid branches. In doing so, some nice performance benefits are observed in some benchmarks...

Ubuntu 25.04 vs. Windows 11 CPU Performance For The AMD Ryzen AI 7 PRO 360

Mon, 04/21/2025 - 20:16
Earlier this month was a look at the AMD RDNA 3.5 graphics between Windows 11 and Ubuntu 25.04 using a Ryzen AI 7 PRO 360 "Strix Point" SoC within a Lenovo ThinkPad T14s Gen 6. That was an interesting benchmark battle and providing a fresh look at the open-source AMD Linux graphics driver stack relative to Radeon Software on Windows. For those curious about the current Zen 5(C) performance, today's article are all of the CPU benchmarks for the AMD Ryzen AI 7 PRO 360 performance under the newly-released Ubuntu 25.04 and Windows 11 as pre-loaded by Lenovo.

Intel Posts Newest Code For Cache Aware Scheduling On Linux

Mon, 04/21/2025 - 18:31
Intel engineers have recently been working on the notion of cache-aware scheduling / load balancing for benefiting the likes of Intel and AMD processors sporting multiple caches. Posted today was the newest iteration of these patches that are still seeking to get more feedback and testing around this potential useful addition to the Linux kernel...

Pages