[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1321112552.git.minchan.kim@gmail.com>
Date: Sun, 13 Nov 2011 01:37:40 +0900
From: Minchan Kim <minchan.kim@...il.com>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-mm <linux-mm@...ck.org>, LKML <linux-kernel@...r.kernel.org>,
Mel Gorman <mgorman@...e.de>,
Johannes Weiner <jweiner@...hat.com>,
Rik van Riel <riel@...hat.com>,
Minchan Kim <minchan.kim@...il.com>
Subject: [PATCH 0/3] Fix compaction about mlocked pages
This patch's goal is to enable mlocked page migration.
The compaction can migrate mlocked page to get a contiguous memory unlike lumpy.
During making this patch, I found my silly bug which
[1/3] which fixes it.
[2/3] enables compaction of mlocked.
[3/3] enhance the accouting of compaction.
Frankly speaking, each patch is orthogonal but I send it by thread as I found them during
making patch on mlocked page compaction.
Minchan Kim (3):
Correct isolate_mode_t bitwise type
compaction: compact unevictable page
compaction accouting fix
include/linux/mmzone.h | 10 ++++++----
mm/compaction.c | 13 +++++++++----
mm/vmscan.c | 7 +------
3 files changed, 16 insertions(+), 14 deletions(-)
--
1.7.6
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists