News › linux
By Zayden R., August 9, 2026
The upcoming Linux 7.3 release promises improved cluster load balancing on Intel hybrid CPUs, addressing long-standing inefficiencies. Engineers can expect better performance on systems with asymmetric cores.
The forthcoming Linux 7.3 update is set to significantly enhance how cluster load balancing is handled on Intel's hybrid CPUs, thanks to a series of patches spearheaded by Intel Linux engineer Ricardo Neri. These improvements are critical for systems featuring a mix of performance (P) and efficiency (E) cores, where previous scheduling methods often fell short.
Cluster-aware scheduling was first introduced in 2021 to optimize performance across CPU cores sharing mid-level resources like L2 caches. While this was a step forward, it led to suboptimal performance on Intel's hybrid processors, which combine different types of cores. The new patches aim to rectify these issues by ensuring that tasks are distributed more effectively across both big and small cores.
Neri's patches focus on asymmetric capacity scheduling, which is crucial for systems with a mix of idle and busy CPUs. The goal is to ensure that 'misfit' tasks, which require more resources, are allocated to the larger P cores, while smaller tasks are evenly spread across the E core clusters. This approach addresses previous shortcomings where tasks were not efficiently balanced, particularly when CONFIG_SCHED_CLUSTER is enabled.
The patches have been thoroughly tested on various Intel architectures, including Alder Lake, Lunar Lake, and Panther Lake. Tests were conducted with simultaneous multithreading (SMT) both enabled and disabled, and the results indicate that the load balancer now behaves as expected. These patches are already queued in the tip/tip.git sched/core branch, signaling their integration into the mainline kernel soon.
For engineers and sysadmins, this update means a more efficient use of resources on Intel hybrid CPU systems, potentially leading to better overall performance and energy efficiency. It's a solid improvement that addresses long-standing issues with cluster scheduling on these advanced processors.
The Linux Camp teaches these topics as hands-on labs on real virtual machines, verified as you type.