cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-02-13 20:28:47 to 2014-03-20 13:48:59 UTC [more...]

[RFC 0/4] Migrate timers away from cpuset on setting cpuset.quiesce
 2014-03-20 13:48 UTC  (3+ messages)
` [RFC 1/4] timer: track pinned timers with TIMER_PINNED flag
` [RFC 2/4] timer: don't migrate pinned timers

[PATCH cgroup/for-3.15] cgroup: fix cgroup_taskset walking order
 2014-03-19 21:45 UTC 

[GIT PULL] cgroup fixes for v3.14-rc7
 2014-03-19 16:23 UTC 

[PATCHSET cgroup/for-3.15] cgroup: prepare for the default unified hierarchy
 2014-03-19 14:25 UTC  (14+ messages)
` [PATCH 03/11] cgroup: reorganize cgroup bootstrapping
  ` [PATCH 01/11] cgroup: cgroup->subsys[] should be cleared after the css is offlined
  ` [PATCH 02/11] cgroup: relocate setting of CGRP_DEAD
  ` [PATCH 04/11] cgroup: use cgroup_setup_root() to initialize cgroup_dummy_root
  ` [PATCH 05/11] cgroup: remove NULL checks from [pr_cont_]cgroup_{name|path}()
  ` [PATCH 06/11] cgroup: treat cgroup_dummy_root as an equivalent hierarchy during rebinding
  ` [PATCH 07/11] cgroup: move ->subsys_mask from cgroupfs_root to cgroup
  ` [PATCH 09/11] cgroup: drop const from @buffer of cftype->write_string()
` [PATCH 08/11] cgroup: rename cgroup_dummy_root and related names
` [PATCH 10/11] cgroup: make cgrp_dfl_root mountable
` [PATCH 11/11] cgroup: implement CFTYPE_ONLY_ON_DFL

[PATCH] cgroup: fix a failure path in create_css()
 2014-03-18 21:22 UTC  (4+ messages)

[Question] Linux CFS sched_entity
 2014-03-17  5:05 UTC 

[PATCH 0/2][V2] net: Implement SO_PEERCGROUP to get cgroup of peer
 2014-03-14 23:54 UTC  (40+ messages)
` [PATCH 1/2] cgroup: Provide empty definition of task_cgroup_path()
` [PATCH 2/2] net: Implement SO_PEERCGROUP

[PATCH 0/2] net: Implement SO_PEERCGROUP to get cgroup of peer
 2014-03-12 20:13 UTC  (5+ messages)
  ` [PATCH 1/2] cgroup: Provide empty definition of task_cgroup_path()
` [PATCH 2/2] net: Implement SO_PEERCGROUP

[patch 0/8] memcg: charge path cleanups
 2014-03-12 15:20 UTC  (18+ messages)
` [patch 1/8] mm: memcg: remove unnecessary preemption disabling
` [patch 2/8] mm: memcg: remove mem_cgroup_move_account_page_stat()
` [patch 3/8] mm: memcg: inline mem_cgroup_charge_common()
      ` [PATCH] memcg: rename high level charging functions
` [patch 4/8] mm: memcg: push !mm handling out to page cache charge function
` [patch 5/8] memcg: remove unnecessary !mm check from try_get_mem_cgroup_from_mm()
` [patch 6/8] memcg: get_mem_cgroup_from_mm()
` [patch 7/8] memcg: do not replicate get_mem_cgroup_from_mm in __mem_cgroup_try_charge
` [patch 8/8] memcg: sanitize __mem_cgroup_try_charge() call protocol

[patch 00/11] userspace out of memory handling
 2014-03-11 12:03 UTC  (33+ messages)
