A set of patches from Intel are set to be merged for the upcoming Linux 7.3 merge window to enhance the cluster-aware scheduling code so it better handles load balancing on modern Intel Core (Ultra) hybrid CPUs with a mix of P and E/LPE cores...

A set of patches from Intel are set to be merged for the upcoming Linux 7.3 merge window to enhance the cluster-aware scheduling code so it better handles load balancing on modern Intel Core (Ultra) hybrid CPUs with a mix of P and E/LPE cores.
Introduced back in 2021 was cluster-aware scheduling support for what was intended to provide better scheduling support among clusters of CPU cores sharing an L2 cache or other mid-level resources. Back then after it was merged I pointed out regressions with this new scheduling on Intel hybrid CPUs and while improvements have been made since then, cluster aware scheduling has remained sub-optimal for Intel's hybrid processors. For Linux 7.3 though it's looking like it should be in better shape.
Intel Linux engineer Ricardo Neri has been leading the latest effort to fix cluster scheduling for processors with asymmetric capacity. He explained in the latest patches:
"Cluster scheduling aims to maximize performance by spreading load across clusters of CPUs that share mid-level resources. It works well on uniform systems, but it breaks down on topologies with big and small cores arranged in clusters. As a result, it fails on several generations of Intel processors already shipped and upcoming.
...
On a partially busy system (one with idle CPUs; busy CPUs have one task each), scheduling for asymmetric capacity ensures that misfit tasks land on the big CPUs. The remaining tasks, misfit or not, run on the small CPUs. When CONFIG_SCHED_CLUSTER is enabled, these remaining tasks are supposed to be evenly spread among the small-CPU clusters. Today, this does not happen.
...
Together, these issues prevent cluster-level balancing on systems with asymmetric CPU capacity.This series addresses each problem and restores the intended behavior. Details, rationale, and code changes are explained in each patch.
I tested these patches on Alder Lake, which has both SMT Pcores and clusters of Ecores. I tested with SMT both disabled and enabled. I also tested on Lunar Lake and Panther Lake, which have an Ecore cluster not connected to the L3 cache. I repeated the same experiment with CONFIG_SCHED_CLUSTER disabled. The load balancer behaves as expected."
These patches are now queued into tip/tip.git's sched/core GIt branch. With the patches now in a TIP branch, they should be merged for the upcoming Linux 7.3 cycle.
No performance numbers were shared on the patches but I'll be running some benchmarks on some Intel Core Ultra processors once the Linux 7.3 cycle is underway for seeing the impact on performance across varying workloads.
| # | Наименование новости | Тональность | Информативность | Дата публикации |
|---|---|---|---|---|
| 1 | Linux 7.3 Bringing A KCFI Optimization To Benefit Older Intel CPUs | 0 | 9.79 | 10-08-2026 |
| 2 | Apple M1 Series SoCs To See ~1 Watt Power Savings With Linux 7.3 | 0 | 9.02 | 10-08-2026 |
| 3 | TTM Memory Management For Graphics To Be More Aggresive With Linux 7.3 | 0 | 11.14 | 07-08-2026 |
| 4 | Linux 7.3 To Support Logitech HID++ 2.0 Reprogrammable Button Support | 0 | 15.61 | 07-08-2026 |
| 5 | Imagination PowerVR Driver Marking BXM-4-64 MC1 GPU As Supported In Linux 7.3 | 0 | 17.55 | 24-07-2026 |
| 6 | New Linux Patches Enable ASUS ROG Ryujin III Monitoring Support | 0 | 6.2 | 09-08-2026 |
| 7 | "KVM Chainsaw" Expected To Hit Linux 7.3 For Dealing With God Data Structure | 0 | 9.8 | 26-07-2026 |
| 8 | HyperX Driver Coming For Linux 7.3 Just To Report A Microphone's Mute Status | 0 | 10.97 | 07-08-2026 |
| 9 | Linux 7.2-rc7 Released Following Another Exhausting AI-Driven Week | 0 | 14.35 | 09-08-2026 |
| 10 | Old SGI Drivers Being Removed In Linux 7.3 Over Security Concerns | 0 | 7.39 | 10-08-2026 |