[PATCH 0/3] x86/KASLR: Build identity mappings on demand

From: Kees Cook
Date: Fri May 06 2016 - 18:02:21 EST


I'm going back to small steps. :)

This series lets the x86_64 compressed boot environment build
page table identity mappings on demand. This will be used once
we begin randomizing the physical memory position beyond the
existing identity maps.

-Kees