linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-08-15 18:03:57 to 2012-08-19 00:52:44 UTC [more...]

[PATCH v2 00/16] generic hashtable implementation
 2012-08-19  0:52 UTC  (16+ messages)
` [PATCH v2 01/16] hashtable: introduce a small and naive hashtable
` [PATCH 02/16] user_ns: use new hashtable implementation
` [PATCH v2 02/16] userns: "
` [PATCH v2 03/16] mm,ksm: "
` [PATCH v2 04/16] workqueue: "
` [PATCH v2 05/16] mm/huge_memory: "
` [PATCH v2 06/16] tracepoint: "
` [PATCH v2 07/16] net,9p: "
` [PATCH v2 08/16] block,elevator: "
` [PATCH v2 09/16] SUNRPC/cache: "
` [PATCH v2 10/16] dlm: "
` [PATCH v2 11/16] net,l2tp: "
` [PATCH v2 12/16] dm: "
` [PATCH v2 13/16] lockd: "
` [PATCH v2 14/16] net,rds: "

[PATCH 0/3] staging: zcache+ramster: move to new code base and re-merge
 2012-08-18 19:10 UTC  (10+ messages)
` [PATCH 1/3] Remove old zcache and ramster staging drivers to prep for new code base
` [PATCH 2/3] Move to new zcache codebase
` [PATCH 3/3] Move to new codebase for ramster, re-merged with "

[PATCH 0/4] promote zcache from staging
 2012-08-18 19:09 UTC  (8+ messages)

Repeated fork() causes SLAB to grow without bound
 2012-08-18  4:10 UTC  (5+ messages)

[RFC][PATCH -mm -v2 0/4] mm,vmscan: reclaim from highest score cgroup
 2012-08-18  4:02 UTC  (9+ messages)
` [RFC][PATCH -mm -v2 1/4] mm,vmscan: track recent pressure on each LRU set
` [RFC][PATCH -mm -v2 2/4] mm,memcontrol: export mem_cgroup_get/put
` [RFC][PATCH -mm -v2 3/4] mm,vmscan: reclaim from the highest score cgroups
` [RFC][PATCH -mm -v2 4/4] mm,vmscan: evict inactive file pages first

[RFC PATCH 2/2] mm: Batch page_check_references in shrink_page_list sharing the same i_mmap_mutex
 2012-08-18  1:06 UTC 

[RFC PATCH 0/2] mm: Batch page reclamation under shink_page_list
 2012-08-18  1:06 UTC 

[RFC PATCH 1/2] mm: Batch unmapping of file mapped pages in shrink_page_list
 2012-08-18  1:06 UTC 

[PATCH V8 1/2] mm: memcg softlimit reclaim rework
 2012-08-17 22:03 UTC  (6+ messages)

[PATCH V2 0/3] staging: zcache+ramster: move to new code base and re-merge
 2012-08-17 22:02 UTC  (4+ messages)
` [PATCH 1/3] staging: zcache+ramster: remove old drivers to prep for new base
` [PATCH 2/3] staging: zcache: move to new zcache codebase
` [PATCH 3/3] staging: zcache+ramster: move to new ramster codebase, re-merged with "

[PATCH v2 00/11] Request for Inclusion: kmem controller for memcg
 2012-08-17 21:37 UTC  (56+ messages)
` [PATCH v2 04/11] kmem accounting basic infrastructure
` [PATCH v2 06/11] memcg: kmem controller infrastructure
` [PATCH v2 08/11] memcg: disable kmem code when not in use
` [PATCH v2 09/11] memcg: propagate kmem limiting information to children

C12 [00/19] Sl[auo]b: Common code rework V12
 2012-08-17 20:59 UTC 

[RFC PATCH 0/6] memcg: vfs isolation in memory cgroup
 2012-08-17 19:18 UTC  (11+ messages)

[PATCH, RFC 0/9] Introduce huge zero page
 2012-08-17 16:33 UTC  (12+ messages)
` [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] slub: try to get cpu partial slab even if we get enough objects for cpu freelist
 2012-08-17 14:56 UTC  (10+ messages)

[RFC 0/2] Reduce alloc_contig_range latency
 2012-08-17 14:48 UTC  (13+ messages)
` [RFC 1/2] cma: remove __reclaim_pages
` [RFC 2/2] cma: support MIGRATE_DISCARD

[PATCH 0/7] Improve hugepage allocation success rates under load V5
 2012-08-17 14:14 UTC  (8+ messages)
