x86: Enable 5-level paging support via CONFIG_X86_5LEVEL=y
authorKirill A. Shutemov <[email protected]>
Sun, 16 Jul 2017 22:59:54 +0000 (01:59 +0300)
committerIngo Molnar <[email protected]>
Fri, 21 Jul 2017 08:05:19 +0000 (10:05 +0200)
commit77ef56e4f0fbb350d93289aa025c7d605af012d4
tree74562d80774df19f6be3a40304b0e77d65d6f9b4
parentee00f4a32a76ef631394f31d5b6028d50462b357
x86: Enable 5-level paging support via CONFIG_X86_5LEVEL=y

Most of things are in place and we can enable support for 5-level paging.

The patch makes XEN_PV and XEN_PVH dependent on !X86_5LEVEL. Both are
not ready to work with 5-level paging.

Signed-off-by: Kirill A. Shutemov <[email protected]>
Reviewed-by: Juergen Gross <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Dave Hansen <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
[ Minor readability edits. ]
Signed-off-by: Ingo Molnar <[email protected]>
Documentation/x86/x86_64/5level-paging.txt [new file with mode: 0644]
arch/x86/Kconfig
arch/x86/xen/Kconfig