All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Demotion cleanup and fixes
@ 2026-03-11 11:02 Alexandre Ghiti
  2026-03-11 11:02 ` [PATCH 1/4] mm: Move demotion related functions in memory-tiers.c Alexandre Ghiti
                   ` (3 more replies)
  0 siblings, 4 replies; 22+ messages in thread
From: Alexandre Ghiti @ 2026-03-11 11:02 UTC (permalink / raw)
  To: akpm
  Cc: alexghiti, kernel-team, akinobu.mita, david, lorenzo.stoakes,
	Liam.Howlett, vbabka, rppt, surenb, mhocko, hannes, zhengqi.arch,
	shakeel.butt, axelrasmussen, yuanchu, weixugc, gourry, apopple,
	byungchul, joshua.hahnjy, matthew.brost, rakie.kim, ying.huang,
	ziy, linux-mm, linux-kernel, Alexandre Ghiti

Small series that follows up the discussion at [1]. Note that the
initial issue reported there is not fixed in this series.

[1] https://lore.kernel.org/linux-mm/20260113081453.8293-1-akinobu.mita@gmail.com/

Alexandre Ghiti (4):
  mm: Move demotion related functions in memory-tiers.c
  mm: Rename node_get_allowed_targets() to make it more explicit
  mm: Fix demotion gfp by clearing GFP_RECLAIM after setting
    GFP_TRANSHUGE
  mm: Fix demotion gfp by preserving initial gfp reclaim policy

 include/linux/memory-tiers.h | 24 +++++++++--
 mm/memory-tiers.c            | 77 ++++++++++++++++++++++++++++++++-
 mm/migrate.c                 |  8 ++--
 mm/vmscan.c                  | 82 +-----------------------------------
 4 files changed, 104 insertions(+), 87 deletions(-)

-- 
2.53.0



^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2026-03-13 13:49 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-11 11:02 [PATCH 0/4] Demotion cleanup and fixes Alexandre Ghiti
2026-03-11 11:02 ` [PATCH 1/4] mm: Move demotion related functions in memory-tiers.c Alexandre Ghiti
2026-03-11 14:55   ` Joshua Hahn
2026-03-13 13:33     ` Alexandre Ghiti
2026-03-12  8:44   ` Donet Tom
2026-03-13 13:27     ` Alexandre Ghiti
2026-03-12 12:56   ` David Hildenbrand (Arm)
2026-03-13 13:45     ` Alexandre Ghiti
2026-03-11 11:02 ` [PATCH 2/4] mm: Rename node_get_allowed_targets() to make it more explicit Alexandre Ghiti
2026-03-11 15:02   ` Joshua Hahn
2026-03-12  5:28   ` Byungchul Park
2026-03-12 12:58     ` David Hildenbrand (Arm)
2026-03-13 13:46       ` Alexandre Ghiti
2026-03-12  8:46   ` Donet Tom
2026-03-11 11:02 ` [PATCH 3/4] mm: Fix demotion gfp by clearing GFP_RECLAIM after setting GFP_TRANSHUGE Alexandre Ghiti
2026-03-11 17:06   ` Andrew Morton
2026-03-12 12:59     ` David Hildenbrand (Arm)
2026-03-13 13:47     ` Alexandre Ghiti
2026-03-11 17:54   ` Johannes Weiner
2026-03-12 16:01     ` Gregory Price
2026-03-13 13:49     ` Alexandre Ghiti
2026-03-11 11:02 ` [PATCH 4/4] mm: Fix demotion gfp by preserving initial gfp reclaim policy Alexandre Ghiti

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.