linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-06-18 03:14:44 to 2012-06-20 09:20:17 UTC [more...]

[PATCH -mm] memcg: prevent from OOM with too many dirty pages
 2012-06-20  9:20 UTC  (4+ messages)

[PATCH] memory hotplug: fix invalid memory access caused by stale kswapd pointer
 2012-06-20  9:01 UTC  (6+ messages)
` [PATCH] trivial, memory hotplug: add kswapd_is_running() for better readability

[PATCH v4 00/25] kmem limitation for memcg
 2012-06-20  8:59 UTC  (42+ messages)
` [PATCH v4 01/25] slab: rename gfpflags to allocflags
` [PATCH v4 02/25] provide a common place for initcall processing in kmem_cache
` [PATCH v4 03/25] slab: move FULL state transition to an initcall
` [PATCH v4 04/25] Wipe out CFLGS_OFF_SLAB from flags during initial slab creation
` [PATCH v4 05/25] memcg: Always free struct memcg through schedule_work()
` [PATCH v4 06/25] memcg: Make it possible to use the stock for more than one page
` [PATCH v4 07/25] memcg: Reclaim when more than one page needed
` [PATCH v4 08/25] memcg: change defines to an enum
` [PATCH v4 09/25] kmem slab accounting basic infrastructure
` [PATCH v4 10/25] slab/slub: struct memcg_params
` [PATCH v4 11/25] consider a memcg parameter in kmem_create_cache
` [PATCH v4 12/25] sl[au]b: always get the cache from its page in kfree
` [PATCH v4 13/25] Add a __GFP_SLABMEMCG flag
` [PATCH v4 14/25] memcg: kmem controller dispatch infrastructure
` [PATCH v4 15/25] allow enable_cpu_cache to use preset values for its tunables
` [PATCH v4 16/25] don't do __ClearPageSlab before freeing slab page
` [PATCH v4 17/25] skip memcg kmem allocations in specified code regions
` [PATCH v4 18/25] mm: Allocate kernel pages to the right memcg
` [PATCH v4 19/25] memcg: disable kmem code when not in use
` [PATCH v4 20/25] memcg: destroy memcg caches
` [PATCH v4 21/25] Track all the memcg children of a kmem_cache
` [PATCH v4 22/25] slab: slab-specific propagation changes
` [PATCH v4 23/25] memcg: propagate kmem limiting information to children
` [PATCH v4 24/25] memcg/slub: shrink dead caches
` [PATCH v4 25/25] Documentation: add documentation for slab tracker for memcg

[PATCH V5 1/5] mm: memcg softlimit reclaim rework
 2012-06-20  8:53 UTC  (12+ messages)
` [PATCH V2 2/5] mm: memcg set soft_limit_in_bytes to 0 by default
` [PATCH V5 3/5] mm: memcg detect no memcgs above softlimit under zone reclaim
` [PATCH V5 4/5] mm, vmscan: fix do_try_to_free_pages() livelock
` [PATCH V5 5/5] mm: memcg discount pages under softlimit from per-zone reclaimable_pages

Accounting problem of MIGRATE_ISOLATED freed page
 2012-06-20  7:53 UTC  (3+ messages)

[PATCH 00/17] Swap-over-NBD without deadlocking V11
 2012-06-20  7:38 UTC  (4+ messages)
` [PATCH 02/17] mm: sl[au]b: Add knowledge of PFMEMALLOC reserve pages
  ` [PATCH 02.5] mm: sl[au]b: first remove PFMEMALLOC flag then SLAB flag

[PATCH 1/4] slub: change declare of get_slab() to inline at all times
 2012-06-20  7:19 UTC  (3+ messages)
` [PATCH 3/4] slub: refactoring unfreeze_partials()

[PATCH 1,2/4 v2] slub: use __cmpxchg_double_slab() at interrupt disabled place
 2012-06-20  7:14 UTC  (3+ messages)
` [PATCH 1,2/4 v4] "

Common [00/20] Sl[auo]b: Common code rework V5 (for merge)
 2012-06-20  7:07 UTC  (6+ messages)
` Common [19/20] Allocate kmem_cache structure in slab_common.c

[PATCH v5] slab/mempolicy: always use local policy from interrupt context
 2012-06-20  7:02 UTC  (3+ messages)

[PATCH] mm, fadvise: don't return -EINVAL when filesystem has no optimization way
 2012-06-20  6:37 UTC  (5+ messages)

[resend][PATCH] mm, vmscan: fix do_try_to_free_pages() livelock
 2012-06-20  6:18 UTC  (11+ messages)

[PATCH v2] tmpfs not interleaving properly
 2012-06-20  4:02 UTC  (8+ messages)

[PATCH 01/10] zcache: fix preemptable memory allocation in atomic context
 2012-06-20  3:19 UTC  (23+ messages)
` [PATCH 02/10] zcache: fix refcount leak
` [PATCH 03/10] zcache: fix a compile warning
` [PATCH 04/10] zcache: remove unnecessary check of config option dependence
` [PATCH 05/10] zcache: mark zbud_init/zcache_comp_init as __init
` [PATCH 06/10] zcache: cleanup zbud_init
` [PATCH 07/10] zcache: optimize zcache_do_preload
` [PATCH 08/10] zcache: cleanup zcache_do_preload and zcache_put_page
` [PATCH 09/10] zcache: introduce get_zcache_client
` [PATCH 10/10] cleanup the code between tmem_obj_init and tmem_obj_find

