linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH] vmscan: limit concurrent reclaimers in shrink_zone
 2009-12-14 13:14 UTC  (13+ messages)

[PATCH v2] vmscan: limit concurrent reclaimers in shrink_zone
 2009-12-14 13:03 UTC  (17+ messages)
  ` [cleanup][PATCH 1/8] vmscan: Make shrink_zone_begin/end helper function
  ` [PATCH 2/8] Mark sleep_on as deprecated
  ` [PATCH 3/8] Don't use sleep_on()
  ` [PATCH 4/8] Use prepare_to_wait_exclusive() instead prepare_to_wait()
  ` [PATCH 5/8] Use io_schedule() instead schedule()
  ` [PATCH 6/8] Stop reclaim quickly when the task reclaimed enough lots pages
  ` [PATCH 7/8] Use TASK_KILLABLE instead TASK_UNINTERRUPTIBLE
  ` [PATCH 8/8] mm: Give up allocation if the task have fatal signal

[PATCH] [0/31] HWPOISON 2.6.33 pre-merge posting
 2009-12-14 12:53 UTC  (29+ messages)
` [PATCH] [3/31] page-types: add standard GPL license header
` [PATCH] [7/31] HWPOISON: Turn ref argument into flags argument
` [PATCH] [8/31] HWPOISON: abort on failed unmap
` [PATCH] [14/31] HWPOISON: Add unpoisoning support
` [PATCH] [17/31] HWPOISON: add fs/device filters
` [PATCH] [19/31] mm: export stable page flags
` [PATCH] [20/31] HWPOISON: add page flags filter
` [PATCH] [21/31] memcg: rename and export try_get_mem_cgroup_from_page()
` [PATCH] [22/31] memcg: add accessor to mem_cgroup.css
` [PATCH] [23/31] HWPOISON: add memory cgroup filter
` [PATCH] [27/31] HWPOISON: Use correct name for MADV_HWPOISON in documentation
` [PATCH] [29/31] HWPOISON: Undefine short-hand macros after use to avoid namespace conflict

[PATCH 5/5] vmscan: Take order into consideration when deciding if kswapd is in trouble
 2009-12-14  8:49 UTC  (13+ messages)
    ` [PATCH] vmscan: Stop kswapd waiting on congestion when the min watermark is not being met
        ` [PATCH] vmscan: Stop kswapd waiting on congestion when the min watermark is not being met V2
            ` still getting allocation failures (was Re: [PATCH] vmscan: Stop kswapd waiting on congestion when the min watermark is not being met V2)

[PATCH -mmotm 0/8] memcg: move charge at task migration (14/Dec)
 2009-12-14  6:26 UTC  (9+ messages)
` [PATCH -mmotm 1/8] cgroup: introduce cancel_attach()
` [PATCH -mmotm 2/8] cgroup: introduce coalesce css_get() and css_put()
` [PATCH -mmotm 3/8] memcg: add interface to move charge at task migration
` [PATCH -mmotm 4/8] memcg: move charges of anonymous page
` [PATCH -mmotm 5/8] memcg: improve performance in moving charge
` [PATCH -mmotm 6/8] memcg: avoid oom during "
` [PATCH -mmotm 7/8] memcg: move charges of anonymous swap
` [PATCH -mmotm 8/8] memcg: improbe performance in moving swap charge

[PATCH RFC v2 0/4] cgroup notifications API and memory thresholds
 2009-12-13  1:30 UTC  (13+ messages)
` [PATCH RFC v2 1/4] cgroup: implement eventfd-based generic API for notifications
  ` [PATCH RFC v2 2/4] memcg: extract mem_group_usage() from mem_cgroup_read()
    ` [PATCH RFC v2 3/4] memcg: rework usage of stats by soft limit
      ` [PATCH RFC v2 4/4] memcg: implement memory thresholds

[RFC PATCH -tip 0/1][RESEND] tracepoints: pagecache tracepoints proposal
 2009-12-12  0:57 UTC  (2+ messages)
  ` [RFC PATCH -tip 1/1] tracepoints: add tracepoints for pagecache

[PATCH 1/1] Userspace I/O (UIO): Add support for userspace DMA
 2009-12-12  0:02 UTC  (2+ messages)

An mm bug in today's 2.6.32 git tree
 2009-12-11 17:49 UTC  (7+ messages)

[PATCHv9 3/3] vhost_net: a kernel-level virtio server
 2009-12-11 15:52 UTC  (4+ messages)

