linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-05-07 04:23:56 to 2010-05-13 13:12:04 UTC [more...]

[PATCH 0/5] always lock the root anon_vma
 2010-05-13 13:11 UTC  (24+ messages)
` [PATCH 1/5] rename anon_vma_lock to vma_lock_anon_vma
` [PATCH 3/5] track the root (oldest) anon_vma
` [PATCH 4/5] always lock "
` [PATCH 5/5] extend KSM refcounts to the anon_vma root
` [PATCH 2/5] change direct call of spin_lock(anon_vma->lock) to inline function

[RFC, 0/7] NUMA Hotplug emulator
 2010-05-13 12:22 UTC  (3+ messages)

[RFC,5/7] NUMA hotplug emulator
 2010-05-13 12:14 UTC 

[RFC,5/7] NUMA hotplug emulator
 2010-05-13 12:11 UTC  (2+ messages)

[RFC, 7/7] NUMA hotplug emulator
 2010-05-13 12:03 UTC 

[RFC, 6/7] NUMA hotplug emulator
 2010-05-13 12:00 UTC 

[RFC,4/7] NUMA hotplug emulator
 2010-05-13 11:52 UTC 

[RFC, 3/7] NUMA hotplug emulator
 2010-05-13 11:48 UTC 

[RFC,2/7] NUMA Hotplug emulator
 2010-05-13 11:45 UTC 

[RFC,1/7] NUMA Hotplug emulator
 2010-05-13 11:41 UTC 

[PATCH 1/9] mm: add generic adaptive large memory allocation APIs
 2010-05-13  9:51 UTC 

[PATCH 0/9] mm: generic adaptive large memory allocation APIs
 2010-05-13  9:49 UTC 

[PATCH 0/7] HWPOISON for hugepage (v5)
 2010-05-13  9:18 UTC  (9+ messages)
` [PATCH 1/7] hugetlb, rmap: add reverse mapping for hugepage
` [PATCH 2/7] HWPOISON, hugetlb: enable error handling path "
` [PATCH 3/7] HWPOISON, hugetlb: set/clear PG_hwpoison bits on hugepage
` [PATCH 4/7] HWPOISON, hugetlb: maintain mce_bad_pages in handling hugepage error
` [PATCH 5/7] HWPOISON, hugetlb: isolate corrupted hugepage
` [PATCH 6/7] HWPOISON, hugetlb: detect hwpoison in hugetlb code
` [PATCH 7/7] HWPOISON, hugetlb: support hwpoison injection for hugepage

[PATCH] Cleanup migrate case in try_to_unmap_one
 2010-05-13  8:59 UTC  (5+ messages)

[BUGFIX][PATCH -mm] memcg fix mis-accounting of file mapped racy with migration
 2010-05-13  7:44 UTC  (3+ messages)

[PATCH -mm] cpuset,mm: fix no node to alloc memory when changing cpuset's mems - fix2
 2010-05-13  6:16 UTC  (5+ messages)

[patch 0/5] vmscan: cut down on struct scan_control
 2010-05-13  3:36 UTC  (9+ messages)
` [patch 1/5] vmscan: fix unmapping behaviour for RECLAIM_SWAP
` [patch 3/5] vmscan: remove all_unreclaimable scan control
` [patch 4/5] vmscan: remove isolate_pages callback "
` [patch 5/5] vmscan: remove may_swap "

[PATCH] vmscan: page_check_references() check low order lumpy reclaim properly
 2010-05-13  2:54 UTC  (3+ messages)

[PATCH] mm,migration: Avoid race between shift_arg_pages() and rmap_walk() during migration by not migrating temporary stacks
 2010-05-13  0:19 UTC  (11+ messages)

[PATCH 0/8] Numa: Use Generic Per-cpu Variables for numa_*_id()
 2010-05-12 20:03 UTC  (6+ messages)
` [PATCH 6/8] numa: slab: use numa_mem_id() for slab local memory node

[PATCH 2/2] cpuset,mm: fix no node to alloc memory when changing cpuset's mems
 2010-05-12  6:16 UTC  (4+ messages)

[PATCH/WIP] lmb cleanups and additions
 2010-05-12  5:24 UTC  (37+ messages)
` [PATCH 01/25] lmb: Rename lmb_region to lmb_type and lmb_property to lmb_region
  ` [PATCH 02/25] lmb: No reason to include asm/lmb.h late
    ` [PATCH 03/25] lmb: Introduce for_each_lmb() and new accessors, and use it
      ` [PATCH 04/25] lmb: Remove nid_range argument, arch provides lmb_nid_range() instead
        ` [PATCH 05/25] lmb: Factor the lowest level alloc function
          ` [PATCH 06/25] lmb: Expose LMB_ALLOC_ANYWHERE
            ` [PATCH 07/25] lmb: Introduce default allocation limit and use it to replace explicit ones
              ` [PATCH 08/25] lmb: Remove rmo_size, burry it in arch/powerpc where it belongs
                ` [PATCH 09/25] lmb: Change u64 to phys_addr_t
                  ` [PATCH 10/25] lmb: Remove unused lmb.debug struct member
                    ` [PATCH 11/25] lmb: Remove lmb_type.size and add lmb.memory_size instead
                      ` [PATCH 12/25] lmb: Move lmb arrays to static storage in lmb.c and make their size a variable
                        ` [PATCH 13/25] lmb: Add debug markers at the end of the array
                          ` [PATCH 14/25] lmb: Make lmb_find_region() out of lmb_alloc_region()
                            ` [PATCH 15/25] lmb: Define LMB_ERROR internally instead of using ~(phys_addr_t)0
                              ` [PATCH 16/25] lmb: Move lmb_init() to the bottom of the file
                                ` [PATCH 17/25] lmb: split lmb_find_base() out of __lmb_alloc_base()
                                  ` [PATCH 18/25] lmb: Move functions around into a more sensible order
                                    ` [PATCH 19/25] lmb: Add array resizing support
                                      ` [PATCH 20/25] lmb: Add arch function to control coalescing of lmb memory regions
                                        ` [PATCH 21/25] lmb: Add "start" argument to lmb_find_base()
                                          ` [PATCH 22/25] lmb: NUMA allocate can now use early_pfn_map
                                            ` [PATCH 23/25] lmb: Separate lmb_alloc_nid() and lmb_alloc_try_nid()

