lkml.org 
[lkml]   [2022]   [Dec]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v4 0/4] Convert deactivate_page() to folio_deactivate()
Date
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.

---
v4:
Rebased onto latest mm-unstable - fixes madvise and damon conflicts

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 | 14 ++++---
mm/madvise.c | 98 ++++++++++++++++++++++----------------------
mm/memory.c | 10 +++++
mm/swap.c | 14 +++----
6 files changed, 76 insertions(+), 64 deletions(-)

--
2.38.1

\
 
 \ /
  Last update: 2023-03-26 23:17    [W:0.036 / U:0.584 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site