cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-06-15 13:21:39 to 2012-06-25 22:49:42 UTC [more...]

[PATCH 00/11] kmem controller for memcg: stripped down version
 2012-06-25 22:49 UTC  (27+ 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

[PATCH] fix bad behavior in use_hierarchy file
 2012-06-25 22:26 UTC  (9+ messages)

[PATCH v4 00/25] kmem limitation for memcg
 2012-06-25 14:04 UTC  (55+ 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 v4 0/2] memcg: cleanup memory cgroup
 2012-06-25 11:41 UTC  (2+ messages)

[PATCH v3 3/4] memcg: optimize memcg_get_hierarchical_limit
 2012-06-25 11:19 UTC  (6+ messages)

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

[PATCH v4 1/2] memcg: cleanup useless LRU_ALL_EVICTABLE
 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  (12+ 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  (13+ 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

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

[PATCH] cgroups: Account for CSS_DEACT_BIAS in __css_put
 2012-06-18 22:39 UTC  (3+ messages)

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

[PATCH 0/7][TRIVIAL][resend] trivial patches
 2012-06-18  1:16 UTC  (2+ messages)

[PATCH -V6 00/14] memcg: Add memcg extension to control HugeTLB allocation
 2012-06-16 20:26 UTC  (10+ messages)
` [PATCH -V6 07/14] memcg: Add HugeTLB extension

[PATCH 7/7] mm/memory.c : cleanup the coding style issue
 2012-06-15 19:40 UTC  (2+ messages)

[PATCH 6/7][TRIVIAL][resend] mm: cleanup page reclaim comment error
 2012-06-15 14:58 UTC  (2+ 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).