Feed phoronix Phoronix

Favorite IconPhoronix

Link https://www.phoronix.com/
Feed http://www.phoronix.com/rss.php
Updated 2025-09-10 03:00
LibreOffice 25.2 Open-Source Office Suite Released With Many Improvements
LibreOffice 25.2 is out this morning as the newest half-year update to this leading cross-platform, free software office suite...
Mesa 25.0 Is Trending Well For Release Later This Month
Mesa 25.0-rc2 was released yesterday and it's rather boring on the changes, but that's a good thing during this bug fixing phase...
GNU Gold Linker Is Deprecated & Will Be Gone For Good Without New Developers
With the recent GNU Binutils 2.44 release, one of the changes is worth calling out in its own article: the GNU Gold linker is now officially deprecated and is now being segregated to its own extra Binutils package but risks being removed all together without new developer volunteers stepping up to maintain this linker...
PipeWire Is Doing An Excellent Job Handling Audio/Video Streams On The Linux Desktop
Red Hat engineer and PipeWire lead developer Wim Taymans presented at FOSDEM 2025 last weekend around the state of the PipeWire project for this integral component to the modern Linux desktop...
Google Interested In The Modern Intel Xe Linux Kernel Driver On Alder Lake
The modern Intel "Xe" Linux kernel Direct Rendering Manager (DRM) driver as the clean successor to the i915 driver has been an experimental option for Tigerlake and newer but only for Xe2 graphics (Lunar Lake / Battlemage) and newer is it used by default. But Google at least for their Chromebook use-cases is entertaining the idea of switching over to the Xe driver rather than the long-used i915 kernel driver for Alder Lake era hardware...
Bisecting The Linux 6.14 Performance Regression With System76 Thelio + AMD Threadripper
Yesterday I showcased Linux 6.14 Git performance worse than Linux 6.13 and 6.12 in a number of multi-threaded workloads. Due to that initial discover being on the lone AMD EPYC Turin 2P server that is always busy running through new benchmarks for future content as well as I am being persistently short on time and constantly under pressure due to the state of the web/ad industry, I didn't expect to get around to digging deeper into the problem in the near-term. But as I ended up being able to reproduce some of the regressions on a System76 Thelio Major workstation at my desk with the still mighty powerful Ryzen Threadripper 7980X, I was able to turn around a quick bisect...
NVIDIA Engineer Talks Up sched_ext Linux Scheduler Possibilities At FOSDEM
Merged last year for the Linux 6.12 kernel was sched_ext for allowing extensible scheduler possibilities by allowing schedulers to be implemented as eBPF code and dynamically loaded into the kernel. This allows for rapidly developing new schedulers as well as exploring other new possibilities around more intelligent kernel scheduling decisions. Meta, Google, Canonical (Ubuntu), and others have been big proponents of sched_ext and NVIDIA is also increasingly vocalizing their support for these extensible scheduler opportunities...
Linux 6.14 Features Include The AMDXDNA Ryzen AI Driver, NTSYNC, Uncached Buffered I/O & Much More
Now that the Linux 6.14 merge window wrapped up this past weekend with the release of Linux 6.14-rc1, here is a recap of all the great new features, hardware enablement, and other improvements to find with this kernel.
AMD Announces Open-Source "Schola" Library For Reinforcement Learning
AMD announced today the release of Schola 1.0 as an open-source reinforcement learning library that is being made available under an MIT license and as part of their GPUOpen software collection for helping game developers...
AMD Broadcast TLB Invalidation Patches For Linux Updated, Intel RAR Eyed Next
One of the set of patches for the Linux kernel that we have been looking forward to but that wasn't wrapped up in time for the recent Linux v6.14 merge window was the work enabling use of the AMD INVLPGB instruction on Zen 3 CPUs and newer for broadcast TLB invalidation. This can lead to a nice performance bump in some workloads while the eighth iteration of those patches were posted overnight...
Linux Foundation Announces The SEAPATH 1.0 Hypervisor
The Linux Foundation by way of their LF Energy initiative announced today the release of SEAPATH 1.0, a security-hardened real-time hypervisor...
Red Hat Developing "F-UKI" As Their Newest Open-Source Project
Red Hat engineer Anirban Sinha presented at FOSDEM 2025 last weekend in Brussels on F-UKI, a new project being worked on at Red Hat as part of the confidential computing push for loading guest firmware within a Unified Kernel Image (UKI) for confidential VMs...
New Linux Patches Yield Up To 3.3x Faster AES-CTR Performance On AMD Zen 5 CPUs
Google engineer Eric Biggers is known for some of his great crypto performance optimization patches to benefit the Linux kernel and his most recent patch series is yielding some very tantalizing results for AMD Zen 5 processors whether it be the Ryzen 9000 series, Ryzen AI 300 series, or EPYC 9005 server processors...
cURL 8.12 Released With Its Rust Hyper Backend Removed
Back in December was word that cURL would be dropping its "Hyper" Rust HTTP back-end due to little demand and lack of developer interest for that experimental code. The cURL 8.12 release is out today with Hyper stripped out...
GNOME Mutter 48 Beta Released With HDR Bits, Gdctl Utility
The GNOME Mutter 48 compositor beta is now available for testing as part of this week's GNOME 48 beta milestone...
Microsoft Lands Direct3D 12 Video Encode Improvements For HEVC In Mesa 25.1
While having missed the mark last week for making it into this quarter's Mesa 25.0 release, merged for Q2's Mesa 25.1 release by Microsoft engineers are some enhancements to the Direct3D 12 video encode capabilities...
GRUB Continues Working Toward Its Next Release In 2025
As somewhat of an annual tradition for the FOSDEM conference, Daniel Kiper of Oracle presented a status update on the GRUB bootloader. As one of the GRUB maintainers he offers great insight to activity around this most common Linux bootloader...
An Early Performance Regression Hitting Highly Threaded Workloads On Linux 6.14-rc1
With Linux 6.14-rc1 released I have begun trying out the new development kernel on a few systems locally. At least for high core count hardware tested thus far, Linux 6.14 at the moment during this early testing phase is sporting some performance regressions within some multi-threaded workloads.
Firefox 136 Beta Finally Enables Hardware Video Decoding For AMD GPUs On Linux By Default
With Firefox 135 released, Firefox 136 is now in beta. Most notable with this next iteration of the Mozilla Firefox web browser is finally enabling hardware video acceleration by default for AMD GPUs on Linux...
FFmpeg Adds AMD AMF Decoder, FSR-Based Upscaling
Landing this week in the FFmpeg open-source library that is widely-used by multimedia applications was NVIDIA video acceleration improvements for Blackwell GPUs. Over on the AMD side, there are also some interesting changes to have been merged this week into upstream FFmpeg...
Optimizing The Linux Kernel With PGO Can Yield ~3% Benefit For HPC Workloads
While the Linux kernel itself may not be often viewed as a bottleneck to typical high performance computing (HPC) workloads, optimizing the Linux kernel with Profile Guided Optimizations (PGO) can prove worthwhile for those seeking maximum performance potential. A presentation this past weekend at FOSDEM 2025 is highlighting around a 3% performance gain for HPC software compiled with PGO enabled...
Redox OS Makes Progress On Dynamic Linking, New Ports
The Rust-written Redox OS open-source operating system is out with a new status report to highlight the progress their developers made over the course of January...
FFmpeg Lands Video Encoding/Decoding Improvements For NVIDIA Blackwell GPUs
Merged this week to FFmpeg Git for this widely-used open-source multimedia library are a number of NVIDIA video encoding "NVENC" improvements for benefiting the new GeForce RTX 50 "Blackwell" graphics processors...
Ubuntu Infrastructure Woe Continues Making It A Hassle To Run The Latest Upstream Kernel
The Ubuntu Mainline Kernel PPA for years has been a great feature for Ubuntu users to be able to easily fetch and run the newest upstream kernel whether it's the latest stable kernel version, one of the weekly release candidates, or even the very leading-edge daily Git kernel builds. Sadly for months now this service has been out of order...
Linux 6.15 Looks Like It May Try Again With EXECMEM_ROX Support
Initially merged back for the Linux 6.13 kernel was EXECMEM_ROX support for module text on x86_64 systems. With this caching of large ROX pages it can help with lowering TLB instruction pressure and enhancing performance. But this EXECMEM_ROX support that was contributed by a Microsoft engineer ended up being reverted in the final days of Linux 6.13. The revert came due to bugs and not having any Linux x86 maintainers signing off on the code. This code has been getting into shape for trying again with the mainline kernel...
Debian 13 Will Aim To Include GNOME 48, Debian/Ubuntu Begin Packaging GNOME Papers
For those wondering whether Debian 13 would see the upcoming GNOME 48 desktop packages given the upcoming Debian 13 "Trixie" development freezes, it looks like this updated GNOME release will be squeezed in...
Igalia's Optimizations Juicing More Graphics Performance Out Of The Raspberry Pi
Igalia engineers Jose Maria Casanova Crespo and Maira Canal presented at FOSDEM this past weekend in Brussels around the efforts by this open-source consulting firm to further enhance the 3D performance out of the Raspberry Pi single board computers...
Serpent OS Development Slowing Down Amid Lack Of Funding
Serpent OS is the original Linux distribution started by Ikey Doherty of Solus Linux fame and has been pursuing its own package management system and new innovations in the Linux distribution landscape. While there has been recent success and new development builds coming out, feature development on Serpent OS is expected to slowdown now due to a lack of project funding...
FreeBSD On Laptops Effort Gets Proof-Of-Concept Intel 802.11 a/b/g WiFi Working
In addition to the FreeBSD Foundation funding work on s0ix sleep state support as part of their initiative to improve FreeBSD's support for modern laptops, they have also been funding work on a number of other objectives, including better WiFi driver coverage. A milestone now being achieved for 2025 is getting a proof-of-concept Intel 802.11 a/b/g WiFi driver support working for this BSD operating system...
GEICO Insurance Company Developing TuxTape - A New Linux Kernel Livepatching Solution
Red Hat's Kpatch, Oracle's Ksplice, and SUSE's kGraft are the most well known solutions currently for Linux kernel live-patching primarily for applying security patches to running Linux servers. It wasn't on my bingo card for insurance giant GEICO working baking their own Linux kernel live-patching solution, but they announced it this weekend and it will soon be open-source...
Cloud Hypervisor 44 Released With New Performance Improvements
Cloud Hypervisor 44 is now available as the newest version of this security and cloud minded Virtual Machine Monitor (VMM) that operates atop Linux's KVM and the Microsoft MSHV Hypervisor...
Three New Intel Battlemage Device IDs Added To Open-Source Linux Driver
Three more PCI device IDs were added today to the Intel open-source Mesa 3D graphics driver code for Battlemage that could be for future higher-end products or along the lines of Data Center GPU Flex Series or other products...
Alpine Linux In An Infrastructure Crisis With Equinix Metal Sunsetting
Last week I wrote about the crisis plaguing X.Org / FreeDesktop.org with losing out on their cloud/server infrastructure due to losing out on their free server resources provided by Equinix at the end of April. It's not only FreeDesktop.org and all those hosted projects now rushing to find hosting alternatives and sponsorships to cover new costs, but it turns out the Alpine Linux project is also in a similar position...
Faux Bus Proposed For The Linux Kernel To Better Deal With Simple Devices
Linux's second-in-command Greg Kroah-Hartman is proposing "Faux Bus" as a new "fake" bus solution for simple devices...
Firefox 135 Published With Safeguards To Prevent Overwhelming The Back History
Mozilla Firefox 135 release binaries are now available for those wanting to grab the latest browser release right away...
Red Hat Hiring To Continue Advancing The Linux Desktop In 2025
Christian Schaller as Red Hat's Director of Software Engineering outlined in a blog post today some of the areas they will be focusing on this year with Fedora Workstation development. Additionally, they will be hiring at least two more Linux desktop engineers this year at Red Hat...
FreeBSD Working On S0ix Sleep State Support For Newer Laptops
FreeBSD is working on S0ix standby power state support for better handling modern Intel and AMD laptops running this popular BSD operating system...
Fwupd 2.0.5 Brings Support For More ELAN Fingerprint Readers & Fixes
Fwupd 2.0.5 is out today as the newest update to this open-source solution for system and peripheral/device firmware updating under Linux...
Sound Open Firmware 2.12 Adds NXP iMX95 Support, Zephyr RTOS For AMD ACP 6.0
Sound Open Firmware 2.12 is now available to succeed the SOF 2.11 release from last September. Sound Open Firmware as a reminder is an open-source audio DSP firmware solution and related SDK/tooling. SOF started out as an open-source Intel project and has successfully evolved into an excellent multi-vendor initiative and platform agnostic...
Intel NPU Driver 1.13 Released For Core Ultra Linux Systems
Intel on Friday released an updated user-space driver for their Neural Processing Unit (NPU) found with Core Ultra SoCs. This user-space driver code works with the IVPU accelerator kernel driver for opening up the Intel NPU for helping speed-up AI workloads on Linux...
Red Hat Releases Tuned 2.25 Daemon For Linux Adaptive Performance Tuning & Monitoring
Red Hat engineers have released Tuned 2.25 as the newest version of their alternative to power-profiles-daemon and similar for adaptive performance tuning and monitoring. Tuned ships with various profiles and different capabilities for tuning Linux systems from laptops on battery life up through HPC servers and enterprise storage...
Turbostat Preps For Intel Clearwater Forest & Panther Lake
Yesterday just prior to the Linux 6.14-rc1 release were some last minute changes to the Turbostat utility that lives within the Linux kernel source tree...
Linux 6.14-rc1 Released With NTSYNC Completed, AMDXDNA Driver & Other Enhancements
Linus Torvalds just released Linux 6.14-rc1 to cap off the Linux 6.14 merge window...
Arch Linux Powered CachyOS Updated With Propeller-Optimized Kernel
The CachyOS Linux distribution that is built atop the rolling-release Arch Linux distribution and has developed a following with enthusiasts and gamers is out with its newest monthly update...
GNU Binutils 2.44 Released With Gas Support For AVX10.2, New Diamond Rapids Instructions
GNU Binutils 2.44 was released today as the newest version of this set of binary utilities that is important to the GNU toolchain...
Rust-CUDA Project Restarted For Enabling NVIDIA CUDA Kernels Within Rust Code
The open-source Rust CUDA project has been "rebooted" to get back onto the effort of allowing NVIDIA CUDA compute kernels to be coded within the Rust programming language...
GNOME 48 Lands HDR Support Bits At The Last Minute
On Saturday was the GNOME 48 feature freeze and landing during the final moments of this feature development period was new High Dynamic Range (HDR) code for Mutter and the toggling within the GNOME Control Center...
LLVM 20.1-rc1 Released For Testing This Updated Compiler Stack
The first release candidate working towards the stable release of LLVM 20 is now available for testing...
Open-Source 0 A.D. RTS Game Adds AMD FSR Support & Vulkan Renderer
It's been a while since having anything new to report on the 0 A.D. open-source real-time strategy (RTS) game but this week marked the 0 A.D. Alpha 27 release that they also hope will be their last alpha version...
GNOME Text Editor Gains A Sidebar, GTK's Android Backend & Other Excitement This Week
This Week in GNOME is out with its newest development summary as we embark on the GNOME 48 feature freeze...
...37383940414243444546...