All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -mm][preview] memcg: a patch series for next [0/9]
@ 2008-08-19  8:30 KAMEZAWA Hiroyuki
  2008-08-19  8:37 ` [PATCH -mm][preview] memcg: a patch series for next [1/9] KAMEZAWA Hiroyuki
                   ` (3 more replies)
  0 siblings, 4 replies; 52+ messages in thread
From: KAMEZAWA Hiroyuki @ 2008-08-19  8:30 UTC (permalink / raw)
  To: LKML
  Cc: balbir@linux.vnet.ibm.com, yamamoto@valinux.co.jp,
	nishimura@mxp.nes.nec.co.jp, ryov

Hi, 

This post is for showing what I'm trying now.

This patch set is for memory resource controller.
4 purposes here.
  - improve performance of memcg.
  - remove lock_page_cgroup()
  - making page_cgroup->flags to be atomic_ops.
  - support mem+swap controller.

But this is still under test and the series is not well organised.
and base tree is old. (2.6.27-rc1-mm1) I'll rebase this set to newer mmtom tree.

Maybe this set have some troubles/objections but I think the direction is not bad.

Patch description. (patch ordering is bad. I'll fix in the next post.)

[1/9] ... private_counter ...replace res_counter with my own counter.
          This is for supporting mem+swap controller.
          (And I think memcg has a bit different characteristics from other
           users of res_counter....)

[2/9] ... change-order-uncharge ...
          This patch is for making it easy to handle swap-cache.

[3/9] ... atomic_flags
          This patch changes operations for page_cgroup->flags to be atomic_ops.

[4/9] ... delayed freeing.
          delaying to free page_cgroup at uncharge.

[5/9] ... RCU freeing of page_cgroup
          free page_cgroup by RCU.

[6/9] ... lockress page cgroup.
          remove lock_page_cgroup() and use RCU semantics.

[7/9] ... add preftech
          add prefetch() macro

[8/9] ... mem+swap controller base.
          introduce mem+swap controller. A bit big patch....but have tons of TODO.
          and have troubles. (it seems it's difficult to cause OOM killer.)

[9/9] ... mem+swap controller control files.
          add mem+swap controller's control files.

I'd like to push patch [2,3,4,5,6,7] first.

Thanks,
-Kame


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

end of thread, other threads:[~2008-08-22 11:48 UTC | newest]

Thread overview: 52+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-19  8:30 [PATCH -mm][preview] memcg: a patch series for next [0/9] KAMEZAWA Hiroyuki
2008-08-19  8:37 ` [PATCH -mm][preview] memcg: a patch series for next [1/9] KAMEZAWA Hiroyuki
2008-08-19  8:38   ` [PATCH -mm][preview] memcg: a patch series for next [2/9] KAMEZAWA Hiroyuki
2008-08-19  8:39   ` [PATCH -mm][preview] memcg: a patch series for next [3/9] KAMEZAWA Hiroyuki
2008-08-19  8:40   ` [PATCH -mm][preview] memcg: a patch series for next [4/9] KAMEZAWA Hiroyuki
2008-08-19  8:41   ` [PATCH -mm][preview] memcg: a patch series for next [5/9] KAMEZAWA Hiroyuki
2008-08-19  8:42   ` [PATCH -mm][preview] memcg: a patch series for next [6/9] KAMEZAWA Hiroyuki
2008-08-19  8:43   ` [PATCH -mm][preview] memcg: a patch series for next [7/9] KAMEZAWA Hiroyuki
2008-08-19  8:44   ` [PATCH -mm][preview] memcg: a patch series for next [8/9] KAMEZAWA Hiroyuki
2008-08-22 10:29     ` Daisuke Nishimura
2008-08-22 11:54       ` KAMEZAWA Hiroyuki
2008-08-19  8:44   ` [PATCH -mm][preview] memcg: a patch series for next [9/9] KAMEZAWA Hiroyuki
2008-08-19  9:11 ` [PATCH -mm][preview] memcg: a patch series for next [0/9] Daisuke Nishimura
2008-08-20  1:26   ` KAMEZAWA Hiroyuki
2008-08-20  3:30 ` Balbir Singh
2008-08-20  3:51   ` KAMEZAWA Hiroyuki
2008-08-20  9:53 ` [RFC][PATCH -mm 0/7] memcg: lockless page_cgroup v1 KAMEZAWA Hiroyuki
2008-08-20  9:53   ` KAMEZAWA Hiroyuki
2008-08-20  9:55   ` [RFC][PATCH -mm 1/7] memcg: page_cgroup_atomic_flags.patch KAMEZAWA Hiroyuki
2008-08-20  9:55     ` KAMEZAWA Hiroyuki
2008-08-20  9:59   ` [RFC][PATCH -mm 2/7] memcg: delayed_batch_freeing_of_page_cgroup.patch KAMEZAWA Hiroyuki
2008-08-20  9:59     ` KAMEZAWA Hiroyuki
2008-08-20 10:03   ` [RFC][PATCH -mm 3/7] memcg: freeing page_cgroup by rcu.patch KAMEZAWA Hiroyuki
2008-08-20 10:03     ` KAMEZAWA Hiroyuki
2008-08-20 10:04   ` [RFC][PATCH -mm 4/7] memcg: lockless page_cgroup KAMEZAWA Hiroyuki
2008-08-20 10:04     ` KAMEZAWA Hiroyuki
2008-08-20 10:05   ` [RFC][PATCH -mm 5/7] memcg: prefetch mem cgroup per zone KAMEZAWA Hiroyuki
2008-08-20 10:05     ` KAMEZAWA Hiroyuki
2008-08-20 10:07   ` [RFC][PATCH -mm 6/7] memcg: make-mapping-null-before-calling-uncharge.patch KAMEZAWA Hiroyuki
2008-08-20 10:07     ` KAMEZAWA Hiroyuki
2008-08-22  4:57     ` Daisuke Nishimura
2008-08-22  4:57       ` Daisuke Nishimura
2008-08-22  5:48       ` KAMEZAWA Hiroyuki
2008-08-22  5:48         ` KAMEZAWA Hiroyuki
2008-08-20 10:08   ` [RFC][PATCH -mm 7/7] memcg: add page_cgroup.h header file KAMEZAWA Hiroyuki
2008-08-20 10:08     ` KAMEZAWA Hiroyuki
2008-08-20 10:41   ` [RFC][PATCH -mm 0/7] memcg: lockless page_cgroup v1 KAMEZAWA Hiroyuki
2008-08-20 10:41     ` KAMEZAWA Hiroyuki
2008-08-20 11:00     ` KAMEZAWA Hiroyuki
2008-08-20 11:00       ` KAMEZAWA Hiroyuki
2008-08-21  2:17       ` KAMEZAWA Hiroyuki
2008-08-21  2:17         ` KAMEZAWA Hiroyuki
2008-08-21  3:36         ` Balbir Singh
2008-08-21  3:36           ` Balbir Singh
2008-08-21  3:58           ` KAMEZAWA Hiroyuki
2008-08-21  3:58             ` KAMEZAWA Hiroyuki
2008-08-21  3:54         ` Daisuke Nishimura
2008-08-21  3:54           ` Daisuke Nishimura
2008-08-21  8:34       ` KAMEZAWA Hiroyuki
2008-08-21  8:34         ` KAMEZAWA Hiroyuki
2008-08-20 11:33   ` Hirokazu Takahashi
2008-08-20 11:33     ` Hirokazu Takahashi

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.