Latest Linux Hardware Reviews, Open-Source News & Benchmarks

CBD Proposed For The Linux Kernel: CXL Block Device
CBD Proposed For The Linux Kernel: CXL Block Device
8 Hours Ago - Linux Storage - CXL Block Device - 6 Comments

The latest Compute Express Link (CXL) feature work being pursued for the mainline Linux kernel is a driver to create CXL block devices for storage. On Monday a "request for comments" patch series sent out the initial code for setting up CXL shared memory to be used as Linux block devices.

AMD Prepping Fixes & Enhancements For P-State CPUFreq Driver
AMD Prepping Fixes & Enhancements For P-State CPUFreq Driver
9 Hours Ago - AMD - AMD P-State - Add A Comment

The AMD P-State CPU frequency scaling driver for Zen 2 and newer processors has been working out well in its roughly two years of being in the mainline Linux kernel. The AMD P-State driver has helped with ensuring modern Ryzen systems are delivering optimal performance and power efficiency. Recently AMD Linux engineers have been working on a few fixes and enhancements to this CPUFreq driver.

NetBSD 9.4 Released With Security & Stability Fixes
NetBSD 9.4 Released With Security & Stability Fixes
9 Hours Ago - BSD - NetBSD 9.4 - 3 Comments

NetBSD 10.0 debuted last month with a long list of improvements and other enhancements that built up over the past several years. For those not yet taking the leap to this big NetBSD update, NetBSD 9.4 is out today for those relying on the stable NetBSD 9 series.

22 April

Reverse Engineered MSI WMI Platform Driver Being Worked On For Linux
Reverse Engineered MSI WMI Platform Driver Being Worked On For Linux
22 April 12:55 PM EDT - Hardware - MSI WMI Platform Driver - 5 Comments

Submitted for code review this weekend was a new MSI WMI Platform driver that was developed via reverse engineering MSI laptops. Initially this MSI WMI Platform driver is just exposing fan speed sensors but ultimately can be more useful for other Windows Management Instrumentation (WMI) features.

Kioxia KCD8XPUG1T92 CD8P-R & KCMYXVUG3T20 CM7-V PCIe 5.0 SSDs
Kioxia KCD8XPUG1T92 CD8P-R & KCMYXVUG3T20 CM7-V PCIe 5.0 SSDs
22 April 11:20 AM EDT - Storage - 9 Comments

While there is a growing number of PCIe 5.0 consumer NVMe SSDs available through Internet retailers, when it comes to PCIe 5.0 NVMe SSD data center / enterprise grade solid-state drives there aren't as many yet and even for announced ones they have been relatively in short supply. In preparing for some upcoming Ubuntu 24.04 LTS tests and ahead of next-gen servers arriving, I was recently searching for some new PCIe 5.0 data center solid state drives. Arriving so far are the Kioxia KCD8XPUG1T92 CD8P-R and Kioxia KCMYXVUG3T20 CM7-V PCIe 5 SSDs. Here are a few benchmarks of those drives for those curious about the performance.

udev-hid-bpf To Help Enable HID-BPF Use Rather Than Kernel Drivers To Fix HID Hardware
udev-hid-bpf To Help Enable HID-BPF Use Rather Than Kernel Drivers To Fix HID Hardware
22 April 06:23 AM EDT - Hardware - udev-hid-bpf - 5 Comments

Right now for buggy HID hardware or other input devices not exactly aligning to specs or having known hardware workarounds required, a new Linux kernel driver tends to be needed or at least quirks to be added to existing kernel driver code. There's no shortage of wonky HID hardware/drivers out there to deal with such odd cases. Due to the lengthy kernel cycles and other factors involved, leveraging (e)BPF has long been talked about as one of the areas where it may make sense for being able to more quickly send out hardware support fixes in the form of eBPF programs. The Rust-written udev-hid-bpf project is ready to help in that enabling effort.

Intel Media Driver 2024Q1 Brings Arrow Lake H Support
Intel Media Driver 2024Q1 Brings Arrow Lake H Support
22 April 05:59 AM EDT - Intel - Intel VA-API - Add A Comment

The Intel Media Driver 2024Q1 release is now available that serves as the company's modern Video Acceleration API (VA-API) driver for Linux systems. The Intel media driver allows for iGPU/dGPU-based video encode/decode for HEVC, VP9, AV1, and other formats supported by the respective graphics hardware.

21 April

