cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-06-20 07:32:50 to 2012-06-26 14:41:09 UTC [more...]

[PATCH] memcg: first step towards hierarchical controller
 2012-06-26 14:41 UTC  (7+ messages)

[PATCH 00/11] kmem controller for memcg: stripped down version
 2012-06-26 14:40 UTC  (69+ messages)
` [PATCH 01/11] memcg: Make it possible to use the stock for more than one page
` [PATCH 02/11] memcg: Reclaim when more than one page needed
` [PATCH 03/11] memcg: change defines to an enum
` [PATCH 04/11] kmem slab accounting basic infrastructure
` [PATCH 05/11] Add a __GFP_KMEMCG flag
` [PATCH 06/11] memcg: kmem controller infrastructure
` [PATCH 07/11] mm: Allocate kernel pages to the right memcg
` [PATCH 08/11] memcg: disable kmem code when not in use
` [PATCH 09/11] memcg: propagate kmem limiting information to children
` [PATCH 10/11] memcg: allow a memcg with kmem charges to be destructed
` [PATCH 11/11] protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombs

"Regression" with cd3d09527537
 2012-06-26 12:43 UTC 

[PATCH] fix bad behavior in use_hierarchy file
 2012-06-26 11:12 UTC  (13+ messages)

[patch 1/3] mm, oom: move declaration for mem_cgroup_out_of_memory to oom.h
 2012-06-26  9:58 UTC  (11+ messages)
  ` [rfc][patch 2/3] mm, oom: introduce helper function to process threads during scan
  ` [rfc][patch 3/3] mm, memcg: introduce own oom handler to iterate only over its own threads

[PATCH v4 1/2] memcg: cleanup useless LRU_ALL_EVICTABLE
 2012-06-26  5:25 UTC  (2+ messages)

[PATCH v3 3/4] memcg: optimize memcg_get_hierarchical_limit
 2012-06-26  2:45 UTC  (7+ messages)

[PATCH v4 00/25] kmem limitation for memcg
 2012-06-25 14:04 UTC  (29+ messages)
` [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 23/25] memcg: propagate kmem limiting information to children

[PATCH v4 0/2] memcg: cleanup memory cgroup
 2012-06-25 11:41 UTC  (2+ messages)

[PATCH v4 2/2] memcg: change mem_control_xxx to mem_cgroup_xxx
 2012-06-25 11:15 UTC 

[PATCH v3 4/4] memcg: cleanup all typo in memory cgroup
 2012-06-25 10:41 UTC  (4+ messages)

[PATCH v3 1/4] memcg: cleanup useless LRU_ALL_EVICTABLE
 2012-06-25  9:59 UTC  (3+ messages)

[PATCH v3 2/4] memcg: change mem_control_xxx to mem_cgroup_xxx
 2012-06-25  9:55 UTC  (3+ messages)

[PATCH v4 0/3] memcg: cleanup memory cgroup
 2012-06-25  9:33 UTC 

[PATCH v3 0/4] mm/memcg: cleanup memory cgroup
 2012-06-25  8:42 UTC 

[PATCH 1/5 v2] memcg: replace unsigned long by u64 to avoid overflow
 2012-06-25  8:30 UTC  (3+ messages)

[PATCH 5/6] memcg: optimize memcg_get_hierarchical_limit
 2012-06-25  8:14 UTC  (3+ messages)

[PATCH 5/5 v2] memcg: cleanup all typo in memory cgroup
 2012-06-25  6:07 UTC 

[PATCH 4/5 v2] memcg: optimize memcg_get_hierarchical_limit
 2012-06-25  6:06 UTC 

[PATCH 3/5 v2] memcg: change mem_control_xxx to mem_cgroup_xxx
 2012-06-25  6:06 UTC 

[PATCH 2/5 v2] memcg: cleanup useless LRU_ALL_EVICTABLE
 2012-06-25  6:05 UTC 

[PATCH v2] mm/memcg: cleanup memory cgroup
 2012-06-25  6:05 UTC 

[PATCH 1/6] memcg: replace unsigned long by u64 to avoid overflow
 2012-06-25  4:46 UTC  (6+ messages)

[PATCH] mm/memcg: add MAX_CHARGE_BATCH to limit unnecessary charge overhead
 2012-06-25  3:02 UTC  (8+ messages)

3.5-rc3: BUG: Dentry still in use (1) [unmount of cgroup cgroup]
 2012-06-24 19:08 UTC 

BUG: Dentry still in use (1) [unmount of cgroup cgroup]
 2012-06-24 19:04 UTC 

[PATCH -V9 00/15] hugetlb: Add HugeTLB controller to control HugeTLB allocation
 2012-06-24 16:44 UTC  (5+ messages)
` [PATCH -V9 11/15] hugetlb/cgroup: Add charge/uncharge routines for hugetlb cgroup

[PATCH 4/6] memcg: move recent_rotated and recent_scanned informations
 2012-06-23 10:13 UTC  (3+ messages)

[PATCH 3/6] memcg: change mem_control_xxx to mem_cgroup_xxx
 2012-06-23  9:29 UTC  (2+ messages)

[PATCH 6/6] memcg: cleanup all typo in memory cgroup
 2012-06-23  6:19 UTC 

[PATCH 2/6] memcg: cleanup useless LRU_ALL_EVICTABLE
 2012-06-23  6:16 UTC 

[PATCH 0/6] memcg: cleanup memory cgroup
 2012-06-23  6:14 UTC 

[PATCH V2] memcg: cleanup typos in mem cgroup
 2012-06-23  4:22 UTC  (4+ messages)

[PATCH 2/2] memcg: cleanup typos in mem cgroup
 2012-06-22 12:32 UTC  (2+ messages)

[PATCH 1/2] memcg: use existing function to judge root mem cgroup
 2012-06-22 12:29 UTC  (3+ messages)

[PATCH 1/2] memcg: remove -EINTR at rmdir()
 2012-06-22  0:04 UTC  (11+ messages)
` [PATCH 2/2] memcg: clean up force_empty_list() return value check

[PATCH v3][0/6] memcg: prevent -ENOMEM in pre_destroy()
 2012-06-21 23:27 UTC  (3+ messages)

[PATCH 1/2] memcg: remove MEMCG_NR_FILE_MAPPED
 2012-06-21 23:09 UTC  (8+ messages)
` [PATCH 2/2] memcg: add per cgroup dirty pages accounting

[PATCH 0/2] Show per-cpu data in cpuacct stats
 2012-06-20 11:38 UTC  (3+ messages)
` [PATCH 1/2] account guest time per-cgroup as well
  ` [PATCH 2/2] expose fine-grained per-cpu data for cpuacct stats


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