All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] memory cgroup enhancements [0/5] intro
@ 2007-10-16 10:19 ` KAMEZAWA Hiroyuki
  0 siblings, 0 replies; 47+ messages in thread
From: KAMEZAWA Hiroyuki @ 2007-10-16 10:19 UTC (permalink / raw)
  To: linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org
  Cc: containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org,
	yamamoto-jCdQPDEk3idL9jVzuh4AOg@public.gmane.org,
	balbir-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org

This patch set adds
 - force_empty interface, which drops all charges in memory cgroup.
   This enables rmdir() against unused memory cgroup.
 - the memory cgroup statistics accounting.

Based on 2.6.23-mm1 + http://lkml.org/lkml/2007/10/12/53

Changes from previous version is
 - merged comments.
 - based on 2.6.23-mm1
 - removed Charge/Uncharge counter.

[1/5] ... force_empty patch
[2/5] ... remember page is charged as page-cache patch
[3/5] ... remember page is on which list patch
[4/5] ... memory cgroup statistics patch
[5/5] ... show statistics patch

tested on x86-64/fake-NUMA + CONFIG_PREEMPT=y/n (for testing preempt_disable())

Any comments are welcome.

-Kame

^ permalink raw reply	[flat|nested] 47+ messages in thread

end of thread, other threads:[~2007-11-14 17:05 UTC | newest]

Thread overview: 47+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-16 10:19 [PATCH] memory cgroup enhancements [0/5] intro KAMEZAWA Hiroyuki
2007-10-16 10:19 ` KAMEZAWA Hiroyuki
     [not found] ` <20071016191949.cd50f12f.kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2007-10-16 10:23   ` [PATCH] memory cgroup enhancements [1/5] force_empty for memory cgroup KAMEZAWA Hiroyuki
2007-10-16 10:23     ` KAMEZAWA Hiroyuki
     [not found]     ` <20071016192341.1c3746df.kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2007-10-17  4:17       ` David Rientjes
2007-10-17  4:17         ` David Rientjes
     [not found]         ` <alpine.DEB.0.9999.0710162113300.13648-X6Q0R45D7oAcqpCFd4KODRPsWskHk0ljAL8bYrjMMd8@public.gmane.org>
2007-10-17  5:05           ` Balbir Singh
2007-10-17  5:05             ` Balbir Singh
     [not found]             ` <47159836.9030506-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2007-10-17  5:26               ` KAMEZAWA Hiroyuki
2007-10-17  5:26                 ` KAMEZAWA Hiroyuki
2007-10-17  5:16           ` KAMEZAWA Hiroyuki
2007-10-17  5:16             ` KAMEZAWA Hiroyuki
     [not found]             ` <20071017141609.0eb60539.kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2007-10-17  5:38               ` David Rientjes
2007-10-17  5:38                 ` David Rientjes
     [not found]                 ` <alpine.DEB.0.9999.0710162232540.27242-X6Q0R45D7oAcqpCFd4KODRPsWskHk0ljAL8bYrjMMd8@public.gmane.org>
2007-10-17  5:50                   ` KAMEZAWA Hiroyuki
2007-10-17  5:50                     ` KAMEZAWA Hiroyuki
2007-10-17  7:09                     ` about page migration on UMA Jacky(GuangXiang  Lee)
2007-10-17  6:44                       ` KAMEZAWA Hiroyuki
2007-10-19  1:26                       ` Christoph Lameter
2007-11-09 19:31                         ` Jared Hulbert
2007-11-09 19:36                           ` Christoph Lameter
2007-11-09 19:54                             ` Jared Hulbert
2007-11-09 19:58                               ` Christoph Lameter
2007-11-09 21:30                                 ` Dave Hansen
2007-11-12  0:50                                   ` KAMEZAWA Hiroyuki
2007-11-14  4:31                           ` Jacky(GuangXiang Lee)
2007-11-14 17:05                             ` Jared Hulbert
2007-10-16 10:25   ` [PATCH] memory cgroup enhancements [2/5] remember charge as cache KAMEZAWA Hiroyuki
2007-10-16 10:25     ` KAMEZAWA Hiroyuki
2007-10-16 10:26   ` [PATCH] memory cgroup enhancements [3/5] record pc is on active list KAMEZAWA Hiroyuki
2007-10-16 10:26     ` KAMEZAWA Hiroyuki
     [not found]     ` <20071016192613.350d0bb5.kamezawa.hiroyu-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2007-10-17  4:17       ` David Rientjes
2007-10-17  4:17         ` David Rientjes
     [not found]         ` <alpine.DEB.0.9999.0710162117090.13648-X6Q0R45D7oAcqpCFd4KODRPsWskHk0ljAL8bYrjMMd8@public.gmane.org>
2007-10-17  5:16           ` KAMEZAWA Hiroyuki
2007-10-17  5:16             ` KAMEZAWA Hiroyuki
2007-10-16 10:27   ` [PATCH] memory cgroup enhancements [4/5] memory cgroup statistics KAMEZAWA Hiroyuki
2007-10-16 10:27     ` KAMEZAWA Hiroyuki
2007-10-16 10:28   ` [PATCH] memory cgroup enhancements [5/5] show statistics by memory.stat file per cgroup KAMEZAWA Hiroyuki
2007-10-16 10:28     ` KAMEZAWA Hiroyuki
2007-10-16 18:20   ` [PATCH] memory cgroup enhancements [0/5] intro Balbir Singh
2007-10-16 18:20     ` Balbir Singh
     [not found]     ` <471500EC.1080502-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2007-10-16 18:28       ` Andrew Morton
2007-10-16 18:28         ` Andrew Morton
     [not found]         ` <20071016112843.e4b8ebe3.akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
2007-10-16 18:40           ` Balbir Singh
2007-10-16 18:40             ` Balbir Singh
2007-10-17  5:19           ` KAMEZAWA Hiroyuki
2007-10-17  5:19             ` KAMEZAWA Hiroyuki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.