messages from 2010-06-02 19:29:14 to 2010-06-08 09:02:32 UTC [more...]
[RFC PATCH 0/6] Do not call ->writepage[s] from direct reclaim and use a_ops->writepages() where possible
2010-06-08 9:02 UTC (5+ messages)
` [PATCH 1/6] tracing, vmscan: Add trace events for kswapd wakeup, sleeping and direct reclaim
` [PATCH 2/6] tracing, vmscan: Add trace events for LRU page isolation
` [PATCH 3/6] tracing, vmscan: Add trace event when a page is written
` [PATCH 4/6] tracing, vmscan: Add a postprocessing script for reclaim-related ftrace events
[RFC V2 SLEB 00/14] The Enhanced(hopefully) Slab Allocator
2010-06-08 8:54 UTC (11+ messages)
` [RFC V2 SLEB 01/14] slab: Introduce a constant for a unspecified node
` [RFC V2 SLEB 03/14] SLUB: Use kmem_cache flags to detect if Slab is in debugging mode
` [RFC V2 SLEB 05/14] SLUB: is_kmalloc_cache
[RFC][PATCH] memcg remove css_get/put per pages
2010-06-08 7:31 UTC (3+ messages)
[PATCH 0/2 RFC v3] Livelock avoidance for data integrity writeback
2010-06-08 5:29 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
mmotm 2010-06-03-16-36 lots of suspected kmemleak
2010-06-08 1:37 UTC (9+ messages)
Possible bug in 2.6.34 slub
2010-06-07 22:35 UTC (6+ messages)
[patch 00/18] oom killer rewrite
2010-06-07 19:50 UTC (24+ 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 04/18] oom: PF_EXITING check should take mm into account
` [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 12/18] oom: extract panic helper function
` [patch 13/18] oom: remove special handling for pagefault ooms
` [patch 14/18] oom: move sysctl declarations to oom.h
` [patch 15/18] oom: remove unnecessary code and cleanup
` [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
[cleanup][PATCH -mmotm 1/2] memcg: remove redundant codes
2010-06-07 6:54 UTC (5+ messages)
` [cleanup][PATCH -mmotm 2/2] memcg: remove mem from arg of charge_common
2.6.35-rc2 : OOPS with LTP memcg regression test run
2010-06-06 16:15 UTC (3+ messages)
2.6.35-rc2: GPF while executing libhugetlbfs tests on x86_64
2010-06-06 16:08 UTC
[PATCH v2 0/3] mm: Swap checksum
2010-06-05 23:14 UTC (4+ messages)
` [PATCH v2 1/3] mm/swapfile.c: better messages for swap_info_get
` [PATCH v2 2/3] kernel/power/block_io.c: do not use end_swap_bio_read
` [PATCH v2 3/3] mm: Swap checksum
[patch -mm 08/18] oom: badness heuristic rewrite
2010-06-04 20:57 UTC (14+ messages)
[PATCH 0/2 RFC v3] Livelock avoidance for data integrity writeback
2010-06-04 18:40 UTC (3+ 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 V2 3/7] Cleancache (was Transcendent Memory): VFS hooks
2010-06-04 16:06 UTC (4+ messages)
[patch 3/5] vmscan: remove all_unreclaimable scan control
2010-06-04 14:32 UTC (4+ messages)
` [PATCH] vmscan: Fix do_try_to_free_pages() return value when priority==0 reclaim failure
[PATCH V2 0/7] Cleancache (was Transcendent Memory): overview
2010-06-04 13:45 UTC (8+ messages)
4-Kb page-size for kernel in ARM-Cortex
2010-06-04 12:35 UTC (3+ messages)
[PATCH 2/5] oom: select_bad_process: PF_EXITING check should take ->mm into account
2010-06-04 11:34 UTC (17+ messages)
` [PATCH] oom: remove PF_EXITING check completely
` [PATCH] oom: Make coredump interruptible
[patch -mm 08/18] oom: badness heuristic rewrite
2010-06-04 10:54 UTC (10+ messages)
[mmotm 0521][PATCH 0/12] various OOM fixes for 2.6.35
2010-06-04 10:54 UTC (35+ messages)
` [PATCH 01/12] oom: select_bad_process: check PF_KTHREAD instead of !mm to skip kthreads
` [PATCH 02/12] oom: introduce find_lock_task_mm() to fix !mm false positives
` [PATCH 03/12] oom: the points calculation of child processes must use find_lock_task_mm() too
` [PATCH 04/12] oom: __oom_kill_task() "
` [PATCH 05/12] oom: make oom_unkillable() helper function
` [PATCH 06/12] oom: remove warning for in mm-less task __oom_kill_process()
` [PATCH 07/12] oom: Fix child process iteration properly
` [PATCH 08/12] oom: dump_tasks() use find_lock_task_mm() too
` [PATCH 13/12] oom: dump_header() need tasklist_lock
` [PATCH 09/12] oom: remove PF_EXITING check completely
` [PATCH 10/12] oom: sacrifice child with highest badness score for parent
` [PATCH 11/12] oom: remove special handling for pagefault ooms
` [PATCH 12/12] oom: give current access to memory reserves if it has been killed
[BUGFIX][PATCH] memcg fix wake up in oom wait queue
2010-06-04 8:07 UTC (5+ messages)
[PATCH 1/2] memcg clean up try_charge main loop
2010-06-04 5:49 UTC (10+ messages)
` [PATCH 2/2] memcg make move_task_charge check clearer
` [PATCH 1/2] memcg clean up try_charge main loop v2
` [PATCH 2/2] memcg clean up waiting move acct v2
[patch -mm 00/18] oom killer rewrite
2010-06-03 20:33 UTC (13+ messages)
` [patch -mm 09/18] oom: add forkbomb penalty to badness heuristic
` [patch -mm 13/18] oom: avoid race for oom killed tasks detaching mm prior to exit
[RFC] oom-kill: give the dying task a higher priority
2010-06-03 20:32 UTC (8+ messages)
[PATCH 1/5] oom: select_bad_process: check PF_KTHREAD instead of !mm to skip kthreads
2010-06-03 20:11 UTC (8+ messages)
[PATCH] hugetlb: call mmu notifiers on hugepage cow
2010-06-03 18:35 UTC (7+ messages)
[patch] mm: vmap area cache
2010-06-03 13:55 UTC (3+ messages)
[RFC][PATCH 0/2] memcg: reduce overhead by coalescing css_get/put
2010-06-03 9:57 UTC (3+ messages)
` [RFC][PATCH 1/2] memcg: coalescing css_get() at charge
` [RFC][PATCH 2/2] memcg: coalescing css_put
[PATCH 02/17] xfs: skip writeback from reclaim context
2010-06-03 6:52 UTC
[PATCH V2 2/7] Cleancache (was Transcendent Memory): core files
2010-06-03 2:47 UTC (4+ messages)
[PATCH 0/8] HWPOISON for hugepage (v6)
2010-06-03 1:38 UTC (4+ messages)
` [PATCH 2/8] hugetlb, rmap: add reverse mapping for hugepage
` [PATCH] replace ifdef CONFIG_HUGETLBFS into ifdef CONFIG_HUGETLB_PAGE (Re: [PATCH 2/8] hugetlb, rmap: add reverse mapping for hugepage)
[PATCH 5/5] oom: dump_tasks() use find_lock_task_mm() too
2010-06-03 0:46 UTC (6+ messages)
[PATCH V2 1/4] Frontswap (was Transcendent Memory): swap data structure changes
2010-06-03 0:10 UTC (3+ messages)
[PATCH V2 2/7] Cleancache (was Transcendent Memory): core files
2010-05-28 17:35 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).