linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-03-17 21:09:10 to 2010-03-24 01:47:42 UTC [more...]

[PATCH 0/11] Memory Compaction v5
 2010-03-24  1:47 UTC  (39+ messages)
` [PATCH 01/11] mm,migration: Take a reference to the anon_vma before migrating
` [PATCH 02/11] mm,migration: Do not try to migrate unmapped anonymous pages
` [PATCH 03/11] mm: Share the anon_vma ref counts between KSM and page migration
` [PATCH 04/11] Allow CONFIG_MIGRATION to be set without CONFIG_NUMA or memory hot-remove
` [PATCH 05/11] Export unusable free space index via /proc/unusable_index
` [PATCH 06/11] Export fragmentation index via /proc/extfrag_index
` [PATCH 07/11] Memory compaction core
` [PATCH 08/11] Add /proc trigger for memory compaction
` [PATCH 09/11] Add /sys trigger for per-node "
` [PATCH 10/11] Direct compact when a high-order allocation fails
` [PATCH 11/11] Do not compact within a preferred zone after a compaction failure

[Bugme-new] [Bug 15618] New: 2.6.18->2.6.32->2.6.33 huge regression in performance
 2010-03-24  0:03 UTC  (28+ messages)

[RFC PATCH 0/3] Avoid the use of congestion_wait under zone pressure
 2010-03-23 22:29 UTC  (14+ messages)

[PATCH 00 of 34] Transparent Hugepage support #14
 2010-03-23 19:08 UTC  (17+ messages)

BUG: Use after free in free_huge_page()
 2010-03-23 17:56 UTC  (3+ messages)

[C/R v20][PATCH 00/96] Linux Checkpoint-Restart - v20
 2010-03-23 16:03 UTC  (23+ messages)
` [C/R v20][PATCH 01/96] eclone (1/11): Factor out code to allocate pidmap page
  ` [C/R v20][PATCH 02/96] eclone (2/11): Have alloc_pidmap() return actual error code
    ` [C/R v20][PATCH 03/96] eclone (3/11): Define set_pidmap() function
      ` [C/R v20][PATCH 04/96] eclone (4/11): Add target_pids parameter to alloc_pid()
        ` [C/R v20][PATCH 05/96] eclone (5/11): Add target_pids parameter to copy_process()
          ` [C/R v20][PATCH 06/96] eclone (6/11): Check invalid clone flags
            ` [C/R v20][PATCH 07/96] eclone (7/11): Define do_fork_with_pids()
              ` [C/R v20][PATCH 08/96] eclone (8/11): Implement sys_eclone for x86 (32,64)
                ` [C/R v20][PATCH 09/96] eclone (9/11): Implement sys_eclone for s390
                  ` [C/R v20][PATCH 10/96] eclone (10/11): Implement sys_eclone for powerpc
                    ` [C/R v20][PATCH 11/96] eclone (11/11): Document sys_eclone
                      ` [C/R v20][PATCH 12/96] c/r: extend arch_setup_additional_pages()
                        ` [C/R v20][PATCH 13/96] c/r: break out new_user_ns()
                          ` [C/R v20][PATCH 14/96] c/r: split core function out of some set*{u,g}id functions
                            ` [C/R v20][PATCH 15/96] cgroup freezer: Fix buggy resume test for tasks frozen with cgroup freezer
                              ` [C/R v20][PATCH 16/96] cgroup freezer: Update stale locking comments
                                ` [C/R v20][PATCH 46/96] c/r: add checkpoint operation for opened files of generic filesystems

mincore and transparent huge pages
 2010-03-23 14:35 UTC  (6+ messages)
