Phoronix

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

Linux 6.5 Brings Sub-NUMA Clustering Support For HPE SGI UV Servers

Thu, 06/29/2023 - 03:28
While Intel Xeon server processors have supported sub-NUMA clustering (SNC) for a while, HPE SGI UV servers with SNC enabled haven't worked under Linux... But with Linux 6.5 that is changing...

MIDI 2.0 Support, Intel Lunar Lake Audio & AMD SoundWire Additions For Linux 6.5

Thu, 06/29/2023 - 01:00
The sound subsystem updates were sent in today for the in-development Linux 6.5 kernel merge window...

Intel Xeon Max 9480/9468 Show Significant Uplift In HPC & AI Workloads With HBM2e

Wed, 06/28/2023 - 22:39
Today is a very fun and interesting round of benchmarking... Recently Supermicro sent over their Hyper SuperServer SYS-221H-TNR and Intel supplied the Xeon Max 9468 and Xeon Max 9480 for finally being able to benchmark Xeon Max processors, the Sapphire Rapids parts featuring 64GB of HBM2e memory. For this initial benchmarking article is a look at the Xeon Max 9468/9480 dual socket performance when running in HBM-only mode and HBM-caching mode for showing some of the workloads where Xeon Max can deliver significant uplift compared to when running in flat (1LM) mode without assigning anything to the HBM memory for seeing the impact when the specialized memory goes unused.

Linux 6.5 Brings WiFi & Bluetooth Support For The MIPS Creator CI20

Wed, 06/28/2023 - 21:47
Nearly a decade ago when there was more hope for the MIPS open-source ecosystem and the initial growth of lower-cost single board computers the MIPS Creator CI20 was launched by Imagination Tech. It wasn't too successful and MIPS development has since reached the end of the road, but finally with Linux 6.5 is the Bluetooth and WiFi on this MIPS single board computer going to finally be supported by the mainline kernel...

Oracle Developing "bpftune" For BPF-Based, Automatic Tuning Of Linux Systems

Wed, 06/28/2023 - 18:35
Well, here is something nifty being worked on by Oracle. Oracle engineers have been developing "bpftune" as a new always-on, automatic tuning of Linux systems -- in particular, the many different Linux kernel tunables available and this tuning system leverages the kernel's Berkeley Packet Filter (BPF) observability features to carry out its work...

NVIDIA SHIELD Controller Driver, Xbox Rumble Support For Linux 6.5

Wed, 06/28/2023 - 18:25
The HID subsystem updates have been submitted for the ongoing Linux 6.5 merge window. Most notable is NVIDIA contributing a Linux kernel driver six years late for their SHIELD controller...

Microsoft Adds Direct3D 12 Powered AV1 Video Encoding To Mesa

Wed, 06/28/2023 - 18:07
Microsoft's latest contribution to the Mesa 3D graphics driver stack is enhancing their Direct3D 12 driver to support AV1 video encoding with the VA-API interface...

EXT4 With Linux 6.5 Will See Much Faster Parallel Direct I/O Overwrite Performance

Wed, 06/28/2023 - 17:53
Ted Ts'o has submitted all the EXT4 feature changes for the Linux 6.5 merge window. EXT4 this round is seeing various clean-ups, bug fixes, and other enhancements but there is one performance optimization worth calling attention to...

Linux 6.5 Delays x86 FPU Initialization As Part Of Cleaning Up The Kernel Boot Process

Wed, 06/28/2023 - 08:00
The in-development Linux 6.5 kernel is shifting to initializing the x86 floating-point unit (FPU) initialization later in the boot process as part of a broader effort for trying to clean-up the Linux kernel boot process at least on x86/x86_64 systems...

Linus Torvalds Takes On A Performance Patch: "I Relax By Playing With Inline Assembly"

