Feed phoronix Phoronix

Favorite IconPhoronix

Link https://www.phoronix.com/
Feed http://www.phoronix.com/rss.php
Updated 2026-02-23 13:00
AMD Lands Fresh Performance Improvements For RDNA4 In RadeonSI Driver
While slightly too late for making it into the Mesa 26.0 release that branched yesterday, merged now to Mesa Git for Q2's Mesa 26.1 release are some new RadeonSI Gallium3D (OpenGL) driver optimizations for the latest AMD Radeon RDNA4 graphics cards...
Linux GPU Driver Loophole Being Fixed For Unprivileged Users Being Able To Tap Unbounded Kernel Memory
An oversight in the Linux kernel's Direct Rendering Manager (DRM) graphics driver common code could allow unprivileged users to trigger unbounded kernel memory consumption for a potential system-wide out-of-memory "OOM" situation...
Intel Xeon 6780E "Sierra Forest" Linux Performance ~14% Faster Since Launch
As part of my end-of-year 2025 benchmarking I looked at how the Intel Xeon 6980P Granite Rapids performance evolved in the year since launch and seeing some nice open-source/Linux optimizations during that time. On the other side of the table were also benchmarks of how AMD EPYC 8004 Sienna evolved in its two years, Ubuntu 24.04 vs. 26.04 development for AMD EPYC Turin, the AMD EPYC Milan-X in its four years since launch, and also a look at the performance evolution lower down the stack with the likes of sub-$500 laptop hardware. Out today is a fresh look at how the Intel Xeon 6780E Sierra Forest has evolved in its one and a half years since its launch.
AMD Announces Ryzen 7 9850X3D Pricing Of $499 USD
Back at CES AMD announced the Ryen 7 9850X3D as a faster sibling to the Ryzen 7 9800X3D. Today they have announced the suggested price for this 3D V-Cache desktop processor and confirmation of its availability starting on 29 January...
Updated Intel Panther Lake IPU Firmware Published With New Features & Bug Fixes
Ahead of the first Intel Core Ultra Series 3 Panther Lake laptops expected to hit retail channels next week, Intel has published updated IPU7 (IPU 7.5) firmware for the image processing unit used by the web cameras on the higher-end Panther Lake laptops...
Rust 1.93 Brings Improvement For Inline Assembly Handling
Rust 1.93 is out today as the first feature release for this programming lanugage of 2026...
AMD AOMP 22.0-2 Released With Flang Fortran Improvements
Yesterday along with releasing ROCm 7.2 there was also the release of AOMP 22.0-2 as the newest version of their open-source downstream of LLVM/Clang/Flang that is focused on offering the best OpenMP/OpenACC offloading support to Instinct/Radeon hardware...
Prominent Intel Compiler Engineer Heads Off To AMD
James Brodman worked for the last 15 years at Intel on their ISPC SIMD compiler and then in more recent years on the Intel DPC++ compiler and SYCL support as part of Intel's oneAPI initiative. Rather interestingly, this compiler expert has now joined AMD...
ReactOS Celebrates 30 Years In Striving To Be An Open-Source Windows Implementation
The ReactOS project is celebrating today that it marks 30 years since their first code commit in the ReactOS source tree. During the past 30 years now the project has seen more than 88k commits from more than 300 developers as it seeks to be a robust open-source Windows implementation. In their 30 year birthday blog post they also provide a look ahead at what they're working on...
Linux Finally Retiring HIPPI: The First Near-Gigabit Standard For Networking Supercomputers
While the Linux kernel has been seeing preparations from NVIDIA for 1.6 Tb/s networking in preparing for next-generation super-computing, the kernel has still retained support to now for the High Performance Parallel Interface. HIPPI was the standard for connecting supercomputers in the late 1980s and a portion of the 1990s with being the first networking standard for near-Gigabit connectivity at 800 Mb/s over distances up to 25 meters. But HIPPI looks like it will be retired from the mainline kernel with Linux 7.0...
AMD Sends Out Linux Patches For Next-Gen EPYC Features: GLBE, GLSBE & PLZA
Sent out to the Linux kernel mailing list this afternoon were a set of 19 patches in preparing for some new CPU features presumably to be found with AMD's next-generation EPYC "Venice" processors...
AMD ROCm 7.2 Now Released With More Radeon Graphics Cards Supported, ROCm Optiq Introduced
Back at CES earlier this month AMD talked up features of the ROCm 7.2 release. ROCm 7.2 though wasn't actually released then, at least not for Linux. That ROCm 7.2.0 release though was pushed out today as the latest improvement to this open-source AMD GPU compute stack and officially extending the support to more Radeon graphics cards...
Mesa 26.0-rc1 Released With RADV Improvements Leading The Way Along With Intel & NVK
Eric Engestrom just released Mesa 26.0-rc1 with the code for this quarter's Mesa feature release now branched and under a feature freeze leading up to the stable release in February...
PyTorch 2.10 Released With More Improvements For AMD ROCm & Intel GPUs
PyTorch 2.10 is out today as the latest feature update to this widely-used deep learning library. The new PyTorch release continues improving support for Intel GPUs as well as for the AMD ROCm compute stack along with still driving more enhancements for NVIDIA CUDA...
The CPU Performance Of The NVIDIA GB10 With The Dell Pro Max vs. AMD Ryzen AI Max+ "Strix Halo"
With the Dell Pro Max GB10 testing at Phoronix we have been focused on the AI performance with its Blackwell GPU as the GB10 superchip was designed for meeting the needs of AI. Many Phoronix readers have also been curious about the GB10's CPU performance in more traditional Linux workloads. So for those curious about the GB10 CPU performance, here are some Linux benchmarks focused today on the CPU performance and going up against the AMD Ryzen AI Max+ 395 "Strix Halo" within the Framework Desktop.
XDG-Desktop-Portal 1.21 Released With Reduced Motion Setting, Support For Linyaps Apps
XDG-Desktop-Portal 1.21 is now available for testing with the latest features for this portal frontend service to Flatpak...
Linux 7.0 Apple Silicon Device Tree Updates Have All The Bits For USB Type-C Ports
Ahead of the Linux 6.20~7.0 cycle kicking off next month, the Apple Silicon Device Tree updates have been sent out for queuing ahead of that next merge window. Notable this round are the Device Tree additions for rounding out the USB 2.0/3.x support with the USB-C ports...
Adjusting One Line Of Linux Code Yields 5x Wakeup Latency Reduction For Modern Xeon CPUs
A new patch posted to the Linux kernel mailing list aims to address the high wake-up latency experienced on modern Intel Xeon server platforms. With Sapphire Rapids and newer, "excessive" wakeup latencies with the Linux menu governor and NOHZ_FULL configuration can negatively impair Xeon CPUs for latency-sensitive workloads but a 16 line patch aims to better improve the situation. That is, changing one line of actual code and the rest being code comments...
New Patches Aim To Make x86 Linux EFI Stub & Relocatable Kernel Support Unconditional
Prominent Intel Linux engineer H. Peter Anvin has posted a new patch series working to clean-up the Linux x86/x86_64 kernel boot code. Besides cleaning up the code, the kernel configuration would drop options around EFI stub mode and relocatable kernels in making those features now always enabled...
PHPStan Now 25~40% Faster For Static Analysis
For those using the powerful PHPStan tool for static analysis on PHP code, this week's PHPStan 2.1.34 is promoting optimized performance with projects seeing around 25% to 40% faster analysis times...
An Exciting Day With More Performance Optimizations Merged For RADV In Mesa 26.0
Mesa 26.0 was due to be branched last week and in turn start its feature freeze but ended up being pushed back to tomorrow (21 January) to allow some lingering features to land. It's been beneficial for the Radeon Vulkan driver "RADV" with several interesting merge requests having landed in time for Mesa 26.0...
New Linux Patch Improved NVMe Performance +15% With CPU Cluster-Aware Handling
Intel Linux engineers have been working on enhancing the NVMe storage performance with today's high core count processors. Due to situations where multiple CPUs could end up sharing the same NVMe IRQ(s), performance penalties can arise if the IRQ affinity and the CPU's cluster do not align. There is a pending patch to address this situation. A 15% performance improvement was reported with the pending patch...
Linux 6.19 ATA Fixes Address Power Management Regression For The Past Year
It's typically rare these days for the ATA subsystem updates in the Linux kernel to contain anything really noteworthy. But today some important fixes were merged for the ATA code to deal with a reported power management regression affecting the past number of Linux kernel releases over the last year. ATAPI devices with dummy ports weren't hitting their low-power state and in turn preventing the CPU from reaching low-power C-states but thankfully that is now resolved with this code...
System76 Continues Driving More Improvements Into The COSMIC Desktop
Following the December launch of Pop!_OS 24.04 LTS and the first major COSMIC desktop release, System76 software engineers have continued making improvements to their Rust-based desktop environment...
AMD Making It Easier To Install vLLM For ROCm
Deploying vLLM for LLM inference and serving on NVIDIA hardware can be as easy as pip3 install vllm. Beautifully simple just as many of the AI/LLM Python libraries can deploy straight-away and typically "just work" on NVIDIA. Running vLLM atop AMD Radeon/Instinct hardware though has traditionally meant either compiling vLLM from source yourself or AMD's recommended approach of using Docker containers that contain pre-built versions of vLLM. Finally there is now a blessed Python wheel for making it easier to install vLLM without Docker and leveraging ROCm...
LLVM Adopts "Human In The Loop" Policy For AI/Tool-Assisted Contributions
Following recent discussions over AI contributions to the LLVM open-source compiler project, they have come to an agreement on allowing AI/tool-assisted contributions but that there must be a human involved that is first looking over the code before opening any pull request and similar. Strictly AI-driven contributions without any human vetting will not be permitted...
Support For More Bluetooth Guitars & Other HID Changes Ahead Of Linux 6.20~7.0
A lot of HID subsystem updates have been queuing up ahead of the Linux 6.20~7.0 merge window in February. There is a lot of new hardware support on the way along with quirks for some existing hardware support ranging from laptop keyboard issues to enabling support for more PS4/PS5 guitars under Linux...
Patches Ready For Linux 7.0 To Enable Intel GPU Firmware Updates On Non-x86 Systems
Patches are now positioned to go into the upcoming Linux 6.20~7.0 kernel cycle for supporting Intel discrete GPU firmware updating on non-x86 systems...
Fedora 44 Feature Approved For Better Windows On ARM Laptop Experience
A change proposal has been cleared by the Fedora Engineering and Steering Committee "FESCo" for providing a nice out-of-the-box experience for Windows on ARM laptops namely the recent Snapdragon X1 laptops and will also be important for the upcoming Snapdragon X2 laptops too...
Adreno Gen 8 Vulkan Graphics Merged For Mesa 26.0 To Support The Snapdragon X2
Merged in time for the upcoming Mesa 26.0 release is the merging of Vulkan driver support for the Qualcomm Adreno Gen 8 graphics support that is notably used by the new Snapdragon X2 laptop SoCs as well as the Snapdragon 8 Elite Gen 5...
DragonFlyBSD Now Allows Optional AMD GCN 1.1 Support In AMDGPU Driver
DragonFlyBSD's AMDGPU kernel graphics driver continues to be a port of the AMDGPU Linux kernel driver. Their latest porting effort for AMD graphics on DragonFlyBSD is now enabling optional support for the GCN 1.1 "Sea Islands (CIK) graphics processors on this modern alternative to the prior Radeon kernel driver...
X.Org Server May Create A New Selective Git Branch With Hopes Of A New Release This Year
A proposal has been laid out for a new X.Org Server "main" Git branch to house their development going forward and cleaning up the development lapses over the past few years. Ultimately the hope is for having a new cleaned-up X.Org Server and XWayland Git branch for shipping new releases in 2026...
New Patches From Valve Bring AMDGPU Power Management Improvements For Old GCN 1.0 GPUs
Last year Valve contractor Timur Kristof managed to improve the AMDGPU driver enough for old GCN 1.0 Southern Islands and GCN 1.1 Sea Islands GPUs that with Linux 6.19 AMDGPU is now the default for those GPUs with better performance, RADV Vulkan out-of-the-box, and other benefits. He isn't done though improving the old GCN 1.0/1.1 era GPU support on this modern AMDGPU kernel driver - a new patch series posted today brings some power management fixes...
OPEN_TREE_NAMESPACE To Provide A Security & Performance Win For Dealing With Containers
A new feature expected to be merged for the upcoming Linux 7.0 kernel cycle is adding an OPEN_TREE_NAMESPACE flag for the open_tree() system call. This OPEN_TREE_NAMESPACE option can provide a nice performance win with added security benefits if you are dealing a lot with containerized workloads on Linux...
Mozilla Now Providing RPM Packages For Firefox Nightly Builds
In late 2023 Mozilla began providing Debian packages of Firefox Nightly builds complete with an APT repository. Those on Debian/Ubuntu distributions have a much easier path for enjoying Firefox Nightly since then and now Mozilla engineers are providing similar RPM builds of Firefox nightly too...
CAKE_MQ Slated For Linux 7.0 To Adapt SCH_CAKE For Today's Multi-Core World
Queued into the Linux networking subsystem's "net-next" branch ahead of the Linux 6.20~7.0 merge window next month is cake_mq as a multi-queue aware variant of the sch_cake network scheduler. The intent with cake_mq is to better scale the network traffic rate shaper across multiple CPU cores...
How NVIDIA GB10 Performance With the Dell Pro Max GB10 Compares To The GH200
Earlier this month we looked at the Dell Pro Max GB10 performance up against AMD's Ryzen AI Max+ "Strix Halo" with the superior performance for the green team for performance and power efficiency. For those wondering how the Dell Pro Max GB10 performance comes up for the much talked about NVIDIA GH200, here are some comparison benchmarks.
Revocable Resource Management Appears On Track For Linux 7.0
A new feature that appears ready for introduction in the upcoming Linux 6.20~7.0 kernel cycle is revocable resource management...
New Patches Provide HDMI VRR & Auto Low Latency Mode Gaming Features For AMD Linux GPU Driver
Support for newer HDMI features in the open-source AMD Linux graphics driver have been limited due to being blocked by the HDMI Forum. There are though some new HDMI gaming features being enabled via new AMDGPU kernel driver patches that are coming outside of AMD and based on public knowledge and/or "trying things out until they work/break" for functionality like HDMI Variable Refresh Rate (VRR) and Auto Low Latency Mode...
RADV Vulkan Driver Now Implements HPLOC For Even Faster Ray-Tracing Performance
There have been a number of nice RADV driver Vulkan ray-tracing performance optimizations for Mesa in recent times... Here is yet another merge request now merged for Mesa 26.0 and helping deliver some nice performance uplift for ray-traced games on Linux. And, yes, this is yet another Valve contribution to this open-source AMD Radeon Linux graphics driver...
Intel LLM-Scaler-Omni Update Brings ComfyUI & SGLang Improvements On Arc Graphics
Following last week's updated Intel LLM-Scaler-vLLM release for helping advance vLLM usage on Intel Arc Graphics, LLM Scaler Omni is out with a new release today for that LLM-Scaler environment focused on image / voice / video generation using Omni Studio and Omni Serving modes...
Myrlyn 1.0 Released For Package Manager GUI Spawned By SUSE's Hack Week
Myrlyn 1.0 was released today as the package manager GUI developed by SUSE engineers and started out just over one year ago during a SUSE Hack Week event as a SUSE/Qt package manager program not dependent upon YaST or Ruby...
SPDX SBOM Generation Tool Proposed For The Linux Kernel
For those organizations on the Software Bill of Materials (SBOM) bandwagon for increasing transparency around software components with license compliance, vulnerability management, and securing the software supply chain, proposed patches to the Linux kernel would introduce an SPDX SBOM Generation Tool...
Linux 6.19-rc6 Released With More Bug Fixes
Linus Torvalds just tagged the Linux 6.19-rc6 kernel in working toward the stable Linux 6.19 kernel release likely on 8 February...
ReactOS For "Open-Source Windows" Achieves Massive Networking Performance Boost
ReactOS as the long-in-development "open-source Windows" project has been on quite a roll recently. Beyond a big Windows NT 6 compatibility improvement and fixing a very annoying usability issue, for this third week of the year there is another big change landing: a significant improvement in networking performance on ReactOS...
Linux 6.19 Landing Fixes For USB2/USB3 Issues With Apple M1/M2 Macs
Ahead of the Linux 6.19-rc6 kernel release due out later today are two USB fixes for Apple M1 / M2 Macs running the mainline kernel. These Apple USB fixes are also marked for back-porting to the stable Linux kernel series...
HP OMEN/Victus Gaming Laptops Gaining Fan Control Support Under Linux
With the upcoming Linux 6.20~7.0 kernel cycle, the HP-WMI driver is slated to add manual fan control support for HP Victus S-Series gaming laptops as well as for some HP OMEN gaming laptops too...
Linux's Intel-Speed-Select Tool Will Allow Non-Root Use With Linux 7.0
The intel-speed-select tool that lives within the Linux kernel source tree for allowing some control over Intel Speed Select Technology (SST) and managing of clock frequencies / performance behavior will finally allow limited non-root usage...
ChaosBSD Is A New BSD For "Broken Drivers, Half-Working Hardware, Vendor Trash" Test Bed
A new BSD on the block is ChaosBSD that intends to serve as a testing distribution for unfinished and broken drivers not suitable for upstreaming to FreeBSD proper...
Linux 6.19-rc6 Bringing Sound Fixes For ROG Xbox Ally X & Various Laptops
With the Linux 6.19-rc6 kernel release due out later today there will be a number of sound fixes/workarounds to note from the ASUS ROG Xbox Ally X gaming handheld to several newer laptops seeing fixes for their audio support...
...45678910111213...