messages from 2010-05-10 06:30:51 to 2010-05-14 04:49:44 UTC [more...]
[RFC,2/7] NUMA Hotplug emulator
2010-05-14 4:49 UTC (3+ messages)
[RFC, 3/7] NUMA hotplug emulator
2010-05-14 4:11 UTC (11+ messages)
[BUGFIX][PATCH -mm] memcg fix mis-accounting of file mapped racy with migration
2010-05-14 2:46 UTC (4+ messages)
[PATCH] radix-tree: fix radix_tree_prev_hole underflow case
2010-05-14 2:37 UTC (4+ messages)
[RFC, 6/7] NUMA hotplug emulator
2010-05-14 2:08 UTC (11+ messages)
[PATCH 0/5] always lock the root anon_vma
2010-05-14 0:04 UTC (30+ messages)
` [PATCH 1/5] rename anon_vma_lock to vma_lock_anon_vma
` [PATCH 3/5] track the root (oldest) anon_vma
` [PATCH 4/5] always lock "
` [PATCH -v2 "
` [PATCH 5/5] extend KSM refcounts to the anon_vma root
` [PATCH -v2 "
` [PATCH 2/5] change direct call of spin_lock(anon_vma->lock) to inline function
[PATCH] mm,migration: Avoid race between shift_arg_pages() and rmap_walk() during migration by not migrating temporary stacks
2010-05-13 23:51 UTC (13+ messages)
[PATCH 0/9] mm: generic adaptive large memory allocation APIs
2010-05-13 21:56 UTC (3+ messages)
[PATCH 1/1] mm: add descriptive comment for TIF_MEMDIE declaration
2010-05-13 21:51 UTC
/proc/<pid>/maps question....why aren't adjacent memory chunks merged?
2010-05-13 21:34 UTC
[Bugme-new] [Bug 15709] New: swapper page allocation failure
2010-05-13 21:13 UTC (22+ messages)
[PATCH -mm] cpuset,mm: fix no node to alloc memory when changing cpuset's mems - fix2
2010-05-13 19:11 UTC (6+ messages)
[PATCH 0/7] HWPOISON for hugepage (v5)
2010-05-13 16:14 UTC (12+ messages)
` [PATCH 1/7] hugetlb, rmap: add reverse mapping for hugepage
` [PATCH 2/7] HWPOISON, hugetlb: enable error handling path "
` [PATCH 3/7] HWPOISON, hugetlb: set/clear PG_hwpoison bits on hugepage
` [PATCH 4/7] HWPOISON, hugetlb: maintain mce_bad_pages in handling hugepage error
` [PATCH 5/7] HWPOISON, hugetlb: isolate corrupted hugepage
` [PATCH 6/7] HWPOISON, hugetlb: detect hwpoison in hugetlb code
` [PATCH 7/7] HWPOISON, hugetlb: support hwpoison injection for hugepage
[PATCH 1/9] mm: add generic adaptive large memory allocation APIs
2010-05-13 14:49 UTC (6+ messages)
` [PATCH 1/9] mm: add generic adaptive large memory allocationAPIs
[RFC, 0/7] NUMA Hotplug emulator
2010-05-13 12:22 UTC (3+ messages)
[RFC,5/7] NUMA hotplug emulator
2010-05-13 12:14 UTC
[RFC,5/7] NUMA hotplug emulator
2010-05-13 12:11 UTC (2+ messages)
[RFC, 7/7] NUMA hotplug emulator
2010-05-13 12:03 UTC
[RFC,4/7] NUMA hotplug emulator
2010-05-13 11:52 UTC
[RFC,1/7] NUMA Hotplug emulator
2010-05-13 11:41 UTC
[PATCH] Cleanup migrate case in try_to_unmap_one
2010-05-13 8:59 UTC (5+ messages)
[patch 0/5] vmscan: cut down on struct scan_control
2010-05-13 3:36 UTC (9+ messages)
` [patch 1/5] vmscan: fix unmapping behaviour for RECLAIM_SWAP
` [patch 3/5] vmscan: remove all_unreclaimable scan control
` [patch 4/5] vmscan: remove isolate_pages callback "
` [patch 5/5] vmscan: remove may_swap "
[PATCH] vmscan: page_check_references() check low order lumpy reclaim properly
2010-05-13 2:54 UTC (3+ messages)
[PATCH 0/8] Numa: Use Generic Per-cpu Variables for numa_*_id()
2010-05-12 20:03 UTC (6+ messages)
` [PATCH 6/8] numa: slab: use numa_mem_id() for slab local memory node
[PATCH 2/2] cpuset,mm: fix no node to alloc memory when changing cpuset's mems
2010-05-12 6:16 UTC (4+ messages)
[PATCH/WIP] lmb cleanups and additions
2010-05-12 5:24 UTC (37+ messages)
` [PATCH 01/25] lmb: Rename lmb_region to lmb_type and lmb_property to lmb_region
` [PATCH 02/25] lmb: No reason to include asm/lmb.h late
` [PATCH 03/25] lmb: Introduce for_each_lmb() and new accessors, and use it
` [PATCH 04/25] lmb: Remove nid_range argument, arch provides lmb_nid_range() instead
` [PATCH 05/25] lmb: Factor the lowest level alloc function
` [PATCH 06/25] lmb: Expose LMB_ALLOC_ANYWHERE
` [PATCH 07/25] lmb: Introduce default allocation limit and use it to replace explicit ones
` [PATCH 08/25] lmb: Remove rmo_size, burry it in arch/powerpc where it belongs
` [PATCH 09/25] lmb: Change u64 to phys_addr_t
` [PATCH 10/25] lmb: Remove unused lmb.debug struct member
` [PATCH 11/25] lmb: Remove lmb_type.size and add lmb.memory_size instead
` [PATCH 12/25] lmb: Move lmb arrays to static storage in lmb.c and make their size a variable
` [PATCH 13/25] lmb: Add debug markers at the end of the array
` [PATCH 14/25] lmb: Make lmb_find_region() out of lmb_alloc_region()
` [PATCH 15/25] lmb: Define LMB_ERROR internally instead of using ~(phys_addr_t)0
` [PATCH 16/25] lmb: Move lmb_init() to the bottom of the file
` [PATCH 17/25] lmb: split lmb_find_base() out of __lmb_alloc_base()
` [PATCH 18/25] lmb: Move functions around into a more sensible order
` [PATCH 19/25] lmb: Add array resizing support
` [PATCH 20/25] lmb: Add arch function to control coalescing of lmb memory regions
` [PATCH 21/25] lmb: Add "start" argument to lmb_find_base()
` [PATCH 22/25] lmb: NUMA allocate can now use early_pfn_map
` [PATCH 23/25] lmb: Separate lmb_alloc_nid() and lmb_alloc_try_nid()
Newbie question about 2.4.21 kernel /proc/meminfo caculation
2010-05-12 4:54 UTC
[PATCH 3/5] direct-io: honor dio->boundary a little more strictly
2010-05-12 0:13 UTC (2+ messages)
[PATCH v3 -mmotm 0/2] memcg: move charge of file cache/shmem
2010-05-11 22:09 UTC (9+ messages)
` [PATCH v3 -mmotm 1/2] memcg: clean up move charge
` [PATCH v3 -mmotm 2/2] memcg: move charge of file pages
` [PATCH v3.1 "
[PATCH 0/2] Fix migration races in rmap_walk() V3
2010-05-11 16:29 UTC (13+ messages)
` [PATCH 2/2] mm,migration: Avoid race between shift_arg_pages() and rmap_walk() during migration by not migrating temporary stacks
[PATCH] ummunotify: Userspace support for MMU notifications V2
2010-05-11 16:17 UTC (4+ messages)
[PATCH 0/2] Fix migration races in rmap_walk() V7
2010-05-10 23:55 UTC (16+ messages)
` [PATCH 2/2] mm,migration: Fix race between shift_arg_pages and rmap_walk by guaranteeing rmap_walk finds PTEs created within the temporary stack
[PATCH] mm,compaction: Do not schedule work on other CPUs for compaction
2010-05-10 16:48 UTC (3+ messages)
Frontswap [PATCH 0/4] (was Transcendent Memory): overview
2010-05-10 16:05 UTC (13+ messages)
Suspicious compilation warning
2010-05-10 15:40 UTC (3+ messages)
[PATCH/WIP] lmb cleanups and additions
2010-05-10 9:48 UTC
[PATCH 24/25] lmb: Make lmb_alloc_try_nid() fallback to LMB_ALLOC_ANYWHERE
2010-05-10 9:46 UTC (2+ messages)
` [PATCH 25/25] lmb: Add debugfs files to dump the arrays content
virtio: put last_used and last_avail index into ring itself
2010-05-10 3:11 UTC (3+ messages)
numa aware lmb and sparc stuff
2010-05-10 7:49 UTC (6+ messages)
[PATCH v2] cgroups: make cftype.unregister_event() void-returning
2010-05-10 6:26 UTC (3+ messages)
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).