Feed phoronix Phoronix

Favorite IconPhoronix

Link https://www.phoronix.com/
Feed http://www.phoronix.com/rss.php
Updated 2025-04-04 12:15
ZLUDA v4 Released For Initial CUDA Support On Non-NVIDIA GPUs
One of the unexpected twists this year was after several years of AMD quietly funding the ZLUDA developer for enabling unmodified CUDA applications to run on AMD GPUs at near-native performance, the ZLUDA atop AMD HIP code was made available and open-source following the end of the AMD contract. But then later on that ZLUDA code was taken down at the request of AMD. Back in October ZLUDA then decided to pursue a new life as an open-source multi-GPU CUDA implementation with an emphasis on AI workloads. Now as a New Year's Eve surprise, ZLUDA v4 was released as the first step to that new codebase...
Samsung Galaxy S20 & S9 With Exynos 9810 Support Coming To Linux 6.14
The Samsung ARM device updates are in the process of being queued up to the SoC tree ahead of the upcoming Linux 6.14 merge window in January...
Microsoft Continued With Many Linux & Open-Source Announcements In 2024
This year was another interesting year for Microsoft with continuing to make more of their software projects open-source, adding more Unix/Linux-like features to Windows, continuing to advance Windows Subsystem for Linux (WSL), keeping up with maintenance on their Azure Linux distribution, and other unexpected open-source/Linux surprises...
Wayland's Wild 2024 With Better KDE Plasma Support, NVIDIA Maturity & More Desktops
It was a mighty fine year for the Wayland ecosystem on the Linux desktop with KDE Plasma 6 having brought much more polished Wayland support and now at parity to its X11 session, the NVIDIA driver stack seeing much better Wayland support with its latest drivers, LXQt and Xfce and others working more on Wayland support, and the continued climb of various innovative Wayland compositors...
AMD INVLPGB Linux Patches Updated For Broadcast TLB Invalidation
Right before Christmas Mesa engineer Rik van Riel posted Linux kernel patches to make use of the AMD INVLPGB instruction for broadcast TLB invalidation. INVLPGB is present in AMD Ryzen and EPYC processors since Zen 3 and early data showed by Rik indicated nice improvement. A third iteration of those patches have already been posted as this AMD INLVPGB usage works its way to the mainline kernel...
Mesa Saw Fewer Patches This Year But Valve's Contributions Took The Top Spot
While the Mesa 3D graphics drivers saw many new features and improvements land in 2024, on a Git commit basis it's actually at a several year low in terms of new commits. Here are the numbers as well as a look at the most active contributors to Mesa, including a Valve open-source graphics driver developer now taking the top spot...
Clang 20 Compiler Adds Support For Xtensa CPU Target
Back in early 2023 an Xtensa back-end was added to LLVM for the Cadence Tensilica Xtensa IP. Xtensa is used for DSPs, micro-controllers, and this 32-bit RISC architecture is also used for other hardware like data processing engines. Two years after the LLVM back-end was introduced, the Clang C/C++ compiler has added Xtensa target support...
FreeBSD Collaborating With AMD, NetBSD 10.0 Release & Other BSD Highlights Of 2024
While predominantly covering Linux-related news and Linux benchmarking at Phoronix, the BSDs hold a special spot. Here's a look back at some of the most exciting BSD milestones and FreeBSD / NetBSD / OpenBSD / DragonFlyBSD project news of 2024...
Xfce 4.20, COSMIC Alpha & LXQt 2 Led Alternative Open-Source Desktops In 2024
In addition to all the GNOME advancements and KDE excitement with shipping Plasma 6 this year, other alternative open-source desktop environments enjoyed much success too this year... System76's Rust-based COSMIC desktop environment for their Pop!_OS Linux distribution reached alpha form, Xfce 4.20 released earlier this month, LXQt 2.0 and 2.1 debuted, and other improvements too...
Deadline Scheduling Policy Being Experimented With For Linux Graphics Drivers
Tvrtko Ursulin with Igalia sent out a "request for comments" patch series today working on a deadline scheduling policy for the DRM scheduler that is used across different Direct Rendering Manager kernel graphics drivers...
Intel's Linux Performance Optimizations Continue Paying Off For AMD EPYC
As part of my end-of-year benchmarking and various historical comparisons, over the holidays I was curious to take a look at how the mature AMD EPYC 9004 "Genoa" performance has evolved over the past two years under Linux. Going off benchmarks I ran back at the end of 2022 on the same AMD Titanite EPYC reference server platform for two EPYC 9654 Genoa processors, I repeated the same tests using the newest releases of Intel Clear Linux and Ubuntu Linux for seeing how the performance has evolved.
Cloudflare Makes Open-Source h3i For HTTP/3 Testing & Debugging
Cloudflare is ending 2024 by announcing a new open-source project: h3i for low-level HTTP/3 testing and debugging...
Mesa's Terrific Year With Better Vulkan Ray-Tracing, NVK Progress & Same-Day Vulkan 1.4
The open-source Mesa 3D graphics driver had a rather great year with a number of performance optimizations landing, on-time support for Intel Lunar Lake and Battlemage Xe2 graphics, early AMD RDNA4 support, multiple drivers having same-day Vulkan 1.4 support, the continued progress of the open-source NVIDIA NVK Vulkan driver, and much more thanks to the contributions of Intel, AMD, Valve, and other organizations -- even Microsoft's continued merge requests!..
RadeonSI Driver Now Uses ACO By Default For Pre-RDNA GPUs
As a very interesting end-of-year change for Mesa 25.0, AMD is now using the ACO compiler by default for pre-GFX10 (before RDNA / Navi) GPUs with the RadeonSI Gallium3D driver...
Updated Serpent OS Alpha Brings Few Fixes To This Original Linux Distribution
Last week Ikey Doherty's Serpent OS Linux distribution debuted in alpha form while kicking off the new week is updated install media to provide a few fixes for this original from-scratch Linux distribution...
AMD's GPUOpen Vulkan Memory Allocator Now Supports Vulkan 1.4
AMD's GPUOpen team managed to squeeze in a new Vulkan Memory Allocator release into 2024. As a reminder this is a easy to use/integrate Vulkan memory allocation library for both Windows and Linux systems with hopes of making memory allocation and resource creation more easier like with Direct3D 11 and OpenGL...
xxHash 0.8.3 Brings Runtime Vector Extension Handling For x86/x86_64
Meta's Yann Collet of Zstd fame is rounding out 2024 by releasing xxHash 0.8.3 as the newest update to this extremely fast non-cryptographic hash algorithm. The xxHash fast hash algorithm pushes for RAM speed limits and with the v0.8.3 update brings more enhancements...
Linux 6.13-rc5 Released To Cap Off Linus Torvalds' Birthday Week
The holiday between Christmas and New Year's is... Linus Torvalds' birthday on 28 December. Capping off the Linux creator's 55th birthday week is the Linux 6.13-rc5 kernel release...
Benchmarking The AMD INVLPGB Linux Kernel Patches For Better Performance
Last weekend a Meta engineer posted Linux kernel patches to make use of the AMD INVLPGB instruction for broadcast TLB invalidation. The Linux kernel can in turn invalidate TLB entries on remote CPUs without needing to send IPIs and without having to wait for remote CPUs to handle those interrupts. Synthetic benchmarks shown in that patch series were very promising and thus I carried out some benchmarking over the holidays of this AMD INVLPGB support for the Linux kernel.
KDE Amarok 3.2 Music Player Released With Initial Qt6/KF6 Support
Back in April was the release of the Amarok 3.0 music player for KDE after a six year hiatus and their first version ported to using the Qt5 toolkit and KDE Frameworks 5. Now in ending out 2024, the Amarok team has released an updated version of this open-source music player that provides initial support for the Qt6 toolkit and KDE Frameworks 6...
Kdenlive Preparing For An Exciting 2025 With Background Removal Tool & More
The KDE app Kdenlive that is a very popular and featureful open-source video editor is preparing for an exciting 2025...
Faster USB Performance For xHCI DbC Coming With Linux 6.14 Plus A 10 Year Old Bug Fixed
Thanks to work from Intel engineers, the upcoming Linux 6.14 kernel cycle will feature faster USB xHCI DbC performance for debug performance and a few other missing xHCI bits being addressed. Plus there is a fix for a rare 10 year old USB bug report...
Ubuntu's Great Year From 24.04 LTS To Focusing More On Performance Optimizations
From my independent monitoring, Ubuntu Linux had a pretty great year. Ubuntu 24.04 LTS shipped and has been well received across enterprises, Canonical engineers have been focusing more on performance optimizations for Ubuntu, and there has been other interesting changes like their new commitment to always ship the latest upstream Linux kernel version as of Ubuntu release time. Plus they have continued with various GNOME desktop improvements, Ubuntu on servers continues with steady traction, and all-around was a pretty exciting year for the Ubuntu camp...
Fish Shell Outlines Their Successes & Challenges Going From C++ To Rust
Earlier this month the Fish Shell 4.0 went into beta with the C++ code ported to Rust. Now with most of the Fish Shell code transitioned to Rust, the project put out a blog post this weekend outlining the successes and challenges they have encountered in porting their large C++ codebase to Rust...
Apple DWI Backlight Linux Driver Updated For Various iPhones, iPods & iPads
While Linux 6.13 is introducing basic support for various Apple iPads and iPhones using A-series SoCs, the support is just that: basic. Various feature limitations remain for those dreaming over the prospects of running Linux on older Apple mobile devices. One of various feature limitations remaining are around backlight control for different models and for that there is the Apple DWI backlight driver for Linux that continues to be hacked on...
Linux 6.13-rc5 To See Fix For Intel TDX CoCo VMs Potentially Leaking Decrypted Memory
The x86 fixes pull request was sent out this morning ahead of the Linux 6.13-rc5 kernel being released later today. Both x86 fixes this week pertain to Intel bits: a self-test issue on upcoming Intel FRED (Flexible Return and Event Delivery) systems and also an issue of Intel TDX confidential computing VM guests potentially leaking decrypted memory within the unrecoverable error handling...
NVIDIA Made Great Strides With Their Open-Source Kernel Code & Wayland Support In 2024
This year NVIDIA's official Linux graphics driver enjoyed much more robust Wayland support, their open-source kernel modules have matured greatly and are now being used by default, and their proprietary Vulkan and OpenGL drivers remain in good standing for performant Linux gaming and workstation graphics. NVIDIA's Linux driver stack had a rather great year...
A "Safe C++" Being Explored Using The New ClangIR
An interesting "request for comments" proposal I have been meaning to write about since last month is in-development work developing "Safe C++" as an extension to the LLVM Clang compiler and making use of the new, in-development ClangIR...
FFmpeg Lands Improved Support For Flash Video "FLV" With Multi-Track Audio/Video
It wasn't on my bingo card for end of year 2024 but the widely-used FFmpeg multimedia library has seen a new round of improvements to the Flash Video (FLV) support...
Fedora's Captivating 2024 With Many New Features & Leading Innovations
The Fedora Linux distribution had another great year with the successful releases of Fedora 40 and Fedora 41 that were both rather polished and largely on-time -- something that couldn't be said frequently of Fedora releases long ago. Fedora Linux has continued pushing leading edge innovations into their distribution thanks to the sponsorship and upstream contributions of Red Hat engineers. 2024 was a rather successful year for this high grade Linux distribution...
FSF Encouraging Pressure Campaign On Microsoft For 2025
Looking for a 2025 New Year's resolution? The Free Software Foundation (FSF) is encouraging a pressure campaign on Microsoft to continue...
GIMP 3.0 RC2 Released With Bug Fixes Plus A Few Last Minute Features
The long-awaited GIMP 3.0 image editing program that is a free software alternative to Adobe Photoshop will not see its stable release in 2024... But just before the New Year, the GIMP 3.0 Release Candidate 2 is now available for testing...
GNOME Image Viewer Adds Image Editing Support
The GNOME Image Viewer has merged initial support for basic image editing capabilities into the application...
Bottles Software For Easily Running Windows Games/Apps On Linux To Leverage Rust
Bottles as the open-source manager for Wine to more easily run Windows games and applications on Linux has been pursuing the "Bottles Next" initiative as a rewrite to this software. The Bottles developers have decided they will be leveraging the Rust programming language as well as the libcosmic UI toolkit as part of this rewrite...
New Linux Drivers Improve Support For ARM-Powered HUAWEI MateBook E Go Laptops
A new set of patches implement EC, UCSI, and PSY drivers for the ARM-based HUAWEI MateBook E Go laptops powered by Qualcomm Snapdragon SoCs. In turn these new Linux kernel patches get a lot more functionality working for these Huawei ARM64 laptops...
CentOS Stream 10 vs. AlmaLinux 10 Beta vs. RHEL 10 Beta Performance Benchmarks
Following the benchmarks earlier this month looking at the Red Hat Enterprise Linux 10 beta performance as well as the AlmaLinux 10 beta, on the same AMD EPYC server here are benchmarks when adding in CentOS Stream 10 to the mix. CentOS Stream 10 as the upstream to Red Hat Enterprise Linux 10 is largely similar to what's found in the RHEL 10.0 beta but one of the key differences is being powered by Linux 6.12 LTS rather than Linux 6.11 as currently used by the AlmaLinux/RHEL 10 beta. Here is how the performance of CentOS Stream 10 is looking in comparison on the same hardware.
AMD Continued Ramping Up Their Linux & Open-Source Investments In 2024
AMD's new products this year have not only been supported well on the server side with their new EPYC 9005 "Turin" processors but also on the consumer side with the Ryzen AI 300 series laptop and Ryzen 9000 series desktop Zen 5 processors. AMD provided timely Zen 5 support across the stack as well as pursuing new AMD P-State driver optimizations, getting out the AMDXDNA Ryzen AI accelerator driver, and a lot of other new open-source Linux code for new hardware features, prepping for upcoming hardware like RDNA4 graphics, and pursuing optimizations for existing hardware...
Performance Improvements To Google's Binder Queued Ahead Of Linux 6.14
A patch-set working on faster page installations for Google's Binder that is used by Android is on the way for Linux 6.14...
OneXPlayer Linux Driver Being Brought To Parity With Windows Driver For These Handhelds
OneXPlayer maintains a line of handheld gaming consoles following in the success of the likes of Valve's Steam Deck, Lenovo Legion Go, and ASUS ROG Ally. These OneXPlayer devices ship with Microsoft Windows by default but the Linux support has been improving...
GNOME Added Many New Features This Year Amid Foundation Woes
The GNOME desktop environment had a vibrant 2024 with landing many new features, continuing to refine its (X)Wayland integration, apps like Ptyxis as a modern terminal taking off, and more. From the software side 2024 was great for GNOME while over on the GNOME Foundation side they had to deal with coping from running a recent deficit and also their executive director departing after less than one year...
Linux's Preempt Lazy Support Coming To POWER CPUs
Linux 6.13 is introducing a new Lazy Preemption mode with the "PREEMPT_LAZY" option. The lazy preemption mode is similar to full preemption but is less eager to preempt normal (SCHED_NORMAL) tasks. The goal is on reducing lock holder preemption and obtaining some of the performance gains found under the voluntary preemption mode. For Linux 6.13 the lazy preemption mode was exposed for x86/x86_64, RISC-V, and later added for LoongArch. Likely with the upcoming Linux 6.14, lazy preempt should work on POWER platforms...
GCC ASCII Art Visualizations, Timely Znver5 & Other Compiler Highlights Of 2024
Both GCC and LLVM/Clang made great strides in 2024 in rounding up their latest C and C++ support, enabling new hardware targets, and a variety of other features. Plus other open-source compilers targeting different features / languages, device types, and more also advanced a lot this calendar year. For those excited about turning code into binaries, here's a look back at the most popular compiler articles on Phoronix...
KDE Enjoyed A Stellar 2024 With The Debut Of The Plasma 6 Desktop
The KDE desktop progress made over the course of 2024 was particularly stand-out thanks to the Plasma 6.0 debut near the beginning of the year and then Plasma 6.1 and 6.2 further stabilizing and polishing this open-source desktop. It was a very fine year for the KDE desktop...
The Performance Benefits Of Linux 6.12 LTS Over Linux 6.6 LTS
Linux 6.12 was recently promoted to being this year's Long Term Support (LTS) kernel with it being the last major kernel release of 2024. For those enterprise Linux users, hyperscalers, and others typically jumping from one annual LTS kernel to the next, in this holiday article are some benchmarks looking at the performance benefits of Linux 6.12 LTS compared to Linux 6.6 LTS while testing on an AMD Ryzen Threadripper workstation.
Intel Linux Performance Optimizations & Intel's Other Open-Source Wins From 2024
In addition to the exciting hardware launches this year particularly around Xeon 6 Granite Rapids, Lunar Lake processors, and the new low-cost Battlemage graphics cards, what remains particularly exciting and consistent are all of Intel's great investments around open-source and Linux. Over 2024 there were many exciting performance optimizations, new Linux kernel features, GCC and LLVM/Clang compiler toolchain improvements, and countless other enhancements made throughout the open-source ecosystem by Intel engineers...
AMD Ryzen PCs May See More Power Savings Out-Of-The-Box With Linux 6.14
AMD Ryzen systems with the upcoming Linux 6.14 kernel may see increased power savings out-of-the-box due to an AMD P-State driver change queued up as part of the new power management code for this next version of the Linux kernel...
Reiser5 Would Be Turning Five Years Old But Remains Dead
It was on New Year's Eve 2019 that Edward Shishkin announced the Reiser5 file-system as an evolution of the out-of-tree Reiser4 file-system code. While next week would mark five years of Reiser5, the Reiser4/Reiser5 file-system still appears effectively dead and hasn't been touched in quite a while...
Pre-Content fanotify / fanotify Hierarchical Storage Management Expected For Linux 6.14
Queued up by way of linux-fs.git's "for_next" Git branch is the fanotify HSM (Hierarchical Storage Management) implementation via the pre-content fanotify patch series...
Hash-Based Integrity Checking Proposed For Linux To Help With Reproducible Builds
An interesting request for comments (RFC) patch series was posted on Christmas for introducing hash-based integrity checking to help with the reproducible builds initiative around the Linux kernel...
Linux RNDIS Removal Branch Updated For Disabling Microsoft RNDIS Protocol Drivers
There's activity again around potentially disabling and then ultimately removing the RNDIS Linux kernel code for those drivers complying with the Microsoft Remote Network Driver Interface Specification (RNDIS) protocol specification. RNDIS was used atop USB for virtual Ethernet but has proven insecure and problematic...
...15161718192021222324...