` [patch 1/5] mincore: cleanups
` [patch 2/5] mincore: break do_mincore() into logical pieces
` [patch 3/5] mincore: pass ranges as start,end address pairs
` [patch 4/5] mincore: do nested page table walks
` [rfc 5/5] mincore: transparent huge page support

[PATCH 06/11] Export fragmentation index via /proc/extfrag_index
 2010-03-23 12:03 UTC  (4+ messages)

[PATCH 03/18] mm: Generate kmemtrace trace points only if they are enabled
 2010-03-23  0:32 UTC 

[PATCH 2/2] [BUGFIX] pagemap: fix pfn calculation for hugepage
 2010-03-19  8:48 UTC  (7+ messages)

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

[PATCH][RF C/T/D] Unmapped page cache control - via boot parameter
 2010-03-22 21:10 UTC  (17+ messages)

[rfc][patch] mm, fs: warn on missing address space operations
 2010-03-22 21:01 UTC  (13+ messages)

[Bugme-new] [Bug 15610] New: fsck leads to swapper - BUG: unable to handle kernel NULL pointer dereference & panic
 2010-03-22 17:30 UTC 

[Bugme-new] [Bug 15610] New: fsck leads to swapper - BUG: unable to handle kernel NULL pointer dereference & panic
 2010-03-22 14:09 UTC 

[PATCH 0/6] Mempolicy: additional cleanups
 2010-03-22 16:22 UTC  (12+ messages)
` [PATCH 1/6] Mempolicy: Don't call mpol_set_nodemask() when no_context
` [PATCH 2/6] Mempolicy: Lose unnecessary loop variable in mpol_parse_str()
` [PATCH 3/6] Mempolicy: rename policy_types and cleanup initialization
` [PATCH 4/6] Mempolicy: factor mpol_shared_policy_init() return paths
` [BUGFIX][PATCH 5/6] Mempolicy: fix get_mempolicy() for relative and static nodes
` [PATCH 6/6] Mempolicy: document cpuset interaction with tmpfs mpol mount option

way to allocate memory within a range ?
 2010-03-21  9:38 UTC  (4+ messages)

[PATCH 1/2] pagemap: add #ifdefs CONFIG_HUGETLB_PAGE on code walking hugetlb vma
 2010-03-19 20:07 UTC  (6+ messages)

[PATCH 04/11] Allow CONFIG_MIGRATION to be set without CONFIG_NUMA or memory hot-remove
 2010-03-19 10:16 UTC  (6+ messages)

[PATCH 0/11] Memory Compaction v4
 2010-03-19 10:10 UTC  (31+ messages)
` [PATCH 01/11] mm,migration: Take a reference to the anon_vma before migrating
` [PATCH 02/11] mm,migration: Do not try to migrate unmapped anonymous pages
` [PATCH 07/11] Memory compaction core
` [PATCH 10/11] Direct compact when a high-order allocation fails

[PATCH 02/11] mm,migration: Do not try to migrate unmapped anonymous pages
 2010-03-19  8:59 UTC  (6+ messages)

[RESEND][PATCH 2/2] mempolicy: remove redundant check
 2010-03-19  8:50 UTC  (2+ messages)

[PATCH 1/2] mempolicy:del case MPOL_INTERLEAVE in policy_zonelist()
 2010-03-19  8:48 UTC  (2+ messages)

[PATCH -mmotm 0/5] memcg: per cgroup dirty limit (v7)
 2010-03-19  3:00 UTC  (25+ messages)
` [PATCH -mmotm 1/5] memcg: disable irq at page cgroup lock
` [PATCH -mmotm 2/5] memcg: dirty memory documentation
` [PATCH -mmotm 4/5] memcg: dirty pages accounting and limiting infrastructure

[RFC PATCH] Fix Readahead stalling by plugged device queues
 2010-03-19  0:25 UTC  (7+ messages)

[PATCH 3/5] tmpfs: handle MPOL_LOCAL mount option properly
 2010-03-18 21:21 UTC  (5+ messages)

[PATCH 07/12] slab: convert cpu notifier to return encapsulate errno value
 2010-03-18 17:21 UTC  (2+ messages)

[PATCH 2/2] mempolicy: remove redundant check
 2010-03-18 13:19 UTC  (2+ messages)

[PATCH -mmotm 0/5] memcg: per cgroup dirty limit (v6)
 2010-03-17 22:32 UTC  (9+ 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).