` [PATCH 1/7] Revert __GFP_NO_KSWAPD removal
` [PATCH 2/7] mm: have order > 0 compaction start near a pageblock with free pages
` [PATCH 3/7] mm: compaction: Abort async compaction if locks are contended or taking too long
` [PATCH 4/7] mm: remove __GFP_NO_KSWAPD
` [PATCH 5/7] mm: compaction: Update comment in try_to_compact_pages
` [PATCH 6/7] mm: vmscan: Scale number of pages reclaimed by reclaim/compaction based on failures
` [PATCH 7/7] mm: compaction: Capture a suitable high-order page immediately when it is made available

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

[PATCH] memory hotplug: avoid double registration on ia64 platform
 2012-08-17 13:24 UTC  (2+ messages)

Potential Regression in 3.6-rc1 - Kirkwood SATA
 2012-08-17 12:46 UTC  (2+ messages)

[patch] mm, slab: remove dflags
 2012-08-17 11:32 UTC  (3+ messages)

[PATCH v2] memcg: execute partial memcg freeing in mem_cgroup_destroy
 2012-08-17  6:37 UTC  (5+ messages)

[RFC PATCH 3/6] memcg: restructure shrink_slab to walk memcg hierarchy
 2012-08-17  5:53 UTC  (6+ messages)

[RFC PATCH 4/6] memcg: shrink dcache with memcg context
 2012-08-17  5:51 UTC  (2+ messages)

[RFC PATCH 6/6] memcg: shrink slab during memcg reclaim
 2012-08-17  5:51 UTC  (3+ messages)

[PATCH 0/7] zram/zsmalloc promotion
 2012-08-17  5:47 UTC  (4+ messages)

[RFC PATCH 1/6] memcg: pass priority to prune_icache_sb()
 2012-08-17  5:44 UTC  (4+ messages)

[RFC PATCH 2/6] memcg: add target_mem_cgroup, mem_cgroup fields to shrink_control
 2012-08-17  5:41 UTC  (3+ messages)

[PATCH 2/3] kmemleak: replace list_for_each_continue_rcu with new interface
 2012-08-17  4:33 UTC 

[PATCH 0/3] raid, kmemleak, netfilter: replace list_for_each_continue_rcu with new interface
 2012-08-17  4:33 UTC 

Purchase your Levitra from one of our drugstores today. Levitra/Viagr/Cialis from $1.25 w5tgf11l0o
 2012-08-17  3:34 UTC 

[RFC PATCH 5/6] memcg: move dcache slabs to root lru when memcg exits
 2012-08-16 20:54 UTC 

[PATCH v3 0/7] Avoid cache trashing on clearing huge/gigantic page
 2012-08-16 19:42 UTC  (13+ messages)
` [PATCH v3 1/7] THP: Use real address for NUMA policy
` [PATCH v3 2/7] THP: Pass fault address to __do_huge_pmd_anonymous_page()
` [PATCH v3 3/7] hugetlb: pass fault address to hugetlb_no_page()
` [PATCH v3 4/7] mm: pass fault address to clear_huge_page()
` [PATCH v3 5/7] x86: Add clear_page_nocache
` [PATCH v3 6/7] mm: make clear_huge_page cache clear only around the fault address
` [PATCH v3 7/7] x86: switch the 64bit uncached page clear to SSE/AVX v2

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

[announce] pagemap-demo-ng tools
 2012-08-16 18:21 UTC  (2+ messages)

[PATCH] hugetlb: do not use vma_hugecache_offset for vma_prio_tree_foreach
 2012-08-16 15:11 UTC  (3+ messages)

[PATCH 0/5] rbtree based interval tree as a prio_tree replacement
 2012-08-16 15:06 UTC  (7+ messages)
` [PATCH 3/5] kmemleak: use rbtree instead of prio tree

MMTests 0.04
 2012-08-16 14:52 UTC  (4+ messages)
  ` [MMTests] dbench4 async on ext3

[PATCH 02/16] user_ns: use new hashtable implementation
 2012-08-16 14:28 UTC  (4+ messages)

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

Scan from a Hewlett-Packard ScanJet #64451301
 2012-08-16 11:33 UTC 

[PATCH] execute the whole memcg freeing in rcu callback
 2012-08-16  9:10 UTC  (2+ messages)

[RFC PATCH] mm: introduce N_LRU_MEMORY to distinguish between normal and movable memory
 2012-08-16  8:19 UTC  (7+ messages)

[PATCH 1/3] slub: prefetch next freelist pointer in __slab_alloc()
 2012-08-16  7:06 UTC  (3+ messages)
  ` [PATCH 2/3] slub: reduce failure of this_cpu_cmpxchg in put_cpu_partial() after unfreezing

[ANN] Userspace low memory killer daemon
 2012-08-16  7:01 UTC 

[PATCH] slub: prevent validate_slab() error due to race condition
 2012-08-16  7:02 UTC  (7+ messages)

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

[PATCH v2] slub: use free_page instead of put_page for freeing kmalloc allocation
 2012-08-16  6:25 UTC  (2+ messages)

[PATCH 0/6][resend] mempolicy memory corruption fixlet
 2012-08-15 20:20 UTC  (5+ messages)

Strange VM stats in /proc/zoneinfo
 2012-08-15 19:01 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).