linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-07-19 21:14:52 to 2011-07-25 20:20:21 UTC [more...]

[patch 0/5] mm: per-zone dirty limiting
 2011-07-25 20:19 UTC  (5+ messages)
` [patch 1/5] mm: page_alloc: increase __GFP_BITS_SHIFT to include __GFP_OTHER_NODE
` [patch 3/5] mm: writeback: remove seriously stale comment on dirty limits
` [patch 4/5] mm: writeback: throttle __GFP_WRITE on per-zone "
` [patch 5/5] mm: filemap: horrid hack to pass __GFP_WRITE for most page cache writers

[PATCH] mm: Properly reflect task dirty limits in dirty_exceeded logic
 2011-07-25 16:04 UTC  (7+ messages)

[PATCH] memcg: fix behavior of mem_cgroup_resize_limit()
 2011-07-25 13:47 UTC  (3+ messages)

[PATCH v4 3.0-rc2-tip 0/22] 0: Uprobes patchset with perf probe support
 2011-07-25 12:17 UTC  (4+ messages)
` [PATCH v4 3.0-rc2-tip 4/22] 4: Uprobes: register/unregister probes

[RFC PATCH 0/8] Reduce filesystem writeback from page reclaim v2
 2011-07-25  8:19 UTC  (15+ messages)
` [PATCH 1/8] mm: vmscan: Do not writeback filesystem pages in direct reclaim
` [PATCH 2/8] xfs: Warn if direct reclaim tries to writeback pages
` [PATCH 3/8] ext4: "
` [PATCH 4/8] btrfs: "
` [PATCH 5/8] mm: vmscan: Do not writeback filesystem pages in kswapd except in high priority
` [PATCH 6/8] mm: vmscan: Throttle reclaim if encountering too many dirty pages under writeback
` [PATCH 7/8] mm: vmscan: Immediately reclaim end-of-LRU dirty pages when writeback completes
` [PATCH 8/8] mm: vmscan: Do not writeback filesystem pages from kswapd

Cross Memory Attach v3
 2011-07-25  7:11 UTC  (5+ messages)

[GIT PULL] SLAB changes for v3.1-rc0
 2011-07-25  6:55 UTC  (2+ messages)

[PATCH v4 0/7] f/madivse(DONTNEED) support
 2011-07-25  3:47 UTC  (11+ messages)
` [PATCH v4 4/7] Reclaim invalidated page ASAP

[PATCH 0/4 v2] memcg: cleanup per-cpu charge caches
 2011-07-25  1:18 UTC  (7+ messages)
` [PATCH 1/4] memcg: do not try to drain per-cpu caches without pages
` [PATCH 2/4] memcg: unify sync and async per-cpu charge cache draining
` [PATCH 3/4] memcg: add mem_cgroup_same_or_subtree helper
` [PATCH 4/4] memcg: get rid of percpu_charge_mutex lock

Regarding find_get_pages{,_contig}
 2011-07-24 14:39 UTC 

[PATCH]vmscan: add block plug for page reclaim
 2011-07-23 18:49 UTC  (8+ messages)

possible recursive locking detected cache_alloc_refill() + cache_flusharray()
 2011-07-23 11:22 UTC  (11+ messages)

[PATCH v3 1/6] fault-injection: notifier error injection
 2011-07-23  8:51 UTC  (3+ messages)
` [PATCH v3 4/6] memory: memory notifier error injection module
` [PATCH v3 6/6] fault-injection: add notifier error injection testing scripts

linux-next: Tree for July 18 (mm/truncate.c)
 2011-07-22 15:06 UTC  (5+ messages)
    ` [PATCH -next] mm/truncate.c: fix build for CONFIG_BLOCK not enabled

[PATCH 0/4] Stop kswapd consuming 100% CPU when highest zone is small
 2011-07-22 13:21 UTC  (18+ messages)
` [PATCH 4/4] mm: vmscan: Only read new_classzone_idx from pgdat when reclaiming successfully

[PATCH 01/13] mm: Make some struct page's const
 2011-07-22 13:17 UTC 

[PATCH 0/4] memcg: cleanup per-cpu charge caches + fix unnecessary reclaim if there are still cached charges
 2011-07-22 10:23 UTC  (26+ messages)
` [PATCH 1/4] memcg: do not try to drain per-cpu caches without pages
` [PATCH 2/4] memcg: unify sync and async per-cpu charge cache draining
` [PATCH 3/4] memcg: get rid of percpu_charge_mutex lock
` [PATCH 4/4] memcg: prevent from reclaiming if there are per-cpu cached charges

[BUGFIX][PATCH] memcg: fix vmscan count in small memcgs
 2011-07-22  8:21 UTC 

