linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [patch 0/7] mm: memcg fixlets for 3.3 v2
@ 2011-11-29 10:51 Johannes Weiner
  2011-11-29 10:51 ` [patch 1/7] mm: oom_kill: remove memcg argument from oom_kill_task() Johannes Weiner
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Johannes Weiner @ 2011-11-29 10:51 UTC (permalink / raw)
  To: Andrew Morton
  Cc: KAMEZAWA Hiroyuki, Michal Hocko, Balbir Singh, David Rientjes,
	Hugh Dickins, cgroups, linux-mm, linux-kernel

Version 2:
o dropped the non-atomic bitops against pc->flags (Hugh et al)
o added VM_BUG_ONs where page sanity checks were removed (Kame)
o made the page_cgroup array checks in lookup_page_cgroup()
  depend on CONFIG_DEBUG_VM, like the only caller that needs 'em
o added ack tags

 include/linux/memcontrol.h |   16 ++++----
 include/linux/oom.h        |    2 +-
 include/linux/rmap.h       |    4 +-
 mm/memcontrol.c            |   96 ++++++++++++++++++--------------------------
 mm/oom_kill.c              |   42 ++++++++++----------
 mm/page_cgroup.c           |   18 +++++++-
 mm/rmap.c                  |   20 +++++-----
 mm/swapfile.c              |    9 ++--
 mm/vmscan.c                |   12 +++---
 9 files changed, 108 insertions(+), 111 deletions(-)

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

end of thread, other threads:[~2011-11-29 23:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-29 10:51 [patch 0/7] mm: memcg fixlets for 3.3 v2 Johannes Weiner
2011-11-29 10:51 ` [patch 1/7] mm: oom_kill: remove memcg argument from oom_kill_task() Johannes Weiner
2011-11-29 10:52 ` [patch 2/7] mm: unify remaining mem_cont, mem, etc. variable names to memcg Johannes Weiner
2011-11-29 10:52 ` [patch 3/7] mm: memcg: clean up fault accounting Johannes Weiner
2011-11-29 10:52 ` [patch 4/7] mm: memcg: lookup_page_cgroup (almost) never returns NULL Johannes Weiner
2011-11-29 10:52 ` [patch 5/7] mm: page_cgroup: check page_cgroup arrays in lookup_page_cgroup() only when necessary Johannes Weiner
2011-11-29 11:00   ` Michal Hocko
2011-11-29 23:42   ` KAMEZAWA Hiroyuki
2011-11-29 10:52 ` [patch 6/7] mm: memcg: remove unneeded checks from newpage_charge() Johannes Weiner
2011-11-29 10:52 ` [patch 7/7] mm: memcg: remove unneeded checks from uncharge_page() Johannes Weiner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).