Latest Linux Hardware Reviews, Open-Source News & Benchmarks

KDE Plasma 6.1 Prepares For Release Next Week
KDE Plasma 6.1 Prepares For Release Next Week
15 June 05:47 AM EDT - KDE - Plasma 6.1 In A Few Days - 20 Comments

KDE Plasma 6.1 is preparing for release next week on 18 June. KDE developers this week have thus been very busy with last minute finishing touches to this updated desktop while also already beginning feature work on Plasma 6.2.

Wine 9.11 Released With More Monitor DPI Awareness Improvements
Wine 9.11 Released With More Monitor DPI Awareness Improvements
15 June 12:00 AM EDT - WINE - Wine 9.11 - 6 Comments

Wine 9.11 is now available as the newest bi-weekly development release of this open-source software for enjoying Windows games and applications under Linux and other platforms. With Wine 9.11 we are now roughly at the half-way point before Wine's typical feature freeze and release candidate start that typically begins around early December and this cycle will lead up to the Wine 10.0 stable release in early 2025.

14 June

The Two Year Journey Funded By Arm/Qualcomm For Improving ARM Linux Laptop Support
The Two Year Journey Funded By Arm/Qualcomm For Improving ARM Linux Laptop Support
14 June 07:06 AM EDT - Arm - ThinkPad X13s Focus - 12 Comments

Kernel developer and consultant Johan Hovold spent the last two years working on improving ARM Linux laptop support with a particular focus on the Lenovo ThinkPad X13s powered Qualcomm SoC. Arm funded this Linaro effort and as a result the ThinkPad X13s enjoys pleasant upstream kernel support now. This Arm Linux laptop project has now concluded but sets a nice base for further ARM Linux laptop improvements moving forward.

Intel To Upstream Habana Labs Network Drivers Into The Linux Kernel
Intel To Upstream Habana Labs Network Drivers Into The Linux Kernel
14 June 06:44 AM EDT - Intel - Habana Labs Network Drivers - 2 Comments

While for years there has been the Habana Labs AI accelerator driver within the mainline Linux kernel, this "accel" driver has been focused on just supporting training/inference across their products. Now being worked on for the mainline Linux kernel are upstreaming the Habana Labs network drivers that can be used for scaling out the AI workloads across multiple systems.

13 June

NVIDIA Exploring Ways To Better Support An Upstream Kernel Driver
NVIDIA Exploring Ways To Better Support An Upstream Kernel Driver
13 June 01:44 PM EDT - Nouveau - NVIDIA Open Kernel Driver Upstream - 48 Comments

Here's how an exciting message from a NVIDIA engineer that just hit the mailing list begins: "NVIDIA has been exploring ways to better support the effort for an upstream kernel mode driver for GPUs that are capable of running GSP-RM firmware, since the introduction to Nova."

"Rocket" Accelerator Open-Source Linux Kernel Driver Posted For Rockchip NPU
"Rocket" Accelerator Open-Source Linux Kernel Driver Posted For Rockchip NPU
13 June 10:35 AM EDT - Hardware - Rockchip NPU Driver - 3 Comments

The past few months open-source developer Tomeu Vizoso has been developing an open-source accelerator driver for Rockchip's NPU. The experimental driver has shown the open-source code can compete with Rockchip's proprietary driver and Vizoso has been working to develop an upstream-minded driver for a kernel driver living within the "accel" subsystem and then leveraging Mesa's Teflon for the user-space component. Yesterday the "Rocket" accel kernel driver was posted for the Rockchip NPU.

X.Org Testing Ground Toolkit: Making It Less Difficult To Compile The X Server In 2024
X.Org Testing Ground Toolkit: Making It Less Difficult To Compile The X Server In 2024
13 June 09:51 AM EDT - X.Org - X.Org Testing Ground Toolkit - 30 Comments

While the upstream X.Org Server development remains slow with most of the large vendors treating it in maintenance mode and not investing in new features, open-source developer Enrico Weigelt has been one of the few still working to improve the X.Org Server. As part of his work besides pushing new patches and testing of the latest X.Org Server Git state, today he announced the release of the X.Org Testing Ground Toolkit v0.0.1 as a means to help in facilitate testing of the latest X.Org Server Git by making it easier to build it.

