cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-07-30 15:27:39 to 2014-09-20 20:00:35 UTC [more...]

[patch 0/3] mm: memcontrol: eliminate charge reparenting
 2014-09-20 20:00 UTC  (4+ messages)
` [patch 1/3] mm: memcontrol: take a css reference for each charged page
` [patch 2/3] mm: memcontrol: remove obsolete kmemcg pinning tricks
` [patch 3/3] mm: memcontrol: continue cache reclaim from offlined groups

Racy manipulation of task_struct->flags in cgroups code causes hard to reproduce kernel panics
 2014-09-20 18:04 UTC  (7+ messages)

[PATCH] cgroup: remove redundant variable in cgroup_mount()
 2014-09-20 17:12 UTC  (2+ messages)

[PATCH] cgroup: fix missing unlock in cgroup_release_agent()
 2014-09-20 16:24 UTC  (2+ messages)

cgroup: use a per-cgroup work for release agent
 2014-09-20  2:32 UTC  (2+ messages)

[patch] mm: memcontrol: convert reclaim iterator to simple css refcounting
 2014-09-19 21:28 UTC  (2+ messages)
` [patch v2] "

[PATCH 2/3] sched/deadline: fix bandwidth check/update when migrating tasks between exclusive cpusets
 2014-09-19 21:25 UTC  (4+ messages)

[PATCH 3/3] cgroup: remove CGRP_RELEASABLE flag
 2014-09-19 13:30 UTC  (3+ messages)

[patch] mm: memcontrol: lockless page counters
 2014-09-19 13:29 UTC  (2+ messages)

[patch] mm: memcontrol: support transparent huge pages under pressure
 2014-09-19 13:20 UTC 

[PATCH] perf/cgroup: Remove perf_put_cgroup()
 2014-09-19 13:18 UTC  (2+ messages)

[PATCH] cgroup: remove redundant check in cgroup_ino()
 2014-09-19 13:17 UTC  (2+ messages)

Kernel crash in cgroup_pidlist_destroy_work_fn()
 2014-09-19  0:23 UTC  (4+ messages)

[PATCH 1/2] cgroup: simplify proc_cgroup_show()
 2014-09-18 17:27 UTC  (3+ messages)
  ` [PATCH 2/2] cpuset: simplify proc_cpuset_show()

[PATCH v2] cgroup: use a per-cgroup work for release agent
 2014-09-18 17:23 UTC  (2+ messages)

[PATCH] cgroup: fix unbalanced locking
 2014-09-18 16:34 UTC  (3+ messages)

[PATCH] cgroup/kmemleak: add kmemleak_free() for cgroup deallocations
 2014-09-18 15:16 UTC  (3+ messages)

[RFC] memory cgroup: weak points of kmem accounting design
 2014-09-18  4:04 UTC  (4+ messages)

[PATCH 1/4] cgroup: remove some useless forward declarations
 2014-09-17 21:37 UTC  (6+ messages)
  ` [PATCH 2/4] ccgroup: remove redundant code in cgroup_rmdir()
  ` [PATCH 3/4] cgroup: remove bogus comments
  ` [PATCH 4/4] cgroup: reuse css->destroy_work for release agent

[RFC] memory cgroup: my thoughts on memsw
 2014-09-17 15:59 UTC  (19+ messages)

[PATCH RFC] memcg: revert kmem.tcp accounting
 2014-09-16  8:38 UTC  (9+ messages)

How cpu entitlement is calculated/enforce for cpu subgroup?
 2014-09-15  4:52 UTC  (3+ messages)

cgroups/netfilter : kernel NULL pointer BUG at 00000038
 2014-09-15  1:06 UTC  (2+ messages)

Bug report - OOM killer kills task outside of cgroup
 2014-09-12 15:32 UTC  (3+ messages)

[PATCH RFC 0/2] Anonymous memory threshold notifications for memcg
 2014-09-12  9:02 UTC  (9+ messages)
` [PATCH RFC 1/2] memcg: use percpu_counter for statistics
` [PATCH RFC 2/2] memcg: add threshold for anon rss

[GIT PULL] cgroup fixes for v3.17-rc4
 2014-09-08  4:50 UTC  (3+ messages)

[patch] mm: memcontrol: revert use of root_mem_cgroup res_counter
 2014-09-05 13:55 UTC  (2+ messages)

[PATCH v2 1/2] cgroup: delay the clearing of cgrp->kn->priv
 2014-09-04 16:38 UTC  (3+ messages)
  ` [PATCH v2 2/2] cgroup: check cgroup liveliness before unbreaking kernfs

[PATCH 1/2] cgroup: Delay the clearing of cgrp->kn->priv
 2014-09-04  3:35 UTC  (5+ messages)
  ` [PATCH 2/2] cgroup: check cgroup liveliness before unbreaking kernfs protection

cgroup : BUG: unable to handle kernel NULL pointer dereference (3.17.0-rc2)
 2014-09-01 16:52 UTC 

[PATCH] cfq-iosched: Add comments on update timing of weight
 2014-08-28 14:30 UTC  (2+ messages)

[PATCH v2 RESEND] cfq-iosched: Fix wrong children_weight calculation
 2014-08-28  2:20 UTC  (7+ messages)

[PATCH] cfq-iosched: Fix wrong children_weight calculation
 2014-08-27  7:31 UTC  (4+ messages)

[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  (5+ messages)
` [PATCH 2/5] sched: new clone flag CLONE_NEWCGROUP for cgroup namespace

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


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