Feed phoronix Phoronix

Favorite IconPhoronix

Link https://www.phoronix.com/
Feed http://www.phoronix.com/rss.php
Updated 2025-10-27 14:45
Open-Source NVIDIA "Nouveau" Driver Sees Few Changes For Linux 5.20
There hasn't been much to report on lately for the reverse-engineered Nouveau driver providing open-source NVIDIA GPU driver support on Linux. Several recent Linux kernel series haven't even seen any Nouveau DRM/KMS driver pull requests with changes. For the upcoming Linux 5.20 cycle, a Nouveau set of changes were sent in today to DRM-Next but it's quite tiny...
Intel oneAPI GPU Rendering Appears Ready For Blender 3.3
Intel's effort to add oneAPI/SYCL support to Blender for GPU acceleration with forthcoming Arc Graphics hardware appears all buttoned up for the upcoming Blender 3.3 release...
The RADV Driver Developer Experience Working With AMD's Next-Gen Geometry "NGG"
Mesa's Radeon Vulkan "RADV" driver contributor Timur Kristóf known for being one of the Valve contractors to improve the open-source Linux graphics stack has shared his experiences working on the Next-Gen Geometry (NGG) support for AMD RDNA GPUs with this open-source driver...
XWayland 22.1.3 Released Due To XKB Security Vulnerabilities
Disclosed on Tuesday were two new X.Org Server security vulnerabilities concerning possible local privilege escalation and remote code execution. X.Org Server 21.1.4 was released with these mitigations to the XKB extension while XWayland is also vulnerable and has now been patched with XWayland 22.1.3...
"Retbleed" Published As Arbitrary Speculative Execution With Return Instructions
Being made public this Patch Tuesday is "RETBLEED" as two new CVEs for the latest speculative execution attacks affecting today's hardware. Retbleed exploits return instructions and is able to undermine existing defenses against Spectre Branch Target Injection (BTI)...
Intel Publishes Open-Source AI Reference Kits
Intel today announced the release of open-source "AI Reference Kits" to help in the development of artificial intelligence software around healthcare, manufacturing, and other fields...
AMD EPYC 7773X Performance Continues To Impress With Tremendous Opportunity For Large-Cache Server CPUs
Back in March when AMD Milan-X rolled out I published a number of EPYC 7773X benchmarks as well as Milan-X benchmarks in the cloud. Since then there have been new Linux kernel improvements and other changes in the ever-advancing open-source world. Plus simply more time to conduct additional tests over the summer. Here is the latest round of my AMD EPYC 7773X 1P and 2P benchmarking compared to the Milan EPYC 7713/7763 SKUs as well as Intel's Xeon Platinum 8380 "Ice Lake" competition.
X.Org Server Hit By New Local Privilege Escalation, Remote Code Execution Vulnerabilities
Getting things started for this "Patch Tuesday" are the disclosure of two new X.Org Server vulnerabilities...
LibreOffice 7.4 RC1 Available For Testing This Latest Open-Source Office Suite
The Document Foundation has made available this morning the LibreOffice 7.4 release candidate as the newest test version of this cross-platform, open-source office suite...
Intel Ready With Habana Labs Gaudi2 Support For Linux 5.20
Last month Intel began publishing the Linux kernel driver changes needed for Habana Labs' Gaudi2 AI accelerator. That enablement and subsequent kernel review process has went well and that hardware support has now been queued into char-misc ahead of the upcoming Linux 5.20 merge window...
IBM Announces New Power10 Servers
IBM this morning announced more Power10 servers being added to their portfolio, now including mid-range and scale-out platforms based on this latest POWER architecture...
AMD Is Hiring To Improve Its Linux Graphics Driver Installation Experience
While AMD's open-source Linux graphics driver stack is wonderful if living on the bleeding-edge with a modern Linux distribution, for those on enterprise Linux distributions that tend to stick to older versions of packages for the support lifetime or where wanting to run a vetted/qualified driver stack, it can be more of a pain. For AMD's packaged Linux driver stack it only supports those select enterprise Linux distributions and can run into pain points trying to run elsewhere or even say running brand new LTS distributions at times can lack support. There are also challenges in installing/running the ROCm compute stack outside of the few officially supported Linux distributions by AMD. Fortunately, they are now hiring Linux build engineer(s) to work on such issues...
LLVM Adds An HTTP Server For Debuginfod
Merged prior to the weekend into LLVM 15 was a basic web server implementation...
GCC Rust Approved By Steering Committee, Likely To Land For GCC 13
The GCC Steering Committee has approved of the GCC Rust front-end providing Rust programming language support by the GNU Compiler Collection. This Rust front-end will likely be merged ahead of the GCC 13 release next year...
Linux 5.19 Looking Real Good On The HP Dev One, XanMod + Liquorix Also Tested
With the very popular HP Dev One that is powered by an AMD Ryzen 7 PRO SoC and running Pop!_OS, a number of Phoronix readers inquired about seeing benchmarks of some of the alternative kernel flavors on the device. So here is a look at the stock Linux 5.17 kernel up against the Linux 5.18 and 5.19 (Git) kernels and then Liquorix and XanMod tossed in as alternative flavors running on the Pop!_OS 22.04 installation.
Fwupd 1.8.2 Released - Supports More Corsair, PixArt, SteelSeries, System76 Hardware
LVFS/fwupd lead developer Richard Hughes at Red Hat has released Fwupd 1.8.2 as the newest version of this open-source solution for handling firmware updates under Linux and other platforms...
Many Old X.Org Components Saw New Releases This Weekend
While no new X.Org "katamari" releases are planned for a collection of all the X.Org component updates combined, this weekend longtime X.Org contributor Alan Coopersmith of Oracle issued many new updates to various old, seldom-maintained X.Org projects...
RADV Vulkan Driver Lands Performance Query Extension
One of the newest extensions now supported by the RADV Vulkan driver is VK_KHR_performance_query, which can be used by RenderDoc and other utilities...
GNOME Shell + Mutter 43 Alpha Released
In gearing up for the GNOME 43 Alpha release coming out soon, this weekend marked the release of the new alpha versions of GNOME Shell and Mutter...
MSM DRM Driver Adds Adreno 619 Support With Linux 5.20
Rob Clark as the lead developer of the MSM DRM kernel driver and the Freedreno/TURNIP Mesa drivers for open-source Qualcomm Adreno graphics driver support has submitted the Direct Rendering Manager driver changes for the upcoming Linux 5.20 merge window...
Linux 5.19-rc6 Released After A Fairly Normal Week
Linus Torvalds just announced the availability of Linux 5.19-rc6 as the latest routine test release for the upcoming Linux 5.19...
Optimized memchr() Implementation For The Linux Kernel Up To ~4x Faster
A set of proposed patches promise to make the Linux kernel's memchr() implementation faster for locating a character within a block of memory. In tests carried out by the developer, the new implementation can be nearly four times faster on large searches...
Intel's Open-Source Compute Runtime Appears To Be Ready For DG2/Alchemist dGPUs
Intel's open-source Compute Runtime for providing OpenCL and oneAPI Level Zero support on their graphics hardware appears to be in roughly good shape now for DG2/Alchemist based on external/independent monitoring of the effort...
Linux To Drop "nordrand" Option - Users Should Instead Switch To "random.trust_cpu"
The Linux kernel has long honored the "nordrand" kernel parameter to disable kernel use of the Intel RDRAND and RDSEED instructions if not trusting them -- either out of security concerns that they could be compromised by the vendor or running into hardware/firmware issues around RdRand usage. But the Linux kernel is preparing to drop that kernel parameter with users encouraged to use the more generic "random.trust_cpu" parameter...
WayVNC 0.5 VNC Server For wlroots-Based Wayland Compositors Released
WayVNC 0.5 was released on Saturday as a feature update to this VNC server for Wayland compositors leveraging the WLROOTS library...
Libreboot 20220710 Released As Coreboot Downstream Focused On Boot Firmware Freedom
Leah Rowe has announced the release of Libreboot 20220710, the downstream of Coreboot that takes a firm approach to ensure boot firmware freedom with avoiding proprietary blobs even when it means reduced hardware coverage/support. As such with avoiding the likes of the Intel FSP, the supported list of motherboards is quite limited...
KDE Developers Already Making Great Strides On Plasma 5.26
KDE developer Nate Graham is out with his weekly recap of all the interesting KDE changes this week, which includes building up of more work targeting Plasma 5.26 this autumn as well as KDE application enhancements and more...
Debian 11.4 Released With Dozens Of Bug & Security Fixes
Debian 11.4 is out as the fourth stable release update to "Bullseye" of this popular community-based Linux distribution...
Atari Open-Source Linux DRM Graphics Driver Being Worked On In 2022
In addition to the OpenChrome DRM/KMS driver hoping to be finally mainlined in 2022 for supporting aging VIA graphics hardware from the long-ago days of their x86 chipsets, separately there is a DRM/KMS kernel driver in the works for something even older... A Linux DRM graphics driver for the Atari Falcon from the early 90's...
Experiment Underway To Improve Gentoo's Binary Package Handling With Portage
Gentoo developer Andreas Hüttel "Dilfridge" is experimenting with binary Gentoo package hosting and finding out what improvements to Portage are needed for making it more of a reality at a larger scale...
Intel Sends In More Graphics Driver Changes For Linux 5.20
Intel this week submitted to DRM-Next what it anticipates to be the last batch of "drm-intel-next" feature changes for the upcoming Linux 5.20 merge window...
KDE Plasma 5.26 Eyes Using C++20 Features
KDE developers are looking at possibly making use of C++20 language features within the Plasma 5.26 desktop and the newer C++ usage could work its way to other KDE components with time too...
Cloud Hypervisor 25.0 Released For Intel-Backed, Rust-Written Linux/Windows VMM
Cloud Hypervisor as what started out as an Intel open-source project and now lives under the Linux Foundation umbrella as a virtual machine monitor (VMM) for use with Linux KVM and Windows MSHV is out with a new feature release...
Intel's ANV Driver Lands VK_EXT_shader_module_identifier - Important For VKD3D-Proton
Following last week's release of Vulkan 1.3.219 that introduced the VK_EXT_shader_module_identifier extension and Mesa's Radeon Vulkan driver (RADV) adding support for it earlier this week, Intel's open-source Vulkan driver "ANV" has landed support for this new extension to close out the week...
MSI PRO Z690-A DDR4 WiFi Support Begins Landing In Upstream Coreboot
The past few months we have been closely covering the Coreboot port to an MSI retail motherboard for Intel Alder Lake. This port carried out by the 3mdeb consulting firm has been with their downstream "Dasharo" firmware based on Coreboot while as of yesterday the motherboard port has begun landing in upstream Coreboot...
Ubuntu Achieves A ~50% Reduction In Start Time For Firefox Snap
Canonical engineers have been continuing their quest to improve the start-up time for the Snap version of Mozilla Firefox that is used by default on Ubuntu 22.04 LTS. With the latest improvements now pushed to the Firefox Snap, they are seeing around a 50% reduction in start-time for the web browser...
Windows 11 vs. Linux Performance For Intel Core i9 12900K In Mid-2022
Last year when the Intel Core i9 12900K "Alder Lake" processor launched, Windows 11 was outperforming Linux to much surprise in general but explainable due to some late Linux kernel patches around Intel's hybrid architecture. Back in February I looked at the situation again and Linux started outrunning Windows 11 on the i9-12900K with the latest Linux kernel at the time. But with a few more months having passed and for the Intel Alder Lake hybrid processors to mature under Windows and Linux, how do things stand now? Here are some new benchmarks.
Intel SGX2 Support Poised To Land In Linux 5.20
With the upcoming feature-packed Linux 5.20 kernel adding to the growing list of features is Intel SGX2 support looking like it is set to land...
New Lenovo AMD Laptops With Pluton Co-Processor Reportedly Only Boot Windows By Default
At least some of Lenovo's new AMD Rembrandt powered laptops with Microsoft Pluton security co-processor are set by default to only trust Microsoft's key and not the Microsoft 3rd Party UEFI CA Key that Linux distributions and others use for UEFI Secure Boot support. Thus by default only Microsoft Windows will boot with the default firmware configuration on some new Lenovo laptops...
Wayland-Protocols 1.26 Released With New Single-Pixel-Buffer
Wayland-Protocols 1.26 was released on Thursday as the collection of protocol specifications for Wayland. With Wayland-Protocols 1.26 is the new Single Pixel Buffer protocol and enhancements to existing protocols...
Stratis Storage 3.2 Comes With The Ability To Stop/Start Pools
Red Hat engineers continue working on Stratis Storage as their means of providing Btrfs and (Open)ZFS like features atop the mature XFS paired with DM + Clevis + LUKS. Stratis 3.2 is out today as the newest update to this Linux storage stack...
Rewritten R600g NIR Backend Merged For Mesa 22.2 - Improves Radeon HD 5000/6000 Series
The rewritten NIR back-end for the R600 Gallium3D driver with a focus on improving performance for old Radeon HD 5000/6000 series hardware has been merged! This also allows proper FP64 usage finally for the Radeon HD 6900 "Cayman" series graphics cards...
FEX-Emu 2207 Continues Work On Running Steam Play Games On 64-bit Arm
FEX-Emu is an open-source emulator project that has been particularly focused on being able to run x86/x86_64 games on AArch64 with great speed including around Steam and Steam Play (Proton) Windows games...
AMD P-State Linux Driver Updated With Precision Boost Control, Other Fixes
Back in Linux 5.17 the AMD P-State "amd_pstate" driver was introduced for Ryzen and EPYC systems as an alternative to the ACPU CPUFreq frequency scaling driver with an emphasis on delivering better power efficiency for modern AMD Zen 2 and newer systems. Since the mainlining there hasn't been too much change to this driver but now a new patch series has been sent out with some updates...
CentOS Hyperscale SIG Continues Adapting CentOS Stream For Large Scale Infrastructure
Established last year was the CentOS Hyperscale SIG as a special interest group with the backing of Facebook and Twitter among other hyperscalers in providing updated packages and other optional modifications to CentOS Stream to make the distribution more practical for use within their large-scale infrastructure environments...
Intel Core i3 12100 Linux Performance Benchmarks
From the recent setup of the MSI Alder Lake motherboard flashed with Dasharo/Coreboot I had an extra LGA-1700 motherboard around. With some Phoronix readers in the past having inquired about more Alder Lake benchmarks on the low-end, I picked up a Core i3 12100 processor that features four performance cores / eight threads. For those curious about the CPU performance and that of the integrated UHD Graphics 730, here are some Ubuntu Linux performance benchmarks with the i3-12100 and other similar processors.
Blender Introducing GPU-Accelerated, Real-Time Compositor
The Blender open-source 3D modeling software is in the process of working on a new GPU-accelerated, real-time compositor...
MGLRU v13 Published, Benchmarks Continue Looking Good For This Kernel Feature
The newest version of the MGLRU patches were posted and I've also finished up some more benchmarks of this Multi-Gen LRU kernel feature...
Mesa 22.2 Pushed Back By Two Weeks To Let More Features Land
Mesa 22.2 as the quarterly feature update to this collection of open-source predominantly OpenGL and Vulkan graphics drivers has been pushed back by two weeks. This delay is for allowing more last minute features to land, which will hopefully ensure that Intel Arc Graphics and RDNA3 support is in better shape for this release...
Tesseract OCR 5.2 Engine Finds Success With AVX-512F
As time goes on more open-source projects are beginning to make better use of AVX-512 support even though it's no longer enabled in the latest Alder Lake processors. After reporting on the big AVX-512 wins for JSON parsing with simdjson, another open-source project finding gains is the Tesseract optical character recognition (OCR) engine...
...206207208209210211212213214215...