Linux Kernel News Archives

Linux Scheduler Work Helping Boost Gaming Performance On Old "Potato" Hardware

Prominent Linux kernel engineer Peter Zijlstra of Intel has been working on a set of scheduler patches to help with enhancing the behavior and delivering better results, especially for aging hardware he described as a "potato" -- an Intel Sandy Bridge desktop CPU with AMD Radeon RX 580 Polaris graphics. Benchmark results are promising from this work for gaming on old hardware while other workloads may ultimately stand to benefit too.

12 May 2026 - Flatten The Pick - 40 Comments
Linux 7.1-rc1 Showing Off Some Wins On AMD Ryzen Threadripper

My initial testing of the Linux 7.1 development kernel on various systems in the lab continues going well. Aside from one main regression in a synthetic micro-benchmark appearing on multiple systems, not seeing much in the way of Linux 7.1 performance concerns thus far and seeing some nice performance gains in select workloads.

30 April 2026 - Threadripper + Linux 7.1 - 1 Comment
AMD Posts Newest Linux Patches To Accelerate Page Migration For Better Performance

Posted to the Linux kernel mailing list this week was the newest revision of a patch series originally started in early 2025 by a NVIDIA engineer for accelerating page migration. Now being worked on by AMD engineers, this accelerated page migration via batch copies and hardware offloading continues to show promising results.

30 April 2026 - Accelerated Page Migration - 7 Comments
Linux's sched_ext Sees A Bunch Of Bug Fixes Following Increased AI Code Review

Just days after the Linux 7.1-rc1 kernel release, the Linux kernel's extensible scheduler class "sched_ext" is seeing a lot of bug fixes. Many of these bug fixes aren't just from the Linux 7.1 merge window but a number date back many kernel cycles. This uptick in bug fixes for sched_ext is coming due to increased AI code review.

29 April 2026 - sched_ext Fixes - 19 Comments
A Lot Of Memory Management "MM" Improvements Merged For Linux 7.1

Andrew Morton recently sent out his various "MM" related pull requests for the ongoing Linux 7.1 kernel. There are a number of memory management optimizations in this next kernel version, which is always nice to see but all the more so these days with the inflated RAM pricing and other computer component prices.

20 April 2026 - Linux 7.1 MM - 7 Comments
Linux 7.1 Lands High Resolution Timer "HRTIMER" Overhaul

Merged this week for Linux 7.1 was a rework of the high resolution timer "HRTIMER" subsystem for reducing the overhead of frequently-armed timers, such as the HRTICK scheduler timer. The HRTICK scheduler timer is useful for enhancing system responsiveness and fairness.

18 April 2026 - HRTIMER Rework - 6 Comments
Linux 7.1 Picks Up The MMC Changes After Rejected By Linus In Linux 7.0

Back during the Linux 7.0 merge window the MMC changes were rejected by Linus Torvalds as "complete garbage" that wasn't building properly and not vetted through linux-next. He went without pulling any MMC changes for the v7.0 cycle while now for Linux 7.1 the code has been better tested and successfully merged.

16 April 2026 - Linux 7.1 MMC - 1 Comment
Linux 7.1 Delivers Performance Regression Fix For Sheaves

The Linux 7.1 kernel is bringing performance improvements for Sheaves, the per-CPU caching layer introduced several kernel cycles ago (Linux 6.18) for better efficiency on today's high core count hardware. Sheaves began as an opt-in feature but since Linux 7.0 is now being used for all caches.

15 April 2026 - Sheaves - 10 Comments
Linux 7.1 Is A Big Win For Intel Panther Lake With FRED Enabled By Default

Last month I ran benchmarks showing the very positive performance impact FRED has on Intel's new Panther Lake processors while wondering why Flexible Return and Event Deliver wasn't enabled by default yet on Linux. Hours after that story was published, an Intel engineer posted the patch to enable FRED by default with the rationale they were waiting for hardware to be publicly released in order to evaluate the performance benefit. Days after that the FRED-by-default patch hit tip/tip.git and now as of yesterday that patch is merged for Linux 7.1.

15 April 2026 - Intel FRED - Add A Comment
Patches For Linux 7.1 May Have Negative Impact On 32-bit Systems

