linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2009-12-21 07:05:32 to 2010-01-04 06:04:05 UTC [more...]

[PATCH] mm : add check for the return value
 2010-01-04  6:03 UTC  (7+ messages)
  ` [PATCH] page allocator: fix update NR_FREE_PAGES only as necessary

[PATCH v2 -mmotm-2009-12-10-17-19] Fix wrong rss count of smaps
 2010-01-04  3:13 UTC  (2+ messages)

[RFC PATCH] asynchronous page fault
 2010-01-04  3:02 UTC  (27+ messages)

[RESEND][mmotm][PATCH v2, 0/5] elf coredump: Add extended numbering support
 2010-01-04  1:20 UTC  (6+ messages)
` [RESEND][mmotm][PATCH v2, 1/5] Unify dump_seek() implementations for each binfmt_*.c
` [RESEND][mmotm][PATCH v2, 2/5] Move dump_write() and dump_seek() into a header file
` [RESEND][mmotm][PATCH v2, 3/5] elf coredump: replace ELF_CORE_EXTRA_* macros by functions
` [RESEND][mmotm][PATCH v2, 4/5] elf coredump: make offset calculation process and writing process explicit
` [RESEND][mmotm][PATCH v2, 5/5] elf coredump: Add extended numbering support

[RFC] Shared page accounting for memory cgroup
 2010-01-04  0:50 UTC  (5+ messages)

[PATCH 1/3 -mmotm-2009-12-10-17-19] Move functions related to zero page
 2010-01-04  0:49 UTC  (12+ messages)
` [PATCH 2/3 -mmotm-2009-12-10-17-19] Count zero page as file_rss
  ` [PATCH 3/3 -mmotm-2009-12-10-17-19] Fix wrong rss counting of smap

[PATCH v5 0/4] cgroup notifications API and memory thresholds
 2010-01-04  0:36 UTC  (8+ messages)
` [PATCH v5 1/4] cgroup: implement eventfd-based generic API for notifications
  ` [PATCH v5 2/4] memcg: extract mem_group_usage() from mem_cgroup_read()
    ` [PATCH v5 3/4] memcg: rework usage of stats by soft limit
      ` [PATCH v5 4/4] memcg: implement memory thresholds

[PATCH v4 0/4] cgroup notifications API and memory thresholds
 2010-01-04  0:15 UTC  (18+ messages)
` [PATCH v4 1/4] cgroup: implement eventfd-based generic API for notifications
  ` [PATCH v4 2/4] memcg: extract mem_group_usage() from mem_cgroup_read()
    ` [PATCH v4 3/4] memcg: rework usage of stats by soft limit
      ` [PATCH v4 4/4] memcg: implement memory thresholds

[PATCH 1/4] vmstat: remove zone->lock from walk_zones_in_node
 2010-01-03 23:48 UTC  (19+ messages)
` [PATCH 2/4] vmscan: get_scan_ratio cleanup
` [PATCH 3/4] vmstat: add anon_scan_ratio field to zoneinfo
` [PATCH 4/4] memcg: add anon_scan_ratio to memory.stat file

[PATCH 00 of 28] Transparent Hugepage support #2
 2010-01-03 18:38 UTC  (26+ messages)
` [PATCH 14 of 28] pte alloc trans splitting
` [PATCH 25 of 28] transparent hugepage core
` [PATCH 28 of 28] memcg huge memory

[PATCH] mm/page_alloc: fix the range check for backward merging
 2010-01-03 12:04 UTC 

[RFC] vswap: virtio based swap device
 2010-01-03  0:24 UTC 

[PATCH] mm, lockdep: annotate reclaim context to zone reclaim too
 2010-01-02 15:09 UTC  (7+ messages)

[PATCH -mmotm-2009-12-10-17-19] Fix wrong rss count of smaps
 2009-12-31  2:47 UTC  (10+ messages)

[PATCH -mmotm-2009-12-10-17-19] Prevent churning of zero page in LRU list
 2009-12-31  2:26 UTC  (11+ messages)

ACPI warning from alloc_pages_nodemask on boot (2.6.33 regression)
 2009-12-31  0:47 UTC  (4+ messages)

unconditional discard calls in the swap code
 2009-12-31  0:33 UTC  (6+ messages)
    ` [PATCH] mm: don't discard unused swap slots by default

[PATCH] mm: move sys_mmap_pgoff from util.c
 2009-12-30 20:17 UTC 

Tmem [PATCH 0/5] (Take 3): Transcendent memory
 2009-12-29  2:07 UTC  (11+ messages)

[cleanup][PATCH 1/2] mlock_vma_pages_range() never return negative value
 2009-12-28  2:46 UTC  (2+ messages)
` [cleanup][PATCH 2/2] mlock_vma_pages_range() only return success or failure

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

[PATCH] [TRIVIAL] memcg: typo in comment to mem_cgroup_print_oom_info()
 2009-12-26 19:31 UTC 

2.6.28.10 - kernel BUG at mm/rmap.c:725
 2009-12-25  5:14 UTC  (2+ messages)

OOM killer unexpectedly called with kernel 2.6.32
 2009-12-25  3:14 UTC 

[PATCH] slab: initialize unused alien cache entry as NULL at alloc_alien_cache()
 2009-12-23 11:23 UTC  (9+ messages)
  ` [PATCH v2] "

[PATCH -mmotm 0/8] memcg: move charge at task migration (21/Dec)
 2009-12-23  0:26 UTC  (11+ messages)
` [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: improve performance in moving swap charge

[aarcange@redhat.com: [PATCH 00 of 28] Transparent Hugepage support #2]
 2009-12-22 23:50 UTC  (2+ messages)

[PATCH] mm : kill combined_idx
 2009-12-22  3:11 UTC  (4+ messages)

fix 2.6.32 slowdown in heavy swapping
 2009-12-22  2:51 UTC  (2+ messages)

[PATCH ] memory-hotplug: create /sys/firmware/memmap entry for new memory(v3)
 2009-12-21 12:19 UTC 

CPU consumption is going as high as 95% on ARM Cortex A8
 2009-12-21 11:26 UTC  (7+ messages)

Tmem [PATCH 0/5] (Take 3): Transcendent memory
 2009-12-21 10:54 UTC  (2+ messages)


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