linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-08-07 02:55:30 to 2012-08-09 14:51:45 UTC [more...]

[RFC PATCH 0/5] Improve hugepage allocation success rates under load V3
 2012-08-09 14:51 UTC  (8+ messages)
` [PATCH 1/5] mm: compaction: Update comment in try_to_compact_pages
` [PATCH 2/5] mm: vmscan: Scale number of pages reclaimed by reclaim/compaction based on failures
` [PATCH 3/5] mm: compaction: Capture a suitable high-order page immediately when it is made available
` [PATCH 4/5] mm: have order > 0 compaction start off where it left
` [PATCH 5/5] mm: have order > 0 compaction start near a pageblock with free pages

[PATCH v6 0/3] make balloon pages movable by compaction
 2012-08-09 14:48 UTC  (10+ messages)
` [PATCH v6 1/3] mm: introduce compaction and migration for virtio ballooned pages
` [PATCH v6 2/3] virtio_balloon: introduce migration primitives to balloon pages
` [PATCH v6 3/3] mm: add vm event counters for balloon pages compaction

Common11r [00/20] Sl[auo]b: Common code rework V11
 2012-08-09 13:56 UTC  (21+ messages)
` Common11r [01/20] slub: Add debugging to verify correct cache use on kmem_cache_free()
` Common11r [02/20] slub: Use kmem_cache for the kmem_cache structure
` Common11r [03/20] Rename oops label
` Common11r [04/20] Improve error handling in kmem_cache_create
` Common11r [05/20] Move list_add() to slab_common.c
` Common11r [06/20] Extract a common function for kmem_cache_destroy
` Common11r [07/20] Always use the name "kmem_cache" for the slab cache with the kmem_cache structure
` Common11r [08/20] Move freeing of kmem_cache structure to common code
` Common11r [09/20] Get rid of __kmem_cache_destroy
` Common11r [10/20] Move duping of slab name to slab_common.c
` Common11r [11/20] Do slab aliasing call from common code
` Common11r [12/20] Move sysfs_slab_add to common
` Common11r [13/20] Move kmem_cache allocations into common code
` Common11r [14/20] Shrink __kmem_cache_create() parameter lists
` Common11r [15/20] Move kmem_cache refcounting to common code
` Common11r [16/20] slab: Simplify bootstrap
` Common11r [17/20] create common functions for boot slab creation
` Common11r [18/20] slub: Use a statically allocated kmem_cache boot structure for bootstrap
` Common11r [19/20] slab: Use the new create_boot_cache function to simplify bootstrap
` Common11r [20/20] Common alignment code

[PATCH TRIVIAL] mm: Fix build warning in kmem_cache_create()
 2012-08-09 14:13 UTC  (11+ messages)
    ` [PATCH RESEND] mm: Restructure kmem_cache_create() to move debug cache integrity checks into a new function
          ` [PATCH v2] "

[RFC PATCH] mm: introduce N_LRU_MEMORY to distinguish between normal and movable memory
 2012-08-09 14:06 UTC  (2+ messages)

Common11 [00/20] Sl[auo]b: Common code rework V11
 2012-08-09 13:56 UTC  (23+ messages)
` Common11 [01/20] slub: Add debugging to verify correct cache use on kmem_cache_free()
` Common11 [02/20] slub: Use kmem_cache for the kmem_cache structure
` Common11 [03/20] Rename oops label
` Common11 [04/20] Improve error handling in kmem_cache_create
` Common11 [05/20] Move list_add() to slab_common.c
` Common11 [06/20] Extract a common function for kmem_cache_destroy
` Common11 [07/20] Always use the name "kmem_cache" for the slab cache with the kmem_cache structure
` Common11 [08/20] Move freeing of kmem_cache structure to common code
` Common11 [09/20] Get rid of __kmem_cache_destroy
` Common11 [10/20] Move duping of slab name to slab_common.c
` Common11 [11/20] Do slab aliasing call from common code
` Common11 [12/20] Move sysfs_slab_add to common
` Common11 [13/20] Move kmem_cache allocations into common code
` Common11 [14/20] Shrink __kmem_cache_create() parameter lists
` Common11 [15/20] Move kmem_cache refcounting to common code
` Common11 [16/20] slab: Simplify bootstrap
` Common11 [17/20] create common functions for boot slab creation
` Common11 [18/20] slub: Use a statically allocated kmem_cache boot structure for bootstrap
` Common11 [19/20] slab: Use the new create_boot_cache function to simplify bootstrap
` Common11 [20/20] Common alignment code

[PATCH] compaction: fix deferring compaction mistake
 2012-08-09 13:50 UTC  (3+ messages)

[PATCH 0/5][RFC] Fallocate Volatile Ranges v6
 2012-08-09 13:35 UTC  (5+ messages)
` [PATCH 1/5] [RFC] Add volatile range management code

[PATCH v2 00/11] Request for Inclusion: kmem controller for memcg
 2012-08-09 13:01 UTC  (12+ messages)
` [PATCH v2 01/11] memcg: Make it possible to use the stock for more than one page
` [PATCH v2 02/11] memcg: Reclaim when more than one page needed
` [PATCH v2 03/11] memcg: change defines to an enum
` [PATCH v2 04/11] kmem accounting basic infrastructure
` [PATCH v2 05/11] Add a __GFP_KMEMCG flag
` [PATCH v2 06/11] memcg: kmem controller infrastructure
` [PATCH v2 07/11] mm: Allocate kernel pages to the right memcg
` [PATCH v2 08/11] memcg: disable kmem code when not in use
` [PATCH v2 09/11] memcg: propagate kmem limiting information to children
` [PATCH v2 10/11] memcg: allow a memcg with kmem charges to be destructed
` [PATCH v2 11/11] protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombs

[patch] mmap: feed back correct prev vma when finding vma
 2012-08-09 12:21 UTC 

[RFC PATCH 0/6] Improve hugepage allocation success rates under load
 2012-08-09  9:20 UTC  (29+ messages)
` [PATCH 1/6] mm: compaction: Update comment in try_to_compact_pages
` [PATCH 2/6] mm: vmscan: Scale number of pages reclaimed by reclaim/compaction based on failures
` [PATCH 3/6] mm: kswapd: Continue reclaiming for reclaim/compaction if the minimum number of pages have not been reclaimed
` [PATCH 4/6] mm: compaction: Capture a suitable high-order page immediately when it is made available
` [PATCH 5/6] mm: have order > 0 compaction start off where it left
` [PATCH 6/6] mm: have order > 0 compaction start near a pageblock with free pages

[PATCH, RFC 0/9] Introduce huge zero page
 2012-08-09  9:08 UTC  (10+ messages)
` [PATCH, RFC 1/9] thp: huge zero page: basic preparation
` [PATCH, RFC 2/9] thp: zap_huge_pmd(): zap huge zero pmd
` [PATCH, RFC 3/9] thp: copy_huge_pmd(): copy huge zero page
` [PATCH, RFC 4/9] thp: do_huge_pmd_wp_page(): handle "
` [PATCH, RFC 5/9] thp: change_huge_pmd(): keep huge zero page write-protected
` [PATCH, RFC 6/9] thp: add address parameter to split_huge_page_pmd()
` [PATCH, RFC 7/9] thp: implement splitting pmd for huge zero page
` [PATCH, RFC 8/9] thp: setup huge zero page on non-write page fault
` [PATCH, RFC 9/9] thp: lazy huge zero page allocation

[RFC PATCH 0/5] Improve hugepage allocation success rates under load V2
 2012-08-09  8:47 UTC  (13+ messages)
` [PATCH 1/5] mm: compaction: Update comment in try_to_compact_pages
` [PATCH 2/5] mm: vmscan: Scale number of pages reclaimed by reclaim/compaction based on failures
` [PATCH 3/5] mm: compaction: Capture a suitable high-order page immediately when it is made available
` [PATCH 4/5] mm: have order > 0 compaction start off where it left
` [PATCH 5/5] mm: have order > 0 compaction start near a pageblock with free pages

[PATCH 0/5] rbtree based interval tree as a prio_tree replacement
 2012-08-09  8:31 UTC  (9+ messages)
