cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-01-19 20:46:56 to 2012-02-22 20:32:03 UTC [more...]

[PATCH 0/7] memcg kernel memory tracking
 2012-02-22 20:32 UTC  (27+ messages)
  ` [PATCH 1/7] small cleanup for memcontrol.c
  ` [PATCH 2/7] Basic kernel memory functionality for the Memory Controller
  ` [PATCH 3/7] per-cgroup slab caches
  ` [PATCH 4/7] chained slab caches: move pages to a different cache when a cache is destroyed
  ` [PATCH 5/7] shrink support for memcg kmem controller
  ` [PATCH 6/7] track dcache per-memcg
  ` [PATCH 7/7] example shrinker for memcg-aware dcache

[RFD] cgroup: about multiple hierarchies
 2012-02-22 18:43 UTC  (12+ messages)

[PATCH 1/2] memcg: fix page_referencies cgroup filter on global reclaim
 2012-02-21 13:11 UTC  (8+ messages)
` [PATCH 2/2] memcg: use vm_swappiness from current memcg

[PATCH] memcg: rework inactive_ratio logic
 2012-02-21 11:01 UTC  (6+ messages)

[PATCH -V1 0/9] hugetlbfs: Add cgroup resource controller for hugetlbfs
 2012-02-20 11:21 UTC  (10+ messages)
` [PATCH -V1 1/9] hugetlbfs: Add new HugeTLB cgroup
` [PATCH -V1 2/9] hugetlbfs: Add usage and max usage files to hugetlb cgroup
` [PATCH -V1 3/9] hugetlbfs: Add new region handling functions
` [PATCH -V1 4/9] hugetlbfs: Add controller support for shared mapping
` [PATCH -V1 5/9] hugetlbfs: Add controller support for private mapping
` [PATCH -V1 6/9] hugetlbfs: Switch to new region APIs
` [PATCH -V1 7/9] hugetlbfs: Add truncate region functions
` [PATCH -V1 8/9] hugetlbfs: Add task migration support
` [PATCH -V1 9/9] hugetlbfs: Add HugeTLB controller documentation

[PATCH 00/10] cgroups: Task counter subsystem v8
 2012-02-16 15:31 UTC  (18+ messages)
  ` [PATCH 01/10] cgroups: add res_counter_write_u64() API
  ` [PATCH 02/10] cgroups: new resource counter inheritance API
  ` [PATCH 03/10] cgroups: ability to stop res charge propagation on bounded ancestor
  ` [PATCH 04/10] cgroups: add res counter common ancestor searching
  ` [PATCH 05/10] res_counter: allow charge failure pointer to be null
  ` [PATCH 06/10] cgroups: pull up res counter charge failure interpretation to caller
  ` [PATCH 07/10] cgroups: allow subsystems to cancel a fork
  ` [PATCH 08/10] cgroups: Add a task counter subsystem
  ` [PATCH 09/10] selftests: Enter each directories before executing selftests
  ` [PATCH 10/10] selftests: Add a new task counter selftest

[PATCH 0/5] per-cpu/cpuacct cgroup scheduler statistics
 2012-02-16 10:06 UTC  (9+ messages)
  ` [PATCH 1/5] make steal time's to-tick routine generic
  ` [PATCH 2/5] store number of iowait events in a task_group
  ` [PATCH 3/5] account guest time per-cgroup as well
  ` [PATCH 4/5] expose fine-grained per-cpu data for cpuacct stats
  ` [PATCH 5/5] expose per-taskgroup schedstats in cgroup

[PATCH] memcg: make threshold index in the right position
 2012-02-03  2:49 UTC  (7+ messages)

[PATCH] cgroup: remove cgroup_subsys argument from callbacks
 2012-02-02 17:26 UTC  (2+ messages)

[PATCH] memcg: make threshold index in the right position
 2012-02-02  7:58 UTC 

Q: cgroup: Questions about possible issues in cgroup locking
 2012-02-01 16:28 UTC  (3+ messages)

[PATCH 1/6] netprio_cgroup: fix an off-by-one bug
 2012-02-01 12:02 UTC  (15+ messages)
` [PATCH 3/6] netprio_cgroup: fix wrong memory access when NETPRIO_CGROUP=m
` [PATCH 4/6] netprio_cgroup: use IS_ENABLED() and family
  ` [PATCH 2/6] netprio_cgroup: don't allocate prio table when a device is registered
  ` [PATCH 5/6] cls_cgroup: use IS_ENABLED() and family
` [PATCH 6/6] cls_cgroup: remove redundant rcu_read_lock/unlock

[RFC] sched: special case cpuacct cpuusage when cpu cgroup is comounted
 2012-01-31 12:57 UTC 

[PATCH] cgroup: remove extra calls to find_existing_css_set
 2012-01-30 22:06 UTC  (4+ messages)

how to make memory.memsw.failcnt is nonzero
 2012-01-30  8:46 UTC  (8+ messages)

[PATCH] cgroup: remove extra calls to find_existing_css_set
 2012-01-30  7:00 UTC  (3+ messages)

[RFC] [PATCH 0/7 v2] memcg: page_cgroup diet
 2012-01-26 19:10 UTC  (44+ messages)
` [RFC] [PATCH 1/7 v2] memcg: remove unnecessary check in mem_cgroup_update_page_stat()
` [RFC] [PATCH 2/7 v2] memcg: add memory barrier for checking account move
` [RFC] [PATCH 3/7 v2] memcg: remove PCG_MOVE_LOCK flag from pc->flags
` [RFC] [PATCH 4/7 v2] memcg: new scheme to update per-memcg page stat accounting
` [RFC] [PATCH 5/7 v2] memcg: remove PCG_FILE_MAPPED
` [RFC] [PATCH 7/7 v2] memcg: make mem_cgroup_begin_update_stat to use global pcpu

[PATCH] memcg: fix compile warning on non-numa systems
 2012-01-26  9:01 UTC  (5+ messages)

[RFC 0/4] per-namespace allowed filesystems list
 2012-01-24 11:24 UTC  (16+ messages)
  ` [RFC 1/4] move /proc/filesystems inside /proc/self
  ` [RFC 4/4] fslist netlink interface
` [RFC 2/4] per-namespace allowed filesystems list
` [RFC 3/4] show only allowed filesystems in /proc/filesystems

[PATCH 0/3] fixes for tcp memcg
 2012-01-24  8:15 UTC  (11+ messages)
` [PATCH 1/3] net: fix socket memcg build with !CONFIG_NET
  ` [PATCH 2/3] cgroup: make sure memcg margin is 0 when over limit
  ` [PATCH 3/3] net: introduce res_counter_charge_nofail() for socket allocations

[PATCH] memcg: restore ss->id_lock to spinlock, using RCU for next
 2012-01-21 20:43 UTC  (12+ messages)
        ` [PATCH 1/3] idr: make idr_get_next() good for rcu_read_lock()
          ` [PATCH 2/3] cgroup: revert ss_id_lock to spinlock
        ` [PATCH 3/3] memcg: let css_get_next() rely upon rcu_read_lock()

[PATCH 1/3] cgroup: simplify double-check locking in cgroup_attach_proc
 2012-01-21  5:52 UTC  (7+ messages)
` [PATCH 2/3] cgroup: replace tasklist_lock with rcu_read_lock
` [PATCH 3/3] cgroup: remove extra calls to find_existing_css_set

[PATCH 1/2] cgroup: revise how we re-populate root directory
 2012-01-21  4:00 UTC  (11+ messages)
` [PATCH 2/2] cgroup: add xattr support

[PATCH 1/2] cgroup: remove cgroup_attach_task_current_cg()
 2012-01-20 17:31 UTC  (3+ messages)
  ` [PATCH 2/2] cgroup: move struct cgroup_pidlist out from the header file

Q: cgroup: Questions about possible issues in cgroup locking
 2012-01-20 15:06 UTC  (11+ messages)

[PATCH] introduce res_counter_charge_nofail() for socket allocations
 2012-01-19 20:57 UTC  (3+ 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).