From: Jeremy Fitzhardinge Date: Wed, 18 Jul 2007 01:37:06 +0000 (-0700) Subject: xen: lazy-mmu operations X-Git-Tag: v2.6.23-rc1~498^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d66bf8fcf3fce058a1cd164a7c8ee6093fdf039c;p=pandora-kernel.git xen: lazy-mmu operations This patch uses the lazy-mmu hooks to batch mmu operations where possible. This is primarily useful for batching operations applied to active pagetables, which happens during mprotect, munmap, mremap and the like (mmap does not do bulk pagetable operations, so it isn't helped). Signed-off-by: Jeremy Fitzhardinge Acked-by: Chris Wright --- Reading git-diff-tree failed