[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240726203110.1577216-1-roman.gushchin@linux.dev>
Date: Fri, 26 Jul 2024 20:31:07 +0000
From: Roman Gushchin <roman.gushchin@...ux.dev>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-mm@...ck.org,
linux-kernel@...r.kernel.org,
Johannes Weiner <hannes@...xchg.org>,
Michal Hocko <mhocko@...nel.org>,
Shakeel Butt <shakeel.butt@...ux.dev>,
Muchun Song <muchun.song@...ux.dev>,
Roman Gushchin <roman.gushchin@...ux.dev>
Subject: [PATCH v3 0/3] mm: memcg: page counters optimizations
This patchset contains 3 independent small optimizations of page counters.
v3:
- dropped the main part based on a feedback from Johannes
- rebased on top of current mm-unstable
v2:
- two page_counter structures per hugetlb cgroup instead of one
- rebased to the current mm branch
- many minor fixes and improvements
v1:
https://lore.kernel.org/lkml/20240503201835.2969707-1-roman.gushchin@linux.dev/T/#m77151ed83451a49132e29ef13d55e08b95ac867f
Roman Gushchin (3):
mm: memcg: don't call propagate_protected_usage() needlessly
mm: page_counters: put page_counter_calculate_protection() under
CONFIG_MEMCG
mm: page_counters: initialize usage using ATOMIC_LONG_INIT() macro
include/linux/page_counter.h | 16 ++++++++++++++--
mm/hugetlb_cgroup.c | 4 ++--
mm/memcontrol.c | 16 ++++++++--------
mm/page_counter.c | 18 +++++++++++++++---
4 files changed, 39 insertions(+), 15 deletions(-)
--
2.46.0.rc1.232.g9752f9e123-goog
Powered by blists - more mailing lists