Linux 5.5 To Enable Intel's 5-Level Paging Support By Default

Written by Michael Larabel in Intel on 26 November 2019 at 01:27 PM EST. 6 Comments
INTEL
For several release cycles already the Linux kernel has supported Intel's 5-level paging for increasing the virtual and physical address space available to systems while for Linux 5.5 the five-level support is being enabled by default.

Using 5-level paging increases the virtual address space from 256 TiB to 128 PiB and the physical address space from 64 TiB to 4 PiB. Intel's 5-level paging works by extending the size of virtual addresses from 48 to 57 bits.

The Linux kernel 5-level paging support has settled down and is now mature enough to flip on by default. One of the reasons that has held up the 5-level paging by default was due to performance regressions with this code enabled, but they seem to be addressed for Linux 5.5. The performance concerns were both for 5-level code on 4-level hardware and 5-level paging on 5-level hardware when the greater extended physical/virtual address space isn't needed.

On the hardware side, 5-level paging will work with Intel Xeon Scalable "Ice Lake" server processors and beyond.

Sent in as part of the x86/mm (memory management) changes for the Linux 5.5 merge window is now enabling CONFIG_X86_5LEVEL by default. Should any performance issues remain, they will hopefully be quickly squashed as the next round of Linux distribution kernels are all expected to ship with this feature enabled in order to accommodate next-generation Intel servers with growing amounts of memory.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week