linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: "Matthew Wilcox (Oracle)" <willy@infradead.org>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: "Matthew Wilcox (Oracle)" <willy@infradead.org>,
	linux-mm@kvack.org, linux-fsdevel@vger.kernel.org
Subject: [PATCH 0/4] Remove page_idle and page_young wrappers
Date: Tue,  2 Apr 2024 21:12:47 +0100	[thread overview]
Message-ID: <20240402201252.917342-1-willy@infradead.org> (raw)

There are only a couple of places left using the page wrappers for
idle & young tracking.  Convert the two users in proc and then we can
remove the wrappers.  That enables the further simplification of
autogenerating the definitions when CONFIG_PAGE_IDLE_FLAG is disabled.

Matthew Wilcox (Oracle) (4):
  proc: Convert clear_refs_pte_range to use a folio
  proc: Convert smaps_account() to use a folio
  mm: Remove page_idle and page_young wrappers
  mm: Generate PAGE_IDLE_FLAG definitions

 fs/proc/task_mmu.c         | 32 +++++++++++---------
 include/linux/page-flags.h |  9 +++++-
 include/linux/page_idle.h  | 62 ++------------------------------------
 3 files changed, 27 insertions(+), 76 deletions(-)

-- 
2.43.0



             reply	other threads:[~2024-04-02 20:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-02 20:12 Matthew Wilcox (Oracle) [this message]
2024-04-02 20:12 ` [PATCH 1/4] proc: Convert clear_refs_pte_range to use a folio Matthew Wilcox (Oracle)
2024-04-02 20:12 ` [PATCH 2/4] proc: Convert smaps_account() " Matthew Wilcox (Oracle)
2024-04-02 20:12 ` [PATCH 3/4] mm: Remove page_idle and page_young wrappers Matthew Wilcox (Oracle)
2024-04-02 20:12 ` [PATCH 4/4] mm: Generate PAGE_IDLE_FLAG definitions Matthew Wilcox (Oracle)

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=20240402201252.917342-1-willy@infradead.org \
    --to=willy@infradead.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    /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