[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200619125923.22602-1-david@redhat.com>
Date: Fri, 19 Jun 2020 14:59:19 +0200
From: David Hildenbrand <david@...hat.com>
To: linux-kernel@...r.kernel.org
Cc: linux-mm@...ck.org, David Hildenbrand <david@...hat.com>,
Alexander Duyck <alexander.h.duyck@...ux.intel.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Dan Williams <dan.j.williams@...el.com>,
Huang Ying <ying.huang@...el.com>,
Johannes Weiner <hannes@...xchg.org>,
Mel Gorman <mgorman@...hsingularity.net>,
Michal Hocko <mhocko@...e.com>,
Minchan Kim <minchan@...nel.org>,
Wei Yang <richard.weiyang@...il.com>
Subject: [PATCH v2 0/3] mm/shuffle: fix and cleanups
Patch #1 is a fix for overlapping zones and offline sections. Patch #2
documents why we have to shuffle on memory hotplug, when onlining memory.
Patch #3 removes dynamic reconfiguration which is currently dead code.
v1 -> v2:
- Replace "mm/memory_hotplug: don't shuffle complete zone when onlining
memory" by "mm/memory_hotplug: document why shuffle_zone() is relevant"
- "mm/shuffle: remove dynamic reconfiguration"
-- Add details why autodetection is not implemented
David Hildenbrand (3):
mm/shuffle: don't move pages between zones and don't read garbage
memmaps
mm/memory_hotplug: document why shuffle_zone() is relevant
mm/shuffle: remove dynamic reconfiguration
mm/memory_hotplug.c | 8 ++++++++
mm/shuffle.c | 46 +++++++++++----------------------------------
mm/shuffle.h | 17 -----------------
3 files changed, 19 insertions(+), 52 deletions(-)
--
2.26.2
Powered by blists - more mailing lists