` [patch 01/11] fork: collapse copy_flags into copy_process
` [patch 02/11] mm, mempolicy: rename slab_node for clarity
` [patch 03/11] mm, mempolicy: remove per-process flag
` [patch 04/11] mm, memcg: add tunable for oom reserves
` [patch 05/11] res_counter: remove interface for locked charging and uncharging
` [patch 06/11] res_counter: add interface for maximum nofail charge
` [patch 07/11] mm, memcg: allow processes handling oom notifications to access reserves
` [patch 08/11] mm, memcg: add memcg oom reserve documentation
` [patch 09/11] mm, page_alloc: allow system oom handlers to use memory reserves
` [patch 10/11] mm, memcg: add memory.oom_control notification for system oom
` [patch 11/11] mm, memcg: allow system oom killer to be disabled

Attaching a cgroup subsystem to multiple hierarchies
 2014-03-10 13:53 UTC  (2+ messages)

[GIT PULL] cgroup fixes for v3.14-rc5
 2014-03-08 15:32 UTC 

Fwd: blkio cgroups and precise io out control
 2014-03-07 15:06 UTC 

[PATCH 1/2] memcg: reparent charges of children before processing parent
 2014-03-06  2:53 UTC  (3+ messages)

[PATCH] cgroup: missing rcu read lock around task_css_set
 2014-03-05  0:57 UTC  (9+ messages)

[PATCH] cpuset: use rcu_read_lock() to protect task_cs()
 2014-03-03 22:31 UTC  (2+ messages)

[PATCH] cpuset: use rcu_read_lock() to protect task_cs()
 2014-03-03  8:49 UTC 

[cgroup/task_lock] include/linux/cgroup.h:705 suspicious rcu_dereference_check() usage!
 2014-03-01 15:55 UTC 

Ask about cgroups security
 2014-02-28 11:39 UTC  (2+ messages)

[PATCH 1/2] cpuset: fix a locking issue in cpuset_migrate_mm()
 2014-02-27 14:40 UTC  (5+ messages)
` [PATCH 2/2] cpuset: fix a race condition in __cpuset_node_allowed_softwall()

[PATCH v3] sysfs: fix namespace refcnt leak
 2014-02-26  1:12 UTC  (5+ messages)

[cgroup/task_lock] INFO: suspicious RCU usage
 2014-02-25 15:06 UTC  (5+ messages)

[PATCHSET v2 cgroup/for-3.15] cgroup: update task migration path
 2014-02-25 15:05 UTC  (10+ messages)
  ` [PATCH 1/7] cgroup: add css_set->mg_tasks
  ` [PATCH 2/7] cgroup: use css_set->mg_tasks to track target tasks during migration
  ` [PATCH 3/7] cgroup: separate out cset_group_from_root() from task_cgroup_from_root()
  ` [PATCH 4/7] cgroup: split process / task migration into four steps
  ` [PATCH 5/7] cgroup: update how a newly forked task gets associated with css_set
  ` [PATCH 6/7] cgroup: drop task_lock() protection around task->cgroups
  ` [PATCH 7/7] cgroup: update cgroup_transfer_tasks() to either succeed or fail

[PATCH cgroup/for-3.15] cgroup_freezer: document freezer_fork() subtleties
 2014-02-25 15:05 UTC  (2+ messages)

[PATCH v2] sysfs: fix namespace refcnt leak
 2014-02-21 10:12 UTC  (2+ messages)

[PATCH 0/4] x86: Add Cache QoS Monitoring (CQM) support
 2014-02-20 16:58 UTC  (15+ messages)

[PATCH] sysfs: fix namespace refcnt leak
 2014-02-20 14:30 UTC  (4+ messages)

[GIT PULL] cgroup fixes for v3.14-rc3
 2014-02-20 14:02 UTC 

[cgroup] BUG: unable to handle kernel NULL pointer dereference at 0000001c
 2014-02-20  2:32 UTC 

[PATCH cgroup/for-3.14-fixes] cgroup: update cgroup_enable_task_cg_lists() to grab siglock
 2014-02-18 23:25 UTC  (7+ messages)
  ` [PATCH v2 cgroup/for-3.15] cgroup: make "

[PATCH] cgroup: add a validation check to cgroup_add_cftyps()
 2014-02-18 23:20 UTC  (2+ messages)

[cgroups] BUG: unable to handle kernel NULL pointer dereference at 0000003c
 2014-02-15 20:17 UTC  (2+ messages)
`  "

[PATCH v2] cgroup: fix top cgroup refcnt leak
 2014-02-15  9:31 UTC  (2+ messages)

[PATCH] kernfs: fix kernfs_node_from_dentry()
 2014-02-14 22:04 UTC  (4+ messages)

[PATCH] cgroup: fix top cgroup refcnt leak
 2014-02-14 16:02 UTC  (3+ messages)

[PATCH 1/3] cgroup: fix locking in cgroupstats_build()
 2014-02-14 15:57 UTC  (4+ messages)
` [PATCH 2/3] cgroup: fix memory leak in cgroup_mount()
` [PATCH 3/3] cgroup: deal with dummp_top in cgroup_name() and cgroup_path()


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