]> bbs.cooldavid.org Git - net-next-2.6.git/commit - mm/memcontrol.c
Memory controller: accounting setup
authorPavel Emelianov <xemul@openvz.org>
Thu, 7 Feb 2008 08:13:51 +0000 (00:13 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 7 Feb 2008 16:42:18 +0000 (08:42 -0800)
commit78fb74669e80883323391090e4d26d17fe29488f
tree9154b703510415ae87bdae8750c1054e79710c61
parent8cdea7c05454260c0d4d83503949c358eb131d17
Memory controller: accounting setup

Basic setup routines, the mm_struct has a pointer to the cgroup that
it belongs to and the the page has a page_cgroup associated with it.

Signed-off-by: Pavel Emelianov <xemul@openvz.org>
Signed-off-by: Balbir Singh <balbir@linux.vnet.ibm.com>
Cc: Paul Menage <menage@google.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Nick Piggin <nickpiggin@yahoo.com.au>
Cc: Kirill Korotaev <dev@sw.ru>
Cc: Herbert Poetzl <herbert@13thfloor.at>
Cc: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/memcontrol.h
include/linux/mm_types.h
include/linux/sched.h
kernel/fork.c
mm/memcontrol.c