[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120217182426.86aebfde.kamezawa.hiroyu@jp.fujitsu.com>
Date: Fri, 17 Feb 2012 18:24:26 +0900
From: KAMEZAWA Hiroyuki <kamezawa.hiroyu@...fujitsu.com>
To: "linux-mm@...ck.org" <linux-mm@...ck.org>
Cc: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"akpm@...ux-foundation.org" <akpm@...ux-foundation.org>,
"hannes@...xchg.org" <hannes@...xchg.org>,
Michal Hocko <mhocko@...e.cz>, Hugh Dickins <hughd@...gle.com>,
Greg Thelen <gthelen@...gle.com>, Ying Han <yinghan@...gle.com>
Subject: [PATCH 0/6] page cgroup diet v5
This patch set is for removing 2 flags PCG_FILE_MAPPED and PCG_MOVE_LOCK on
page_cgroup->flags. After this, page_cgroup has only 3bits of flags.
And, this set introduces a new method to update page status accounting per memcg.
With it, we don't have to add new flags onto page_cgroup if 'struct page' has
information. This will be good for avoiding a new flag for page_cgroup.
Fixed pointed out parts.
- added more comments
- fixed texts
- removed redundant arguments.
Passed some tests on 3.3.0-rc3-next-20120216.
Thanks,
-Kame
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists