diff options
Diffstat (limited to 'Documentation/features/vm/THP')
-rw-r--r-- | Documentation/features/vm/THP/arch-support.txt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/Documentation/features/vm/THP/arch-support.txt b/Documentation/features/vm/THP/arch-support.txt new file mode 100644 index 000000000..1c0b95f2b --- /dev/null +++ b/Documentation/features/vm/THP/arch-support.txt @@ -0,0 +1,33 @@ +# +# Feature name: THP +# Kconfig: HAVE_ARCH_TRANSPARENT_HUGEPAGE +# description: arch supports transparent hugepages +# + ----------------------- + | arch |status| + ----------------------- + | alpha: | TODO | + | arc: | ok | + | arm: | ok | + | arm64: | ok | + | c6x: | .. | + | csky: | .. | + | h8300: | .. | + | hexagon: | .. | + | ia64: | TODO | + | m68k: | .. | + | microblaze: | .. | + | mips: | ok | + | nds32: | TODO | + | nios2: | .. | + | openrisc: | .. | + | parisc: | TODO | + | powerpc: | ok | + | riscv: | TODO | + | s390: | ok | + | sh: | .. | + | sparc: | ok | + | um: | .. | + | x86: | ok | + | xtensa: | .. | + ----------------------- |