All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] mm: memcontrol: cleanup and optimize for accounting params
@ 2022-08-30  5:59 ` Kairui Song
  0 siblings, 0 replies; 20+ messages in thread
From: Kairui Song @ 2022-08-30  5:59 UTC (permalink / raw)
  To: cgroups-u79uwXL29TY76Z2rM5mHXA, linux-mm-Bw31MaZKKs3YtjvyW6yDsg
  Cc: Johannes Weiner, Michal Hocko, Roman Gushchin, Shakeel Butt,
	Muchun Song, Andrew Morton, linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	Kairui Song

From: Kairui Song <kasong-1Nz4purKYjRBDgjK7y7TUQ@public.gmane.org>

Patch 1/2 changes the behavior of kmem accounting a bit, making
it either globally enabled or globally disabled by boot params and
no longer affected by the creation of the first non-root cgroup.
This might be a bit arguable though.

Patch 2/2 optimizes some hot paths by making cgroup_memory_noswap a
static key, benchmark shows swap paths now have a ~4% lower overhead.

Kairui Song (2):
  mm: memcontrol: remove mem_cgroup_kmem_disabled
  mm: memcontrol: make cgroup_memory_noswap a static key

 include/linux/memcontrol.h |  8 +------
 mm/memcontrol.c            | 45 +++++++++++++++++++++++---------------
 mm/percpu.c                |  2 +-
 mm/slab_common.c           |  2 +-
 4 files changed, 30 insertions(+), 27 deletions(-)

-- 
2.35.2


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

end of thread, other threads:[~2022-08-30 18:03 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-30  5:59 [PATCH 0/2] mm: memcontrol: cleanup and optimize for accounting params Kairui Song
2022-08-30  5:59 ` Kairui Song
     [not found] ` <20220830055949.12640-1-ryncsn-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2022-08-30  5:59   ` [PATCH 1/2] mm: memcontrol: remove mem_cgroup_kmem_disabled Kairui Song
2022-08-30  5:59     ` Kairui Song
2022-08-30  6:44     ` Michal Hocko
     [not found]       ` <Yw2x6T3xchjpzX7j-2MMpYkNvuYDjFM9bn6wA6Q@public.gmane.org>
2022-08-30  7:06         ` Kairui Song
2022-08-30  7:06           ` Kairui Song
     [not found]           ` <CAMgjq7A+Ju247rC7+fo9jcZpK8rkd0Ou6e=7qzgL4rV3JWBX5w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2022-08-30  7:12             ` Michal Hocko
2022-08-30  7:12               ` Michal Hocko
     [not found]               ` <Yw24cFGTtOZF7Cgw-2MMpYkNvuYDjFM9bn6wA6Q@public.gmane.org>
2022-08-30  7:45                 ` Kairui Song
2022-08-30  7:45                   ` Kairui Song
2022-08-30 18:03     ` kernel test robot
2022-08-30  5:59   ` [PATCH 2/2] mm: memcontrol: make cgroup_memory_noswap a static key Kairui Song
2022-08-30  5:59     ` Kairui Song
     [not found]     ` <20220830055949.12640-3-ryncsn-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2022-08-30  7:01       ` Michal Hocko
2022-08-30  7:01         ` Michal Hocko
     [not found]         ` <Yw21uOyEz9lLkI3p-2MMpYkNvuYDjFM9bn6wA6Q@public.gmane.org>
2022-08-30  8:50           ` Kairui Song
2022-08-30  8:50             ` Kairui Song
     [not found]             ` <CAMgjq7CM_SX3jLj9yp5hzAr6c3hBtS5nd4Nh4z8bTY8yWx-3KQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2022-08-30 10:12               ` Michal Hocko
2022-08-30 10:12                 ` Michal Hocko

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.