Feed phoronix Phoronix

Favorite IconPhoronix

Link https://www.phoronix.com/
Feed http://www.phoronix.com/rss.php
Updated 2025-09-17 17:45
QEMU 9.1 Released With AMD SEV-SNP Support & Intel IAA Acceleration During VM Migrations
QEMU 9.1 is out in stable form today as the newest feature release to this open-source processor emulator that plays a vital role within the free software Linux virtualization stack...
AMD Ryzen 9 9950X Power/Performance With CPU Frequency Scaling Driver Tunables
Continuing on with the AMD Ryzen 9000 series Linux benchmarking, today's testing is looking at the performance and power impact of the AMD Ryzen 9 9950X when adjusting the CPU frequency scaling driver, governor, and Energy Performance Preference (EPP) tunable to help look at the performance and power efficiency characteristics of this current flagship Zen 5 desktop processor.
Redox OS Unlocks Faster VM Performance, "Slightly Faster" Than Linux In Some Benchmarks
The Rust-written Redox OS open-source operating system has managed to address a performance bottleneck allowing this platform to perform much faster now when running as a virtual machine (VM) and for some synthetic benchmarks even able to run "slightly faster" than Linux...
More AMD Zen 5 Tuning/Optimizations Merged For The GCC 15 Compiler
Following yesterday's initial tuning of the "znver5" target for the AMD Zen 5 CPUs with the GCC 15 compiler, several more rounds of compiler tuning/optimizations were merged for benefiting the Ryzen AI 300 series, Ryzen 9000 series desktops, and upcoming EPYC Turin processors...
Linux Patches Enable Partially-Working, Snapdragon-Powered Microsoft Surface Pro 9 5G
While using the older Qualcomm Snapdragon 8xc Gen 3 (SC8280XP) SoC and not the exciting Snapdragon X1 Elite, Linux kernel patches were posted this week for enabling the Microsoft Surface Pro 9 5G to boot with the mainline kernel...
Mozilla Is Interested In A Rust JPEG-XL Decoder For Firefox & Google Might Develop It
Mozilla is interested in a Rust-written JPEG-XL image decoder for its memory safety characteristics compared to the existing C++ code they rely on for JPEG-XL image support in Firefox. While Google previously removed JPEG-XL support from Chrome/Chromium, it may be Google that comes to the rescue and writes a Rust-based JPEG-XL image decoder that can then be shipped by Firefox...
Linux Patches Posted For RAID0 Atomic Write Support
Linux 6.11 introduces block atomic write support including for NVMe and SCSI devices. With a new set of patches posted this week, atomic write support is wired up for the RAID0 MD code...
Raspberry Pi Bugs Currently Make Up Half Of The Fedora 41 Blocker Bugs
There are six accepted blocker bugs so far for the Fedora 41 Beta and three of them all pertain to Raspberry Pi issues...
Wayland's Weston 14.0 Compositor Released
Weston 14.0 was released today as the newest feature release for this reference Wayland compositor...
New Patches Bring Rust Linux Kernel Support To MIPS
When it comes to the Rust programming language support within the Linux kernel one of the limitations is that the CPU architecture support isn't as widespread. Currently Rust for Linux supports x86_64, AArch64 (ARM64) little-endian, LoongArch, and RISC-V. While those cover the main targets, POWER is notably missing and many other niche CPU architectures supported by the Linux kernel especially for aging platforms. Patches posted today to the Linux kernel mailing list would extend the Rust support to MIPS...
Android 15 Released To The Android Open-Source Project
Google announced today that the Android 15 source code has been released to the Android Open-Source Project (AOSP)...
Debian Developers Figuring Out Plan For Removing More Unmaintained Packages
While there are more than 74k packages available within Debian's package management system for x86_64 systems, not all of the packages are well maintained and a portion of them haven't seen any maintenance/updates in ages. Debian developers have recently begun discussing how to begin removing more of those long unmaintained packages from the archive...
Intel Launches Core Ultra 200V "Lunar Lake" While Linux Support Settling
Intel formally announced their Core Ultra 200V series "Lunar Lake" laptop processors today in Berlin...
AMD Zen 5 Tuning "Part Two" Merged For GCC Compiler
Merged today for the GCC 15 compiler in development and potentially for back-porting to the next GCC 14 point release is a second round of AMD Zen 5 "znver5" tuning...
Intel Battlemage OpenGL & Vulkan Driver Support Enabled By Default For Linux
Now that Linux 6.12 will enable Intel Battlemage and Lunar Lake graphics by default for the out-of-the-box kernel graphics driver support, the user-space Intel Mesa drivers with Iris Gallium3D (OpenGL) and ANV Vulkan are moving ahead to enable their support out-of-the-box too. This has been merged for Mesa 24.3-devel to have Battlemage discrete GPUs enjoying OpenGL and Vulkan support while it's also marked for back-porting to the Mesa 24.2 stable series...
Samba 4.21 Released With LDAP TLS/SASL Channel Binding, Other Improvements
Samba 4.21 is out as the newest version of this SMB networking protocol implementation commonly used on Linux systems for file and print services interaction with Windows systems...
Klp-build Proposed As A New Means Of Generating Linux Kernel Livepatch Modules
Posted today as a "request for comments" by longtime Linux developer Josh Poimboeuf of Red Hat is klp-build. The klp-build proposal is a new means of building livepatch modules for live-patching the Linux kernel to address bugs and security issues with the running kernel image...
F2FS Inline Tail Allows For Saving Space On Small Files & Reducing I/O
Patches posted to the Linux kernel mailing list today allow for inline tail support within the Flash-Friendly File-System (F2FS). This inline tail support allows for saving space when storing many small files and with reduced I/O can lead to faster data copy times...
Power Profiles Daemon 0.22 Released With Several AMD Improvements
Power Profiles Daemon as the UPower project to make Linux laptop/system power profile handling via D-Bus is out with a new release. This is the Linux/open-source solution for exposing of power profiles to the Linux desktop and better managing the system state between power-saver / balanced / performance modes and other options...
Coreboot 24.08 Released With 31 New Motherboards, Initial Intel Panther Lake Support
Coreboot 24.08 debuted on Monday night as the newest feature release for this open-source system firmware project that allows replacing the proprietary BIOS/firmware on many different platforms. With Coreboot 24.08 comes more than 900 patches from 130+ developers in continuing to support new motherboards and making other improvements...
Google Increases AVIF Image Format Support With Google Search Support
While two years ago Google notably axed support for JPEG-XL within the Chrome web browser, they remain bullish on WebP and AVIF for imaging needs. This past week they finally announced Google Search is now supporting AVIF images...
Firefox 130 Now Available With WebCodecs API Enabled On The Desktop
Firefox 130 web browser binaries were published today ahead of the official release announcement going out on Tuesday. Firefox 130 isn't too particularly exciting but there are a few changes worth mentioning...
AMD GCN3 / Fiji Support Being Retired From The GCC Compiler
The AMD GCN3 (GFX8) support and in particular the Fiji GPU support is being retired from the GNU Compiler Collection (GCC). The Fiji GPU support in the GCC compiler was already deprecated in part due to the LLVM compiler having already removed Fiji support months ago and the AMD ROCm compute driver having broken GCN3 / Fiji support for years...
New Rust PHY Network Driver To Be Merged In Linux 6.12
One year ago the first Rust-written network PHY driver was merged for the Linux 6.8 kernel. Since then we've continued seeing steady progress on more Rust-written Linux network code. With the upcoming Linux 6.12 merge window another Rust PHY driver is set to be introduced...
Intel Compute Runtime 24.31.30508.7 Brings Initial Xe2 Platform Support
Intel Compute Runtime 24.31.30508.7 was released this morning as the newest version of this OpenCL and oneAPI Level Zero compute stack used on both Windows and Linux platforms. Notable with the Intel Compute Runtime 24.31.30508.7 is having initial Xe2 support...
GNOME Mutter 47.rc Ships Experimental Color Management Protocol
Ahead of this week's GNOME 47 release candidate announcement the "47.rc" versions of the GNOME Shell and Mutter were tagged on Sunday...
Kdenlive 24.08 Video Editor Offers UI Improvements, Better Performance
Kdenlive as the KDE-aligned non-linear open-source video editing application is out with its newest feature release...
Armbian 24.8 Moves To Linux 6.10, Supports Newer ARM & RISC-V Boards
Armbian 24.8 has been released as the newest version of this Debian-based Linux distribution that began with a focus on ARM boards but has also expanded to include RISC-V as well as traditional x86_64 Intel/AMD systems too...
Steam On Linux Drops Below 2% For August 2024 Survey
With the start of the new month comes the Steam Survey results for the month prior. The August 2024 data is in and it points to the Steam on Linux statistics dipping back below 2%...
Linux 6.11-rc6 Released With More Bcachefs Fixes & Other Kernel Fixes
Like with last week's Linux 6.11-rc5 release, Linux 6.11-rc6 is out a half-day early due to Linus Torvalds' ongoing foreign travels. Linux 6.11-rc6 brings many more fixes to this kernel that will debut as stable in mid-September,..
AMD Ryzen 9000 Series & Linux Kernel Drama Made For An Exciting August
August was a very busy month with the first AMD Ryzen 9000 series "Zen 5" desktop processors going on sale, finally having AmpereOne 192-core Arm processors in the lab, Linux kernel development continuing to advance at a brisk pace, and a variety of other interesting software and hardware milestones. On Phoronix for the month were 213 original news articles authored by me as well as another 20 Linux hardware reviews / featured-length articles...
FreeBSD 13.4-RC2 Brings Improvements For AMD Phoenix SoCs
FreeBSD 13.4 is due out in just over one week's time while this weekend brought FreeBSD 13.4-RC2 as the last planned test candidate...
Panthor DRM Driver For Arm Mali Graphics Working On User Submission Handling
Arm engineer Mihail Atanassov proposed a set of "request for comments" patches this week for adding user submission support to the Panthor DRM driver that is used for handling newer Arm Mali graphics under Linux. This would allow user-space more easily to submit work directly to the GPU hardware without kernel intervention for better performance and management capabilities...
Intel oneVPL Preps For Battlemage, Adds AI-Based Super Resolution
Intel has released a new version of their open-source Video Processing Library (VPL) for hardware-accelerated video encode / decode / processing across Intel graphics hardware...
Debian 12.7 Released With Many Security Updates
Debian 12.7 is out today as the latest stable release update for the Debian Bookworm series...
Servo Browser Now Supports Tabbed Browsing, WAV Audio Files
The Rust-based, open-source Servo web engine had a very eventful month as the developers involved continue advancing this browser engine as well as their example/reference web browser...
AMD Preferred Core Fix Lands Ahead Of Linux 6.11-rc6
This week's batch of power management fixes for the Linux 6.11 kernel are just a set of three patches for AMD processors...
New AVX2 Code Helps FFmpeg With VVC Decoding Performance
A new AVX2 code path for FFmpeg's VVC decoding "vvcdec" is helping provide significant speed-ups for CPU-based H.266 decoding...
Wayland Protocols 1.37 Introduces Three New Protocols
Jonas Adahl released Wayland-Protocols 1.37 as the newest update to this defined set of Wayland protocols. With the new release there are three new protocols added plus various other maintenance items addressed within the Wayland-Protocols repository...
KDE Desktop Will Remind You Yearly For Donations, Other Changes For Plasma 6.2
Plasma 6.2 this week entered its soft feature freeze ahead of the Plasma 6.2 stable release in October. The focus now is on bug-fixing for Plasma 6.2 and at the moment they are at 301 bug reports, which is their lowest amount going back to 2015. The KDE developers hope over the next month to drop that to less than 200 bug reports...
Intel Battlemage Battles More Linux 6.12 Kernel Graphics Driver Changes
Following the pull request from earlier this week that enables Intel Xe2 Lunar Lake and Battlemage graphics by default for Linux 6.12, a final set of feature updates for the Intel kernel graphics driver have been submitted ahead of this next kernel cycle...
Vulkan 1.3.295 Released With Compute Shader Derivatives Extension
Following last week's Vulkan 1.3.294 with pipeline binary extension, Vulkan 1.3.295 is out today and it too introduces a prominent new extension...
Microsoft Further Improves D3D12 Video Acceleration In Mesa
Microsoft engineers continue contributing to the open-source Mesa graphics driver code for benefiting Windows Subsystem for Linux (WSL) usage and other related use atop Windows 11. The latest contribution to Mesa is wiring up direct DPB management for the D3D12 video acceleration code...
Important Linux Patch Arriving For Intel Arrow Lake Graphics
While all of the focus recently when it comes to Intel's open-source Linux graphics driver has been around getting Lunar Lake and Battlemage graphics ready, there is an important last-minute fix that is also needed for ensuring Arrow Lake graphics support is ready for Linux users...
Rust Linux Developers Compared To Road Builders & Mapmakers
Longtime Direct Rendering Manager (DRM) subsystem maintainer David Airlie of Red Hat has written an interesting blog post providing an analogy to types of developers compared to road builders and hotels...
VKD3D 1.13 Improves Direct3D 12 API Support Atop Vulkan
The Wine project has released VKD3D 1.13 as the newest version of this open-source code for mapping Microsoft's Direct3D 12 API atop the Vulkan API for helping to accelerate Windows games and applications on Linux...
Debian Orphans Bcachefs-Tools: "Impossible To Maintain In Debian Stable"
Even before the Bcachefs file-system driver was accepted into the mainline kernel, Debian for the past five years has offered a "bcachefs-tools" package to provide the user-space programs to this copy-on-write file-system. It was simple at first when it was simple C code but since the Bcachefs tools transitioned to Rust, it's become an unmaintainable mess for stable-minded distribution vendors. As such the bcachefs-tools package has now been orphaned by Debian...
Ubuntu 24.04.1 LTS Released With All Stable Release Updates Included
Ubuntu 24.04.1 LTS has been released as the first point release of the current Long Term Support series that began in April with the "Noble Numbat" debut...
Linux 6.12 To Optionally Display A QR Code During Kernel Panics
Submitted today via DRM-Misc-Next to DRM-Next for staging ahead of the Linux 6.12 merge window in mid-September is optional support for displaying a QR code within the DRM Panic handler infrastructure when a Linux kernel panic occurs...
AmpereOne Performance Scaling From 32 To 192 Cores, Core-For-Core Benchmarks Against Ampere Altra Max
Earlier this week I began with AmpereOne A192-32X benchmarks and will continue for the next several weeks in finally having hands-on with the 192-core AArch64 server processor using a Supermicro ARS-211M-NR R13SPD 2U server platform. In today's next phase of AmpereOne performance benchmarking is looking at how AmpereOne scales across 32, 64, 96, 128, 160, and 192 core counts plus seeing core-for-core at 128 cores how AmpereOne compares to the Ampere Altra Max M128-30 processor. Plus these AmpereOne benchmarks at varying core counts against the AMD EPYC and Intel Xeon competition.
...67686970717273747576...