From: "Matthew Wilcox (Oracle)" <willy@infradead.org>
To: Johannes Weiner <hannes@cmpxchg.org>,
Michal Hocko <mhocko@kernel.org>,
Roman Gushchin <roman.gushchin@linux.dev>,
Shakeel Butt <shakeel.butt@linux.dev>
Cc: "Matthew Wilcox (Oracle)" <willy@infradead.org>,
Muchun Song <muchun.song@linux.dev>,
cgroups@vger.kernel.org, linux-mm@kvack.org
Subject: [PATCH 0/3] Introduce acctmem
Date: Mon, 4 Nov 2024 21:05:57 +0000 [thread overview]
Message-ID: <20241104210602.374975-1-willy@infradead.org> (raw)
As a step towards shrinking struct page, we need to remove all references
to page->memcg_data. The model I'm working towards is described at
https://kernelnewbies.org/MatthewWilcox/Memdescs
In working on this series, I'm dissatisfied with how much I've assumed
that every page belongs to a folio. There will need to be more changes
in order to split struct acctmem from struct folio in the future.
The first two patches take some steps in that direction, but I'm not
going to do any more than that in this series.
Matthew Wilcox (Oracle) (3):
mm: Opencode split_page_memcg() in __split_huge_page()
mm: Simplify split_page_memcg()
mm: Introduce acctmem
include/linux/memcontrol.h | 28 ++++++++++++++++++++++++++--
include/linux/mm_types.h | 6 +++---
mm/huge_memory.c | 11 +++++++++--
mm/memcontrol.c | 29 ++++++++++++++++-------------
mm/page_alloc.c | 8 ++++----
mm/page_owner.c | 2 +-
mm/slab.h | 2 +-
7 files changed, 60 insertions(+), 26 deletions(-)
--
2.43.0
next reply other threads:[~2024-11-04 21:06 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-04 21:05 Matthew Wilcox (Oracle) [this message]
2024-11-04 21:05 ` [PATCH 1/3] mm: Opencode split_page_memcg() in __split_huge_page() Matthew Wilcox (Oracle)
2024-11-05 17:30 ` David Hildenbrand
2024-11-04 21:05 ` [PATCH 2/3] mm: Simplify split_page_memcg() Matthew Wilcox (Oracle)
2024-11-05 17:34 ` David Hildenbrand
2024-11-08 15:06 ` Zi Yan
2024-11-04 21:06 ` [PATCH 3/3] mm: Introduce acctmem Matthew Wilcox (Oracle)
2024-11-06 0:09 ` [PATCH 0/3] " Roman Gushchin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241104210602.374975-1-willy@infradead.org \
--to=willy@infradead.org \
--cc=cgroups@vger.kernel.org \
--cc=hannes@cmpxchg.org \
--cc=linux-mm@kvack.org \
--cc=mhocko@kernel.org \
--cc=muchun.song@linux.dev \
--cc=roman.gushchin@linux.dev \
--cc=shakeel.butt@linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox