Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2012-07-31 14:52:29 to 2012-08-02 16:01:14 UTC [more...]

[RFC PATCH 00/23 V2] memory, numa: introduce MOVABLE-dedicated node and online_movable for hotplug
 2012-08-02 16:01 UTC  (25+ messages)
  ` [RFC PATCH 01/23 V2] node_states: introduce N_MEMORY
  ` [RFC PATCH 02/23 V2] cpuset: use N_MEMORY instead N_HIGH_MEMORY
  ` [RFC PATCH 03/23 V2] procfs: "
  ` [RFC PATCH 04/23 V2] oom: "
  ` [RFC PATCH 05/23 V2] mm,migrate: "
  ` [RFC PATCH 06/23 V2] mempolicy: "
  ` [RFC PATCH 07/23 V2] memcontrol: "
  ` [RFC PATCH 08/23 V2] hugetlb: "
  ` [RFC PATCH 09/23 V2] vmstat: "
  ` [RFC PATCH 10/23 V2] kthread: "
  ` [RFC PATCH 11/23 V2] init: "
  ` [RFC PATCH 12/23 V2] vmscan: "
  ` [RFC PATCH 13/23 V2] page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initialization
  ` [RFC PATCH 14/23 V2] slub, hotplug: ignore unrelated node's hot-adding and hot-removing
  ` [RFC PATCH 15/23 V2] memory_hotplug: fix missing nodemask management
  ` [RFC PATCH 16/23 V2] numa: add CONFIG_MOVABLE_NODE for movable-dedicated node
  ` [RFC PATCH 17/23 V2] page_alloc.c: don't subtract unrelated memmap from zone's present pages
  ` [RFC PATCH 18/23 V2] page_alloc: add kernelcore_max_addr
  ` [RFC PATCH 19/23 V2] x86: get pg_data_t's memory from other node
  ` [RFC PATCH 20/23 V2] x86: use memblock_set_current_limit() to set memblock.current_limit
  ` [RFC PATCH 21/23 V2] memblock: limit memory address from memblock
  ` [RFC PATCH 22/23 V2] memblock: compare current_limit with end variable at memblock_find_in_range_node()
  ` [RFC PATCH 23/23 V2] mm, memory-hotplug: add online_movable

Common [00/16] Sl[auo]b: Common code rework V8
 2012-08-02 15:41 UTC  (44+ messages)
` Common [01/16] slub: Add debugging to verify correct cache use on kmem_cache_free()
` Common [02/16] slub: Use kmem_cache for the kmem_cache structure
` Common [03/16] Move list_add() to slab_common.c
` Common [04/16] Extract a common function for kmem_cache_destroy
` Common [05/16] Always use the name "kmem_cache" for the slab cache with the kmem_cache structure
` Common [06/16] Move freeing of kmem_cache structure to common code
` Common [07/16] Get rid of __kmem_cache_destroy
` Common [08/16] Move duping of slab name to slab_common.c
` Common [09/16] Do slab aliasing call from common code
` Common [10/16] Move sysfs_slab_add to common
` Common [11/16] slub: Use a statically allocated kmem_cache boot structure for bootstrap
` Common [12/16] create common create_kmalloc_cache()
` Common [13/16] slub: Introduce function for opening boot caches
` Common [14/16] Move kmem_cache allocations into common code
` Common [15/16] Shrink __kmem_cache_create() parameter lists
` Common [16/16] Common alignment code

[PATCH -mm] mm: hugetlbfs: Correctly populate shared pmd
 2012-08-02 14:40 UTC  (2+ messages)

[PATCH] slub: use free_page instead of put_page for freeing kmalloc allocation
 2012-08-02 14:06 UTC  (2+ messages)

Common [0/9] Sl[auo]b: Common code rework V7
 2012-08-02 13:58 UTC  (16+ messages)
` Common [1/9] slub: Add debugging to verify correct cache use on kmem_cache_free()
` Common [2/9] slub: Use kmem_cache for the kmem_cache structure
` Common [3/9] Move list_add() to slab_common.c
` Common [4/9] Extract a common function for kmem_cache_destroy
` Common [5/9] Always use the name "kmem_cache" for the slab cache with the kmem_cache structure
` Common [6/9] Move freeing of kmem_cache structure to common code
` Common [7/9] Get rid of __kmem_cache_destroy
` Common [8/9] Move duping of slab name to slab_common.c
` Common [9/9] Do slab aliasing call from common code

[question] how to increase the number of object on cache?
 2012-08-02 13:54 UTC  (6+ messages)

[PATCH] mm: hugetlbfs: Close race during teardown of hugetlbfs shared page tables v2
 2012-08-02 13:53 UTC  (23+ messages)
` [PATCH] mm: hugetlbfs: Close race during teardown of hugetlbfs shared page tables V2 (resend)
  ` [PATCH -alternative] "

