cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-06-08 09:43:17 to 2012-06-18 10:28:18 UTC [more...]

[PATCH v4 00/25] kmem limitation for memcg
 2012-06-18 10:28 UTC  (26+ 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 0/7][TRIVIAL][resend] trivial patches
 2012-06-18  1:16 UTC  (2+ messages)

[PATCH 1/2] memcg: remove MEMCG_NR_FILE_MAPPED
 2012-06-17  7:44 UTC  (9+ messages)
  ` [PATCH 2/2] memcg: add per cgroup dirty pages accounting

[PATCH -V6 00/14] memcg: Add memcg extension to control HugeTLB allocation
 2012-06-16 20:26 UTC  (14+ 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)

[PATCH 5/7][TRIVIAL][resend] mm: cleanup kernel-doc warnings
 2012-06-15 13:18 UTC 

[PATCH 4/7][TRIVIAL][resend] mm: cleanup on the comments of zone_reclaim_stat
 2012-06-15 13:17 UTC 

[PATCH 3/7][TRIVIAL][resend] drivers/pci: cleanup kernel-doc warning
 2012-06-15 13:15 UTC 

[PATCH 2/7][TRIVIAL][resend] x86/kernel: cleanup some kernel-doc warnings
 2012-06-15 13:13 UTC 

[PATCH 1/7][TRIVIAL][resend] powerpc: cleanup kernel-doc warning
 2012-06-15 13:10 UTC 

[PATCH -V9 00/15] hugetlb: Add HugeTLB controller to control HugeTLB allocation
 2012-06-15 10:50 UTC  (47+ messages)
` [PATCH -V9 01/15] hugetlb: rename max_hstate to hugetlb_max_hstate
` [PATCH -V9 02/15] hugetlb: don't use ERR_PTR with VM_FAULT* values
` [PATCH -V9 03/15] hugetlb: add an inline helper for finding hstate index
` [PATCH -V9 05/15] hugetlb: avoid taking i_mmap_mutex in unmap_single_vma() for hugetlb
` [PATCH -V9 06/15] hugetlb: simplify migrate_huge_page()
` [PATCH -V9 07/15] hugetlb: add a list for tracking in-use HugeTLB pages
` [PATCH -V9 08/15] hugetlb: Make some static variables global
` [PATCH -V9 09/15] mm/hugetlb: Add new HugeTLB cgroup
` [PATCH -V9 10/15] hugetlb/cgroup: Add the cgroup pointer to page lru
  ` [PATCH -V9 [updated] "
  ` [PATCH -V9 04/15] hugetlb: use mmu_gather instead of a temporary linked list for accumulating pages
  ` [PATCH -V9 11/15] hugetlb/cgroup: Add charge/uncharge routines for hugetlb cgroup
` [PATCH -V9 12/15] hugetlb/cgroup: Add support for cgroup removal
` [PATCH -V9 13/15] hugetlb/cgroup: add hugetlb cgroup control files
` [PATCH -V9 14/15] hugetlb/cgroup: migrate hugetlb cgroup info from oldpage to new page during migration
` [PATCH -V9 15/15] hugetlb/cgroup: add HugeTLB controller documentation

[PATCH] cgroups: Account for CSS_DEACT_BIAS in __css_put
 2012-06-15  7:20 UTC  (2+ messages)

[PATCH] perf: Use css_tryget to avoid propping up css refcount
 2012-06-15  6:32 UTC  (3+ messages)

[PATCH 0/4] Proposed slab patches as basis for memcg
 2012-06-14 17:29 UTC  (8+ messages)
  ` [PATCH 1/4] slab: rename gfpflags to allocflags
  ` [PATCH 2/4] provide a common place for initcall processing in kmem_cache
  ` [PATCH 3/4] slab: move FULL state transition to an initcall
  ` [PATCH 4/4] make CFLGS_OFF_SLAB visible for all slabs

[PATCH v4 0/4] per cgroup cpu statistics
 2012-06-14 12:18 UTC  (2+ messages)

[PATCH v3 00/28] kmem limitation for memcg
 2012-06-14  2:24 UTC  (5+ messages)

[PATCH -V8 00/16] hugetlb: Add HugeTLB controller to control HugeTLB allocation
 2012-06-13 11:15 UTC  (71+ messages)
` [PATCH -V8 01/16] hugetlb: rename max_hstate to hugetlb_max_hstate
` [PATCH -V8 02/16] hugetlb: don't use ERR_PTR with VM_FAULT* values
` [PATCH -V8 03/16] hugetlb: add an inline helper for finding hstate index
` [PATCH -V8 04/16] hugetlb: use mmu_gather instead of a temporary linked list for accumulating pages
` [PATCH -V8 05/16] hugetlb: avoid taking i_mmap_mutex in unmap_single_vma() for hugetlb
` [PATCH -V8 06/16] hugetlb: simplify migrate_huge_page()
` [PATCH -V8 07/16] hugetlb: add a list for tracking in-use HugeTLB pages
` [PATCH -V8 08/16] hugetlb: Make some static variables global
` [PATCH -V8 09/16] mm/hugetlb: Add new HugeTLB cgroup
` [PATCH -V8 10/16] hugetlb/cgroup: Add the cgroup pointer to page lru
` [PATCH -V8 11/16] hugetlb/cgroup: Add charge/uncharge routines for hugetlb cgroup
` [PATCH -V8 12/16] hugetlb/cgroup: Add support for cgroup removal
` [PATCH -V8 13/16] hugetlb/cgroup: add hugetlb cgroup control files
` [PATCH -V8 14/16] hugetlb/cgroup: add charge/uncharge calls for HugeTLB alloc/free
` [PATCH -V8 15/16] hugetlb/cgroup: migrate hugetlb cgroup info from oldpage to new page during migration
` [PATCH -V8 16/16] hugetlb/cgroup: add HugeTLB controller documentation

[PATCH 0/4] kmem memcg proposed core changes
 2012-06-12 14:36 UTC  (11+ messages)
  ` [PATCH 1/4] memcg: kmem controller dispatch infrastructure
  ` [PATCH 2/4] Add a __GFP_SLABMEMCG flag
  ` [PATCH 3/4] don't do __ClearPageSlab before freeing slab page
  ` [PATCH 4/4] mm: Allocate kernel pages to the right memcg

memcg cgroup controller & sbrk interaction
 2012-06-08 14:51 UTC 


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