phoronix 

feeds.twtxt.net

Linux Performance, Benchmarks & Open-Source News - Phoronix

AMD EPYC Embedded 2005 Series Announced For BGA Zen 5 CPUs
AMD today announced their newest member of their expansive EPYC family: the EPYC Embedded 2005 series. The new AMD EPYC Embedded 2005 Series are intended primarily for networking, storage, and industrial devices while these BGA processors will likely see other interesting thin-server uses as well. ⌘ Read more

⤋ Read More

Microsoft Has Many Hyper-V Virtualization Improvements For Linux 6.19
For benefiting their Azure cloud and other users of Hyper-V virtualization at large, Microsoft has rolled out a number of feature additions and improvements for their Hyper-V kernel code in Linux 6.19… ⌘ Read more

⤋ Read More

Bug-Catching “Smatch” Static Analysis On The Linux Kernel Under Threat Due To Funding Gap
For the past 15 years the Smatch static analysis tool has been routinely run for uncovering countless bugs within the Linux kernel. Dan Carpenter who authored Smatch and has been routinely analyzing the Linux kernel with it has authored more than 5,568 patches over the years to become one of the top bug fixers for the kernel. But his funding at Linaro has been cut and the project’s future now in question… ⌘ Read more

⤋ Read More

Linux 6.19 Enables Per-CPU BIO Caching By Default For Helping Performance
Last week saw the main set of block and IO_uring feature patches for the Linux 6.19 merge window but some additional block subsystem material was merged on Monday. There are various NVMe updates now merged plus enabling per-CPU BIO caching by default to help with file-system performance… ⌘ Read more

⤋ Read More

Rust-Based Project Aims To Provide Modern Thumbnails For Audio/Video Files On GNOME
Since Showtime replaced Totem as the default video player of GNOME, the desktop has lacked thumbnail capabilities for audio and video files. But to address that defect, the Rust-based gst-thumbnailers project has been in development to leverage GStreamer and paired with Rust to provide safe thumbnail generation capabilities for audio and video content… ⌘ Read more

⤋ Read More

Mesa 26.0 Lands Initial Support For Adreno Gen 8 - Including For The Snapdragon X2
The newest Mesa 26.0-devel code as of today has landed initial support for Qualcomm Adreno Gen 8 graphics into the Freedreno Gallium3D driver. The Adreno Gen 8 graphics so far are most notably used by the new Snapdragon X2 Elite laptop SoC with its X2-85 GPU as well as the new Snapdragon 8 Elite Gen 5 with Adreno 840 graphics… ⌘ Read more

⤋ Read More

Linux 6.19’s Hung Task & System Lockup Detectors Can Provide Greater Insight
Beginning with the Linux 6.19 kernel, the hung task detector and system lock-up detector are now optionally able to provide greater insight into the issues by dumping additional system information. The new lockup_sys_info and hung_task_sys_info sysctl knobs were merged over as part of the pull requests managed by Andrew Morton… ⌘ Read more

⤋ Read More

Live Update Orchestrator “LUO” Merged For Linux 6.19
Google engineers for the past number of months have been working on the Live Update Orchestrator as a new way of applying live Linux kernel updates. The Live Update Orchestrator “LUO” builds atop the Kexec Handover “KHO” functionality already within the kernel. Google has since been deplyoing LUO in their production environments for faster security updates to kernels, especially when involving VMs. LUO is now upstream in Linux 6.19… ⌘ Read more

⤋ Read More

Intel Arc B580 vs. AMD Radeon RX 9000 vs. NVIDIA RTX 50 Series For Llama.cpp Vulkan Performance
Recently there were Phoronix benchmarks looking at the Intel Battlemage GPU compute performance since last year when the Arc B580 graphics card launched as well as the OpenGL and Vulkan graphics performance for the B580 on Linux since launch. There was much progress on the open-source Intel Linux graphics drivers at large this year but especially for Battlemage. Following that a Phoronix Premium reader asked about se … ⌘ Read more

⤋ Read More

Early Benchmarks Of Linux 6.19 Git Showing Some Concerns
While just half-way through the Linux 6.19 merge window, over the weekend I began running some benchmarks of the current Linux 6.19 Git state compared to Linux 6.18 LTS stable. There are some minor performance improvements to note in a few of the tests on the first system I tested but also some regressions at this very early pre-RC1 state of the Linux 6.19 kernel… ⌘ Read more

⤋ Read More