Early boot panic on machine with lots of memory
 2012-06-20  2:57 UTC  (12+ messages)

[PATCH RESEND 1/2] mm/compaction: cleanup on compaction_deferred
 2012-06-20  1:39 UTC  (2+ messages)
` [PATCH RESEND 2/2] mm/buddy: get the allownodes for dump at once

[patch] mm, oom: do not schedule if current has been killed
 2012-06-20  0:38 UTC  (15+ messages)
    ` [patch v2] "
          ` [patch v3] "

help converting zcache from sysfs to debugfs?
 2012-06-20  0:29 UTC 

[PATCH 1/2] memcg: remove -EINTR at rmdir()
 2012-06-19 23:58 UTC  (7+ messages)
` [PATCH 2/2] memcg: clean up force_empty_list() return value check

[PATCH -mm 0/7] mm: scalable and unified arch_get_unmapped_area
 2012-06-19 23:27 UTC  (11+ messages)
` [PATCH -mm 1/7] mm: track free size between VMAs in VMA rbtree
` [PATCH -mm 2/7] mm: get unmapped area from VMA tree
` [PATCH -mm 3/7] Allow each architecture to specify the address range that can be used for this allocation
` [PATCH -mm 4/7] mm: make page colouring code generic
` [PATCH -mm 5/7] mm: remove x86 arch_get_unmapped_area(_topdown)
` [PATCH -mm 6/7] remove MIPS arch_get_unmapped_area code
` [PATCH -mm 7/7] remove ARM arch_get_unmapped_area functions

[PATCH v4] mm/memblock: fix overlapping allocation when doubling reserved array
 2012-06-19 23:00 UTC  (7+ messages)

mmotm 2012-06-19-14-24 uploaded
 2012-06-19 21:25 UTC 

mmotm 2012-06-19-14-21 uploaded
 2012-06-19 21:23 UTC 

[PATCH 00/35] AutoNUMA alpha14
 2012-06-19 18:06 UTC  (11+ messages)
` [PATCH 13/35] autonuma: add page structure fields

[PATCH] cma: cached pageblock type fixup
 2012-06-19 16:26 UTC  (6+ messages)

2012 Kernel Summit: Call for Participation
 2012-06-19 15:19 UTC 

[PATCH 1/2] memcg: remove MEMCG_NR_FILE_MAPPED
 2012-06-19 14:31 UTC  (5+ messages)
` [PATCH 2/2] memcg: add per cgroup dirty pages accounting

[PATCH] [RESEND] arm: limit memblock base address for early_pte_alloc
 2012-06-19  8:38 UTC  (2+ messages)

RFC: Easy-Reclaimable LRU list
 2012-06-19  5:49 UTC 

Penis Pill 95% Success Rate f1cip911x
 2012-06-19  4:43 UTC 

[PATCH] mm/memcg: add unlikely to mercg->move_charge_at_immigrate
 2012-06-19  0:02 UTC  (5+ messages)

[PATCH -mm 0/6] mm: scalable and unified arch_get_unmapped_area
 2012-06-18 22:03 UTC  (14+ messages)
` [PATCH -mm 1/6] mm: get unmapped area from VMA tree
` [PATCH -mm 2/6] Allow each architecture to specify the address range that can be used for this allocation
` [PATCH -mm 3/6] Fix the x86-64 page colouring code to take pgoff into account and use that code as the basis for a generic page colouring code
` [PATCH -mm 4/6] mm: remove x86 arch_get_unmapped_area(_topdown)
` [PATCH -mm 5/6] remove MIPS arch_get_unmapped_area code
` [PATCH -mm 6/6] remove ARM arch_get_unmapped_area functions

[PATCH v3] mm/memblock: fix overlapping allocation when doubling reserved array
 2012-06-18 19:36 UTC  (2+ messages)

[PATCH 3/7][TRIVIAL][resend] drivers/pci: cleanup kernel-doc warning
 2012-06-18 18:22 UTC  (2+ messages)

[PATCH 3/5] mm: memcg detect no memcgs above softlimit under zone reclaim
 2012-06-18 16:30 UTC  (3+ messages)

[PATCH 5/5] mm: memcg discount pages under softlimit from per-zone reclaimable_pages
 2012-06-18 15:39 UTC  (3+ messages)

[[PATCH -mm] 3/6] Fix the x86-64 page colouring code to take pgoff into account and use that code as the basis for a generic page colouring code
 2012-06-18 14:20 UTC  (4+ messages)
` [[PATCH -mm] 4/6] mm: remove x86 arch_get_unmapped_area(_topdown)
` [[PATCH -mm] 5/6] remove MIPS arch_get_unmapped_area code
` [[PATCH -mm] 6/6] remove ARM arch_get_unmapped_area functions

Hydrocodone 10/500 mg (WATSON 540) - 60 pills $249, Hydrocodone 10/500 mg (WATSON 540) - 90 pills $339. Buy NOW! tt7sy
 2012-06-18 10:41 UTC 

[PATCH/RFC 0/2] ARM: DMA-mapping: new extensions for buffer sharing (part 2)
 2012-06-18  9:03 UTC  (3+ messages)

[PATCH 3.5] c/r: prctl: less paranoid prctl_set_mm_exe_file()
 2012-06-18  8:58 UTC  (8+ messages)

[PATCH] mm/buddy: get the allownodes for dump at once
 2012-06-18  3:13 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).