linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-09-26 06:47:04 to 2012-09-28 05:25:08 UTC [more...]

Maximizer Male Enhancement - Enlarge Your Penis Size and Last Longer! udtc371lt9
 2012-09-28  5:25 UTC 

[RFC v9 PATCH 00/21] memory-hotplug: hot-remove physical memory
 2012-09-28  4:48 UTC  (22+ messages)
` [RFC v9 PATCH 01/21] memory-hotplug: rename remove_memory() to offline_memory()/offline_pages()
` [RFC v9 PATCH 03/21] memory-hotplug: store the node id in acpi_memory_device
` [RFC v9 PATCH 04/21] memory-hotplug: offline and remove memory when removing the memory device
` [RFC v9 PATCH 05/21] memory-hotplug: check whether memory is present or not

[PATCH 0/4] bugfix for memory hotplug
 2012-09-28  3:45 UTC  (22+ messages)
` [PATCH 1/4] memory-hotplug: add memory_block_release
` [PATCH 2/4] memory-hotplug: add node_device_release
` [PATCH 3/4] memory-hotplug: clear hwpoisoned flag when onlining pages
` [PATCH 4/4] memory-hotplug: auto offline page_cgroup when onlining memory block failed

[PATCH -v2] mm: frontswap: fix a wrong if condition in frontswap_shrink
 2012-09-28  3:43 UTC  (3+ messages)

[PATCH v3 1/2] writeback: add dirty_background_centisecs per bdi variable
 2012-09-28  1:59 UTC  (7+ messages)

[patch for-3.6] mm, thp: fix mapped pages avoiding unevictable list on mlock
 2012-09-28  1:32 UTC  (6+ messages)
    ` [patch] mm, thp: fix mlock statistics

[PATCH 0/3] memory_hotplug: fix memory hotplug bug
 2012-09-28  0:39 UTC  (11+ messages)
` [PATCH 1/3] memory_hotplug: fix stale node_states[N_NORMAL_MEMORY]
` [PATCH 2/3] slub, hotplug: ignore unrelated node's hot-adding and hot-removing
` [PATCH 3/3] memory_hotplug: Don't modify the zone_start_pfn outside of zone_span_writelock()

mmotm 2012-09-27-16-57 uploaded
 2012-09-27 23:58 UTC 

[patch 1/1] thp: avoid VM_BUG_ON page_count(page) false positives in __collapse_huge_page_copy
 2012-09-27 23:40 UTC 

[PATCH] slab: Ignore internal flags in cache creation
 2012-09-27 22:56 UTC  (13+ messages)

CMA broken in next-20120926
 2012-09-27 22:11 UTC 

[RFC] mm: add support for zsmalloc and zcache
 2012-09-27 22:07 UTC  (9+ messages)

mm/mpol: Make MPOL_LOCAL a real policy
 2012-09-27 20:06 UTC 

[PATCH v3 00/13] kmem controller for memcg
 2012-09-27 18:45 UTC  (55+ messages)
` [PATCH v3 04/13] kmem accounting basic infrastructure
` [PATCH v3 05/13] Add a __GFP_KMEMCG flag
` [PATCH v3 06/13] memcg: kmem controller infrastructure
` [PATCH v3 07/13] mm: Allocate kernel pages to the right memcg

[PATCH 0/4] move slabinfo processing to common code
 2012-09-27 17:53 UTC  (12+ messages)
` [PATCH 1/4] sl[au]b: move slabinfo processing to slab_common.c
` [PATCH 2/4] sl[au]b: move print_slabinfo_header "
` [PATCH 3/4] slub: move slub internal functions to its header
` [PATCH 4/4] sl[au]b: process slabinfo_show in common code

[PATCH v4] KSM: numa awareness sysfs knob
 2012-09-27 15:45 UTC  (2+ messages)

CK1 [01/13] slab: Simplify bootstrap
 2012-09-27 14:33 UTC  (18+ messages)
` CK1 [02/13] create common functions for boot slab creation
` CK1 [09/13] slab: rename nodelists to node
` CK1 [08/13] slab: Common name for the per node structures
` CK1 [07/13] slab: Use common kmalloc_index/kmalloc_size functions
` CK1 [04/13] slab: Use the new create_boot_cache function to simplify bootstrap
` CK1 [10/13] Do not define KMALLOC array definitions for SLOB
` CK1 [06/13] Common kmalloc slab index determination
` CK1 [05/13] Common alignment code
` CK1 [12/13] Common names for the array of kmalloc caches
` CK1 [03/13] slub: Use a statically allocated kmem_cache boot structure for bootstrap
` CK1 [11/13] Common constants for kmalloc boundaries
` CK1 [13/13] Common function to create the kmalloc array

[PATCH 0/9] Reduce compaction scanning and lock contention
 2012-09-27 13:12 UTC  (17+ messages)
` [PATCH 5/9] mm: compaction: Acquire the zone->lru_lock as late as possible
` [PATCH 8/9] mm: compaction: Cache if a pageblock was scanned and no pages were isolated
            ` [PATCH] mm: compaction: cache if a pageblock was scanned and no pages were isolated -fix2

[PATCH] mm: frontswap: silence GCC warning
 2012-09-27 11:02 UTC 

[PATCH 0/3] zram/zsmalloc promotion
 2012-09-27  1:53 UTC  (15+ messages)
` [PATCH 1/3] zsmalloc: promote to lib/
` [PATCH 2/3] zram: promote zram from staging
` [PATCH 3/3] zram: select ZSMALLOC when ZRAM is configured

[PATCH v4] kpageflags: fix wrong KPF_THP on non-huge compound pages
 2012-09-27  1:20 UTC  (3+ messages)

Please be aware that __always_inline doesn't mean "always inline"!
 2012-09-27  0:03 UTC  (3+ messages)

[PATCH v3 0/9] faster augmented rbtree interface
 2012-09-26 22:43 UTC  (5+ messages)
` [PATCH v3 2/9] rbtree: add __rb_change_child() helper function

[PATCH 01/10] Makefile: Add option CONFIG_DISABLE_GCC_AUTOMATIC_INLINING
 2012-09-26 21:51 UTC  (6+ messages)
` [PATCH 05/10] mm, util: Use dup_user to duplicate user memory

[PATCH] hugetlb: do not use vma_hugecache_offset for vma_prio_tree_foreach
 2012-09-26 20:56 UTC  (2+ messages)

CK1 [00/13] [RFC] Sl[auo]b: Common kmalloc caches V1
 2012-09-26 20:01 UTC 

CK1 [00/13] [RFC] Sl[auo]b: Common kmalloc caches V1
 2012-09-26 19:12 UTC 

[PATCH] pagemap: fix wrong KPF_THP on slab pages
 2012-09-26 14:42 UTC  (4+ messages)

[PATCH v2] mm/slab: Fix kmem_cache_alloc_node_trace() declaration
 2012-09-26 12:21 UTC 

[PATCH] mm/slab: Fix typo _RET_IP -> _RET_IP_
 2012-09-26 10:46 UTC  (7+ messages)
` [PATCH] mm/slab: Fix kmem_cache_alloc_node_trace() declaration

[RFC 0/4] bypass charges if memcg is not used
 2012-09-26  9:03 UTC  (5+ messages)
` [RFC 2/4] memcg: make it suck faster

[PATCH] CMA: decrease cc.nr_migratepages after reclaiming pagelist
 2012-09-26  6:50 UTC 


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