cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-21 19:11:41 to 2012-10-31 17:38:32 UTC [more...]

[PATCHSET] cgroup: simplify cgroup removal path
 2012-10-31 17:38 UTC  (37+ messages)
  ` [PATCH 1/8] cgroup: kill cgroup_subsys->__DEPRECATED_clear_css_refs
  ` [PATCH 2/8] cgroup: kill CSS_REMOVED
  ` [PATCH 3/8] cgroup: use cgroup_lock_live_group(parent) in cgroup_create()
  ` [PATCH 4/8] cgroup: deactivate CSS's and mark cgroup dead before invoking ->pre_destroy()
  ` [PATCH 5/8] cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_and_wakeup_rmdir()
  ` [PATCH 6/8] memcg: make mem_cgroup_reparent_charges non failing
  ` [PATCH 7/8] hugetlb: do not fail in hugetlb_cgroup_pre_destroy
  ` [PATCH 8/8] cgroup: make ->pre_destroy() return void

[PATCH] device_cgroup: fix unchecked cgroup parent usage
 2012-10-31 17:21 UTC  (3+ messages)

memcg/cgroup: do not fail fail on pre_destroy callbacks
 2012-10-31 16:31 UTC  (24+ messages)
` [PATCH v3 1/6] memcg: split mem_cgroup_force_empty into reclaiming and reparenting parts
` [PATCH v3 2/6] memcg: root_cgroup cannot reach mem_cgroup_move_parent
` [PATCH v3 3/6] memcg: Simplify mem_cgroup_force_empty_list error handling
` [PATCH v3 4/6] cgroups: forbid pre_destroy callback to fail
` [PATCH v3 5/6] memcg: make mem_cgroup_reparent_charges non failing
` [PATCH v3 6/6] hugetlb: do not fail in hugetlb_cgroup_pre_destroy

[V5 PATCH 08/26] memcontrol: use N_MEMORY instead N_HIGH_MEMORY
 2012-10-31 13:18 UTC  (7+ messages)

[PATCH 0/2] cgroup hook after successful create
 2012-10-31 12:29 UTC  (3+ messages)
` [PATCH 1/2] generalize post_clone into post_create
` [PATCH 2/2] allow post_create to fail

[PATCH v5 00/18] slab accounting for memcg
 2012-10-30 11:31 UTC  (39+ messages)
` [PATCH v5 01/18] move slabinfo processing to slab_common.c
` [PATCH v5 04/18] slab: don't preemptively remove element from list in cache destroy
` [PATCH v5 05/18] slab/slub: struct memcg_params
` [PATCH v5 06/18] consider a memcg parameter in kmem_create_cache
` [PATCH v5 08/18] memcg: infrastructure to match an allocation to the right cache
` [PATCH v5 10/18] sl[au]b: always get the cache from its page in kfree
` [PATCH v5 11/18] sl[au]b: Allocate objects from memcg cache
` [PATCH v5 13/18] memcg/sl[au]b Track all the memcg children of a kmem_cache
` [PATCH v5 14/18] memcg/sl[au]b: shrink dead caches
` [PATCH v5 15/18] Aggregate memcg cache values in slabinfo
` [PATCH v5 16/18] slab: propagate tunables values

[PATCHSET cgroup/for-3.8] cgroup_freezer: allow migration regardless of freezer state and update locking
 2012-10-28 13:45 UTC  (48+ messages)
` [PATCH 1/7] cgroup: cgroup_subsys->fork() should be called after the task is added to css_set
` [PATCH 2/7] freezer: add missing mb's to freezer_count() and freezer_should_skip()
                    ` [PATCH 0/1] (Was: freezer: add missing mb's to freezer_count() and freezer_should_skip())
                        ` [PATCH 1/1] freezer: change ptrace_stop/do_signal_stop to use freezable_schedule()
                                        ` [PATCH v2 0/1] "
                                            ` [PATCH v2 1/1] "
` [PATCH 4/7] cgroup_freezer: don't stall transition to FROZEN for PF_NOFREEZE or PF_FREEZER_SKIP tasks
                    ` [PATCH 0/1] (Was: cgroup_freezer: don't stall transition to FROZEN for PF_NOFREEZE or PF_FREEZER_SKIP tasks)
                        ` [PATCH 1/1] freezer: exec should clear PF_NOFREEZE along with PF_KTHREAD
` [PATCH 5/7] cgroup_freezer: allow moving tasks in and out of a frozen cgroup

process hangs on do_exit when oom happens
 2012-10-26 20:04 UTC  (23+ messages)

[PATCH v1 0/5] Rework net_cls update socket logic
 2012-10-26  7:42 UTC  (17+ messages)
` [PATCH v1 2/5] cgroup: net_cls: Fix local variable type decleration
` [PATCH v1 3/5] cgroup: net_cls: Remove rcu_read_lock/unlock
  ` [PATCH v1 1/5] cgroup: net_prio: Mark local used function static
  ` [PATCH v1 4/5] cgroup: net_cls: Pass in task to sock_update_classid()
` [PATCH v1 5/5] cgroup: net_cls: Rework update socket logic

[RFC] memcg/cgroup: do not fail fail on pre_destroy callbacks
 2012-10-25 18:48 UTC  (10+ messages)
` [PATCH 4/6] cgroups: forbid pre_destroy callback to fail

[GIT PULL] cgroup fixes for v3.7-rc2
 2012-10-24 19:54 UTC 

[PATCH 0/4] Rebase device_cgroup v2 patchset
 2012-10-23 13:53 UTC  (14+ messages)
` [PATCH 1/4] cgroup: fix invalid rcu dereference
` [PATCH 2/4] device_cgroup: rename deny_all to behavior
` [PATCH 3/4] device_cgroup: stop using simple_strtoul()
` [PATCH 4/4] device_cgroup: add proper checking when changing default behavior

[PATCH 0/3] Rebase device_cgroup v2 patchset
 2012-10-22 13:35 UTC  (4+ messages)
` [PATCH 1/3] device_cgroup: rename deny_all to behavior

[PATCH v5 00/14] kmem controller for memcg
 2012-10-22 12:52 UTC  (10+ messages)
` [PATCH v5 06/14] memcg: kmem controller infrastructure

Is not locking task_lock in cgroup_fork() safe?
 2012-10-22  9:30 UTC  (9+ messages)
` [PATCH cgroup/for-3.7-fixes 1/2] Revert "cgroup: Remove task_lock() from cgroup_post_fork()"


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