linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [patch 00/11 -mm v4] oom killer rewrite
@ 2010-03-17  8:55 David Rientjes
  2010-03-17  8:55 ` [patch 01/11 -mm v4] oom: filter tasks not sharing the same cpuset David Rientjes
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: David Rientjes @ 2010-03-17  8:55 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Rik van Riel, Nick Piggin, Balbir Singh, KAMEZAWA Hiroyuki,
	KOSAKI Motohiro, linux-mm

This patchset is a rewrite of the out of memory killer to address several
issues that have been raised recently.  The most notable change is a
complete rewrite of the badness heuristic that determines which task is
killed; the goal was to make it as simple and predictable as possible
while still addressing issues that plague the VM.

Changes for version 4:

 - updated to mmotm-2010-03-11-13-13

 - rewrote mem_cgroup_get_limit() to respect swapless systems or those
   where users have not configured a swap limit (suggested by KAMEZAWA
   Hiroyuki).

 - added: [patch 11/11] oom: avoid race for oom killed tasks detaching mm
			prior to exit

To apply, download the -mm tree from
http://userweb.kernel.org/~akpm/mmotm/broken-out.tar.gz first.

This patchset is also available for each kernel release from:

	http://www.kernel.org/pub/linux/kernel/people/rientjes/oom-killer-rewrite/

including broken out patches.
---
 Documentation/feature-removal-schedule.txt |   30 +
 Documentation/filesystems/proc.txt         |  100 +++--
 Documentation/sysctl/vm.txt                |   51 +-
 fs/proc/base.c                             |  106 +++++
 include/linux/memcontrol.h                 |    8 
 include/linux/mempolicy.h                  |   13 
 include/linux/oom.h                        |   20 -
 include/linux/sched.h                      |    3 
 kernel/exit.c                              |    8 
 kernel/fork.c                              |    1 
 kernel/sysctl.c                            |   19 
 mm/memcontrol.c                            |   18 
 mm/mempolicy.c                             |   44 ++
 mm/oom_kill.c                              |  579 +++++++++++++++--------------
 mm/page_alloc.c                            |   29 +
 15 files changed, 671 insertions(+), 358 deletions(-)

--
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/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

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

end of thread, other threads:[~2010-03-17  8:56 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-17  8:55 [patch 00/11 -mm v4] oom killer rewrite David Rientjes
2010-03-17  8:55 ` [patch 01/11 -mm v4] oom: filter tasks not sharing the same cpuset David Rientjes
2010-03-17  8:55 ` [patch 02/11 -mm v4] oom: sacrifice child with highest badness score for parent David Rientjes
2010-03-17  8:55 ` [patch 03/11 -mm v4] oom: select task from tasklist for mempolicy ooms David Rientjes
2010-03-17  8:55 ` [patch 04/11 -mm v4] oom: remove special handling for pagefault ooms David Rientjes
2010-03-17  8:55 ` [patch 05/11 -mm v4] oom: badness heuristic rewrite David Rientjes
2010-03-17  8:55 ` [patch 06/11 -mm v4] oom: deprecate oom_adj tunable David Rientjes
2010-03-17  8:55 ` [patch 07/11 -mm v4] oom: replace sysctls with quick mode David Rientjes
2010-03-17  8:55 ` [patch 08/11 -mm v4] oom: avoid oom killer for lowmem allocations David Rientjes
2010-03-17  8:55 ` [patch 09/11 -mm v4] oom: remove unnecessary code and cleanup David Rientjes
2010-03-17  8:55 ` [patch 10/11 -mm v4] oom: default to killing current for pagefault ooms David Rientjes
2010-03-17  8:55 ` [patch 11/11 -mm v4] oom: avoid race for oom killed tasks detaching mm prior to exit David Rientjes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox