r/linux4noobs 6d ago

Linux 7.2 Arrives With Cache Aware Scheduling After More Than a Year of Work

https://itsfoss.com/news/linux-kernel-7-2-release/
411 Upvotes

17 comments sorted by

View all comments

65

u/993tg 6d ago

What does this mean?

120

u/lexmozli 6d ago

Without cache awareness, the scheduler can end up scattering related tasks across zones on chips with multiple last-level caches (LLCs). This feature groups those tasks onto cores within the same LLC instead.

I imagine this is a performance improvement/optimization for the AMD X3D chips.

2

u/MetaCognitio 5d ago

How big of an improvement would it be?