[PATCH 0/3] Fix compaction about mlocked pages

From: Minchan Kim
Date: Mon Aug 29 2011 - 12:42:36 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/