Code now merged for the Linux 7.1 kernel may provide some negative performance implications for those still running modern Linux kernels on 32-bit hardware. A fundamental change can present cache line alignment and slab sizing implications for 32-bit Linux OS users but will provide for cleaner code with modern 64-bit computing.

14 April 2026 - 4 Byte Hit - 29 Comments
Rust For Linux 7.1 Bringing Experimental Option That Can Help Performance

In advance of the Linux 7.1 merge window opening, Miguel Ojeda sent out all of the Rust feature updates on Friday. This includes bumping the minimum Rust version for building the Linux kernel as well as a new experimental option that can provide better performance for Rust code within the kernel, alongside other updates.

13 April 2026 - Linux 7.1 Rust - 7 Comments
Linux 7.0 Released With New Hardware Support, Optimizations & Self-Healing XFS

As expected the stable Linux 7.0 kernel was just released today in marking this next kernel release. The Linux 7.0 milestone comes due to Linus Torvalds' preference of bumping the major version number after hitting X.19 as opposed to any single major change, but in any event there are a lot of great improvements and changes to find with this new kernel version. Linux 7.0 is also what's powering the upcoming Ubuntu 26.04 LTS release.

12 April 2026 - Linux 7.0 - 15 Comments
Linux 2026 "Spring Cleaning" To Address Some Code Remnants As Far Back As Linux v0.1

A big kernel patch series was posted today by longtime Linux developer Thomas Gleixner. The set of 38 patches amount to some big time "spring cleaning" with addressing some code remnants still around that originated back in the very early Linux v0.1 kernel while some other code being cleaned up dates back to the Linux 1.3~2.1 kernel series from the 90's.

10 April 2026 - Old Code Cleanup - 12 Comments
Linux 7.1 Expected To Begin Removing i486 CPU Support

It's finally time: a patch queued into one of the development branches ahead of the upcoming Linux 7.1 merge window is set to finally begin the process of phasing out and ultimately removing Intel 486 CPU support from the Linux kernel. Anyone still using an i486 CPU with an upstream Linux kernel would be incredibly rare and no known Linux distribution vendors are still shipping with i486 CPU support, but in case you are, you can continue to be running one of the existing Linux LTS kernel versions.

5 April 2026 - Linux 7.1 - 96 Comments
AWS Engineer Reports PostgreSQL Performance Halved By Linux 7.0, But A Fix May Not Be Easy

An Amazon/AWS engineer raised the alarms on Friday over the current Linux 7.0 development kernel leading to the throughput for the PostgreSQL database server being around half that of prior kernel versions. The culprit halving the PostgreSQL performance is known but a revert looks like it may not happen and currently suggesting that PostgreSQL may need to be adapted.

4 April 2026 - 50% The Performance - 114 Comments
Meta Has A New Linux Optimization To Avoid Throttling TCP Throughput Unnecessarily

Meta's great Linux engineering team have been working through some fresh performance optimizations recently from optimizing /proc/interrupts outputs to renewing their investment in jemalloc. A new Linux kernel patch this week provides another optimization to avoid a possible situation of throttling the TCP throughput unnecessarily on Linux systems.

3 April 2026 - vmpressure - 15 Comments
Snapdragon X2's Adreno X2-85 GPU Sees Driver Improvements For Linux 7.1

Rob Clark on Thursday sent out the batch of MSM DRM driver feature changes targeting the upcoming Linux 7.1 merge window. This new work for DRM-Next includes enhancements to the Adreno X2-85 GPU support as found within the new Snapdragon X2 laptop SoCs plus various enhancements to existing Qualcomm graphics/display hardware.

3 April 2026 - MSM DRM Driver - 7 Comments
New Rust-Based BUS1 In-Kernel IPC In Development For The Linux Kernel

After KDBUS failed to make it into the mainline Linux kernel more than one decade ago as an in-kernel version of D-Bus, BUS1 was proposed as a clean sheet design for in-kernel, capability-based inter-process communication (IPC). BUS1 didn't gain enough traction to make it to the mainline kernel and then many of the same developers devised Dbus-Broker as a more performant D-Bus user-space implementation. Well, as a big surprise now, a new version of BUS1 is being worked on for the Linux kernel.

31 March 2026 - BUS1 REVIVED! - 39 Comments

4208 Linux Kernel news articles published on Phoronix.