↩ Accueil

Vue lecture

Orange Pi RV2 Benchmarks: The Most Performant RISC-V Board For Less Than $100 With 8 Cores + 8GB RAM

Earlier this month Canonical announced Ubuntu Linux support for the Orange Pi RV2 as a low-cost RISC-V developer board. The Orange Pi RV2 with eight RISC-V cores and 8GB of RAM costs just around $64 USD. The price point and specs were interesting that I ordered one and have been running performance benchmarks on it since for seeing how capable this is as finally an interesting, low-cost and readily available RISC-V board.
  •  

Ubuntu 25.10 Moving Ahead With Plans For Migrating To Rust Coreutils

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

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

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...
  •  

NVK Now Vulkan 1.4 Conformant For NVIDIA Maxwell GPUs

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...
  •  

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

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.
  •  

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

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...
  •  

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

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

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

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

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

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...
  •  

FamFS Ported To FUSE For Fabric-Attached Memory File-System

One year ago we covered Micron working on FamFS as a new file-system for fabric-attached memory with an emphasis on Compute Express Link (CXL) devices. That started off as a conventional kernel driver while now the newest patches posted this weekend are morphing it into a user-space driver via FUSE...
  •  

NVIDIA Engineer Posts New NOVA Driver Patches - Still Far From Doing Anything Useful

Merged for the Linux 6.15 kernel were the very early boilerplate code around the NOVA driver as a new, open-source and Rust-written NVIDIA Linux kernel graphics/display driver. This successor to the Nouveau kernel driver is going to leverage the NVIDIA GPU System Processor (GSP) to make it easier to develop and maintain this open-source driver. But depending upon the GSP also means the NOVA driver will only work with RTX 20 class GPUs and newer. This driver is going to be built up gradually within the mainline Linux kernel and coming out this Easter were a new set of 16 patches for further laying the NOVA groundwork...
  •  

HFS/HFS+ File-System Driver Support For Linux May End Up Being Maintained

Just a few days ago there was talk of potentially removing the Apple HFS and HFS+ file-system drivers from the Linux kernel considering they had been orphaned for a decade and beginning to cause a maintenance burden. After briefly being marked for deprecation, it now looks like the drivers may be maintained with new maintainers alleging to step-up to the role...
  •  

FFmpeg AV1 Vulkan Encoder Patch Posted

While the FFmpeg multimedia library merged Vulkan Video encode support last year, it was initially limited to H.264 and H.265 formats. With a new patch posted for review this week, AV1 encode support using the Vulkan Video API is now underway...
  •  

Google Engineers Exploring Distributed ThinLTO Builds Of The Linux Kernel

Engineers from Google are proposing that distributed ThinLTO build support be introduced for LLVM/Clang when compiling the Linux kernel. The distributed ThinLTO mode for link-time optimizations can lead to quicker build times than the current in-process ThinLTO mode while also being more convenient and work with kernel live-patching solutions...
  •  

Slightly Faster AES-XTS Performance For AVX-512 CPUs Expected With Linux 6.16

In recent kernel releases there have been performance enhancements to the AES implementations and other cryptographic subsystem code for speeding up the performance on modern Intel and AMD processors. With Linux 6.16 there will be at least some additional small gains to find with Intel and AMD processors bearing AVX-512 when employing AES-XTS...
  •  

Initial Linux Gaming/Graphics Performance For The NVIDIA GeForce RTX 5060 Ti

Earlier this week the NVIDIA GeForce RTX 5060 Ti launched and there were launch-day Linux CUDA/OpenCL compute benchmarks on Phoronix. But for the Linux gaming performance tests we were waiting on a new supported driver release, which happened to be on launch day with the NVIDIA 575.51.02 Linux beta. Now that the gaming-ready Linux driver is available for the GeForce RTX 5060 series, here are some initial benchmarks of the PNY GeForce RTX 5060 Ti 16GB up against other NVIDIA GeForce and AMD Radeon graphics cards using the newly-released Ubuntu 25.04.
  •