AMD Working On Push-Based Load Balancing For Linux To Further Enhance Performance
One of the new Linux engineering initiatives out of AMD is working to further enhance Linux performance on today’s large core count systems by introducing push-based load balancing… ⌘ Read more

⤋ Read More

Several Logitech Devices Seeing New/Improved Support With Linux 6.19
All of the Human Interface Devices (HID) subsystem updates were merged a few days ago for the ongoing Linux 6.19 kernel merge window. Standing out this cycle on the HID side are seeing new/improved support for several Logitech devices… ⌘ Read more

⤋ Read More

Linux I3C Gains “HDR” Support For Faster Data Transfers
I2C in Linux 6.19 brought support for Rust-written I2C drivers. The newer I3C “Improved Inter-Integrated Circuit” interface changes have now been merged and the big feature there is HDR support. Not to be confused with the more common High Dynamic Range acronym usage for HDR, HDR in the I3C context is for the “High Data Rate” mode for facilitating faster data transfers… ⌘ Read more

⤋ Read More

Arm MPAM Driver Upstreamed To The Linux 6.19 Kernel
The ARM64 code changes were merged last week into the in-development Linux 6.19 kernel. The most notable of the ARM64 architecture changes this cycle is landing the Arm MPAM driver for Arm’s Memory System Resource Partitioning and Monitoring… ⌘ Read more

⤋ Read More

Iced 0.14 Released For Popular Rust Cross-Platform GUI LIbrary
Released today is a new version of Iced, the popular cross-platform GUI library for the Rust programming language. Iced is notably used by the COSMIC desktop environment and a growing variety of different Rust apps… ⌘ Read more

⤋ Read More

Linux GPIB Drivers Declared Stable - 53 Years After HP Introduced The Bus
Merged to the mainline Linux kernel last year was GPIB drivers in the kernel’s “staging” area. GPIB is the General Purpose Interface Bus launched by HP back in 1972 for lab equipment and more. After a year of cleaning up the code in the kernel’s staging area, for Linux 6.19 the GPIB drivers have been promoted out of the staging area and into the Linux kernel proper. The Linux kernel now has stable driver support for this 8 Mbyte/s parallel … ⌘ Read more

⤋ Read More

Linux 6.19 Introduces PCIe Link Encryption & Device Authentication, AMD SEV-TIO Enabling
One of the most exciting merges this weekend to the Linux 6.19 kernel is establishing the infrastructure for supporting PCI Express link encryption and device authentication. Multiple vendors are working on PCIe link encryption for their hardware while this initial pull begins laying the foundation of AMD SEV-TIO Trusted I/O support for the mainline kernel… ⌘ Read more

⤋ Read More

Linux 6.19 Delivers Working USB3 Support For Apple Silicon Devices
Merged last night for the Linux 6.19 kernel merge window were all of the USB and Thunderbolt driver changes. Standing out this cycle is Apple Silicon devices like the M1 Macs now having working USB3 support on the mainline Linux kernel… ⌘ Read more

⤋ Read More

Linux 6.19 Delivers Working USB3 Support For Apple Silicon Devices
Merged last night for the Linux 6.19 kernel merge window were all of the USB and Thunderbolt driver changes. Standing out this cycle is Apple Silicon devices like the M1 Macs now having working USB3 support on the mainline Linux kernel… ⌘ Read more

⤋ Read More

NVIDIA Plumbs DMA-BUF Support For VFIO PCI Devices In Linux 6.19
In addition to NVIDIA improving peer-to-peer (P2P) DMA for block devices in Linux 6.19, NVIDIA also led an effort providing DMA-BUF support for VFIO PCI devices for opening up some interesting new cases moving forward. As part of the VFIO pull request this new functionality has landed for Linux 6.19… ⌘ Read more

⤋ Read More

Using AI To Modernize The Ubuntu Error Tracker Produced Some Code That Was “Plain Wrong”
A week ago I wrote about AI being used to help modernize Ubuntu’s Error Tracker. Microsoft GitHub Copilot was tasked to help adapt its Cassandra database usage to modern standards. It’s worked in some areas but even for a rather straight forward task, some of the generated functions ended up being “plain wrong” according to the developer involved… ⌘ Read more

⤋ Read More

Rust Drivers In Linux 6.19 Will Now Support… Module Parameters
On top of the Rust driver core changes and other Rust code for Linux 6.19, the modules infrastructure for this new kernel version is also bringing some new code. Surprisingly, it’s taken until now for Rust kernel modules/drivers to support module parameters as is common practice for passing different options when booting the kernel or manually loading kernel drivers with extra non-default options… ⌘ Read more

