linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-03-09 10:36:27 to 2010-03-12 10:01:37 UTC [more...]

[PATCH -mmotm 0/5] memcg: per cgroup dirty limit (v6)
 2010-03-12 10:01 UTC  (28+ messages)
` [PATCH -mmotm 1/5] memcg: disable irq at page cgroup lock
` [PATCH -mmotm 2/5] memcg: dirty memory documentation
` [PATCH -mmotm 3/5] page_cgroup: introduce file cache flags
` [PATCH -mmotm 4/5] memcg: dirty pages accounting and limiting infrastructure
` [PATCH -mmotm 5/5] memcg: dirty pages instrumentation

[PATCH -mmotm 1/2] cpuset: fix the problem that cpuset_mem_spread_node() returns an offline node - fix
 2010-03-12  9:46 UTC  (2+ messages)

[RFC PATCH 0/3] Avoid the use of congestion_wait under zone pressure
 2010-03-12  9:09 UTC  (26+ 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 00/10 -mm v3] oom killer rewrite
 2010-03-12  7:46 UTC  (14+ messages)
` [patch 01/10 -mm v3] oom: filter tasks not sharing the same cpuset
` [patch 02/10 -mm v3] oom: sacrifice child with highest badness score for parent
` [patch 03/10 -mm v3] oom: select task from tasklist for mempolicy ooms
` [patch 04/10 -mm v3] oom: remove special handling for pagefault ooms
` [patch 05/10 -mm v3] oom: badness heuristic rewrite
` [patch 06/10 -mm v3] oom: deprecate oom_adj tunable
` [patch 07/10 -mm v3] oom: replace sysctls with quick mode
` [patch 08/10 -mm v3] oom: avoid oom killer for lowmem allocations
` [patch 09/10 -mm v3] oom: remove unnecessary code and cleanup
` [patch 10/10 -mm v3] oom: default to killing current for pagefault ooms

[PATCH 1/3] memcg: oom wakeup filter
 2010-03-12  5:37 UTC  (3+ messages)
` [PATCH 2/3] memcg: oom notifier
  ` [PATCH 3/3] memcg: oom kill disable and oom status

Memory management woes - order 1 allocation failures
 2010-03-12  3:32 UTC  (4+ messages)

[RFC][PATCH 0/3] memcg: oom notifier at el. (v3)
 2010-03-12  3:03 UTC  (10+ messages)
` [RFC][PATCH 1/3] memcg: wake up filter in oom waitqueue
` [RFC][PATCH 2/3] memcg: oom notifier
` [RFC][PATCH 3/3] memcg: oom kill disable and stop and go hooks

[PATCH -mmotm 3/4] memcg: dirty pages accounting and limiting infrastructure
 2010-03-11 23:46 UTC  (23+ messages)
                ` [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] mm/ksm.c is doing an unneeded _notify in write_protect_page
 2010-03-11 18:44 UTC  (2+ messages)

[PATCH] shmem : remove redundant code
 2010-03-11 18:43 UTC  (9+ messages)
` [PATCH] kvm : remove redundant initialization of page->private

Linux kernel - Libata bad block error handling to user mode program
 2010-03-11 18:29 UTC  (4+ messages)

2.6.34-rc1: kernel BUG at mm/slab.c:2989!
 2010-03-11 16:19 UTC  (7+ messages)

