linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] memcg: add pagetable comsumption to memory.stat
@ 2020-11-30 21:25 Shakeel Butt
  2020-11-30 21:25 ` [PATCH v2 1/2] mm: move lruvec stats update functions to vmstat.h Shakeel Butt
  2020-11-30 21:25 ` [PATCH v2 2/2] mm: memcontrol: account pagetables per node Shakeel Butt
  0 siblings, 2 replies; 3+ messages in thread
From: Shakeel Butt @ 2020-11-30 21:25 UTC (permalink / raw)
  To: Roman Gushchin, Johannes Weiner, Michal Hocko
  Cc: Andrew Morton, linux-mm, linux-kernel, Shakeel Butt

Many workloads consumes significant amount of memory in pagetables. One
specific use-case is the user space network driver which mmaps the
application memory to provide zero copy transfer. This driver can
consume a large amount memory in page tables. This patch series exposes
the pagetable comsumption for each memory cgroup.

Shakeel Butt (2):
  mm: move lruvec stats update functions to vmstat.h
  mm: memcontrol: account pagetables per node

 Documentation/admin-guide/cgroup-v2.rst |   3 +
 arch/nds32/mm/mm-nds32.c                |   6 +-
 drivers/base/node.c                     |   2 +-
 fs/proc/meminfo.c                       |   2 +-
 include/linux/memcontrol.h              | 112 ------------------------
 include/linux/mm.h                      |  11 ++-
 include/linux/mmzone.h                  |   2 +-
 include/linux/vmstat.h                  | 104 ++++++++++++++++++++++
 mm/memcontrol.c                         |  19 ++++
 mm/page_alloc.c                         |   6 +-
 10 files changed, 142 insertions(+), 125 deletions(-)

-- 
2.29.2.454.gaff20da3a2-goog



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

end of thread, other threads:[~2020-11-30 21:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-30 21:25 [PATCH v2 0/2] memcg: add pagetable comsumption to memory.stat Shakeel Butt
2020-11-30 21:25 ` [PATCH v2 1/2] mm: move lruvec stats update functions to vmstat.h Shakeel Butt
2020-11-30 21:25 ` [PATCH v2 2/2] mm: memcontrol: account pagetables per node Shakeel Butt

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