Phoronix

Subscribe to Phoronix feed
Linux Hardware Reviews, Benchmarks & Open-Source News
Updated: 2 hours 11 min ago

Linux 6.7 To Update Intel IBRS Mitigation Handling To Enhance System Performance

Thu, 10/05/2023 - 02:13
Motivated by a 25% performance degradation seen on an Intel Xeon Scalable dual socket server due to Indirect Branch Restricted Speculation (IBRS), Red Hat's Waiman Long has been working on a patch series to update the IBRS handling in different conditions for affected Intel processors on Linux...

Redox OS Planning A Server Version, Stable ABI & Better Performance

Thu, 10/05/2023 - 00:17
Redox OS, the open-source Rust-written operating system led by developer Jeremy Soller, has been drafting some exciting plans for the rest of this year and moving into 2024...

Android 14 Open-Source Project Released

Thu, 10/05/2023 - 00:01
Google formally unveiled Android 14 today in New York City at its Made By Google event. With that, Google has also published the Android 14 Open-Source Project (AOSP)...

GNOME's VTE Seeing Improvements For Faster Terminal Performance

Wed, 10/04/2023 - 21:56
GNOME developer Christian Hergert recently demonstrated how Linux terminal emulators have the potential of running much faster. At the time it didn't sound like he would pursue the matter further but more recently he's begun working on folding some performance improvements into GNOME's VTE for a faster terminal experience...

Linux Foundation's Latest Open-Source Project: OpenPubkey

Wed, 10/04/2023 - 21:47
The newest open-source project hosted by the Linux Foundation is OpenPubkey, which is a collaboration with Docker and BastionZero and will be available for Docker container signing with zero-trust passwordless authentication...

NVIDIA Introduces New Low-Latency Vulkan Extension For Gaming

Wed, 10/04/2023 - 21:30
Vulkan 1.3.266 was published a few days ago with a handful of fixes and two new extensions. One of those extensions, VK_NV_low_latency2 is quite interesting...

DragonFlyBSD's HAMMER2 File-System Seeing New Improvements, Initial Recovery Support

Wed, 10/04/2023 - 18:52
When it comes to the BSD operating systems, DragonFlyBSD's HAMMER2 is one of the most interesting innovations. HAMMER2 supports online deduplication, clustering, multiple mountable file-system roots, snapshots, compression, encryption, extensive checksumming, and other features. Over the past decade it's evolved quite nicely and in recent days has seen further enhancements...

Linux Patches Allow Changing Hibernation Compression Format For Better Performance

Wed, 10/04/2023 - 18:34
Currently when hibernating a Linux system LZO compression is used for preserving the memory contents while a new patch series posted today by Qualcomm allow for changing out the compression API used and makes LZ4 a new option during Linux hibernation...

Glibc Dynamic Loader Hit By A Nasty Local Privilege Escalation Vulnerability

Wed, 10/04/2023 - 03:05
A nasty vulnerability has been made public today concerning Glibc's dynamic loader that can lead to full root privileges being obtained by local users. This affects Linux distributions of the past two years with the likes of Ubuntu 22.04 LTS, 23.04, Fedora 38, and others vulnerable to this local privilege escalation issue...

Intel Comes Up With A Way For Vulkan Sparse Support On Their Existing Linux Driver

Wed, 10/04/2023 - 02:52
The biggest hindrance for using Intel Arc Graphics for Linux gaming has been the lack of Vulkan sparse support as needed for running many newer Windows DirectX 12 games atop Valve's Steam Play with Proton using VKD3D-Proton. Intel recently did implement Vulkan sparse support for ANV in Mesa 23.3 but it only works with their yet-to-be-upstreamed and still-experimental Xe kernel driver. But now Intel Linux graphics driver engineers have managed to pull off a solution for getting the sparse resources supported while using the existing i915 kernel DRM driver...

X.Org Hit By New Security Vulnerabilities - Two Date Back To 1988 With X11R2

Wed, 10/04/2023 - 01:31
It was a decade ago that a security researcher commented on X.Org Server security being even "worse than it looks" and that the GLX code for example was "80,000 lines of sheer terror" and hundreds of bugs being uncovered throughout the codebase. In 2023 new X.Org security vulnerabilities continue to be uncovered, two of which were made public today and date back to X11R2 code from the year 1988...

AMD Ryzen Powered Framework Laptop Linux Testing Held Up By BIOS Issue

Tue, 10/03/2023 - 22:00
Today the review embargo lifts on the first AMD-powered Framework laptop. There's one of the AMD Framework laptops in the lab for Linux testing and benchmarking but unfortunately no review for launch day due to being held up by a BIOS regression and thus unable to properly utilize accelerated graphics until a new BIOS revision is made available in the coming days...

GNU Binutils Lands Support For ARCv3 32-bit & 64-bit Architecture

Tue, 10/03/2023 - 21:42
GNU Binutils has added support for the ARCv3 32-bit and 64-bit CPU architecture...

Rust Bindings For Kernel Workqueues Coming To Linux 6.7

Tue, 10/03/2023 - 21:09
Rust bindings are coming to the Linux kernel's workqueue (WQ) infrastructure that is used for deferring work to a kernel thread for asynchronous process execution...

AMD PMF Firmware Added To Linux-Firmware.Git For Smart PC Solution Builder

Tue, 10/03/2023 - 20:24
As written about last month, AMD Linux engineers have been working on PMF Linux driver support for a "Smart PC Solutions Builder". The AMD Smart PC Solutions Builder feature is intended to provide OEMs with more control over system power/performance policies. It looks like systems making use of this feature are already to the marketplace or imminent with AMD having already landed the PMF firmware...

Mesa 23.3 Will Enable More Efficient MSAA Anti-Aliasing Use With Radeon RDNA3 GPUs

Tue, 10/03/2023 - 18:37
Adding to the list of notable features coming with Mesa 23.3 later this quarter is enabling delta color compression (DCC) for multi-sample anti-aliasing (MSAA) images on AMD RDNA3 (GFX11) graphics processors...

Tweaking SteamOS For Better Steam Deck Performance

Tue, 10/03/2023 - 04:20
A Phoronix reader recently published a guide that at its heart is a set of commands aimed at boosting the performance of SteamOS on the AMD APU powered Steam Deck. Here are some benchmarks showing the performance impact from these changes on the SteamOS 3.5 Preview release.

Linux Will Finally Indicate Via /proc/cpuinfo If AMD SVM Virtualization Is Disabled

Tue, 10/03/2023 - 03:18
Checking for the presence of Intel virtualization (VMX) support and it being enabled can be easily achieved by looking at the flags in /proc/cpuinfo. But to this point AMD virtualization (SVM) has always been shown to user-space via /proc/cpuinfo even when the BIOS/platform has disabled SVM functionality. Finally for Linux 6.7 this oversight is being corrected...

Intel Releases OpenVKL 2.0 With Intel GPU Acceleration Via SYCL

Tue, 10/03/2023 - 02:42
Similar to Embree 4.0 adding Intel graphics acceleration earlier this year via SYCL, Intel's OpenVKL library that is also part of their oneAPI rendering toolkit has now added SYCL graphics aceleration with OpenVKL 2.0...

Python 3.12 Released With Linux Perf Integration, Performance Improvements

Tue, 10/03/2023 - 00:20
Python 3.12 is out today as the latest major feature release for this extremely popular programming language. Python 3.12 continues the trend of recent releases of enhancing the performance while continuing to introduce exciting new functionality...

Pages