AMD Posts RDNA3+ Firmware Files For Linux Users
AMD Posts RDNA3+ Firmware Files For Linux Users
21 April 10:25 AM EDT - Radeon - linux-firmware.git - 14 Comments

This weekend AMD upstreamed a number of new AMDGPU firmware files into the linux-firmware.git repository that serves as a basis for all of the binary firmware/microcode files used by the Linux kernel drivers. This big set of new AMDGPU firmware files is likely for the upcoming RDNA 3.5 / "RDNA3 refresh" / RDNA3+ as it appears will be called updated RDNA3 graphics for upcoming AMD Ryzen SoCs.

Acer Aspire One ARM Laptop To Have "Almost Full" Support With Linux 6.10
Acer Aspire One ARM Laptop To Have "Almost Full" Support With Linux 6.10
21 April 06:46 AM EDT - Arm - Acer Aspire One - 21 Comments

The good news is that with the upcoming Linux 6.10 kernel cycle the ARM-based Acer Aspire One laptop will feature "almost full" support for this Qualcomm Snapdragon powered laptop. The downside though it's now a three year old device with far more interesting ARM laptops on the market and more powerful options coming to the market this year.

20 April

Open-Source "Terakan" Vulkan Driver For Radeon HD 6000 Series Shown On Windows
Open-Source "Terakan" Vulkan Driver For Radeon HD 6000 Series Shown On Windows
20 April 06:41 AM EDT - Radeon - Terakan - 21 Comments

The past year there's been an independent open-source driver developer working on "Terakan" as a Vulkan driver for old Radeon HD 6000 series GPUs. These pre-GCN GPUs never received any official Vulkan driver support from AMD but thanks to open-source and a strong desire to pull off such a feat, Vitaliy Kuzmin "Triang3l" has been pursuing this challenge and has been pulling off some basic results. The work so far has been predominantly been carried out with the open-source Linux graphics stack while this weekend the Terakan driver was demonstrated under Microsoft Windows.

19 April

Miracle-WM 0.2 Released For Mir-Based Wayland Compositor
19 April 12:02 PM EDT - Wayland - Miracle-WM 0.2 - 3 Comments

Announced back in February was Miracle-WM as a Wayland compositor built atop Mir and developed by Canonical engineer Matthew Kosarek. Today he announced version 0.2 as the latest feature update to this Wayland compositor with tiling window management.

Linux 6.10 Preps A Kernel Panic Screen - Sort Of A "Blue Screen of Death"
19 April 10:09 AM EDT - Linux Kernel - DRM Panic Handler - 31 Comments

While systemd 255 last year introduced a "blue screen of death" inspired solution with systemd-bsod for presenting logged error messages full-screen, it's not appropriate for all errors. Systemd-bsod can work out for presenting full-screen messages in case of boot failures and other problems where user-space is alive. But the user-space code does little good in case of a kernel panic and similar issues bringing the system to a halt. Set to be introduced now with Linux 6.10 is a parallel "blue screen of death" like error presenting experience with the introduction of the DRM panic handler.

Intel Compute Runtime 24.13.29138.7 Brings Improved OpenCL/OpenGL Sharing
19 April 09:42 AM EDT - Intel - 24.13.29138.7 - 5 Comments

As the first new release to Intel's open-source Compute Runtime stack in about one month for this OpenCL and Level Zero compute support, Intel Compute Runtime 24.13.29138.7 was released this morning with much improved OpenCL/OpenGL sharing and interoperability on Linux, out-of-the-box support for the Xe kernel graphics driver, new optimizations, and many other changes.

Rockchip NPU Open-Source Driver Taking Shape, Will Aim For Upstream Accel Driver
19 April 06:36 AM EDT - Hardware - Rockchip NPU - 2 Comments

It was just one month ago that open-source developer Tomeu Vizoso was beginning work on reverse-engineering and writing a Rockchip NPU driver following his work on the Vivante NPU IP open-source driver support. He quickly began seeing the driver working and with very viable performance and now today he's shared another update on this Rockchip open-source NPU driver effort.

18 April

Rocky Linux To Support Upstream Stable Kernels
18 April 06:42 AM EDT - Operating Systems - Rocky Linux - 39 Comments

With the various Linux distributions derived from Red Hat Enterprise Linux (RHEL), we're beginning to see more features to distinguish between them rather than just "RHEL clones". It was just days ago talking about AlmaLinux restoring old hardware support that's been deprecated by upstream Red Hat Enterprise Linux. Now over on the Rocky Linux side, CIQ as the principal organization behind them is rolling out support for upstream Linux kernels.

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