Linus Torvalds officially released the Linux kernel 7.2 on Sunday, August 16, 2026. Despite a turbulent final development week, the stable version arrived on schedule, without the occasionally needed eighth week of testing. The release delivers a cache-aware scheduler, noticeably faster filesystems, numerous new AMD and Intel drivers, and initial support for Apple’s M3 chips.
Scheduler and performance in focus
The centerpiece of Linux 7.2 is Cache Aware Scheduling: the scheduler tries to co-locate threads that share data within the same LLC cache domain, which can improve the performance of data-intensive workloads. On top of that comes a new, fair GPU scheduler replacing the previous FIFO approach, along with memory management improvements (MGLRU) said to deliver double-digit gains in database workloads such as MongoDB.
Filesystems, networking and hardware
Btrfs now enables large folios by default and gains experimental huge-folio support up to 2 MB. EXT4 overhauls its fast-commit mechanism and reduces lock contention. On the networking side, Intel’s USB4STREAM protocol and extended io_uring capabilities stand out. On the hardware front, AMDGPU HDMI 2.1 FRL, optimizations for Intel’s Arc B390 graphics and the first foundation for Apple M3 devices are added.
What it means for users and distributions
Referring to the “new normal” driven by AI-assisted development, Torvalds noted the release once again turned out larger than he had hoped. For end users, the new features will land in upcoming distributions: Linux 7.2 will power Ubuntu 26.10, among others. Anyone wanting the new hardware support or faster filesystems should wait for their distribution’s kernel updates or compile it themselves.
- Cache-aware scheduling and a new fair GPU scheduler
- Btrfs large folios, EXT4 fast-commit overhaul
- USB4STREAM and extended io_uring functionality
- Initial Apple M3 support, AMDGPU HDMI 2.1 FRL, Intel Arc B390
Sources: Phoronix, KernelNewbies, 9to5Linux, The Register.



















