Phoronix

Subscribe to Phoronix feed
Linux Hardware Reviews, Performance Benchmarks & Open-Source / Free Software News
Updated: 2 hours 46 min ago

AMD Core Performance Boost & Fast CPPC Land In Linux 6.11, Intel Lunar Lake Improvements

Wed, 07/17/2024 - 21:55
The power management updates have been merged for Linux 6.11 that include some nice improvements for Intel and AMD processors...

spectre_bhi=vmexit Mitigation Merged For Linux 6.11 Cloud Use

Wed, 07/17/2024 - 20:41
The "x86/bugs" code has been merged for the Linux 6.11 kernel that is just three patches this go around but includes a new Spectre BHI mitigation option...

Linux 6.11 EFI Will Fake That It's Booting Apple macOS To Fix Some Dual-GPU Macs

Wed, 07/17/2024 - 18:40
The EFI changes have been merged for the in-development Linux 6.11 kernel. Notable this cycle on the EFI side is removing support for EFI fake memory maps and then a workaround to get dual GPU support working for some of the older x86-based Apple MacBook Pros by pretending that Apple macOS is booting rather than Linux...

Linux 6.11 Sees New Wired & Wireless Networking Hardware Support

Wed, 07/17/2024 - 18:33
The networking subsystem updates have landed for the Linux 6.11 kernel with support for a variety of new wireless and wired networking hardware...

Raspberry Pi "PiSP" Driver Landing Upstream For Raspberry Pi 5 Camera System

Wed, 07/17/2024 - 18:14
All of the media subsystem feature updates for the in-development Linux 6.11 kernel were sent out overnight. Arguably most notable with the media driver changes for the new kernel is introducing the Raspberry Pi "PiSP" driver for the image signal processor (ISP) found with the Raspberry Pi 5 for powering its camera system...

wlroots 0.18 Brings New Wayland Protocols & Support For GPU Reset Recovery

Wed, 07/17/2024 - 08:29
Wlroots 0.18 recently debuted as the newest version of this Wayland library born out of the Sway compositor project. With wlroots 0.18 is support for new Wayland protocols and other exciting features...

Fedora Will End Up Supporting The NVIDIA Driver With Secure Boot

Wed, 07/17/2024 - 03:37
Installing the NVIDIA proprietary graphics driver stack on Fedora currently doesn't jive with UEFI Secure Boot systems and can lead to the OS being unbootable. As such, the NVIDIA driver option was previously removed from GNOME Software. But as the NVIDIA driver is still widely sought after on Fedora by Linux gamers and those wanting to run CUDA/AI workloads especially, Fedora 41 is now cleared to roll-out NVIDIA driver support with UEFI Secure Boot integration...

AMD Advances Confidential Computing In Linux 6.11 With SEV-SNP + SVSM Guest Support

Wed, 07/17/2024 - 02:50
The AMD Secure Encrypted Virtualization (SEV) changes have been submitted for the recently opened Linux 6.11 merge window. Notable this cycle is getting support in the mainline kernel for SEV-SNP guest support over a Secure VM Service Module (SVSM)...

LLVM Compiler Finally Ends Support For AMD's 3DNow!

Wed, 07/17/2024 - 01:25
The open-source LLVM compiler today dropped support for AMD's long forgotten 3DNow! instructions...

Linux 6.11 Adds ChromeOS EC LED Driver For The Framework Laptops

Wed, 07/17/2024 - 00:09
For those running the popular, modular/upgradeable Framework Laptops, the Linux 6.11 kernel is bringing some nice driver additions for enhancing the support on the recent models...

Intel FFmpeg 2024Q2 Update Enables GPU-Accelerated VVC Decoding

Tue, 07/16/2024 - 22:52
Intel engineers have been busy preparing their open-source Linux software stack for H.266/VVC video decoding that is expected with upcoming Xe2 graphics for Lunar Lake and Battlemage. FFmpeg 2024Q2 is out today with VVC decoding now working on Intel graphics for this widely-used multimedia library...

Linux 6.11 Adds Support For Rust-Based Block Drivers & Atomic Writes

Tue, 07/16/2024 - 22:42
Jens Axboe has seen all of the block subsystem and IO_uring changes already mainlined for the in-development Linux 6.11 kernel...

Blender 4.2 LTS Released With GPU Accelerated Compositing, Intel OIDN On AMD GPUs

Tue, 07/16/2024 - 20:41
It's Blender 4.2 release day! Blender 4.2 marks the newest long-term support (LTS) release for this wonderful free software 3D modeling solution that has developed quite a following across the industry...

Linux Patch To Disable The Snapdragon X Elite "X1E80100" GPU By Default

Tue, 07/16/2024 - 20:00
While many have been excited around the prospects of laptops powered by the Qualcomm Snapdragon X Elite SoC, the Linux support so far still leaves a lot to be desired... The initial Snapdragon X Elite laptops aren't utilizing ACPI standards and the bring-up under Linux has been slow, but patches have begun appearing for some models. But even with patches, the Adreno GPU remains a big obstacle still being tackled along with other features like web camera, USB4, Bluetooth, etc. With a new kernel patch, the GPU for the Snapdragon X Elite (X1E80100) is being disabled by default...

New Power Sequencing Driver Subsystem Merged For Linux 6.11

Tue, 07/16/2024 - 18:42
There's a new driver subsystem being introduced in the Linux 6.11 kernel for power sequencing...

Intel Sub-NUMA Clustering Will Stop Clashing With Resource Director On Linux 6.11+

Tue, 07/16/2024 - 18:34
For the past year and a half Intel engineers have been working on Linux kernel improvements for Sub-NUMA Clustering (SNC) in the presence of Resource Director Technology (RDT). Intel has been advising its customers not to use Sub-NUMA Clustering when making use of Resource Director Technology since these features would effectively fight eachother. Well, with the Linux 6.11 kernel that's finally being addressed...

GCC Git Adjusts Unaligned Load/Store Costs For AMD Zen 4 & Zen 5

Tue, 07/16/2024 - 18:22
Stemming from a recent investigation into a GCC compiler regression on Zen 4, it was discovered that the unaligned load/store costs for the Zen 4 and Zen 5 targets were inaccurate and have now been tweaked within GCC Git...

Linus Torvalds Begins The Linux 6.11 Merge Window By Merging Some Of His Own Code

Tue, 07/16/2024 - 18:00
Linus Torvalds began the Linux 6.11 merge window yesterday by merging some of his own feature code for this next kernel version...

Solus Linux Dropping Support For AppArmor & Phasing Out Snaps

Tue, 07/16/2024 - 08:57
The Solus Linux project announced today they will be dropping the AppArmor patches carried by their kernels. In turn this means their Snap packaging support will only run with partial confinement...

New "SCALE" Software Allows Natively Compiling CUDA Apps For AMD GPUs

Tue, 07/16/2024 - 02:28
While there have been various efforts like HIPIFY to help in translating CUDA source code to portable C++ code for AMD GPUs and then the previously-AMD-funded ZLUDA to allow CUDA binaries to run on AMD GPUs via a drop-in replacement to CUDA libraries, there's a new contender in town: SCALE. SCALE is now public as a GPGPU toolchain for allowing CUDA programs to be natively run on AMD graphics processors...

Pages