mm/ksm.c seems to be doing an unneeded _notify
 2010-03-11 16:06 UTC  (9+ messages)
        ` [Patch] mm/ksm.c is doing an unneeded _notify in write_protect_page

[PATCH] MEMORY MANAGEMENT: Remove deprecated memclear_highpage_flush()
 2010-03-11 14:42 UTC  (2+ messages)

[RFC PATCH] Fix Readahead stalling by plugged device queues
 2010-03-11 13:29 UTC  (6+ messages)

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

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

[PATCH] mm: fix typo in refill_stock() comment
 2010-03-11  4:45 UTC  (3+ messages)

[patch 00/35] Transparent Hugepage support #13
 2010-03-11  0:55 UTC  (37+ messages)
` [patch 01/35] define MADV_HUGEPAGE
` [patch 02/35] compound_lock
` [patch 03/35] alter compound get_page/put_page
` [patch 04/35] update futex compound knowledge
` [patch 05/35] fix bad_page to show the real reason the page is bad
` [patch 06/35] clear compound mapping
` [patch 07/35] add native_set_pmd_at
` [patch 08/35] add pmd paravirt ops
` [patch 09/35] no paravirt version of pmd ops
` [patch 10/35] export maybe_mkwrite
` [patch 11/35] comment reminder in destroy_compound_page
` [patch 12/35] config_transparent_hugepage
` [patch 13/35] special pmd_trans_* functions
` [patch 14/35] add pmd mangling generic functions
` [patch 15/35] add pmd mangling functions to x86
` [patch 16/35] bail out gup_fast on splitting pmd
` [patch 17/35] pte alloc trans splitting
` [patch 18/35] add pmd mmu_notifier helpers
` [patch 19/35] clear page compound
` [patch 20/35] add pmd_huge_pte to mm_struct
` [patch 21/35] split_huge_page_mm/vma
` [patch 22/35] split_huge_page paging
` [patch 23/35] clear_copy_huge_page
` [patch 24/35] kvm mmu transparent hugepage support
` [patch 25/35] _GFP_NO_KSWAPD
` [patch 26/35] dont alloc harder for gfp nomemalloc even if nowait
` [patch 27/35] transparent hugepage core
` [patch 28/35] adapt to mm_counter in -mm
` [patch 29/35] verify pmd_trans_huge isnt leaking
` [patch 30/35] madvise(MADV_HUGEPAGE)
` [patch 31/35] pmd_trans_huge migrate bugcheck
` [patch 32/35] memcg compound
` [patch 33/35] memcg huge memory
` [patch 34/35] transparent hugepage vmstat
` [patch 35/35] khugepaged

[BUG] 2.6.33-mmotm-100302 "page-allocator-reduce-fragmentation-in-buddy-allocator..." patch causes Oops at boot
 2010-03-10 15:23 UTC  (3+ messages)

[PATCH/RFC 0/8] Numa: Use Generic Per-cpu Variables for numa_*_id()
 2010-03-10  9:06 UTC  (5+ messages)
` [PATCH/RFC 1/8] numa: prep: move generic percpu interface definitions to percpu-defs.h

further plans on bootmem, was: Re: - bootmem-avoid-dma32-zone-by-default.patch removed from -mm tree
 2010-03-10  7:16 UTC  (3+ messages)

[PATCH -mmotm 0/8] memcg: move charge at task migration (21/Dec)
 2010-03-10  2:50 UTC  (11+ messages)
` [PATCH -mmotm 7/8] memcg: move charges of anonymous swap

[PATCH 0/2] memcg patches around event counting...softlimit and thresholds
 2010-03-09 23:15 UTC  (6+ messages)
` [PATCH 0/2] memcg patches around event counting...softlimit and thresholds v2
  ` [PATCH 2/2] memcg : share event counter rather than duplicate v2

[PATCH 2/2] memory hotplug/s390: set phys_device
 2010-03-09 21:22 UTC  (3+ messages)

mm: Do not iterate over NR_CPUS in __zone_pcp_update()
 2010-03-09 21:02 UTC  (11+ messages)

[RFC PATCH]: ACPI: Automatically online hot-added memory
 2010-03-09 19:15 UTC  (2+ messages)

[PATCH 1/2] memory hotplug: allow to set phys_device
 2010-03-09 17:19 UTC 

[PATCH] Fix breakage in NOMMU build
 2010-03-09 16:55 UTC 

sync_mm_rss() issues
 2010-03-09 15:43 UTC  (6+ messages)
` [BUGFIX][PATCH] fix sync_mm_rss in nommu (Was "

[PATCH] [4/4] SLAB: Fix node add timer race in cache_reap
 2010-03-09 13:46 UTC  (11+ messages)
            ` [patch] slab: add memory hotplug support


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