[PATCH v3] memcg: add memory.vmscan_stat
 2011-07-22  8:15 UTC 

Add taint flag outputting to slub debug paths
 2011-07-22  0:49 UTC 

Add taint flag outputting to slab debug paths
 2011-07-22  0:49 UTC 

output a list of loaded modules when we hit bad_page()
 2011-07-22  0:47 UTC 

[PATCH 0/2 v2 ] memcg: oom locking updates
 2011-07-22  0:15 UTC  (9+ messages)
` [PATCH 1/2 v2] memcg: make oom_lock 0 and 1 based rather than coutner
` [PATCH 2/2] memcg: change memcg_oom_mutex to spinlock

[RFC v3 2/5] slab: implement slab object boundaries assertion
 2011-07-21 18:13 UTC  (3+ messages)

[PATCH] mm-slab: allocate kmem_cache with __GFP_REPEAT
 2011-07-21 15:27 UTC  (32+ messages)

[PATCH 0/2] Reduce frequency of stalls due to zone_reclaim() on NUMA v2r1
 2011-07-21 15:24 UTC  (15+ messages)
` [PATCH 1/2] mm: page allocator: Initialise ZLC for first zone eligible for zone_reclaim

[RFC v3 5/5] x86: implement RUNTIME_USER_COPY_CHECK
 2011-07-21 12:53 UTC 

[RFC v3 4/5] char: mem: relax usercopy checks
 2011-07-21 12:53 UTC 

[RFC v3 3/5] mm: implement kernel_access_ok
 2011-07-21 12:53 UTC 

[RFC v3 1/5] introduce config RUNTIME_USER_COPY_CHECK
 2011-07-21 12:53 UTC 

[RFC v3 0/5] implement RUNTIME_USER_COPY_CHECKS
 2011-07-21 12:53 UTC 

[RFC PATCH 0/3] Reduce frequency of stalls due to zone_reclaim() on NUMA
 2011-07-21 10:31 UTC  (8+ messages)
` [PATCH 3/3] mm: page allocator: Reconsider zones for allocation after direct reclaim

[PATCH 1/2] hugepage: Protect region tracking lists with its own spinlock
 2011-07-21 10:17 UTC  (5+ messages)
` [PATCH 2/2] hugepage: Allow parallelization of the hugepage fault path

[PATCHv12 0/8] Contiguous Memory Allocator
 2011-07-21  9:06 UTC  (10+ messages)
` [PATCH 1/8] mm: move some functions from memory_hotplug.c to page_isolation.c
` [PATCH 2/8] mm: alloc_contig_freed_pages() added
` [PATCH 3/8] mm: alloc_contig_range() added
` [PATCH 4/8] mm: MIGRATE_CMA migration type added
` [PATCH 5/8] mm: MIGRATE_CMA isolation functions added
` [PATCH 6/8] drivers: add Contiguous Memory Allocator
` [PATCH 7/8] ARM: integrate CMA with dma-mapping subsystem
` [PATCH 8/8] ARM: S5PV210: example of CMA private area for FIMC device on Goni board

[RFC PATCH -tip 0/5] perf tools: pagecache monitoring
 2011-07-21  7:01 UTC  (2+ messages)

[PATCH v4 3.0-rc2-tip 7/22] 7: uprobes: mmap and fork hooks
 2011-07-20 11:56 UTC  (12+ messages)

kmemleak fails to report detected leaks after allocation failure
 2011-07-20  8:30 UTC  (2+ messages)

[PATCH v2] memcg: add vmscan_stat
 2011-07-20  6:03 UTC  (9+ messages)

[PATCH]vmscan: fix a livelock in kswapd
 2011-07-20  5:44 UTC  (9+ messages)

vmscan: shrinker->nr updates race and go wrong
 2011-07-20  3:53 UTC  (2+ messages)

[patch 0/8] mm: memcg naturalization -rc2
 2011-07-20  0:36 UTC  (4+ messages)
` [patch 7/8] vmscan: memcg-aware unevictable page rescue scanner

[PATCH 0/12] tmpfs: convert from old swap vector to radix tree
 2011-07-19 23:28 UTC  (13+ messages)
` [PATCH 1/12] radix_tree: exceptional entries and indices
` [PATCH 2/12] mm: let swap use exceptional entries

[PATCH 0/3] mm: tmpfs radix_tree swap leftovers
 2011-07-19 22:56 UTC  (4+ messages)
` [PATCH 1/3] radix_tree: clean away saw_unset_tag leftovers
` [PATCH 2/3] tmpfs radix_tree: locate_item to speed up swapoff
` [PATCH 3/3] mm: clarify the radix_tree exceptional cases


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).