From: Robert Jennings Date: Wed, 15 Apr 2009 05:55:32 +0000 (+0000) Subject: powerpc/pseries: CMO unused page hinting X-Git-Tag: v2.6.31-rc1~331^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14f966e79445015cd89d0fa0ceb6b33702e951b6;p=pandora-kernel.git powerpc/pseries: CMO unused page hinting Adds support for the "unused" page hint which can be used in shared memory partitions to flag pages not in use, which will then be stolen before active pages by the hypervisor when memory needs to be moved to LPARs in need of additional memory. Failure to mark pages as 'unused' makes the LPAR slower to give up unused memory to other partitions. This adds the kernel parameter 'cmo_free_hint' to disable this functionality. Signed-off-by: Brian King Signed-off-by: Robert Jennings Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed