linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [patch 0/9] oom killer serialization
@ 2007-09-20 20:23 David Rientjes
  2007-09-20 20:23 ` [patch 1/9] oom: move prototypes to appropriate header file David Rientjes
  2007-09-21  9:12 ` [patch 0/9] oom killer serialization Andrew Morton
  0 siblings, 2 replies; 34+ messages in thread
From: David Rientjes @ 2007-09-20 20:23 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Andrea Arcangeli, Christoph Lameter, Rik van Riel, linux-mm

Third version of the OOM serialization patchset.  Zone locking is now
done with a newly-introduced flag in struct zone and the per-cpuset
oom_kill_asking_task has been extracted out to become a full-fledged
sysctl.

Thanks to Christoph Lameter and Paul Jackson for their help and review of
this patchset.

Applied on 2.6.23-rc7.
---
 Documentation/sysctl/vm.txt |   22 +++++++++
 drivers/char/sysrq.c        |    1 +
 include/linux/cpuset.h      |   12 ++---
 include/linux/mmzone.h      |   33 ++++++++++++--
 include/linux/oom.h         |   23 +++++++++-
 include/linux/swap.h        |    5 --
 kernel/cpuset.c             |   70 ++++-----------------------
 kernel/sysctl.c             |    9 ++++
 mm/oom_kill.c               |  107 +++++++++++++++++++++++++++++++------------
 mm/page_alloc.c             |   23 +++++++--
 mm/vmscan.c                 |   25 +++++-----
 mm/vmstat.c                 |    2 +-
 12 files changed, 206 insertions(+), 126 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] 34+ messages in thread

end of thread, other threads:[~2007-09-21 20:04 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-20 20:23 [patch 0/9] oom killer serialization David Rientjes
2007-09-20 20:23 ` [patch 1/9] oom: move prototypes to appropriate header file David Rientjes
2007-09-20 20:23   ` [patch 2/9] oom: move constraints to enum David Rientjes
2007-09-20 20:23     ` [patch 3/9] oom: change all_unreclaimable zone member to flags David Rientjes
2007-09-20 20:23       ` [patch 4/9] oom: add per-zone locking David Rientjes
2007-09-20 20:23         ` [patch 5/9] oom: serialize out of memory calls David Rientjes
2007-09-20 20:23           ` [patch 6/9] oom: add oom_kill_asking_task sysctl David Rientjes
2007-09-20 20:23             ` [patch 7/9] oom: suppress extraneous stack and memory dump David Rientjes
2007-09-20 20:23               ` [patch 8/9] oom: compare cpuset mems_allowed instead of exclusive ancestors David Rientjes
2007-09-20 20:23                 ` [patch 9/9] oom: do not take callback_mutex David Rientjes
2007-09-20 22:04                   ` Christoph Lameter
2007-09-20 22:01                 ` [patch 8/9] oom: compare cpuset mems_allowed instead of exclusive ancestors Christoph Lameter
2007-09-20 22:00               ` [patch 7/9] oom: suppress extraneous stack and memory dump Christoph Lameter
2007-09-20 22:03             ` [patch 6/9] oom: add oom_kill_asking_task sysctl Christoph Lameter
2007-09-20 22:07               ` David Rientjes
2007-09-20 22:09                 ` Christoph Lameter
2007-09-21  9:05             ` Andrew Morton
2007-09-20 21:59           ` [patch 5/9] oom: serialize out of memory calls Christoph Lameter
2007-09-21  9:01           ` Andrew Morton
2007-09-21 20:04             ` David Rientjes
2007-09-20 21:59         ` [patch 4/9] oom: add per-zone locking Christoph Lameter
2007-09-20 22:03           ` David Rientjes
2007-09-20 22:05             ` Christoph Lameter
2007-09-20 22:12               ` David Rientjes
2007-09-20 22:26                 ` Christoph Lameter
2007-09-20 22:48                   ` David Rientjes
2007-09-21  8:59                     ` Andrew Morton
2007-09-20 21:56       ` [patch 3/9] oom: change all_unreclaimable zone member to flags Christoph Lameter
2007-09-20 21:58         ` David Rientjes
2007-09-21  8:55       ` Andrew Morton
2007-09-21  9:12 ` [patch 0/9] oom killer serialization Andrew Morton
2007-09-21  9:21   ` David Rientjes
2007-09-21 19:13     ` David Rientjes
2007-09-21 19:15   ` Christoph Lameter

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