[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221208203503.20665-1-vishal.moola@gmail.com>
Date: Thu, 8 Dec 2022 12:34:59 -0800
From: "Vishal Moola (Oracle)" <vishal.moola@...il.com>
To: linux-mm@...ck.org
Cc: damon@...ts.linux.dev, linux-kernel@...r.kernel.org,
akpm@...ux-foundation.org, sj@...nel.org,
"Vishal Moola (Oracle)" <vishal.moola@...il.com>
Subject: [PATCH v3 0/4] Convert deactivate_page() to folio_deactivate()
Deactivate_page() has already been converted to use folios. This patch
series modifies the callers of deactivate_page() to use folios. It also
introduces vm_normal_folio() to assist with folio conversions, and
converts deactivate_page() to folio_deactivate() which takes in a folio.
---
v3:
Introduce vm_normal_folio() wrapper function to return a folio
Fix madvise missing folio_mapcount()
v2:
Fix a compilation issue
Some minor rewording of comments/descriptions
Vishal Moola (Oracle) (4):
mm/memory: Add vm_normal_folio()
madvise: Convert madvise_cold_or_pageout_pte_range() to use folios
mm/damon: Convert damon_pa_mark_accessed_or_deactivate() to use folios
mm/swap: Convert deactivate_page() to folio_deactivate()
include/linux/mm.h | 2 +
include/linux/swap.h | 2 +-
mm/damon/paddr.c | 11 ++++--
mm/madvise.c | 92 ++++++++++++++++++++++----------------------
mm/memory.c | 10 +++++
mm/swap.c | 14 +++----
6 files changed, 72 insertions(+), 59 deletions(-)
--
2.38.1
Powered by blists - more mailing lists