messages from 2010-03-26 21:33:17 to 2010-03-31 17:28:59 UTC [more...]
[RFC][PATCH] memcg documentaion update
2010-03-31 17:27 UTC (8+ messages)
` [RFC][PATCH] memcg documentation update v2
[PATCH 00 of 41] Transparent Hugepage Support #16
2010-03-31 16:41 UTC (54+ messages)
` [PATCH 01 of 41] define MADV_HUGEPAGE
` [PATCH 02 of 41] compound_lock
` [PATCH 03 of 41] alter compound get_page/put_page
` [PATCH 04 of 41] update futex compound knowledge
` [PATCH 05 of 41] fix bad_page to show the real reason the page is bad
` [PATCH 06 of 41] clear compound mapping
` [PATCH 07 of 41] add native_set_pmd_at
` [PATCH 08 of 41] add pmd paravirt ops
` [PATCH 09 of 41] no paravirt version of pmd ops
` [PATCH 10 of 41] export maybe_mkwrite
` [PATCH 11 of 41] comment reminder in destroy_compound_page
` [PATCH 12 of 41] config_transparent_hugepage
` [PATCH 13 of 41] special pmd_trans_* functions
` [PATCH 14 of 41] add pmd mangling generic functions
` [PATCH 15 of 41] add pmd mangling functions to x86
` [PATCH 16 of 41] bail out gup_fast on splitting pmd
` [PATCH 17 of 41] pte alloc trans splitting
` [PATCH 18 of 41] add pmd mmu_notifier helpers
` [PATCH 19 of 41] clear page compound
` [PATCH 20 of 41] add pmd_huge_pte to mm_struct
` [PATCH 21 of 41] split_huge_page_mm/vma
` [PATCH 22 of 41] split_huge_page paging
` [PATCH 23 of 41] clear_copy_huge_page
` [PATCH 24 of 41] kvm mmu transparent hugepage support
` [PATCH 25 of 41] _GFP_NO_KSWAPD
` [PATCH 26 of 41] don't alloc harder for gfp nomemalloc even if nowait
` [PATCH 27 of 41] transparent hugepage core
` [PATCH 28 of 41] verify pmd_trans_huge isn't leaking
` [PATCH 29 of 41] madvise(MADV_HUGEPAGE)
` [PATCH 30 of 41] pmd_trans_huge migrate bugcheck
` [PATCH 31 of 41] memcg compound
` [PATCH 32 of 41] memcg huge memory
` [PATCH 33 of 41] transparent hugepage vmstat
` [PATCH 34 of 41] khugepaged
` [PATCH 35 of 41] skip transhuge pages in ksm for now
` [PATCH 36 of 41] remove PG_buddy
` [PATCH 37 of 41] add x86 32bit support
` [PATCH 38 of 41] mincore transparent hugepage support
` [PATCH 39 of 41] add pmd_modify
` [PATCH 40 of 41] mprotect: pass vma down to page table walkers
` [PATCH 41 of 41] mprotect: transparent huge page support
[PATCH] __isolate_lru_page: skip unneeded mode check
2010-03-31 14:17 UTC (2+ messages)
[RFC][PATCH] migrate_pages:skip migration between intersect nodes
2010-03-31 14:17 UTC (11+ messages)
[PATCH 0/14] Memory Compaction v6
2010-03-31 11:27 UTC (17+ messages)
` [PATCH 01/14] mm,migration: Take a reference to the anon_vma before migrating
` [PATCH 02/14] mm,migration: Do not try to migrate unmapped anonymous pages
` [PATCH 03/14] mm: Share the anon_vma ref counts between KSM and page migration
` [PATCH 04/14] Allow CONFIG_MIGRATION to be set without CONFIG_NUMA or memory hot-remove
` [PATCH 05/14] Export unusable free space index via /proc/unusable_index
` [PATCH 06/14] Export fragmentation index via /proc/extfrag_index
` [PATCH 07/14] Move definition for LRU isolation modes to a header
` [PATCH 08/14] Memory compaction core
` [PATCH 09/14] Add /proc trigger for memory compaction
` [PATCH 10/14] Add /sys trigger for per-node "
` [PATCH 11/14] Direct compact when a high-order allocation fails
` [PATCH 12/14] Add a tunable that decides when memory should be compacted and when it should be reclaimed
` [PATCH 13/14] Do not compact within a preferred zone after a compaction failure
` [PATCH 14/14] mm,migration: Allow the migration of PageSwapCache pages
[PATCH 0/10] hugetlb: V8 numa control of persistent huge pages alloc/free
2010-03-31 11:23 UTC (2+ messages)
` [APPLIED] "
[PATCH] oom killer: break from infinite loop
2010-03-31 10:38 UTC (35+ messages)
` [patch] oom: give current access to memory reserves if it has been killed
` [PATCH] oom: fix the unsafe proc_oom_score()->badness() call
` [PATCH -mm] proc: don't take ->siglock for /proc/pid/oom_adj
` [patch -mm] memcg: make oom killer a no-op when no killable task can be found
[PATCH V2 4/4] cpuset,mm: update task's mems_allowed lazily
2010-03-31 10:34 UTC (10+ messages)
` [PATCH] [PATCH -mmotm] cpuset,mm: use seqlock to protect task->mempolicy and mems_allowed (v2) (was: Re: [PATCH V2 4/4] cpuset,mm: update task's mems_allowed lazily)
[PATCH]vmscan: handle underflow for get_scan_ratio
2010-03-31 6:03 UTC (17+ messages)
[PATCH] exit: fix oops in sync_mm_rss
2010-03-31 3:11 UTC (13+ messages)
[PATCH -mmotm 0/2] memcg: move charge of file cache/shmem
2010-03-31 0:34 UTC (21+ messages)
` [PATCH -mmotm 1/2] memcg move charge of file cache at task migration
` [PATCH(v2) "
` [PATCH -mmotm 2/2] memcg move charge of shmem "
` [PATCH(v2) "
[PATCH] [4/4] SLAB: Fix node add timer race in cache_reap
2010-03-30 16:43 UTC (15+ messages)
` [patch] slab: add memory hotplug support
` [patch v2] "
BUG: Use after free in free_huge_page()
2010-03-30 11:18 UTC (5+ messages)
[patch] mm: default to node zonelist ordering when nodes have only lowmem
2010-03-30 10:03 UTC (4+ messages)
[PATCH 00 of 41] Transparent Hugepage Support #15
2010-03-30 6:56 UTC (15+ messages)
` [PATCH 31 of 41] memcg compound
` [PATCH 33 of 41] transparent hugepage vmstat
` [PATCH 35 of 41] don't leave orhpaned swap cache after ksm merging
On using allocation in sysctl handler
2010-03-29 11:10 UTC (2+ messages)
[PATCH 9/9] mm: Fix continuation lines
2010-03-28 17:10 UTC (2+ messages)
[C/R v20][PATCH 00/96] Linux Checkpoint-Restart - v20
2010-03-26 22:53 UTC (4+ messages)
` [C/R v20][PATCH 15/96] cgroup freezer: Fix buggy resume test for tasks frozen with cgroup freezer
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).