⤋ Read More

Linux 6.19 Adds New Console Font To Better Handle Modern Laptops With HiDPI Displays
Sent in for the Linux 6.19 merge window when it comes to the frame-buffer device “FBDEV” subsystem are just a set of “fixes” for FBDEV drivers and code clean-ups. But it does also include a new console font option for better supporting modern laptops with high density displays… ⌘ Read more

⤋ Read More

Microsoft’s RAMDAX Driver Merged For Linux 6.19 To Carve Out RAM As NVDIMM Devices
The Non-Volatile Memory Device (NVDIMM) subsystem updates were merged today for the in-development Linux 6.19 kernel. Most notable this cycle for the NVDIMM code is a new open-source driver addition courtesy of Microsoft… ⌘ Read more

⤋ Read More

AMD Starts Enabling Zen 6 “znver6” Compiler Support In GCC
Making for a bit more exciting weekend is that minutes ago AMD has posted their first patch for enabling Zen 6 processor support within the GNU Compiler Collection (GCC) for -march=znver6 targeting… ⌘ Read more

⤋ Read More

Mesa 26.0 Bringing Support For 64K x 64K Textures With AMD RDNA4 GPUs
The latest improvement to the RadeonSI Gallium3D driver by prominent AMD Mesa developer Marek Olšák is enabling support for up to 64K x 64K textures with RDNA4 GPUs… ⌘ Read more

⤋ Read More

Tenstorrent Blackhole Support & Other New RISC-V + ARM64 Hardware In Linux 6.19
The set of six branches containing SoC and platform updates/additions for the Linux 6.19 kernel have been merged for enabling a lot of new RISC-V and ARM 64-bit hardware as well as enhancing some existing SoCs/platforms… ⌘ Read more

⤋ Read More

FEX 2512 Released With More Improvements For Gaming On ARM64 Linux
FEX 2512 is out toda as the newest monthly update for this software that enables running x86/x86_64 Linux binaries on ARM64 Linux, including the likes of Wine and Valve’s Steam Play (Proton) for being able to run Windows games on 64-bit ARM Linux devices… ⌘ Read more

⤋ Read More

Solaris 11.4 SRU 87 Released With New Security Features, GCC 15
For anyone still relying on Solaris in production or just nostalgic Solaris users from the grand Sun Microsystems days, Solaris 11.4 SRU 87 was released by Oracle this week as one of the heavier stable release updates in recent memory… ⌘ Read more

⤋ Read More

Linux 6.19 Brings Many Driver Core Changes For Rust, Housekeeping CPUs Exposed
Beyond the main set of Rust changes to land in Linux 6.19 earlier this week, as we near the end of the first week of two for the Linux 6.19 merge window… More Rust changes. This time around the driver core updates for the kernel bring a number of Rust changes… ⌘ Read more

⤋ Read More

KDE Plasma 6.6 Supporting Per-DRM-Plane Color Pipelines, More Hardware Quirks/Fixes
It was a busy start of December for KDE Plasma developers in working out several hardware fixes for the current Plasma 6.5 series while also working on new Plasma 6.6 features like the per-DRM-plane color pipelines… ⌘ Read more

⤋ Read More

An Intel Fellow & Prominent Linux Performance Engineer Resigns From Intel
There have been many Intel Linux/open-source software engineers to leave the company over the past year among other setbacks for their Linux/open-source initiatives. Announced this Friday night is one of their highest profile departures of the year as it pertains to their Linux efforts… ⌘ Read more

⤋ Read More

Linux Still Dealing With Quirky Firewire Devices As We Enter 2026
For Linux 6.19 as what will be the first stable kernel release of 2026, the IEEE-1394 Firewire stack continues dealing with device quirks and improving support for different Firewire-connected devices. In 2026 is also when the Linux Firewire maintainer plans to begin recommending users migrate away from the IEEE-1394 bus followed by closing the Linux Firewire efforts in 2029… ⌘ Read more

⤋ Read More

NVIDIA Improves Block Layer Peer-To-Peer DMA In Linux 6.19
The IO_uring and block subsystem changes have been merged for the Linux 6.19 merge window with a few improvements worth highlighting this cycle… ⌘ Read more

⤋ Read More