Wed, 06/28/2023 - 05:00
"Some people relax with a nice drink by the pool, I relax by playing around with inline [Assembly code]," as a nice quote of the day as Linus Torvalds explained after he took on improving upon a performance optimization patch that was proposed for the ongoing Linux 6.5 merge window...

Linux 6.5 Now Defaults To AMD P-State "Active" EPP For Modern Ryzen Systems

Wed, 06/28/2023 - 02:16
The power management and ACPI feature changes have been merged for the in-development Linux 6.5 kernel. As usual, it's most interesting on the Intel and AMD fronts with the power management changes for this kernel that will be released as stable in August...

Linux 6.5 To Enhance Load Balancing For Intel Hybrid CPUs

Tue, 06/27/2023 - 23:17
Ingo Molnar submitted today the scheduler updates destined for the Linux 6.5 kernel. Most noticeable with the CPU scheduler changes are enhancing SMP (Hyper Threading) load balancing for Intel Core CPUs of a hybrid design with a mix of P and E cores...

Blender 3.6 Released With Intel Arc Graphics Ray-Tracing, AMD HIP RT On Windows

Tue, 06/27/2023 - 23:08
Blender 3.6 is out today as the latest exciting update for this open-source, cross-platform 3D modeling software. Exciting with Blender 3.6 is adding Intel hardware ray-tracing support when making use of Arc Graphics. AMD graphics cards on Windows can also enjoy HIP ray-tracing but sadly isn't supported yet for Linux...

Building A Full Linux Debug Kernel Optimized From 53GB To 25GB Heap Use

Tue, 06/27/2023 - 22:00
Processing the vmlinux.o object with objtool has been the most memory intensive step of the Linux kernel build process. Prior patches have already worked to reduce this objtool memory use while compiling the Linux kernel and a big patch series now set for Linux 6.5 is set to sharply reduce the maximum heap use...

Btrfs In Linux 6.5 May Bring A Cumulative Performance Improvement

Tue, 06/27/2023 - 18:41
Bcachefs hopes to finally merge in Linux 6.5 while for those wanting a mature Linux file-system with all the bells and whistles, Btrfs is a good candidate worth considering. With Linux 6.5 there is a continuation of the recent Btrfs trend around performance improvements...

ReactOS "Open-Source Windows" Steadily Improving x64 Port

Tue, 06/27/2023 - 18:19
ReactOS is the open-source OS that's striving for Microsoft Windows software and driver binary compatibility that is 25 years in the making. ReactOS has been making steady progress while still considered in alpha form. Most of the ReactOS successes and user tinkering has been with the 32-bit build of the OS while they have been making steady progress recently on the x86_64 (x64) port...

AMD EDAC/RAS Code Adds GPU/Accelerator Support In Linux 6.5

Tue, 06/27/2023 - 18:08
In addition to yesterday bringing EDAC support for AMD Zen 4 client CPUs, the set of RAS "Reliability, Availability and Serviceability" updates for the Linux 6.5 kernel have separately brought initial GPU/accelerator support...

Parallel CPU Bringup Lands For Linux 6.5 To Shorten Boot/Reboot Time On Large Servers

Tue, 06/27/2023 - 17:43
The work originating in late 2021 for bringing up secondary CPU cores in parallel at boot-time to help shorten boot/reboot times for large core count servers has finally landed with the in-development Linux 6.5 kernel...

Linux 6.5 On AArch64 Sees New Extensions, KPTI Cleanup

Tue, 06/27/2023 - 17:24
The ARM64 (AArch64) architecture code has seen some clean-ups and support for new Arm ISA features with the in-development Linux 6.5 kernel...

Valve Contracts Another Prominent Open-Source Linux Graphics Driver Developer

Tue, 06/27/2023 - 08:00
If your dream is to work for Valve Software, getting experienced with the open-source Linux graphics driver development niche seems to be a decent pathway. Besides Valve, all the big hardware companies are routinely looking for more Linux graphics driver developers as well...

Pages