Newbie question about 2.4.21 kernel /proc/meminfo caculation
 2010-05-12  4:54 UTC 

[PATCH 3/5] direct-io: honor dio->boundary a little more strictly
 2010-05-12  0:13 UTC  (2+ messages)

[PATCH v3 -mmotm 0/2] memcg: move charge of file cache/shmem
 2010-05-11 22:09 UTC  (9+ messages)
` [PATCH v3 -mmotm 1/2] memcg: clean up move charge
` [PATCH v3 -mmotm 2/2] memcg: move charge of file pages
    ` [PATCH v3.1 "

[PATCH 0/2] Fix migration races in rmap_walk() V3
 2010-05-11 16:29 UTC  (13+ messages)
` [PATCH 2/2] mm,migration: Avoid race between shift_arg_pages() and rmap_walk() during migration by not migrating temporary stacks

[PATCH] ummunotify: Userspace support for MMU notifications V2
 2010-05-11 16:17 UTC  (4+ messages)

[PATCH 0/2] Fix migration races in rmap_walk() V7
 2010-05-10 23:55 UTC  (32+ messages)
` [PATCH 1/2] mm,migration: Prevent rmap_walk_[anon|ksm] seeing the wrong VMA information
` [PATCH 2/2] mm,migration: Fix race between shift_arg_pages and rmap_walk by guaranteeing rmap_walk finds PTEs created within the temporary stack

[PATCH] mm,compaction: Do not schedule work on other CPUs for compaction
 2010-05-10 16:48 UTC  (3+ messages)

Frontswap [PATCH 0/4] (was Transcendent Memory): overview
 2010-05-10 16:05 UTC  (13+ messages)

Suspicious compilation warning
 2010-05-10 15:40 UTC  (3+ messages)

[PATCH/WIP] lmb cleanups and additions
 2010-05-10  9:48 UTC 

[PATCH 24/25] lmb: Make lmb_alloc_try_nid() fallback to LMB_ALLOC_ANYWHERE
 2010-05-10  9:46 UTC  (2+ messages)
                                              ` [PATCH 25/25] lmb: Add debugfs files to dump the arrays content

virtio: put last_used and last_avail index into ring itself
 2010-05-10  3:11 UTC  (5+ messages)

numa aware lmb and sparc stuff
 2010-05-10  7:49 UTC  (6+ messages)

[PATCH v2] cgroups: make cftype.unregister_event() void-returning
 2010-05-10  6:26 UTC  (3+ messages)

[RFC] [PATCH] memcg: cleanup memory thresholds
 2010-05-09  0:11 UTC 

[PATCH] cgroups: make cftype.unregister_event() void-returning
 2010-05-08 21:35 UTC  (3+ messages)

Partial Array Self-Refresh on linux embedded systems
 2010-05-08 11:15 UTC 

[PATCH] fs: add fincore(2) (mincore(2) for file descriptors)
 2010-05-07 22:46 UTC  (3+ messages)

[RFC][BUGFIX] memcg: fix file_mapped counting at migraton
 2010-05-07 21:09 UTC  (2+ messages)

[PATCH 5/5] Btrfs: add basic DIO read support V2
 2010-05-07 17:42 UTC 

[PATCH 4/5] fs: kill blockdev_direct_IO_no_locking
 2010-05-07 17:41 UTC 

[PATCH 2/5] direct-io: add a hook for the fs to provide its own submit_bio function V2
 2010-05-07 17:40 UTC 

[PATCH 1/5] fs: allow short direct-io reads to be completed via buffered IO V2
 2010-05-07 17:39 UTC 

[Bugme-new] [Bug 15610] New: fsck leads to swapper - BUG: unable to handle kernel NULL pointer dereference & panic
 2010-05-07 14:07 UTC  (2+ messages)

[PATCH 3/3] Btrfs: add basic DIO read support
 2010-05-07 13:40 UTC  (3+ messages)

[PATCH] Split executable and non-executable mmap tracking
 2010-05-07  9:05 UTC 

[PATCH] permit to online CPUs before local memory comes online
 2010-05-07  7:19 UTC 

[PATCH v21 020/100] c/r: documentation
 2010-05-07  6:54 UTC  (3+ messages)

[PATCH 0/2] Fix migration races in rmap_walk() V5
 2010-05-07  5:49 UTC  (6+ messages)
` [PATCH 1/2] mm,migration: Prevent rmap_walk_[anon|ksm] seeing the wrong VMA information

[PATCH 1/2] mm: remove unnecessary use of atomic
 2010-05-07  5:15 UTC  (5+ messages)
` [PATCH 2/2] mm: memcontrol - uninitialised return value


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