cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-07-09 07:25:00 to 2014-08-26 02:22:26 UTC [more...]

[PATCH V2] cgroup: Introduce cgroup_detach_task()
 2014-08-26  2:22 UTC  (8+ messages)

[PATCH] cgroup: Enable controllers for default hierarchy by default
 2014-08-25 14:56 UTC  (3+ messages)

[PATCH] cgroup: fix a typo in comment
 2014-08-25 14:50 UTC  (2+ messages)

[PATCH] cgroup: Introduce cgroup_detach_task()
 2014-08-25 11:34 UTC  (2+ messages)

[PATCH] cgroup: add tracepoints to track cgroup events
 2014-08-22  4:05 UTC  (8+ messages)

[PATCH v2] cgroup: reject cgroup names with '\n'
 2014-08-18 14:20 UTC  (2+ messages)

[PATCH] [RFC] cgroup: reject cgroup names with non-printing characters
 2014-08-17 13:41 UTC  (2+ messages)

[PATCH -mm] slab: fix cpuset check in fallback_alloc
 2014-08-15  3:13 UTC  (6+ messages)

[patch 0/4] mm: memcontrol: populate unified hierarchy interface
 2014-08-14 16:12 UTC  (22+ messages)
` [patch 1/4] mm: memcontrol: reduce reclaim invocations for higher order requests
` [patch 2/4] mm: memcontrol: add memory.current and memory.high to default hierarchy
` [patch 3/4] mm: memcontrol: add memory.max "
` [patch 4/4] mm: memcontrol: add memory.vmstat "

[patch 0/4] mm: memcontrol: populate unified hierarchy interface v2
 2014-08-08 21:38 UTC  (5+ messages)
` [patch 1/4] mm: memcontrol: use generic direct reclaim code to meet the allocation
` [patch 2/4] mm: memcontrol: add memory.current and memory.high to default hierarchy
` [patch 3/4] mm: memcontrol: add memory.max "
` [patch 4/4] mm: memcontrol: add memory.vmstat "

cgroups manpage
 2014-08-08 20:01 UTC 

[patch] mm: memcontrol: avoid charge statistics churn during page migration
 2014-08-05 13:34 UTC  (4+ messages)

[patch] mm: memcontrol: clean up reclaim size variable use in try_charge()
 2014-08-05 12:26 UTC  (2+ messages)

[PATCH 0/5] RFC: CGroup Namespaces
 2014-08-04 23:12 UTC  (28+ messages)
    ` [PATCH 1/5] kernfs: Add API to get generate relative kernfs path
    ` [PATCH 2/5] sched: new clone flag CLONE_NEWCGROUP for cgroup namespace
    ` [PATCH 3/5] cgroup: add function to get task's cgroup on default hierarchy
    ` [PATCH 4/5] cgroup: export cgroup_get() and cgroup_put()
    ` [PATCH 5/5] cgroup: introduce cgroup namespaces

[GIT PULL] cgroup changes for v3.17-rc1
 2014-08-04 14:15 UTC 

[PATCH] cpuset: fix the WARN_ON() in update_nodemasks_hier()
 2014-07-30 15:27 UTC  (2+ messages)

WARNING: at kernel/cpuset.c:1139
 2014-07-29  9:07 UTC  (6+ messages)

[patch 00/13] mm: memcontrol: naturalize charge lifetime v4
 2014-07-25 17:34 UTC  (42+ messages)
` [patch 12/13] mm: memcontrol: rewrite charge API
` [patch 13/13] mm: memcontrol: rewrite uncharge API

[PATCH RFC 0/5] Virtual Memory Resource Controller for cgroups
 2014-07-23 14:08 UTC  (10+ messages)

[RFC Patch V1 09/30] mm, memcg: Use cpu_to_mem()/numa_mem_id() to support memoryless node
 2014-07-23  3:18 UTC  (3+ messages)

general protection fault on 3.15.6
 2014-07-21  9:47 UTC 

memcg swap doesn't work in mmotm-2014-07-09-17-08?
 2014-07-16 21:26 UTC  (7+ messages)

[PATCHSET v2 cgroup/for-3.17] cgroup: distinguish the default and legacy hierarchies when handling cftypes
 2014-07-16  9:46 UTC  (12+ messages)
  ` [PATCH 1/6] cgroup: split cgroup_base_files[] into cgroup_{dfl|legacy}_base_files[]
  ` [PATCH 2/6] cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypes
  ` [PATCH 4/6] cgroup: distinguish the default and legacy hierarchies when handling cftypes
  ` [PATCH 6/6] cgroup: initialize cgrp_dfl_root_inhibit_ss_mask from !->dfl_files test
` [PATCH 3/6] cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes()
` [PATCH 5/6] cgroup: make CFTYPE_ONLY_ON_DFL and CFTYPE_NO_ internal to cgroup core

[PATCHSET cgroup/for-3.17] cgroup: distinguish the default and legacy hierarchies when handling cftypes
 2014-07-14 14:42 UTC  (4+ messages)
` [PATCH 4/5] "

[PATCH] kernel:cgroup :fixed coding style issues
 2014-07-11 19:23 UTC 

[GIT PULL] cgroup fixes for v3.16-rc4
 2014-07-10 15:25 UTC 

[PATCH RFC RESEND 01/14] block: kconfig update and build bits for BFQ
 2014-07-09 20:54 UTC  (12+ messages)
` [PATCH RFC - TAKE TWO - 00/12] New version of the BFQ I/O Scheduler

[PATCH v3 00/12] cpuset: separate configured masks and effective masks
 2014-07-09 20:24 UTC  (19+ messages)
` [PATCH v3 01/12] cpuset: add cs->effective_cpus and cs->effective_mems
` [PATCH v3 02/12] cpuset: update cpuset->effective_{cpus,mems} at hotplug
` [PATCH v3 03/12] cpuset: update cs->effective_{cpus,mems} when config changes
` [PATCH v3 04/12] cpuset: inherit ancestor's masks if effective_{cpus,mems} becomes empty
` [PATCH v3 05/12] cpuset: use effective cpumask to build sched domains
` [PATCH v3 07/12] cpuset: apply cs->effective_{cpus,mems}
` [PATCH v3 08/12] cpuset: make cs->{cpus,mems}_allowed as user-configured masks
` [PATCH v3 09/12] cpuset: refactor cpuset_hotplug_update_tasks()
` [PATCH v3 10/12] cpuset: enable onlined cpu/node in effective masks
` [PATCH v3 11/12] cpuset: allow writing offlined masks to cpuset.cpus/mems
` [PATCH v3 12/12] cpuset: export effective masks to userspace
  ` [PATCH v3 06/12] cpuset: initialize top_cpuset's configured masks at mount

[PATCHSET cgroup/for-3.17] cgroup: remove sane_behavior support on non-default hierarchies
 2014-07-09 14:08 UTC  (3+ messages)

[PATCHSET cgroup/for-3.17] cgroup, blkcg, memcg: make blkcg depend on memcg on unified hierarchy
 2014-07-09 11:57 UTC  (6+ messages)
` [PATCH 6/6] blkcg, memcg: make blkcg depend on memcg on the default hierarchy
  ` [PATCH v2 "


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