Jolla Trying Again To Develop A New Sailfish OS Linux Smartphone
Finnish company Jolla started out 14 years ago where Nokia left off with MeeGo and developed Sailfish OS as a new Linux smartphone platform. Jolla released their first smartphone in 2013 after crowdfunding but ultimately the Sailfish OS focus the past number of years now has been offering their software stack for use on other smartphone devices. But now it seems they are trying again with a new crowd-funded smartphone… ⌘ Read more

⤋ Read More

AMD EPYC 7773X “Milan-X” Performance & Power Nearly Four Years Later
Nearly four years have passed since AMD launched their EPYC Milan-X processors with 3D V-Cache. When recently rearranging some servers in the lab and realizing the four year anniversary was coming up in March, curiosity got the best of me in wondering where the Linux performance and energy efficiency on Milan-X is now with the latest Linux software stack compared to the numbers when Milan-X launched back in March 2022. ⌘ Read more

⤋ Read More

Intel Updates Cache Aware Scheduling For Linux With Better NUMA Balancing
Intel engineer Tim Chen has sent out a second version of the proposed Cache Aware Scheduling patches for the Linux kernel to enhance the CPU performance of modern processors sporting multiple cache domains… ⌘ Read more

⤋ Read More

Venus Vulkan Driver Lands Mesh Shader Support In Mesa 26.0
Venus is the VirtIO-GPU driver that allows for Vulkan support within guest virtual machines permitting sufficient host driver support and other requirements in place with hypervisors like CrosVM and QEMU. The Venus driver now supports Vulkan’s mesh shader capabilities and in turn advances the DXVK-Proton support for Linux gaming within VMs… ⌘ Read more

⤋ Read More

Intel Graphics Score A Big Win With Linux 6.19: Color Management & Xe VFIO Driver Merged
On top of enabling Xe3P graphics for Nova Lake and Crescent Island plus other changes like CASF adaptive sharpening for Lunar Lake and newer, another set of Intel kernel graphics driver updates were merged overnight as a big win for the open-source Intel graphics stack on Linux… ⌘ Read more

⤋ Read More

Intel Nova Lake Audio Support Merged For Linux 6.19
The sound subsystem updates were merged on Thursday for enabling a variety of new audio hardware with the Linux 6.19. Among the hardware standing out is getting Intel Nova Lake audio support in order… ⌘ Read more

⤋ Read More

Linux 6.19 GPU Driver Features: Color Pipeline API, Intel Xe3P, AMDGPU For GCN 1.0/1.1
The big set of kernel graphics driver features were merged today for the Linux 6.19 kernel. As usual there is a lot of new feature work on the AMD Radeon, Intel, and NVIDIA graphics drivers plus the smaller Arm/embedded graphics like now having initial Qualcomm Gen8 GPU support. Plus the growing number of accelerator “accel” drivers for NPUs / AI accelerators… ⌘ Read more

⤋ Read More

Graviton5 Announced With Up To 192 Cores Per Chip, 5x Larger Cache
Amazon AWS today announced Graviton5 as their newest-generation ARM64 server processor for their EC2 cloud. Graviton5 is being promoted as offering 25% higher performance over existing Graviton4 processors… ⌘ Read more

⤋ Read More

NVIDIA Releases CUDA 13.1 With New “CUDA Tile” Programming Model
NVIDIA just released CUDA 13.1 for what they claim is “the largest and most comprehensive update to the CUDA platform since it was invented two decades ago.” The most notable addition with the CUDA 13.1 release is CUDA Tile as a new tile-based programming model… ⌘ Read more

⤋ Read More

Linux 6.19 Brings Temperature Monitoring For The Steam Deck APU, Apple Silicon SMC
The many hardware monitoring (HWMON) subsystem updates were merged today for Linux 6.19 that is predominantly around delivering new hardware support… ⌘ Read more

⤋ Read More

Bcachefs Ready With Its Reconcile Feature As Biggest Change In Two Years
The out-of-tree Bcachefs file-system is ready with its reconcile feature, which previously was known as “rebalance_v2”, and what lead developer Kent Overstreet calls the biggest feature to this copy-on-write file-system in the last two years… ⌘ Read more

⤋ Read More

FreeBSD 15.0 Benchmarks Versus FreeBSD 14.3 On AMD EPYC
This week brought the official release of FreeBSD 15.0 as the latest major update to this BSD operating system. In being eager to test out this new FreeBSD release, for this first round of FreeBSD 15.0 benchmarking is seeing how it compares to the former FreeBSD 14.3 release on a Supermicro + AMD EPYC Turin server. ⌘ Read more

⤋ Read More