[patch 4/9] oom: Add missing rcu protection of __task_cred() in dump_tasks
 2009-12-11 13:52 UTC  (4+ messages)

[RFC mm][PATCH 0/5] per mm counter updates
 2009-12-11 13:35 UTC  (34+ messages)
` [RFC mm][PATCH 1/5] mm counter cleanup
` [RFC mm][PATCH 2/5] percpu cached mm counter
` [RFC mm][PATCH 3/5] counting swap ents per mm
` [RFC mm][PATCH 4/5] add a lowmem check function
` [RFC mm][PATCH 5/5] counting lowmem rss per mm

[PATCH 1/2] tracing: Define kmem_cache_alloc_notrace ifdef CONFIG_TRACING
 2009-12-11  8:55 UTC  (6+ messages)
` [PATCH 2/2] tracing: Fix no callsite ifndef CONFIG_KMEMTRACE
  ` [tip:perf/urgent] tracing, slab: "
` [tip:perf/urgent] tracing, slab: Define kmem_cache_alloc_notrace ifdef CONFIG_TRACING

[PATCH 1/2] tracing: Define kmem_trace_alloc_notrace unconditionally
 2009-12-11  7:06 UTC  (10+ messages)
` [PATCH 2/2] tracing: Fix no callsite ifndef CONFIG_KMEMTRACE

[PATCH] tracing: Define kmem_trace_alloc_notrace unconditionally
 2009-12-11  3:38 UTC  (2+ messages)

[RFC][PATCH v2 0/8] vmscan: AIM7 scalability improvement
 2009-12-11  2:11 UTC  (13+ messages)
` [RFC][PATCH v2 1/8] Replace page_mapping_inuse() with page_mapped()
` [RFC][PATCH v2 2/8] Introduce __page_check_address
` [RFC][PATCH v2 3/8] VM_LOCKED check don't need pte lock
` [RFC][PATCH v2 4/8] Replace page_referenced() with wipe_page_reference()
` [RFC][PATCH v2 5/8] Don't deactivate the page if trylock_page() is failed
` [RFC][PATCH v2 6/8] wipe_page_reference return SWAP_AGAIN if VM pressulre is low and lock contention is detected
` [RFC][PATCH v2 7/8] Try to mark PG_mlocked if wipe_page_reference find VM_LOCKED vma
` [RFC][PATCH v2 8/8] Don't deactivate many touched page

[PATCH] [TRIVIAL] memcg: fix memory.memsw.usage_in_bytes for root cgroup
 2009-12-10  1:16 UTC  (6+ messages)

[PATCH 2/9] ksm: let shared pages be swappable
 2009-12-09 23:54 UTC  (9+ messages)

[PATCH] mm/vmalloc: don't use vmalloc_end
 2009-12-09 23:43 UTC  (17+ messages)
          ` [PATCH -stable] vmalloc: conditionalize build of pcpu_get_vm_areas()
      ` [PATCH] m68k: rename global variable vmalloc_end to m68k_vmalloc_end

[PATCH] export use_mm and unuse_mm for filesystem modules
 2009-12-09 22:45 UTC  (2+ messages)

VFS and IMA API patch series please pull
 2009-12-09 22:44 UTC  (3+ messages)

linux-next: Tree for December 9 (hwpoison)
 2009-12-09 17:25 UTC  (2+ messages)

[BUG?] [PATCH] soft limits and root cgroups
 2009-12-09 11:30 UTC  (5+ messages)
` [cleanup][PATCH mmotm]memcg: don't call mem_cgroup_soft_limit_check() against root cgroup (Re: [BUG?] [PATCH] soft limits and root cgroups)

[PATCH] memcg: correct return value at mem_cgroup reclaim
 2009-12-09  6:22 UTC  (4+ messages)

+ mm-hugetlb-add-hugepage-support-to-pagemap.patch added to -mm tree
 2009-12-09  1:58 UTC 

+ mm-hugetlb-fix-hugepage-memory-leak-in-walk_page_range.patch added to -mm tree
 2009-12-09  1:58 UTC 

[PATCH 0/2] mm hugetlb x86: add hugepage support to pagemap
 2009-12-09  1:08 UTC  (3+ messages)

[PATCH -mmotm 0/7] memcg: move charge at task migration (04/Dec)
 2009-12-09  0:21 UTC  (5+ messages)

[PATCH] mm hugetlb x86: fix hugepage memory leak in mincore()
 2009-12-08 22:35 UTC  (2+ messages)

[PATCH] mm/page-writeback: export account_page_dirtied()
 2009-12-08 21:41 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox