cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-06-05 14:49:41 to 2012-06-18 10:27:59 UTC [more...]

[PATCH v4 00/25] kmem limitation for memcg
 2012-06-18 10:27 UTC  (7+ 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 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 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 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 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  (3+ messages)
  ` [PATCH v4 4/4] expose per-taskgroup schedstats in cgroup

[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 

[PATCH] meminfo: show /proc/meminfo base on container's memcg
 2012-06-07 23:18 UTC  (2+ messages)

[PATCH -V7 00/14] hugetlb: Add HugeTLB controller to control HugeTLB allocation
 2012-06-07 19:05 UTC  (6+ messages)
` [PATCH -V7 07/14] mm/page_cgroup: Make page_cgroup point to the cgroup rather than the mem_cgroup

[PATCH] cgroup: remove hierarchy_mutex
 2012-06-07  2:33 UTC  (2+ messages)

[PATCH] cgroup: make sure that decisions in __css_put are atomic
 2012-06-07  1:54 UTC  (3+ messages)

[PATCH] allow a task to join a pid namespace
 2012-06-06 18:29 UTC  (11+ messages)
    ` [Devel] "

[RFC] connectat() and bindat() system calls
 2012-06-06  8:38 UTC 

[PATCH v2 0/3] memcg : renaming and cleanup enum/macro
 2012-06-06  7:19 UTC  (5+ messages)
` [PATCH 1/3] rename MEM_CGROUP_STAT_SWAPOUT as MEM_CGROUP_STAT_SWAP
` [PATCH 3/3] remove MEM_CGROUP_CHARGE_TYPE_FORCE

Getting malloc to return NULL under memory pressure
 2012-06-05 22:08 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).