linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-05-25 13:08:12 to 2012-05-30 08:52:52 UTC [more...]

(no subject)
 2012-05-30  8:52 UTC 

[PATCH 00/35] AutoNUMA alpha14
 2012-05-30  8:25 UTC  (83+ messages)
` [PATCH 01/35] mm: add unlikely to the mm allocation failure check
` [PATCH 02/35] autonuma: make set_pmd_at always available
` [PATCH 03/35] xen: document Xen is using an unused bit for the pagetables
` [PATCH 04/35] autonuma: define _PAGE_NUMA_PTE and _PAGE_NUMA_PMD
` [PATCH 05/35] autonuma: x86 pte_numa() and pmd_numa()
` [PATCH 06/35] autonuma: generic "
` [PATCH 07/35] autonuma: teach gup_fast about pte_numa
` [PATCH 08/35] autonuma: introduce kthread_bind_node()
` [PATCH 09/35] autonuma: mm_autonuma and sched_autonuma data structures
` [PATCH 10/35] autonuma: define the autonuma flags
` [PATCH 11/35] autonuma: core autonuma.h header
` [PATCH 12/35] autonuma: CPU follow memory algorithm
` [PATCH 13/35] autonuma: add page structure fields
` [PATCH 14/35] autonuma: knuma_migrated per NUMA node queues
` [PATCH 15/35] autonuma: init knuma_migrated queues
` [PATCH 16/35] autonuma: autonuma_enter/exit
` [PATCH 17/35] autonuma: call autonuma_setup_new_exec()
` [PATCH 18/35] autonuma: alloc/free/init sched_autonuma
` [PATCH 19/35] autonuma: alloc/free/init mm_autonuma
` [PATCH 20/35] autonuma: avoid CFS select_task_rq_fair to return -1
` [PATCH 21/35] autonuma: teach CFS about autonuma affinity
` [PATCH 22/35] autonuma: sched_set_autonuma_need_balance
` [PATCH 23/35] autonuma: core
` [PATCH 24/35] autonuma: follow_page check for pte_numa/pmd_numa
` [PATCH 25/35] autonuma: default mempolicy follow AutoNUMA
` [PATCH 26/35] autonuma: call autonuma_split_huge_page()
` [PATCH 27/35] autonuma: make khugepaged pte_numa aware
` [PATCH 28/35] autonuma: retain page last_nid information in khugepaged
` [PATCH 29/35] autonuma: numa hinting page faults entry points
` [PATCH 30/35] autonuma: reset autonuma page data when pages are freed
` [PATCH 31/35] autonuma: initialize page structure fields
` [PATCH 32/35] autonuma: link mm/autonuma.o and kernel/sched/numa.o
` [PATCH 33/35] autonuma: add CONFIG_AUTONUMA and CONFIG_AUTONUMA_DEFAULT_ENABLED
` [PATCH 34/35] autonuma: boost khugepaged scanning rate
` [PATCH 35/35] autonuma: page_autonuma
  ` AutoNUMA alpha14

3.4-rc7: BUG: Bad rss-counter state mm:ffff88040b56f800 idx:1 val:-59
 2012-05-30  8:25 UTC  (8+ messages)

[PATCH v3 00/28] kmem limitation for memcg
 2012-05-30  8:02 UTC  (57+ messages)
` [PATCH v3 05/28] memcg: Reclaim when more than one page needed
` [PATCH v3 12/28] slab: pass memcg parameter to kmem_cache_create
` [PATCH v3 13/28] slub: create duplicate cache
                            ` [Devel] "
` [PATCH v3 15/28] slub: always get the cache from its page in kfree
` [PATCH v3 16/28] memcg: kmem controller charge/uncharge infrastructure
` [PATCH v3 18/28] slub: charge allocation to a memcg
` [PATCH v3 19/28] slab: per-memcg accounting of slab caches
` [PATCH v3 20/28] memcg: disable kmem code when not in use
` [PATCH v3 21/28] memcg: destroy memcg caches
` [PATCH v3 22/28] memcg/slub: shrink dead caches
` [PATCH v3 23/28] slab: Track all the memcg children of a kmem_cache
` [PATCH v3 25/28] slub: create slabinfo file for memcg
` [PATCH v3 26/28] slub: track all children of a kmem cache
` [PATCH v3 27/28] memcg: propagate kmem limiting information to children
` [PATCH v3 28/28] Documentation: add documentation for slab tracker for memcg

