cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-12-09 14:03:31 to 2011-12-22 08:53:10 UTC [more...]

[PATCH] Partial revert "Basic kernel memory functionality for the Memory Controller"
 2011-12-22  8:53 UTC 

[PATCH] cgroup: move a check to parse_cgroupfs_options()
 2011-12-22  8:43 UTC 

[PATCH 1/4] cgroup: remove redundant get/put of old css_set from migrate
 2011-12-22  5:50 UTC  (7+ messages)
  ` [PATCH 2/4] cgroup: remove redundant get/put of task struct
  ` [PATCH 3/4] cgroup: only need to check oldcgrp==newgrp once
  ` [PATCH 4/4] cgroup: remove extra calls to find_existing_css_set

[RFC PATCH] cgroup: Remove task_lock() from cgroup_post_fork()
 2011-12-22  1:18 UTC 

Q: cgroup: Questions about possible issues in cgroup locking
 2011-12-21 20:04 UTC  (10+ messages)

[PATCH 0/2 v3] cgroup: Remove useless task_lock()
 2011-12-21 19:16 UTC  (4+ messages)
  ` [PATCH 1/2 v3] cgroup: Remove unnecessary task_lock before fetching css_set on migration
  ` [PATCH 2/2 v3] cgroup: Drop task_lock(parent) on cgroup_fork()

[PATCH 0/2 v2] cgroup: Remove useless task_lock()
 2011-12-21 17:52 UTC  (9+ messages)
  ` [PATCH 1/2 v2] cgroup: Remove unnecessary task_lock before fetching css_set on migration
  ` [PATCH 2/2 v2] cgroup: Drop task_lock(parent) on cgroup_fork()

[PATCH] memcg: reset to root_mem_cgroup at bypassing
 2011-12-21 12:28 UTC  (11+ messages)
  ` [PATCH v2] memcg: return -EINTR at bypassing try_charge()
      ` [PATCH v3] "

[PATCH] cgroup: remove redundate get/put of old css_set from migrate
 2011-12-21  1:53 UTC  (13+ messages)
      ` [PATCH v2] "
          ` [PATCH 1/2] cgroup: Remove unnecessary task_lock before fetching css_set on migration
              ` [PATCH 2/2] cgroup: Drop task_lock(parent) on cgroup_fork()

[PATCH 1/5 V3] cgroup: remove redundate get/put of old css_set from migrate
 2011-12-21  1:29 UTC  (18+ messages)
  ` [PATCH 2/5] cgroup: remove redundant get/put of task struct
  ` [PATCH 3/5] cgroup: only need to check oldcgrp==newgrp once
  ` [PATCH 4/5] cgroup: remove extra calls to find_existing_css_set
  ` [PATCH 5/5] cgroup: separate out cgroup_attach_proc error handling code

[PATCH] cgroups: remove redundant get/put of css_set from css_set_check_fetched()
 2011-12-19 17:15 UTC  (3+ messages)

[PATCH] cgroups: fix a css_set not found bug in cgroup_attach_proc
 2011-12-19 17:13 UTC  (4+ messages)

[RFC] cgroup basic comounting
 2011-12-19  8:00 UTC  (4+ messages)

[PATCH 0/3] sched: some fixes for vruntime calculation related to cgroup movement
 2011-12-19  2:55 UTC  (15+ messages)
  ` [PATCH 1/3] sched: fix cgroup movement of newly created process
  ` [PATCH 2/3] sched: fix cgroup movement of forking process
  ` [PATCH 3/3] sched: fix cgroup movement of waking process
` [PATCH -tip 0/3] sched: some fixes for vruntime calculation related to cgroup movement(v2)

[PATCH 1/2] net: fix sleeping while atomic problem in sock mem_cgroup
 2011-12-16 20:35 UTC  (4+ messages)
  ` [PATCH 2/2] net: fix compilation with !CONFIG_NET

[PATCH v9 0/9] Request for inclusion: per-cgroup tcp memory pressure controls
 2011-12-16 13:30 UTC  (24+ messages)
` [PATCH v9 1/9] Basic kernel memory functionality for the Memory Controller
` [PATCH v9 2/9] foundations of per-cgroup memory pressure controlling
` [PATCH v9 3/9] socket: initial cgroup code
` [PATCH v9 4/9] tcp memory pressure controls
` [PATCH v9 5/9] per-netns ipv4 sysctl_tcp_mem
` [PATCH v9 6/9] tcp buffer limitation: per-cgroup limit
` [PATCH v9 7/9] Display current tcp memory allocation in kmem cgroup
` [PATCH v9 8/9] Display current tcp failcnt "
` [PATCH v9 9/9] Display maximum tcp memory allocation "

[PATCH v2] net: fix sleeping while atomic problem in sock mem_cgroup
 2011-12-16 10:10 UTC  (6+ messages)

[patch] oom, memcg: fix exclusion of memcg threads after they have detached their mm
 2011-12-16  8:31 UTC  (9+ messages)
      ` [patch v2] "
              ` [patch v3] "

[PATCH] fix sleeping while atomic problem in sock mem_cgroup
 2011-12-16  6:09 UTC  (2+ messages)

[PATCH 0/2] Proposed fixes for tcp memory pressure
 2011-12-16  2:06 UTC  (12+ messages)
  ` [PATCH 1/2] Move limit definitions outside CONFIG_INET
  ` [PATCH 2/2] Explicitly call tcp creation and init from memcontrol.c

[PATCH 0/3] Simple cleanups for cgroups
 2011-12-15  7:03 UTC  (19+ messages)
  ` [PATCH] make clone_children a flag
  ` [PATCH 1/3] nitpick: make simple functions inline
  ` [PATCH 2/3] make clone_children a flag
  ` [PATCH 3/3] make 'none' field "

[PATCH v6 00/10] Request for inclusion: per-cgroup tcp memory pressure controls
 2011-12-14 16:45 UTC  (4+ messages)
` [PATCH v6 01/10] Basic kernel memory functionality for the Memory Controller

[PATCH -mm] cgroup: Fix task counter common ancestor logic
 2011-12-13 23:22 UTC  (3+ messages)

[PATCH] resource cgroups: remove bogus cast
 2011-12-13 15:44 UTC  (2+ messages)

How to draw values for /proc/stat
 2011-12-12  9:35 UTC  (13+ messages)

[BUGFIX][PATCH] add mem_cgroup_replace_page_cache
 2011-12-12  0:48 UTC  (5+ messages)
  ` [BUGFIX][PATCH v2] "

[PATCH v8 0/9] per-cgroup tcp memory pressure controls
 2011-12-12  0:34 UTC  (11+ messages)
` [PATCH v8 1/9] Basic kernel memory functionality for the Memory Controller
` [PATCH v8 3/9] socket: initial cgroup code


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