linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-06-08 20:34:17 to 2010-06-14 14:44:47 UTC [more...]

[RFC PATCH] mm: let the bdi_writeout fraction respond more quickly
 2010-06-14 14:44 UTC  (2+ messages)

[RFC/T/D][PATCH 0/2] KVM page cache optimization (v2)
 2010-06-14 13:01 UTC  (23+ messages)
` [RFC][PATCH 1/2] Linux/Guest unmapped page cache control
` [RFC/T/D][PATCH 2/2] Linux/Guest cooperative "

[PATCH 0/12] Avoid overflowing of stack during page reclaim V2
 2010-06-14 11:17 UTC  (13+ messages)
` [PATCH 01/12] tracing, vmscan: Add trace events for kswapd wakeup, sleeping and direct reclaim
` [PATCH 02/12] tracing, vmscan: Add trace events for LRU page isolation
` [PATCH 03/12] tracing, vmscan: Add trace event when a page is written
` [PATCH 04/12] tracing, vmscan: Add a postprocessing script for reclaim-related ftrace events
` [PATCH 05/12] vmscan: kill prev_priority completely
` [PATCH 06/12] vmscan: simplify shrink_inactive_list()
` [PATCH 07/12] vmscan: Remove unnecessary temporary vars in do_try_to_free_pages
` [PATCH 08/12] vmscan: Setup pagevec as late as possible in shrink_inactive_list()
` [PATCH 09/12] vmscan: Setup pagevec as late as possible in shrink_page_list()
` [PATCH 10/12] vmscan: Update isolated page counters outside of main path in shrink_inactive_list()
` [PATCH 11/12] vmscan: Write out dirty pages in batch
` [PATCH 12/12] vmscan: Do not writeback pages in direct reclaim

[patch -mm 02/18] oom: sacrifice child with highest badness score for parent
 2010-06-14 11:08 UTC  (5+ messages)

[patch 05/18] oom: give current access to memory reserves if it has been killed
 2010-06-14 11:08 UTC  (5+ messages)

[PATCH 2/5] oom: select_bad_process: PF_EXITING check should take ->mm into account
 2010-06-14  0:56 UTC  (19+ messages)
  ` [PATCH] oom: Make coredump interruptible
                        ` uninterruptible CLONE_VFORK (Was: oom: Make coredump interruptible)

[0/10] 3rd pile of OOM patch series
 2010-06-13 15:29 UTC  (9+ messages)
` [PATCH 08/10] oom: use send_sig() instead force_sig()
    ` [PATCH 0/1] signals: introduce send_sigkill() helper
      ` [PATCH 1/1] "

[patch 00/18] oom killer rewrite
 2010-06-13 11:24 UTC  (57+ messages)
` [patch 01/18] oom: check PF_KTHREAD instead of !mm to skip kthreads
` [patch 02/18] oom: introduce find_lock_task_mm() to fix !mm false positives
` [patch 03/18] oom: dump_tasks use find_lock_task_mm too
` [patch 05/18] oom: give current access to memory reserves if it has been killed
` [patch 06/18] oom: avoid sending exiting tasks a SIGKILL
` [patch 07/18] oom: filter tasks not sharing the same cpuset
` [patch 08/18] oom: sacrifice child with highest badness score for parent
` [patch 09/18] oom: select task from tasklist for mempolicy ooms
` [patch 10/18] oom: enable oom tasklist dump by default
` [patch 11/18] oom: avoid oom killer for lowmem allocations
` [patch 13/18] oom: remove special handling for pagefault ooms
` [patch 16/18] oom: badness heuristic rewrite
` [patch 17/18] oom: add forkbomb penalty to badness heuristic
` [patch 18/18] oom: deprecate oom_adj tunable

[patch 07/18] oom: filter tasks not sharing the same cpuset
 2010-06-13 11:24 UTC  (3+ messages)

[patch -mm 01/18] oom: filter tasks not sharing the same cpuset
 2010-06-13 11:24 UTC  (3+ messages)

[patch -mm 00/18] oom killer rewrite
 2010-06-13 11:24 UTC  (12+ messages)
` [patch -mm 01/18] oom: filter tasks not sharing the same cpuset
` [patch -mm 03/18] oom: select task from tasklist for mempolicy ooms

[PATCH] Cleanup : change try_set_zone_oom with try_set_zonelist_oom
 2010-06-13 11:24 UTC  (3+ messages)

[mmotm] Cleanup: use for_each_online_cpu in vmstat
 2010-06-13 11:24 UTC  (3+ messages)

2.6.35-rc2: GPF while executing libhugetlbfs tests on x86_64
 2010-06-13 11:19 UTC  (6+ messages)

mmotm 2010-06-03-16-36 lots of suspected kmemleak
 2010-06-12  1:50 UTC  (14+ messages)
      ` [PATCH -mm] only drop root anon_vma if not self

[RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
 2010-06-12  0:17 UTC  (30+ messages)
` [PATCH 5/6] vmscan: Write out ranges of pages contiguous to the inode "
` [PATCH 6/6] vmscan: Do not writeback pages in direct reclaim

[RFC][PATCH] memcg remove css_get/put per pages
 2010-06-11  6:21 UTC  (15+ messages)
` [RFC][PATCH] memcg remove css_get/put per pages v2

2.6.35-rc2 : OOPS with LTP memcg regression test run
 2010-06-11  5:39 UTC  (4+ messages)

[PATCH 1/2] Cleanup: use for_each_online_cpu in vmstat
 2010-06-11  0:57 UTC  (2+ messages)

oom killer and long-waiting processes
 2010-06-11  0:34 UTC  (4+ messages)

[PATCH 0/2 RFC v3] Livelock avoidance for data integrity writeback
 2010-06-10 12:42 UTC  (9+ messages)
` [PATCH 1/2] radix-tree: Implement function radix_tree_gang_tag_if_tagged
` [PATCH 2/2] mm: Implement writeback livelock avoidance using page tagging

[PATCH 0/2 RFC v3] Livelock avoidance for data integrity writeback
 2010-06-10  8:12 UTC  (7+ messages)
` [PATCH 2/2] mm: Implement writeback livelock avoidance using page tagging

[RFC V2 SLEB 00/14] The Enhanced(hopefully) Slab Allocator
 2010-06-10  6:07 UTC  (15+ messages)
` [RFC V2 SLEB 01/14] slab: Introduce a constant for a unspecified node
` [RFC V2 SLEB 06/14] SLUB: Get rid of the kmalloc_node slab

[PATCH V2 2/7] Cleancache (was Transcendent Memory): core files
 2010-06-10  3:28 UTC  (3+ messages)

[patch -mm 1/2] oom: remove constraint argument from select_bad_process and __out_of_memory
 2010-06-10  0:57 UTC  (2+ messages)
` [patch -mm 2/2] oom: fold __out_of_memory into out_of_memory

[patch 1/4] slub: replace SLAB_NODE_UNSPECIFIED with NUMA_NO_NODE
 2010-06-09 19:47 UTC  (11+ messages)
` [patch 2/4] slub: rename debug_on to cache_debug_on
` [patch 3/4] slub: use is_kmalloc_cache in dma_kmalloc_cache
` [patch 4/4] slub: remove gfp_flags argument from create_kmalloc_cache

[patch -mm 0/6] oom: various tiny cleanups and fixes
 2010-06-09  3:59 UTC  (7+ messages)
` [patch -mm 1/6] oom: dump_tasks use find_lock_task_mm too fix
` [patch -mm 2/6] oom: protect dereferencing of task's comm
` [patch -mm 3/6] oom: add has_intersects_mems_allowed UMA variant
` [patch -mm 4/6] oom: introduce find_lock_task_mm to fix mm false positives fix
` [patch -mm 5/6] oom: sacrifice child with highest badness score for parent fix
` [patch -mm 6/6] oom: improve commentary in dump_tasks()

memory limit/quota per user
 2010-06-09  1:18 UTC  (2+ messages)

[patch -mm 08/18] oom: badness heuristic rewrite
 2010-06-08 23:47 UTC  (4+ messages)


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).