messages from 2010-05-26 19:37:11 to 2010-06-01 07:33:13 UTC [more...]
[patch -mm 00/18] oom killer rewrite
2010-06-01 7:33 UTC (21+ messages)
` [patch -mm 01/18] oom: filter tasks not sharing the same cpuset
` [patch -mm 02/18] oom: sacrifice child with highest badness score for parent
` [patch -mm 03/18] oom: select task from tasklist for mempolicy ooms
` [patch -mm 04/18] oom: extract panic helper function
` [patch -mm 05/18] oom: remove special handling for pagefault ooms
` [patch -mm 06/18] oom: move sysctl declarations to oom.h
` [patch -mm 07/18] oom: enable oom tasklist dump by default
` [patch -mm 08/18] oom: badness heuristic rewrite
` [patch -mm 09/18] oom: add forkbomb penalty to badness heuristic
` [patch -mm 10/18] oom: deprecate oom_adj tunable
` [patch -mm 11/18] oom: avoid oom killer for lowmem allocations
` [patch -mm 12/18] oom: remove unnecessary code and cleanup
` [patch -mm 13/18] oom: avoid race for oom killed tasks detaching mm prior to exit
` [patch -mm 14/18] oom: check PF_KTHREAD instead of !mm to skip kthreads
` [patch -mm 15/18] oom: introduce find_lock_task_mm() to fix !mm false positives
` [patch -mm 16/18] oom: give current access to memory reserves if it has been killed
` [patch -mm 17/18] oom: avoid sending exiting tasks a SIGKILL
` [patch -mm 18/18] oom: clean up oom_kill_task()
oom killer rewrite
2010-06-01 7:30 UTC (6+ messages)
[PATCH 1/5] oom: make oom_unkillable() helper function
2010-06-01 7:20 UTC (6+ messages)
` [PATCH 2/5] oom: remove warning for in mm-less task __oom_kill_process()
` [PATCH 3/5] oom: Fix child process iteration properly
` [PATCH 4/5] oom-kill: give the dying task a higher priority (v4)
` [PATCH 5/5] oom: dump_tasks() use find_lock_task_mm() too
[patch 0/5] vmscan: cut down on struct scan_control
2010-06-01 6:48 UTC (5+ messages)
` [patch 3/5] vmscan: remove all_unreclaimable scan control
` [PATCH] vmscan: Fix do_try_to_free_pages() return value when priority==0 reclaim failure
[PATCH V4] Split executable and non-executable mmap tracking
2010-06-01 6:44 UTC
[PATCH 1/5] oom: select_bad_process: check PF_KTHREAD instead of !mm to skip kthreads
2010-06-01 1:10 UTC (12+ messages)
` [PATCH 2/5] oom: select_bad_process: PF_EXITING check should take ->mm into account
` [PATCH 3/5] oom: introduce find_lock_task_mm() to fix !mm false positives
` [PATCH 4/5] oom: the points calculation of child processes must use find_lock_task_mm() too
` [PATCH 5/5] oom: __oom_kill_task() "
[PATCH 0/5] always lock the root anon_vma
2010-06-01 0:57 UTC (17+ messages)
` [PATCH 4/5] always lock the root (oldest) anon_vma
` [PATCH -v2 "
` [PATCH -v2 0/5] always lock the root anon_vma
` [PATCH 1/5] rename anon_vma_lock to vma_lock_anon_vma
[PATCH V2 0/4] Frontswap (was Transcendent Memory): overview
2010-06-01 0:23 UTC (5+ messages)
[RFC] oom-kill: give the dying task a higher priority
2010-05-31 23:50 UTC (44+ messages)
[PATCH] Make kunmap_atomic() harder to misuse
2010-05-31 23:45 UTC (6+ messages)
` [PATCH v2] "
[patch] mm: vmap area cache
2010-05-31 13:21 UTC (2+ messages)
[PATCH 0/8] HWPOISON for hugepage (v6)
2010-05-31 10:17 UTC (13+ messages)
` [PATCH 1/8] hugetlb: move definition of is_vm_hugetlb_page() to hugepage_inline.h
` [PATCH 2/8] hugetlb, rmap: add reverse mapping for hugepage
` [PATCH 3/8] HWPOISON, hugetlb: enable error handling path "
` [PATCH 4/8] HWPOISON, hugetlb: set/clear PG_hwpoison bits on hugepage
` [PATCH 5/8] HWPOISON, hugetlb: maintain mce_bad_pages in handling hugepage error
` [PATCH 6/8] HWPOISON, hugetlb: isolate corrupted hugepage
` [PATCH 7/8] HWPOISON, hugetlb: detect hwpoison in hugetlb code
` [PATCH 8/8] HWPOISON, hugetlb: support hwpoison injection for hugepage
[PATCH 0/5] Per superblock shrinkers V2
2010-05-31 7:28 UTC (32+ messages)
` [PATCH 1/5] inode: Make unused inode LRU per superblock
` [PATCH 3/5] superblock: introduce per-sb cache shrinker infrastructure
` [PATCH 3/5 v2] "
` [PATCH 4/5] superblock: add filesystem shrinker operations
[GIT PULL] SLAB fixes for 2.6.35-rc0
2010-05-30 19:36 UTC
[BUG] slub crashes on dma allocations
2010-05-30 10:05 UTC (4+ messages)
[PATCH V2 3/4] Frontswap (was Transcendent Memory): add hooks in swap subsystem
2010-05-28 17:41 UTC
[PATCH V2 4/4] Frontswap (was Transcendent Memory): config files
2010-05-28 17:41 UTC
[PATCH V2 2/4] Frontswap (was Transcendent Memory): core code
2010-05-28 17:41 UTC
[PATCH V2 1/4] Frontswap (was Transcendent Memory): swap data structure changes
2010-05-28 17:40 UTC
[PATCH V2 7/7] Cleancache (was Transcendent Memory): ocfs2 hook
2010-05-28 17:37 UTC
[PATCH V2 6/7] Cleancache (was Transcendent Memory): ext4 hook
2010-05-28 17:37 UTC
[PATCH V2 5/7] Cleancache (was Transcendent Memory): btrfs hooks
2010-05-28 17:36 UTC
[PATCH V2 2/7] Cleancache (was Transcendent Memory): core files
2010-05-28 17:35 UTC
[PATCH V2 4/7] Cleancache (was Transcendent Memory): ext3 hook
2010-05-28 17:36 UTC
[PATCH V2 0/7] Cleancache (was Transcendent Memory): overview
2010-05-28 17:35 UTC
[PATCH V2 1/7] Cleancache (was Transcendent Memory): cleancache_poolid in superblock
2010-05-28 17:35 UTC
[PATCH V2 3/7] Cleancache (was Transcendent Memory): VFS hooks
2010-05-28 17:36 UTC
[PATCH] hugetlb: call mmu notifiers on hugepage cow
2010-05-28 17:34 UTC (4+ messages)
[PATCH V3] x86, UV: BAU performance and error recovery
2010-05-28 9:33 UTC (2+ messages)
[RFC V2 SLEB 00/14] The Enhanced(hopefully) Slab Allocator
2010-05-28 8:39 UTC (16+ messages)
[PATCH 07/10] vmscan: Remove unnecessary temporary variables in shrink_zone()
2010-05-28 2:51 UTC (3+ messages)
[PATCH 02/10] vmscan: move priority variable into scan_control
2010-05-28 2:39 UTC (3+ messages)
[PATCH -v3 0/5] always lock the root anon_vma
2010-05-27 17:50 UTC (21+ messages)
` [PATCH 1/5] rename anon_vma_lock to vma_lock_anon_vma
` [PATCH 2/5] change direct call of spin_lock(anon_vma->lock) to inline function
` [PATCH 3/5] track the root (oldest) anon_vma
` [PATCH 4/5] always lock "
` [PATCH 5/5] extend KSM refcounts to the anon_vma root
PROBLEM: oom killer and swap weirdness on 2.6.3* kernels
2010-05-27 3:45 UTC (2+ messages)
[PATCH 0/3] mm: Swap checksum
2010-05-26 23:27 UTC (14+ messages)
Bug in hugetlb_cow()?
2010-05-26 21:57 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).