linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-03-04 05:28:43 to 2010-03-09 10:36:27 UTC [more...]

[RFC PATCH 0/3] Avoid the use of congestion_wait under zone pressure
 2010-03-09 10:36 UTC  (11+ messages)
` [PATCH 1/3] page-allocator: Under memory pressure, wait on pressure to relieve instead of congestion
` [PATCH 2/3] page-allocator: Check zone pressure when batch of pages are freed
` [PATCH 3/3] vmscan: Put kswapd to sleep on its own waitqueue, not congestion

[PATCH -mmotm 0/4] memcg: per cgroup dirty limit (v5)
 2010-03-09  9:07 UTC  (22+ messages)
` [PATCH -mmotm 1/4] memcg: dirty memory documentation
` [PATCH -mmotm 2/4] page_cgroup: introduce file cache flags
` [PATCH -mmotm 3/4] memcg: dirty pages accounting and limiting infrastructure
                  ` [PATCH mmotm 2.5/4] memcg: disable irq at page cgroup lock (Re: [PATCH -mmotm 3/4] memcg: dirty pages accounting and limiting infrastructure)
` [PATCH -mmotm 4/4] memcg: dirty pages instrumentation

[PATCH/RFC 0/8] Numa: Use Generic Per-cpu Variables for numa_*_id()
 2010-03-09  8:46 UTC  (19+ messages)
` [PATCH/RFC 1/8] numa: prep: move generic percpu interface definitions to percpu-defs.h
` [PATCH/RFC 2/8] numa: add generic percpu var implementation of numa_node_id()
` [PATCH/RFC 3/8] numa: x86_64: use generic percpu var for numa_node_id() implementation
` [PATCH/RFC 4/8] numa: ia64: use generic percpu var "
` [PATCH/RFC 5/8] numa: Introduce numa_mem_id()- effective local memory node id
` [PATCH/RFC 6/8] numa: ia64: support numa_mem_id() for memoryless nodes
` [PATCH/RFC 7/8] numa: slab: use numa_mem_id() for slab local memory node
` [PATCH/RFC 8/8] numa: in-kernel profiling -- support memoryless nodes

[PATCH V2 4/4] cpuset,mm: update task's mems_allowed lazily
 2010-03-09  7:25 UTC  (3+ messages)

mm: Do not iterate over NR_CPUS in __zone_pcp_update()
 2010-03-09  6:34 UTC  (6+ messages)

sync_mm_rss() issues
 2010-03-09  2:33 UTC  (4+ messages)
` [BUGFIX][PATCH] fix sync_mm_rss in nommu (Was "

[PATCH] shmem : remove redundant code
 2010-03-09  2:02 UTC  (4+ messages)
` [PATCH] kvm : remove redundant initialization of page->private

[PATCH V2 1/4] cpuset: fix the problem that cpuset_mem_spread_node() returns an offline node
 2010-03-09  1:25 UTC  (3+ messages)

[RFC][PATCH 0/2] memcg: oom notifier and handling oom by user
 2010-03-08 23:57 UTC  (7+ messages)
` [RFC][PATCH 1/2] memcg: oom notifier
` [RFC][PATCH 2/2] memcg: oom killer disable and hooks for stop and recover

[patch] mm: adjust kswapd nice level for high priority page allocators
 2010-03-08 23:23 UTC  (5+ messages)

[PATCH] [4/4] SLAB: Fix node add timer race in cache_reap
 2010-03-08 23:19 UTC  (17+ messages)
                ` [patch] slab: add memory hotplug support

[PATCH] nommu: get_user_pages(): pin last page on non-page-aligned start
 2010-03-08  9:38 UTC  (3+ messages)

[LSF/VM TOPIC] Dynamic sizing of dirty_limit
 2010-03-08  7:33 UTC  (3+ messages)

mmotm boot panic bootmem-avoid-dma32-zone-by-default.patch
 2010-03-07  9:16 UTC  (26+ messages)
      ` [PATCH] x86/bootmem: introduce bootmem_default_goal
        ` please don't apply : bootmem: avoid DMA32 zone by default

[PATCH 4/4] cpuset,mm: use rwlock to protect task->mempolicy and mems_allowed
 2010-03-07  2:33 UTC  (11+ messages)

[PATCH] rmap: Fix Bugzilla Bug #5493
 2010-03-06 14:44 UTC  (7+ messages)

[PATCH -mmotm 0/4] memcg: per cgroup dirty limit (v4)
 2010-03-05 22:55 UTC  (21+ messages)
` [PATCH -mmotm 1/4] memcg: dirty memory documentation
` [PATCH -mmotm 2/4] page_cgroup: introduce file cache flags
` [PATCH -mmotm 3/4] memcg: dirty pages accounting and limiting infrastructure
` [PATCH -mmotm 4/4] memcg: dirty pages instrumentation

Linux kernel - Libata bad block error handling to user mode program
 2010-03-05 22:27 UTC  (24+ messages)

[PATCH] memcg: update mainteiner list
 2010-03-05 19:06 UTC  (5+ messages)

Conceptual difference between VM_CAN_NONLINEAR and VM_NONLINEAR ; path by which VM_NONLINEAR is suppose to be set
 2010-03-05 10:37 UTC 

[patch -mm v2 00/10] oom killer rewrite
 2010-03-05  0:58 UTC  (17+ messages)
` [patch -mm v2 04/10] oom: remove special handling for pagefault ooms

[PATCH] mm: Fix some coding styles on mm/ tree
 2010-03-04 23:29 UTC  (2+ messages)

unable to handle kernel paging request on resume with 2.6.33-00001-gbaac35c
 2010-03-04 19:52 UTC  (6+ messages)

Linux kernel - Libata bad block error handling to user mode program
 2010-03-04 18:41 UTC 

Linux kernel - Libata bad block error handling to user mode program
 2010-03-04 18:40 UTC 

[GIT PULL] SLAB updates for 2.6.34-rc1
 2010-03-04 17:49 UTC 

kmemleak issue on ARM target
 2010-03-04 10:18 UTC  (2+ messages)

[PATCH 1/4] cpuset: fix the problem that cpuset_mem_spread_node() returns an offline node(was: Re: [regression] cpuset,mm: update tasks' mems_allowed in time (58568d2))
 2010-03-04  9:31 UTC  (3+ messages)

[PATCH] swapfile : fix the wrong return value
 2010-03-04  7:48 UTC  (6+ messages)
` [PATCH] swapfile : export more return values for swap_duplicate()

[BUGFIX][PATCH] memcg: fix oom kill behavior
 2010-03-04  5:25 UTC  (10+ messages)
` [BUGFIX][PATCH] memcg: fix oom kill behavior v2
            ` [BUGFIX][PATCH] memcg: fix oom kill behavior v3
                ` [BUGFIX][PATCH] memcg: fix oom kill behavior v4


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