linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [patch 00/11] mm: memcg: charge/uncharge improvements
@ 2012-07-05  0:44 Johannes Weiner
  2012-07-05  0:44 ` [patch 01/11] mm: memcg: fix compaction/migration failing due to memcg limits Johannes Weiner
                   ` (11 more replies)
  0 siblings, 12 replies; 45+ messages in thread
From: Johannes Weiner @ 2012-07-05  0:44 UTC (permalink / raw)
  To: Andrew Morton
  Cc: KAMEZAWA Hiroyuki, Michal Hocko, Hugh Dickins, David Rientjes,
	linux-mm, cgroups, linux-kernel

Hello,

the biggest thing is probably #1, no longer trying (and failing) to
charge replacement pages during migration and thus compaction.  The
rest is cleanups and tiny optimizations that move some checks out of
the charge and uncharge core paths that do not apply to all types of
pages alike.

 include/linux/memcontrol.h |   11 +--
 mm/memcontrol.c            |  205 +++++++++++++++++++++++---------------------
 mm/migrate.c               |   27 ++-----
 mm/shmem.c                 |   11 ++-
 mm/swapfile.c              |    3 +-
 5 files changed, 124 insertions(+), 133 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/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

end of thread, other threads:[~2012-07-12 13:51 UTC | newest]

Thread overview: 45+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-05  0:44 [patch 00/11] mm: memcg: charge/uncharge improvements Johannes Weiner
2012-07-05  0:44 ` [patch 01/11] mm: memcg: fix compaction/migration failing due to memcg limits Johannes Weiner
2012-07-09  2:27   ` Kamezawa Hiroyuki
2012-07-09 14:15   ` Michal Hocko
2012-07-05  0:44 ` [patch 02/11] mm: swapfile: clean up unuse_pte race handling Johannes Weiner
2012-07-09  2:29   ` Kamezawa Hiroyuki
2012-07-09 14:22   ` Michal Hocko
2012-07-05  0:44 ` [patch 03/11] mm: shmem: do not try to uncharge known swapcache pages Johannes Weiner
2012-07-09  2:33   ` Kamezawa Hiroyuki
2012-07-09 14:46   ` Michal Hocko
2012-07-09 20:37     ` Hugh Dickins
2012-07-10 17:16       ` Michal Hocko
2012-07-11 18:48         ` Hugh Dickins
2012-07-12 13:51           ` Michal Hocko
2012-07-09 20:11   ` Hugh Dickins
2012-07-05  0:44 ` [patch 04/11] mm: memcg: push down PageSwapCache check into uncharge entry functions Johannes Weiner
2012-07-09  2:42   ` Kamezawa Hiroyuki
2012-07-09  7:36     ` Johannes Weiner
2012-07-09 15:02   ` Michal Hocko
2012-07-05  0:44 ` [patch 05/11] mm: memcg: only check for PageSwapCache when uncharging anon Johannes Weiner
2012-07-09  2:49   ` Kamezawa Hiroyuki
2012-07-09 15:05   ` Michal Hocko
2012-07-05  0:44 ` [patch 06/11] mm: memcg: move swapin charge functions above callsites Johannes Weiner
2012-07-09  2:50   ` Kamezawa Hiroyuki
2012-07-09 15:10   ` Michal Hocko
2012-07-05  0:44 ` [patch 07/11] mm: memcg: remove unneeded shmem charge type Johannes Weiner
2012-07-09  2:51   ` Kamezawa Hiroyuki
2012-07-09 15:17   ` Michal Hocko
2012-07-05  0:45 ` [patch 08/11] mm: memcg: remove needless !mm fixup to init_mm when charging Johannes Weiner
2012-07-09  2:53   ` Kamezawa Hiroyuki
2012-07-09 15:20   ` Michal Hocko
2012-07-10  6:10     ` Wanpeng Li
2012-07-10  6:21       ` Michal Hocko
2012-07-10  6:54         ` Wanpeng Li
2012-07-10 16:22           ` Michal Hocko
2012-07-05  0:45 ` [patch 09/11] mm: memcg: split swapin charge function into private and public part Johannes Weiner
2012-07-09  2:55   ` Kamezawa Hiroyuki
2012-07-09 15:28   ` Michal Hocko
2012-07-05  0:45 ` [patch 10/11] mm: memcg: only check swap cache pages for repeated charging Johannes Weiner
2012-07-09  3:26   ` Kamezawa Hiroyuki
2012-07-09 15:32   ` Michal Hocko
2012-07-05  0:45 ` [patch 11/11] mm: memcg: only check anon swapin page charges for swap cache Johannes Weiner
2012-07-09  3:44   ` Kamezawa Hiroyuki
2012-07-09 15:34   ` Michal Hocko
2012-07-09 15:35 ` [patch 00/11] mm: memcg: charge/uncharge improvements Michal Hocko

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).