All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix compaction about mlocked pages
@ 2011-11-12 16:37 ` Minchan Kim
  0 siblings, 0 replies; 47+ messages in thread
From: Minchan Kim @ 2011-11-12 16:37 UTC (permalink / raw)
  To: Andrew Morton
  Cc: linux-mm, LKML, Mel Gorman, Johannes Weiner, Rik van Riel, Minchan Kim

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

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

end of thread, other threads:[~2011-10-06 23:08 UTC | newest]

Thread overview: 47+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-12 16:37 [PATCH 0/3] Fix compaction about mlocked pages Minchan Kim
2011-11-12 16:37 ` Minchan Kim
2011-08-29 16:43 ` [PATCH 3/3] compaction accouting fix Minchan Kim
2011-08-29 16:43 ` [PATCH 1/3] Correct isolate_mode_t bitwise type Minchan Kim
2011-08-29 16:43 ` [PATCH 2/3] compaction: compact unevictable page Minchan Kim
2011-10-06 21:54 ` [PATCH 0/3] Fix compaction about mlocked pages Andrew Morton
2011-10-06 21:54   ` Andrew Morton
2011-10-06 23:07   ` Minchan Kim
2011-10-06 23:07     ` Minchan Kim
2011-11-12 16:37 ` [PATCH 1/3] Correct isolate_mode_t bitwise type Minchan Kim
2011-11-12 16:37   ` Minchan Kim
2011-08-30 17:51   ` Rik van Riel
2011-08-30 17:51     ` Rik van Riel
2011-08-31 11:13   ` Johannes Weiner
2011-08-31 11:13     ` Johannes Weiner
2011-09-01 13:05   ` Mel Gorman
2011-09-01 13:05     ` Mel Gorman
2011-09-02  3:29     ` Minchan Kim
2011-09-02  3:29       ` Minchan Kim
2011-11-12 16:37 ` [PATCH 2/3] compaction: compact unevictable page Minchan Kim
2011-11-12 16:37   ` Minchan Kim
2011-08-31  1:09   ` Rik van Riel
2011-08-31  1:09     ` Rik van Riel
2011-08-31 11:19   ` Johannes Weiner
2011-08-31 11:19     ` Johannes Weiner
2011-08-31 14:41     ` Minchan Kim
2011-08-31 14:41       ` Minchan Kim
2011-09-01 14:02       ` Mel Gorman
2011-09-01 14:02         ` Mel Gorman
2011-09-02  4:48         ` Minchan Kim
2011-09-02  4:48           ` Minchan Kim
2011-09-02 13:34           ` Mel Gorman
2011-09-02 13:34             ` Mel Gorman
2011-11-12 16:37 ` [PATCH 3/3] compaction accouting fix Minchan Kim
2011-11-12 16:37   ` Minchan Kim
2011-08-31 11:37   ` Johannes Weiner
2011-08-31 11:37     ` Johannes Weiner
2011-08-31 14:56     ` Minchan Kim
2011-08-31 14:56       ` Minchan Kim
2011-08-31 15:03       ` Johannes Weiner
2011-08-31 15:03         ` Johannes Weiner
2011-09-01 14:20   ` Mel Gorman
2011-09-01 14:20     ` Mel Gorman
2011-09-02  5:09     ` Minchan Kim
2011-09-02  5:09       ` Minchan Kim
2011-09-02 13:36       ` Mel Gorman
2011-09-02 13:36         ` Mel Gorman

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.