From: Christoffer Dall Date: Wed, 2 Oct 2013 22:32:01 +0000 (-0700) Subject: KVM: ARM: Transparent huge page (THP) support X-Git-Tag: v3.13-rc1~80^2~33^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b5fdb9781f74fb15827e465bfb5aa63211953c8;p=pandora-kernel.git KVM: ARM: Transparent huge page (THP) support Support transparent huge pages in KVM/ARM and KVM/ARM64. The transparent_hugepage_adjust is not very pretty, but this is also how it's solved on x86 and seems to be simply an artifact on how THPs behave. This should eventually be shared across architectures if possible, but that can always be changed down the road. Acked-by: Marc Zyngier Signed-off-by: Christoffer Dall --- Reading git-diff-tree failed