` [PATCH 1/5] rbtree: add prio tree and interval tree tests
` [PATCH 2/5] mm: replace vma prio_tree with an interval tree
` [PATCH 3/5] kmemleak: use rbtree instead of prio tree
` [PATCH 4/5] prio_tree: remove
` [PATCH 5/5] rbtree: move augmented rbtree functionality to rbtree_augmented.h

[RFC][PATCH -mm 0/3] mm,vmscan: reclaim from highest score cgroup
 2012-08-09  1:02 UTC  (5+ messages)
` [RFC][PATCH -mm 1/3] mm,vmscan: track recent pressure on each LRU set
` [RFC][PATCH -mm 2/3] mm,vmscan: reclaim from highest score cgroups
` [RFC][PATCH -mm 3/3] mm,vmscan: evict inactive file pages first

[PATCH] netvm: check for page == NULL when propogating the skb->pfmemalloc flag
 2012-08-08 22:50 UTC  (3+ messages)

United Postal Service Tracking Nr. H0217685754
 2012-08-08 19:46 UTC 

Common10 [00/20] Sl[auo]b: Common code rework V10
 2012-08-08 17:56 UTC  (24+ messages)
` Common10 [05/20] Move list_add() to slab_common.c
` Common10 [06/20] Extract a common function for kmem_cache_destroy
` Common10 [10/20] Move duping of slab name to slab_common.c
` Common10 [11/20] Do slab aliasing call from common code
` Common10 [12/20] Move sysfs_slab_add to common
` Common10 [13/20] Move kmem_cache allocations into common code
` Common10 [14/20] Shrink __kmem_cache_create() parameter lists

[PATCH 0/4] promote zcache from staging
 2012-08-08 17:47 UTC  (15+ messages)

[PATCH 0/7] zram/zsmalloc promotion
 2012-08-08 17:35 UTC  (9+ messages)
` [PATCH 1/7] zsmalloc: s/firstpage/page in new copy map funcs
` [PATCH 2/7] zsmalloc: prevent mappping in interrupt context
` [PATCH 3/7] zsmalloc: add page table mapping method
` [PATCH 4/7] zsmalloc: collapse internal .h into .c
` [PATCH 5/7] zsmalloc: promote to mm/
` [PATCH 6/7] zram: promote zram from staging
` [PATCH 7/7] zram: select ZSMALLOC when ZRAM is configured

[PATCH] mm: hugetlb: flush dcache before returning zeroed huge page to userspace
 2012-08-08 16:26 UTC  (12+ messages)

[PATCH 00/11] kmem controller for memcg: stripped down version
 2012-08-08 14:15 UTC  (10+ messages)
      ` Fork bomb limitation in memcg WAS: "

WARNING: at mm/page_alloc.c:4514 free_area_init_node+0x4f/0x37b()
 2012-08-08 13:50 UTC  (5+ messages)

[PATCH 1/3] zsmalloc: s/firstpage/page in new copy map funcs
 2012-08-08  4:57 UTC  (2+ messages)

Fwd: Re: Your Flight US 17-151128
 2012-08-08  3:07 UTC 

Your Flight US 007-62426
 2012-08-07 16:00 UTC 

[RFC/PATCH] zcache/ramster rewrite and promotion
 2012-08-07 13:34 UTC  (9+ messages)

[PATCH] ARM: dma-mapping: fix atomic allocation alignment
 2012-08-07 13:22 UTC  (2+ messages)

[PATCH] ARM: dma-mapping: fix incorrect freeing of atomic allocations
 2012-08-07 13:20 UTC  (2+ messages)

[patch v2] hugetlb: correct page offset index for sharing pmd
 2012-08-07 12:41 UTC  (5+ messages)

[RFC patch] mmap: permute find_vma with find_vma_prev
 2012-08-07 12:13 UTC  (3+ messages)

[RFC v3 0/7] generic hashtable implementation
 2012-08-07  9:49 UTC  (4+ messages)
` [RFC v3 1/7] hashtable: introduce a small and naive hashtable

[PATCH v2 0/9] faster augmented rbtree interface
 2012-08-07  7:12 UTC  (6+ messages)
` [PATCH v2 8/9] rbtree: faster augmented rbtree manipulation
        ` [PATCH] rbtree: add RB_DECLARE_CALLBACKS() macro

[RFC PATCH V6 00/19] memory-hotplug: hot-remove physical memory
 2012-08-07  5:31 UTC  (7+ messages)
` [RFC PATCH V6 13/19] memory-hotplug: check page type in get_page_bootmem
` [RFC PATCH V6 15/19] memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap
` [RFC PATCH V6 16/19] memory-hotplug: free memmap "


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