[RFC 0/4] generic hashtable implementation
 2012-08-02 13:04 UTC  (20+ messages)
` [RFC 1/4] hashtable: introduce a small and naive hashtable
` [RFC 2/4] user_ns: use new hashtable implementation
` [RFC 3/4] mm,ksm: "
` [RFC 4/4] workqueue: "

hello
 2012-08-02 12:06 UTC 

WARNING: at mm/page_alloc.c:4514 free_area_init_node+0x4f/0x37b()
 2012-08-02 11:06 UTC  (3+ messages)

Any reason to use put_page in slub.c?
 2012-08-02  8:07 UTC  (15+ messages)

[RFC PATCH 04/23 V2] oom: use N_MEMORY instead N_HIGH_MEMORY
 2012-08-02  6:01 UTC  (16+ messages)
` [RFC PATCH 05/23 V2] mm,migrate: "
` [RFC PATCH 06/23 V2] mempolicy: "
` [RFC PATCH 07/23 V2] memcontrol: "
` [RFC PATCH 08/23 V2] hugetlb: "
` [RFC PATCH 09/23 V2] vmstat: "
` [RFC PATCH 12/23 V2] vmscan: "
` [RFC PATCH 13/23 V2] page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initialization
` [RFC PATCH 14/23 V2] slub, hotplug: ignore unrelated node's hot-adding and hot-removing
` [RFC PATCH 15/23 V2] memory_hotplug: fix missing nodemask management
` [RFC PATCH 16/23 V2] numa: add CONFIG_MOVABLE_NODE for movable-dedicated node
` [RFC PATCH 17/23 V2] page_alloc.c: don't subtract unrelated memmap from zone's present pages
` [RFC PATCH 18/23 V2] page_alloc: add kernelcore_max_addr
` [RFC PATCH 21/23 V2] memblock: limit memory address from memblock
` [RFC PATCH 22/23 V2] memblock: compare current_limit with end variable at memblock_find_in_range_node()
` [RFC PATCH 23/23 V2] mm, memory-hotplug: add online_movable

[RESEND PATCH 1/4 v3] mm: correct return value of migrate_pages() and migrate_huge_pages()
 2012-08-02  5:52 UTC  (8+ messages)
` [RESEND PATCH 4/4 v3] mm: fix possible incorrect return value of move_pages() syscall

BOUNCE linux-mm@kvack.org: Header field too long (>2048) Was: [RFC PATCH 05/23 V2] mm,migrate: use N_MEMORY instead N_HIGH_MEMORY
 2012-08-02  3:03 UTC 

[PATCH V7 2/2] mm: memcg detect no memcgs above softlimit under zone reclaim
 2012-08-02  0:43 UTC  (12+ messages)

[PATCH v4 0/3] make balloon pages movable by compaction
 2012-08-01 20:53 UTC  (8+ messages)
` [PATCH v4 1/3] mm: introduce compaction and migration for virtio ballooned pages

kernel BUG at include/linux/mm.h:277!
 2012-08-01 17:34 UTC 

Replace BUG() in mpol_to_str with -EINVAL
 2012-08-01 13:44 UTC 

[PATCH v2] list corruption by gather_surp
 2012-08-01  6:51 UTC  (4+ messages)

[RFC PATCH v5 00/19] memory-hotplug: hot-remove physical memory
 2012-08-01  6:09 UTC  (11+ messages)
` [RFC PATCH v5 12/19] memory-hotplug: introduce new function arch_remove_memory()
` [RFC PATCH v5 16/19] memory-hotplug: free memmap of sparse-vmemmap

[PATCH 1/2] memcg, oom: Provide more info while memcg oom happening
 2012-08-01  3:55 UTC  (3+ messages)
` [PATCH 2/2] memcg, oom: Clarify some oom dump messages

[PATCH RESEND v3 00/10] mm: vma->vm_flags diet
 2012-08-01  1:34 UTC  (4+ messages)
` [PATCH v3 07/10] mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_file

[RFC/PATCH] zcache/ramster rewrite and promotion
 2012-07-31 21:13 UTC  (4+ messages)

[PATCH 0/4] promote zcache from staging
 2012-07-31 18:19 UTC  (14+ messages)
` [PATCH 3/4] drivers: add memory management driver class

Common [00/20] Sl[auo]b: Common code rework V4
 2012-07-31 16:52 UTC  (10+ messages)
` Common [13/20] Extract a common function for kmem_cache_destroy

[PATCH 00/10] memcg kmem limitation - slab
 2012-07-31 16:39 UTC  (3+ messages)

Hello
 2012-07-31 17:06 UTC 

[PATCH V7 1/2] mm: memcg softlimit reclaim rework
 2012-07-31 15:44 UTC  (3+ messages)

[PATCH][TRIVIAL] mm/frontswap: fix uninit'ed variable warning
 2012-07-31 15:23 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 read-only IMAP folder(s) and NNTP newsgroup(s).