[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190107154354.b0805ca15767fc7ea9e37545@linux-foundation.org>
Date: Mon, 7 Jan 2019 15:43:54 -0800
From: Andrew Morton <akpm@...ux-foundation.org>
To: Mel Gorman <mgorman@...hsingularity.net>
Cc: Linux-MM <linux-mm@...ck.org>,
David Rientjes <rientjes@...gle.com>,
Andrea Arcangeli <aarcange@...hat.com>,
Vlastimil Babka <vbabka@...e.cz>, ying.huang@...el.com,
kirill@...temov.name,
Linux List Kernel Mailing <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 00/25] Increase success rates and reduce latency of
compaction v2
On Fri, 4 Jan 2019 12:49:46 +0000 Mel Gorman <mgorman@...hsingularity.net> wrote:
> This series reduces scan rates and success rates of compaction, primarily
> by using the free lists to shorten scans, better controlling of skip
> information and whether multiple scanners can target the same block and
> capturing pageblocks before being stolen by parallel requests. The series
> is based on the 4.21/5.0 merge window after Andrew's tree had been merged.
> It's known to rebase cleanly.
>
> ...
>
> include/linux/compaction.h | 3 +-
> include/linux/gfp.h | 7 +-
> include/linux/mmzone.h | 2 +
> include/linux/sched.h | 4 +
> kernel/sched/core.c | 3 +
> mm/compaction.c | 1031 ++++++++++++++++++++++++++++++++++----------
> mm/internal.h | 23 +-
> mm/migrate.c | 2 +-
> mm/page_alloc.c | 70 ++-
> 9 files changed, 908 insertions(+), 237 deletions(-)
Boy that's a lot of material. I just tossed it in there unread for
now. Do you have any suggestions as to how we can move ahead with
getting this appropriately reviewed and tested?
Powered by blists - more mailing lists