Coreboot To Be Shown Today With An Intel Meteor Lake Laptop
Coreboot To Be Shown Today With An Intel Meteor Lake Laptop
13 June 06:46 AM EDT - Coreboot - vPub 0xB - 5 Comments

Going back to 2022 we've seen work by Intel engineers on adding Meteor Lake SoC support to Coreboot while to date there hasn't been much in the way of actual Intel Core Ultra "Meteor Lake" laptops with Coreboot as a replacement to the proprietary BIOS/firmware. But to be shown later today is one of the first laptop designs using these latest Intel mobile processors and running the Dasharo downstream of Coreboot.

12 June

Safety-Critical Rust Consortium Announced
12 June 12:34 PM EDT - Programming - Safety-Critical Rust Consortium - 51 Comments

In aiming to make the Rust programming language more suitable for safety-critical software like within automobiles, aviation, and other industries, the Safety-Critical Rust Consortium was announced today.

FreeBSD 14.1 vs. FreeBSD 14.0 Benchmarks On AMD Ryzen Threadripper
12 June 10:36 AM EDT - Operating Systems - 29 Comments

Debuting last week was FreeBSD 14.1 with performance improvements and more. Given there being some performance optimizations and other upgrades like a more recent LLVM Clang compiler by default, I've begun running some benchmarks of this newest FreeBSD stable release. In today's article is a quick comparison of FreeBSD 14.1 vs. FreeBSD 14.0 performance using an AMD Ryzen Threadripper 7980X 64-core processor within the System76 Thelio Major workstation.

LLVM Clang 19 Lands Support For C23's #embed
12 June 06:27 AM EDT - LLVM - C23 #embed - 6 Comments

Merged today to LLVM Clang 19 Git is support for the #embed resource inclusion mechanism that is an approved C23 feature. This also makes Clang the first for supporting this pre-processor embed feature.

11 June

Linus Torvalds Throws Down The Hammer: Extensible Scheduler "sched_ext" In Linux 6.11
11 June 08:40 PM EDT - Linux Kernel - sched_ext - 52 Comments

The extensible scheduler "sched_ext" code has proven quite versatile for opening up better Linux gaming performance, more quickly prototyping new scheduler changes, Ubuntu/Canonical has been evaluating it for pursuing a more micro-kernel like design, and many other interesting approaches with it. Yet it's remained out of tree but that is now changing with the upcoming Linux 6.11 cycle.

Intel's Glibc Non-Temporal Stores Memset Optimization Extended To AMD CPUs
11 June 10:57 AM EDT - GNU - Faster Memset - 16 Comments

Merged last month to the GNU C Library (glibc) Git code was a new tunable for non-temporal stores for memset. This optimization for glibc's memset performance was limited to Intel processors given at the time it was only tested/benchmarked on Intel CPUs but now it's proven to be useful too for AMD processors.

Red Hat Developing "eu-stacktrace" For Profiling Without Frame Pointers
11 June 09:45 AM EDT - Red Hat - eu-stacktrace - 20 Comments

While last year we saw Fedora to no longer omit the frame pointer to help in debugging/profiling Fedora packages and Ubuntu 24.04 LTS also enabled frame pointers for better debugging/profiling, among other distributions, there is the known performance implications of no longer omitting the frame pointer. But now in aiming to make the best of both worlds, it turns out Red Hat has been developing eu-stracktrace as a new means of profiling without relying on frame pointers.

AMD P-State Linux Patches Updated For Heterogeneous CPUs
11 June 06:44 AM EDT - AMD - AMD P-State Heterogeneous v3 - 2 Comments

Last month AMD Linux engineers posted ap atch series for better handling heterogeneous core type CPUs. This is for enhancing the P-State CPU frequency scaling on CPUs featuring a mix of conventional cores and efficiency cores, e.g. Zen 4 and Zen 4C. A third iteration of these patches were posted today.

Past 30 Days Of News | Articles & Reviews | News Archives | RSS Feed