messages from 2012-05-11 18:20:10 to 2012-05-28 08:32:28 UTC [more...]
[PATCH v3 00/28] kmem limitation for memcg
2012-05-28 8:32 UTC (32+ messages)
` [PATCH v3 01/28] slab: move FULL state transition to an initcall
` [PATCH v3 02/28] memcg: Always free struct memcg through schedule_work()
` [PATCH v3 03/28] slab: rename gfpflags to allocflags
` [PATCH v3 04/28] memcg: Make it possible to use the stock for more than one page
` [PATCH v3 05/28] memcg: Reclaim when more than one page needed
` [PATCH v3 06/28] slab: use obj_size field of struct kmem_cache when not debugging
` [PATCH v3 07/28] memcg: change defines to an enum
` [PATCH v3 08/28] res_counter: don't force return value checking in res_counter_charge_nofail
` [PATCH v3 09/28] kmem slab accounting basic infrastructure
` [PATCH v3 10/28] slab/slub: struct memcg_params
` [PATCH v3 11/28] slub: consider a memcg parameter in kmem_create_cache
` [PATCH v3 12/28] slab: pass memcg parameter to kmem_cache_create
` [PATCH v3 13/28] slub: create duplicate cache
` [PATCH v3 14/28] slab: "
` [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 17/28] skip memcg kmem allocations in specified code regions
` [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 24/28] memcg: Per-memcg memory.kmem.slabinfo file
` [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
[PATCH 1/2] cgroup: use negative bias on css->refcnt to block css_tryget()
2012-05-28 0:18 UTC (11+ messages)
` [PATCH 2/2] cgroup: make css->refcnt clearing on cgroup removal optional
` [PATCH] cgroup: superblock can't be released with active dentries
[PATCH -V6 00/14] memcg: Add memcg extension to control HugeTLB allocation
2012-05-27 20:28 UTC (16+ messages)
` [PATCH -V6 01/14] hugetlb: rename max_hstate to hugetlb_max_hstate
` [PATCH -V6 02/14] hugetlbfs: don't use ERR_PTR with VM_FAULT* values
` [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
[PATCH v7 0/2] fixes for sock memcg static branch disablement
2012-05-27 5:10 UTC (6+ messages)
` [PATCH v7 1/2] Always free struct memcg through schedule_work()
` [PATCH v7 2/2] decrement static keys on real destroy time
[PATCH v2 0/5] per-cgroup /proc/stat statistics
2012-05-26 4:44 UTC (4+ messages)
` [PATCH v2 2/5] account guest time per-cgroup as well
[PATCH] memcg: remove the unnecessary MEM_CGROUP_STAT_DATA
2012-05-25 8:11 UTC
[PATCH] slab+slob: dup name string
2012-05-24 12:06 UTC (20+ messages)
[PATCH v2] slab+slob: dup name string
2012-05-24 1:01 UTC (8+ messages)
[PATCH v6 0/2] fix static_key disabling problem in memcg
2012-05-23 20:33 UTC (7+ messages)
` [PATCH v6 1/2] Always free struct memcg through schedule_work()
` [PATCH v6 2/2] decrement static keys on real destroy time
About cgroup memory limits
2012-05-23 8:07 UTC (4+ messages)
[GIT PULL] cgroup changes for 3.5-rc1
2012-05-22 17:34 UTC
memcg-devel git tree updated to 3.4
2012-05-22 15:57 UTC
[PATCH] slab: move FULL state transition to an initcall
2012-05-22 14:59 UTC (2+ messages)
[PATCH] cgroup: fix device deny of DEV_ALL
2012-05-22 12:48 UTC (8+ messages)
[RFD/RFC v2] event about group change
2012-05-22 5:31 UTC (14+ messages)
` [PATCH -V3 1/1] cgroup: Add inotify event on change tasks file (fork, exit, move pid from file)
[RFC] memcg: propagate kmem limiting information to children
2012-05-21 11:34 UTC
[PATCH -V2 0/9] memcg: add HugeTLB resource tracking
2012-05-17 23:16 UTC (3+ messages)
` [PATCH -V2 6/9] hugetlbfs: Add memory controller support for private mapping
[PATCH v5 0/2] fix static_key disabling problem in memcg
2012-05-17 17:02 UTC (26+ messages)
` [PATCH v5 1/2] Always free struct memcg through schedule_work()
` [PATCH v5 2/2] decrement static keys on real destroy time
[patch 0/6] mm: memcg: statistics implementation cleanups
2012-05-17 10:56 UTC (19+ messages)
` [patch 2/6] mm: memcg: convert numa stat to read_seq_string interface
` [patch 3/6] mm: memcg: print statistics directly to seq_file
` [patch 4/6] mm: memcg: keep ratelimit counter separate from event counters
` [patch 5/6] mm: memcg: group swapped-out statistics counter logically
` [patch 6/6] mm: memcg: print statistics from live counters
` [patch 1/6] mm: memcg: remove obsolete statistics array boundary enum item
[PATCH v2 00/29] kmem limitation for memcg
2012-05-17 10:14 UTC (38+ messages)
` [PATCH v2 01/29] slab: dup name string
` [PATCH v2 02/29] slub: fix slab_state for slub
` [PATCH v2 04/29] slub: always get the cache from its page in kfree
` [PATCH v2 05/29] slab: rename gfpflags to allocflags
` [PATCH v2 11/29] cgroups: ability to stop res charge propagation on bounded ancestor
` [PATCH v2 18/29] memcg: kmem controller charge/uncharge infrastructure
` [PATCH v2 19/29] skip memcg kmem allocations in specified code regions
[PATCH v3][0/6] memcg: prevent -ENOMEM in pre_destroy()
2012-05-15 15:12 UTC (21+ messages)
` [PATCH v3 1/6] memcg: fix error code in hugetlb_force_memcg_empty()
` [PATCH 2/6] add res_counter_uncharge_until()
` [PATCH v3 4/6] memcg: move charges to root cgroup if use_hierarchy=0
` [PATCH v3 6/6] remove __must_check for res_counter_charge_nofail()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).