[PATCHv2 0/4] ARM: replace custom consistent dma region with vmalloc
 2012-05-30  7:22 UTC  (12+ messages)
` [PATCHv2 3/4] mm: vmalloc: add VM_DMA flag to indicate areas used by dma-mapping framework
` [PATCHv2 4/4] ARM: dma-mapping: remove custom consistent dma region

Common 00/22] Sl[auo]b: Common functionality V3
 2012-05-30  6:39 UTC  (4+ messages)
` Common 06/22] Extract common fields from struct kmem_cache

write-behind on streaming writes
 2012-05-30  3:21 UTC  (3+ messages)

[GIT] (frontswap.v16-tag)
 2012-05-29 20:49 UTC  (7+ messages)

nancydesmond@live.com
 2012-05-29 15:31 UTC 

[RFC -mm] memcg: prevent from OOM with too many dirty pages
 2012-05-29 13:51 UTC  (8+ messages)

[PATCH 0/2 v4] Flexible proportions
 2012-05-29 12:54 UTC  (6+ messages)
` [PATCH 2/2] block: Convert BDI proportion calculations to flexible proportions

[PATCH] mm/hugetlb: Use compound page head in migrate_huge_page
 2012-05-29  9:58 UTC  (4+ messages)

[RFC] block_dev:Fix bug when read/write block-device which is larger than 16TB in 32bit-OS
 2012-05-29  8:56 UTC 

[PATCH] meminfo: show /proc/meminfo base on container's memcg
 2012-05-29  8:24 UTC  (2+ messages)

Please include commit 90481622d7 in 3.3-stable
 2012-05-29  5:46 UTC  (3+ messages)

[PATCH] mm/hugetlb: Use hstate_index instead of open coding it
 2012-05-28 19:14 UTC  (2+ messages)

[PATCH] memcg: remove the unnecessary MEM_CGROUP_STAT_DATA
 2012-05-28 17:22 UTC  (3+ messages)

[PATCH] mm/hugetlb: Add documentation for hugetlb limit fail count interface
 2012-05-28 15:20 UTC 

the max size of block device on 32bit os,when using do_generic_file_read() proceed
 2012-05-28  6:26 UTC  (3+ messages)
` Re: the max size of block device on 32bit os,when usingdo_generic_file_read() proceed

mm: kernel BUG at mm/memory.c:1230
 2012-05-27 20:45 UTC  (6+ messages)

[PATCH -V6 00/14] memcg: Add memcg extension to control HugeTLB allocation
 2012-05-27 20:28 UTC  (10+ messages)
` [PATCH -V6 03/14] hugetlbfs: Add an inline helper for finding hstate index
` [PATCH -V6 06/14] hugetlb: Simplify migrate_huge_page
` [PATCH -V6 07/14] memcg: Add HugeTLB extension

Viagra - The Wonder Drug For Erectile Dysfunction 8iywxd1x3
 2012-05-27  8:38 UTC 

[PATCH v7 0/2] fixes for sock memcg static branch disablement
 2012-05-27  5:10 UTC  (3+ messages)
` [PATCH v7 2/2] decrement static keys on real destroy time

mm: hung task after fuzzing
 2012-05-26 19:34 UTC 

[PATCH] mm/numa: Fix kernel crash caused by offline node
 2012-05-26  8:03 UTC 

[PATCH v1 0/6] reduce workqueue and timer noise
 2012-05-25 21:04 UTC  (5+ messages)
` [PATCH v1 1/6] timer: make __next_timer_interrupt explicit about no future event

[PATCH] tmpfs not interleaving properly
 2012-05-25 20:46 UTC  (3+ 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).