messages from 2010-05-05 10:36:55 to 2010-05-11 16:15:36 UTC [more...]
[PATCH 0/2] Fix migration races in rmap_walk() V3
2010-05-11 16:15 UTC (12+ messages)
` [PATCH 2/2] mm,migration: Avoid race between shift_arg_pages() and rmap_walk() during migration by not migrating temporary stacks
[PATCH/WIP] lmb cleanups and additions
2010-05-11 12:30 UTC (33+ 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()
[PATCH] mm,migration: Avoid race between shift_arg_pages() and rmap_walk() during migration by not migrating temporary stacks
2010-05-11 12:10 UTC (2+ messages)
[PATCH v3 -mmotm 0/2] memcg: move charge of file cache/shmem
2010-05-11 1:16 UTC (5+ messages)
` [PATCH v3 -mmotm 1/2] memcg: clean up move charge
[PATCH 0/2] Fix migration races in rmap_walk() V7
2010-05-10 23:55 UTC (32+ messages)
` [PATCH 1/2] mm,migration: Prevent rmap_walk_[anon|ksm] seeing the wrong VMA information
` [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] ummunotify: Userspace support for MMU notifications V2
2010-05-10 17:12 UTC (3+ messages)
[PATCH] mm,compaction: Do not schedule work on other CPUs for compaction
2010-05-10 16:48 UTC (4+ 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 (7+ 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
[PATCHv8 3/3] vhost_net: a kernel-level virtio server
2010-05-10 3:11 UTC (7+ messages)
` virtio: put last_used and last_avail index into ring itself
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)
[RFC] [PATCH] memcg: cleanup memory thresholds
2010-05-09 0:11 UTC
[PATCH] cgroups: make cftype.unregister_event() void-returning
2010-05-08 21:35 UTC (3+ messages)
Partial Array Self-Refresh on linux embedded systems
2010-05-08 11:15 UTC
[PATCH] fs: add fincore(2) (mincore(2) for file descriptors)
2010-05-07 22:46 UTC (3+ messages)
[RFC][BUGFIX] memcg: fix file_mapped counting at migraton
2010-05-07 21:09 UTC (2+ messages)
[PATCH 5/5] Btrfs: add basic DIO read support V2
2010-05-07 17:42 UTC
[PATCH 4/5] fs: kill blockdev_direct_IO_no_locking
2010-05-07 17:41 UTC
[PATCH 3/5] direct-io: honor dio->boundary a little more strictly
2010-05-07 17:41 UTC
[PATCH 2/5] direct-io: add a hook for the fs to provide its own submit_bio function V2
2010-05-07 17:40 UTC
[PATCH 1/5] fs: allow short direct-io reads to be completed via buffered IO V2
2010-05-07 17:39 UTC
[Bugme-new] [Bug 15610] New: fsck leads to swapper - BUG: unable to handle kernel NULL pointer dereference & panic
2010-05-07 14:07 UTC (2+ messages)
[PATCH 3/3] Btrfs: add basic DIO read support
2010-05-07 13:40 UTC (4+ messages)
[PATCH] Split executable and non-executable mmap tracking
2010-05-07 9:05 UTC
[PATCH] permit to online CPUs before local memory comes online
2010-05-07 7:19 UTC
[PATCH v21 020/100] c/r: documentation
2010-05-07 6:54 UTC (3+ messages)
[PATCH 0/2] Fix migration races in rmap_walk() V5
2010-05-07 5:49 UTC (36+ messages)
` [PATCH 1/2] mm,migration: Prevent rmap_walk_[anon|ksm] seeing the wrong VMA information
` [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 1/2] mm: remove unnecessary use of atomic
2010-05-07 5:15 UTC (7+ messages)
` [PATCH 2/2] mm: memcontrol - uninitialised return value
rwsem: down_read_unfair() proposal
2010-05-06 23:26 UTC (7+ messages)
[Bugme-new] [Bug 15709] New: swapper page allocation failure
2010-05-06 21:30 UTC (20+ messages)
[PATCH 1/3] fs: allow short direct-io reads to be completed via buffered IO V2
2010-05-06 21:10 UTC (2+ messages)
[PATCH 2/3] direct-io: add a hook for the fs to provide its own submit_bio function
2010-05-06 21:09 UTC (2+ messages)
[PATCH 0/2] Fix migration races in rmap_walk() V6
2010-05-06 17:07 UTC (7+ messages)
` [PATCH 1/2] mm,migration: Prevent rmap_walk_[anon|ksm] seeing the wrong VMA information
` [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: Fix NR_SECTION_ROOTS == 0 when using using sparsemem extreme
2010-05-05 22:19 UTC (2+ messages)
[GIT PULL] SLAB fixes for 2.6.34-rc7
2010-05-05 18:15 UTC
vmalloc performance
2010-05-05 16:16 UTC (14+ messages)
` [PATCH] cache last free vmap_area to avoid restarting beginning
[PATCH 0/14] Memory Compaction v8
2010-05-05 15:32 UTC (10+ messages)
` [PATCH 12/14] mm,compaction: Direct compact when a high-order allocation fails
` [PATCH] fix count_vm_event preempt in memory compaction direct reclaim
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).