All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix an enhance deactive_page
@ 2011-05-01 15:03 ` Minchan Kim
  0 siblings, 0 replies; 22+ messages in thread
From: Minchan Kim @ 2011-05-01 15:03 UTC (permalink / raw)
  To: Andrew Morton
  Cc: linux-mm, LKML, KAMEZAWA Hiroyuki, Johannes Weiner, Rik van Riel,
	KOSAKI Motohiro, Mel Gorman, Ying Han, Minchan Kim

A few days ago, Ying reported a problem.
http://marc.info/?l=linux-mm&m=130403310601663&w=2
After I and Ying dive in problem, We found deactive_page
has a problem. Apparently, It's a BUG so 
[1/2] is fix of the problem and [2/2] is enhancement for 
helping CPU.


Minchan Kim (2):
  [1/2] Check PageUnevictable in lru_deactivate_fn
  [2/2] Filter unevictable page out in deactivate_page

 mm/swap.c |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)


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

end of thread, other threads:[~2011-05-03  0:30 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-01 15:03 [PATCH 0/2] Fix an enhance deactive_page Minchan Kim
2011-05-01 15:03 ` Minchan Kim
2011-05-01 15:03 ` [PATCH 1/2] Check PageUnevictable in lru_deactivate_fn Minchan Kim
2011-05-01 15:03   ` Minchan Kim
2011-05-01 22:10   ` Ying Han
2011-05-01 22:10     ` Ying Han
2011-05-01 23:00     ` Minchan Kim
2011-05-01 23:00       ` Minchan Kim
2011-05-02 10:32   ` KOSAKI Motohiro
2011-05-02 10:32     ` KOSAKI Motohiro
2011-05-02 14:56   ` Rik van Riel
2011-05-02 14:56     ` Rik van Riel
2011-05-01 15:03 ` [PATCH 2/2] Filter unevictable page out in deactivate_page Minchan Kim
2011-05-01 15:03   ` Minchan Kim
2011-05-02 10:37   ` KOSAKI Motohiro
2011-05-02 10:37     ` KOSAKI Motohiro
2011-05-03  0:29     ` Minchan Kim
2011-05-03  0:29       ` Minchan Kim
2011-05-02 14:57   ` Rik van Riel
2011-05-02 14:57     ` Rik van Riel
2011-05-03  0:30     ` Minchan Kim
2011-05-03  0:30       ` Minchan Kim

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.