linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [resend][patch 0/4 v3] oom: deadlock avoidance collection
@ 2011-04-11  5:29 KOSAKI Motohiro
  2011-04-11  5:30 ` [PATCH 1/4] vmscan: all_unreclaimable() use zone->all_unreclaimable as a name KOSAKI Motohiro
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: KOSAKI Motohiro @ 2011-04-11  5:29 UTC (permalink / raw)
  To: Andrey Vagin, Minchan Kim, KAMEZAWA Hiroyuki,
	Luis Claudio R. Goncalves, LKML, linux-mm, David Rientjes,
	Oleg Nesterov, Andrew Morton, Linus Torvalds
  Cc: kosaki.motohiro

Hi,

Here is a resending of Andrey's oom livelock issue avoidance fixes.
Andrew, please let me know if you hope to route this one via my tree.

Thanks.



Changes from v2
 - no change.

KOSAKI Motohiro (4):
  vmscan: all_unreclaimable() use zone->all_unreclaimable as a name
  remove boost_dying_task_prio()
  mm: introduce wait_on_page_locked_killable
  x86,mm: make pagefault killable

 arch/x86/mm/fault.c     |   12 +++++++++++-
 include/linux/mm.h      |    1 +
 include/linux/pagemap.h |    9 +++++++++
 mm/filemap.c            |   42 +++++++++++++++++++++++++++++++++++-------
 mm/oom_kill.c           |   28 ----------------------------
 mm/vmscan.c             |   24 +++++++++++++-----------
 6 files changed, 69 insertions(+), 47 deletions(-)

-- 
1.7.3.1



--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

end of thread, other threads:[~2011-04-13 18:48 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-11  5:29 [resend][patch 0/4 v3] oom: deadlock avoidance collection KOSAKI Motohiro
2011-04-11  5:30 ` [PATCH 1/4] vmscan: all_unreclaimable() use zone->all_unreclaimable as a name KOSAKI Motohiro
2011-04-11 21:53   ` Andrew Morton
2011-04-12  1:04     ` KOSAKI Motohiro
2011-04-12  1:26       ` Andrew Morton
2011-04-12 10:55         ` KOSAKI Motohiro
2011-04-13 18:48   ` David Rientjes
2011-04-11  5:31 ` [PATCH 2/4] remove boost_dying_task_prio() KOSAKI Motohiro
2011-04-11 21:58   ` Andrew Morton
2011-04-12  0:35     ` KOSAKI Motohiro
2011-04-13 18:41   ` David Rientjes
2011-04-11  5:31 ` [PATCH 3/4] mm: introduce wait_on_page_locked_killable KOSAKI Motohiro
2011-04-11  5:32 ` [PATCH 4/4] x86,mm: make pagefault killable KOSAKI Motohiro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).