Source: /cirosantilli/x86-paging/linux-kernel-usage

= Linux kernel usage
{c}

The Linux kernel makes extensive usage of the paging features of x86 to allow fast process switches with small data fragmentation.

There are also however some features that the Linux kernel might not use, either because they are only for backwards compatibility, or because the Linux devs didn't feel it was worth it yet.