News › performance
By Zayden R., August 19, 2026
Linux 7.3 introduces significant scheduler improvements that enhance gaming on older hardware and optimize hybrid CPU performance. These updates focus on cgroup scheduling and reducing scheduler latency, benefiting a broad range of users.
The Linux 7.3 kernel has rolled out a series of scheduler updates that promise to enhance performance across various use cases, notably gaming and hybrid CPU systems. Intel engineer Peter Zijlstra's contributions focus on cgroup scheduling improvements, which have historically been a thorny issue. His patch series, referred to as 'flatten the pick', introduces several cgroup weight distribution methods such as 'up', 'max', 'concur', and 'tasks', with 'concur' set as the default. This is the most precise method, though it comes with a higher computational cost.
For practical applications, these changes are particularly beneficial for older hardware setups. Testing on an Intel Sandy Bridge CPU paired with an AMD Radeon RX 580 Polaris graphics card showed promising results, indicating that those with legacy systems could see noticeable performance boosts.
Another critical area of improvement in Linux 7.3 is the reduction of scheduling latency for short-slice tasks. Vincent Guittot's work in this area has demonstrated significant performance gains in cyclictest benchmarks, which are crucial for real-time applications. This means that tasks that require quick and efficient scheduling will benefit from reduced latency, making the system more responsive.
In addition, there's a fix for cluster scheduling on CPUs with asymmetric capacity, like Intel's hybrid CPUs. This adjustment aims to better handle load balancing on such systems, which could translate to improved efficiency and performance for users with newer hardware architectures.
Moreover, Linux 7.3 now prefers fully idle cores for NOHZ balancing, an approach that could help further optimize load distribution and system responsiveness. These updates, alongside various other code enhancements, mark a solid step forward in the kernel's ongoing evolution.
The Linux Camp teaches these topics as hands-on labs on real virtual machines, verified as you type.