cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-06-10 19:54:26 to 2013-06-24 10:52:15 UTC [more...]

[PATCHSET cgroup/for-3.11] cgroup: miscellaneous cleanups
 2013-06-24 10:52 UTC  (13+ messages)
  ` [PATCH 1/6] cgroup: convert CFTYPE_* flags to enums
  ` [PATCH 2/6] cgroup: prefix global variables with "cgroup_"
  ` [PATCH 3/6] cgroup: remove cgroup->actual_subsys_mask
  ` [PATCH 4/6] cgroup: clean up find_css_set() and friends
  ` [PATCH 5/6] cgroup: s/for_each_subsys()/for_each_root_subsys()/
  ` [PATCH 6/6] cgroup: implement for_each_[builtin_]subsys()

cgroup: status-quo and userland efforts
 2013-06-22 23:13 UTC  (5+ messages)

[PATCH for 3.2.34] memcg: do not trigger OOM if PF_NO_MEMCG_OOM is set
 2013-06-22 20:09 UTC  (14+ messages)
                  ` [PATCH for 3.2] memcg: do not trap chargers with full callstack on OOM

[PATCH cgroup/for-3.11] cgroup: reserve ID 0 for dummy_root and 1 for unified hierarchy
 2013-06-22 16:30 UTC 

[PATCH cgroup/for-3.11 1/3] cgroup: fix RCU accesses to task->cgroups
 2013-06-21 22:52 UTC  (3+ messages)
  ` [PATCH cgroup/for-3.11 2/3] cgroup: fix RCU accesses around task->cgroups
      ` [PATCH cgroup/for-3.11 3/3] cgroup: always use RCU accessors for protected accesses

[PATCH v5] Soft limit rework
 2013-06-21 16:34 UTC  (17+ messages)
` [PATCH v5 1/8] memcg, vmscan: integrate soft reclaim tighter with zone shrinking code
` [PATCH v5 2/8] memcg: Get rid of soft-limit tree infrastructure
` [PATCH v5 3/8] vmscan, memcg: Do softlimit reclaim also for targeted reclaim
` [PATCH v5 4/8] memcg: enhance memcg iterator to support predicates
` [PATCH v5 5/8] memcg: track children in soft limit excess to improve soft limit
` [PATCH v5 6/8] memcg, vmscan: Do not attempt soft limit reclaim if it would not scan anything
` [PATCH v5 7/8] memcg: Track all children over limit in the root
` [PATCH v5 8/8] memcg, vmscan: do not fall into reclaim-all pass too quickly

[PATCH cgroup/for-3.11] cgroup: disallow rename(2) if sane_behavior
 2013-06-21  8:35 UTC  (14+ messages)
  ` [PATCH v2 "

[PATCH v2] Make transparent hugepages cpuset aware
 2013-06-20  3:34 UTC 

[PATCH v11 00/25] shrinkers rework: per-numa, generic lists, etc
 2013-06-20  2:37 UTC  (10+ messages)
` [PATCH v11 25/25] list_lru: dynamically adjust node arrays

[patch] mm, memcg: add oom killer delay
 2013-06-19 21:30 UTC  (19+ messages)

[PATCH ] cgroup: rename cont to cgrp
 2013-06-19  8:23 UTC  (3+ messages)

[PATCH v4 0/9] memcg: make memcg's life cycle the same as cgroup
 2013-06-19  1:29 UTC  (11+ messages)
` [PATCH v4 1/9] Revert "memcg: avoid dangling reference count in creation failure."
` [PATCH v4 2/9] memcg, kmem: fix reference count handling on the error path
` [PATCH v4 3/9] memcg: use css_get() in sock_update_memcg()
` [PATCH v4 4/9] memcg: don't use mem_cgroup_get() when creating a kmemcg cache
` [PATCH v4 5/9] memcg: use css_get/put when charging/uncharging kmem
` [PATCH v4 6/9] memcg: use css_get/put for swap memcg
` [PATCH v4 7/9] memcg: don't need to get a reference to the parent
` [PATCH v4 8/9] memcg: kill memcg refcnt
` [PATCH v4 9/9] memcg: don't need to free memcg via RCU or workqueue

[PATCH 09/10] idr: Remove unneeded idr locking, idr_preload() usage
 2013-06-19  0:02 UTC 

[PATCH 1/2] cgroup: make serial_nr_cursor available throughout cgroup.c
 2013-06-18 18:18 UTC  (6+ messages)
  ` [PATCH 2/2] cgroup: convert cgroup_cft_commit() to use cgroup_for_each_descendant_pre()
      ` [PATCH 3/3] cgroup: clean up cgroup_serial_nr_cursor
  ` [PATCH 1/2][UPDATED] cgroup: make serial_nr_cursor available throughout cgroup.c

[PATCH 1/3] cgroup: fix umount vs cgroup_cfs_commit() race
 2013-06-18 16:05 UTC  (4+ messages)
` [PATCH 2/3] cgroup: fix umount vs cgroup_event_remove() race
  ` [PATCH 3/3] cgroup: fix memory leak in cgroup_rm_cftypes()

[PATCH] memcg: Add force_reclaim to reclaim tasks' memory in memcg
 2013-06-18 10:40 UTC  (4+ messages)

[PATCH v2 0/2] slightly rework memcg cache id determination
 2013-06-17 23:13 UTC  (5+ messages)
  ` [PATCH v2 1/2] memcg: make cache index determination more robust
` [PATCH v2 2/2] memcg: consolidate callers of memcg_cache_id

[PATCHSET v2 cgroup/for-3.11] cgroup: convert cgroup_subsys_state refcnt to percpu_ref
 2013-06-17 17:16 UTC  (26+ messages)
  ` [PATCH 01/11] cgroup: remove now unused css_depth()
  ` [PATCH 02/11] cgroup: consistently use @cset for struct css_set variables
  ` [PATCH 03/11] cgroup: bring some sanity to naming around cg_cgroup_link
  ` [PATCH 04/11] cgroup: use kzalloc() instead of kmalloc()
  ` [PATCH 06/11] cgroup: rename CGRP_REMOVED to CGRP_DEAD
  ` [PATCH 07/11] cgroup: drop unnecessary RCU dancing from __put_css_set()
  ` [PATCH 09/11] cgroup: reorder the operations in cgroup_destroy_locked()
` [PATCH 05/11] cgroup: clean up css_[try]get() and css_put()
` [PATCH 08/11] cgroup: remove cgroup->count and use
` [PATCH 10/11] cgroup: split cgroup destruction into two steps
` [PATCH 11/11] cgroup: use percpu refcnt for cgroup_subsys_states

[patch v4] Soft limit rework
 2013-06-17 14:01 UTC  (3+ messages)

[PATCH] memcg: make cache index determination more robust
 2013-06-14 13:56 UTC  (6+ messages)

[PATCH v3 5/9] memcg: use css_get/put when charging/uncharging kmem
 2013-06-14 10:56 UTC  (6+ messages)

[patch 1/2] arch: invoke oom-killer from page fault
 2013-06-14  9:29 UTC  (17+ messages)
` [patch 2/2] memcg: do not sleep on OOM waitqueue with full charge context

[PATCH] cpuset: rename cont to cgrp
 2013-06-14  3:48 UTC  (2+ messages)

[PATCH cgroup/for-3.11] cgroup: update sane_behavior documentation
 2013-06-14  3:07 UTC 

[cgroup_init_early] WARNING: at mm/percpu.c:292 pcpu_mem_zalloc()
 2013-06-14  1:36 UTC  (3+ messages)

[PATCH v4 7/7] cpuset: fix to migrate mm correctly in a corner case
 2013-06-13 17:52 UTC  (2+ messages)

[PATCH v3 0/7] cpuset: implement sane hierarchy behaviors
 2013-06-13 17:49 UTC  (4+ messages)

mem_cgroup_page_lruvec: BUG: unable to handle kernel NULL pointer dereference at 00000000000001a8
 2013-06-13 15:19 UTC  (10+ messages)

[PATCHSET cgroup/for-3.11] cgroup: convert cgroup_subsys_state refcnt to percpu_ref
 2013-06-13  3:13 UTC  (24+ messages)
  ` [PATCH 01/11] cgroup: remove now unused css_depth()
  ` [PATCH 02/11] cgroup: consistently use @cset for struct css_set variables
  ` [PATCH 03/11] cgroup: bring some sanity to naming around cg_cgroup_link
  ` [PATCH 05/11] cgroup: clean up css_[try]get() and css_put()
  ` [PATCH 07/11] cgroup: drop unnecessary RCU dancing from __put_css_set()
  ` [PATCH 09/11] cgroup: reorder the operations in cgroup_destroy_locked()
  ` [PATCH 10/11] cgroup: split cgroup destruction into two steps
` [PATCH 04/11] cgroup: use kzalloc() and list_del_init()
` [PATCH 06/11] cgroup: rename CGRP_REMOVED to CGRP_DEAD
` [PATCH 08/11] cgroup: remove cgroup->count and use
` [PATCH 11/11] cgroup: use percpu refcnt for cgroup_subsys_states

[PATCH 3/3] memcg: simplify mem_cgroup_reclaim_iter
 2013-06-11  8:00 UTC  (17+ 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).