cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-07 00:00:00 to 2017-05-18 18:37:27 UTC [more...]

[RFC PATCH] mm, oom: cgroup-aware OOM-killer
 2017-05-18 18:37 UTC  (4+ messages)

[RFC 0/6] cpuset/mempolicies related fixes and cleanups
 2017-05-18 17:24 UTC  (36+ messages)
` [RFC 1/6] mm, page_alloc: fix more premature OOM due to race with cpuset update
` [RFC 2/6] mm, mempolicy: stop adjusting current->il_next in mpol_rebind_nodemask()
` [RFC 3/6] mm, page_alloc: pass preferred nid instead of zonelist to allocator
` [RFC 4/6] mm, mempolicy: simplify rebinding mempolicies when updating cpusets
` [RFC 5/6] mm, cpuset: always use seqlock when changing task's nodemask
` [RFC 6/6] mm, mempolicy: don't check cpuset seqlock where it doesn't matter

[RFC PATCH v2 00/17] cgroup: Major changes to cgroup v2 core
 2017-05-18 17:21 UTC  (31+ messages)
` [RFC PATCH v2 01/17] cgroup: reorganize cgroup.procs / task write path
` [RFC PATCH v2 02/17] cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCS
` [RFC PATCH v2 03/17] cgroup: introduce cgroup->proc_cgrp and threaded css_set handling
` [RFC PATCH v2 04/17] cgroup: implement CSS_TASK_ITER_THREADED
` [RFC PATCH v2 06/17] cgroup: Fix reference counting bug in cgroup_procs_write()
` [RFC PATCH v2 07/17] cgroup: Prevent kill_css() from being called more than once
` [RFC PATCH v2 08/17] cgroup: Move debug cgroup to its own file
` [RFC PATCH v2 09/17] cgroup: Keep accurate count of tasks in each css_set
` [RFC PATCH v2 10/17] cgroup: Make debug cgroup support v2 and thread mode
` [RFC PATCH v2 11/17] cgroup: Implement new thread mode semantics
` [RFC PATCH v2 12/17] cgroup: Remove cgroup v2 no internal process constraint
` [RFC PATCH v2 13/17] cgroup: Allow fine-grained controllers control in cgroup v2
` [RFC PATCH v2 14/17] cgroup: Enable printing of v2 controllers' cgroup hierarchy
  ` [RFC PATCH v2 05/17] cgroup: implement cgroup v2 thread support
  ` [RFC PATCH v2 15/17] sched: Misc preps for cgroup unified hierarchy interface
` [RFC PATCH v2 16/17] sched: Implement interface for cgroup unified hierarchy
` [RFC PATCH v2 17/17] sched: Make cpu/cpuacct threaded controllers

[PATCH v2 0/6] cpuset/mempolicies related fixes and cleanups
 2017-05-18 10:25 UTC  (11+ messages)
` [PATCH v2 1/6] mm, page_alloc: fix more premature OOM due to race with cpuset update
` [PATCH v2 2/6] mm, mempolicy: stop adjusting current->il_next in mpol_rebind_nodemask()
` [PATCH v2 3/6] mm, page_alloc: pass preferred nid instead of zonelist to allocator
` [PATCH v2 4/6] mm, mempolicy: simplify rebinding mempolicies when updating cpusets
` [PATCH v2 5/6] mm, cpuset: always use seqlock when changing task's nodemask
` [PATCH v2 6/6] mm, mempolicy: don't check cpuset seqlock where it doesn't matter

[PATCH -mm -v11 1/5] mm, THP, swap: Delay splitting THP during swap out
 2017-05-18  5:33 UTC  (2+ messages)

[PATCH] mm: per-cgroup memory reclaim stats
 2017-05-17 15:50 UTC  (7+ messages)

[PATCH] mm, docs: update memory.stat description with workingset* entries
 2017-05-16  9:17 UTC  (3+ messages)

[PATCH -mm -v10 1/3] mm, THP, swap: Delay splitting THP during swap out
 2017-05-12  1:34 UTC  (16+ messages)

7548 cgroups
 2017-05-06 16:16 UTC 

deadlock due to circular dependency between threads
 2017-05-04  2:39 UTC 

[PATCH 0/2] mm/memcontrol: fix reclaim bugs in mem_cgroup_iter
 2017-05-02 14:20 UTC  (5+ messages)
  ` [PATCH 1/2] mm/memcontrol: check cmpxchg(iter->pos...) result in mem_cgroup_iter()
  ` [PATCH 2/2] mm/memcontrol: inc reclaim gen if restarting walk "

[PATCH] blk-cgroup: fix wrong unlock order when parse per blkg config
 2017-05-02  1:10 UTC  (4+ messages)

[GIT PULL] cgroup changes for v4.12-rc1
 2017-05-01 19:58 UTC 

[PATCH cgroup/for-4.12] cgroup: mark cgroup_get() with __maybe_unused
 2017-05-01 19:41 UTC 

[PATCH] cgroup: avoid attaching a cgroup root to two different superblocks, take 2
 2017-04-28 22:07 UTC  (2+ messages)

cgroup writeback support
 2017-04-28 21:19 UTC  (2+ messages)

[PATCH] cgroup: fix spurious warnings on cgroup_is_dead() from cgroup_sk_alloc()
 2017-04-28 19:27 UTC  (2+ messages)

Cgroups, burst
 2017-04-27  9:13 UTC 

[RFC PATCH 00/14] cgroup: Implement cgroup v2 thread mode & CPU controller
 2017-04-26 22:30 UTC  (17+ messages)
` [RFC PATCH 01/14] cgroup: reorganize cgroup.procs / task write path
  ` [RFC PATCH 02/14] cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCS
  ` [RFC PATCH 10/14] cgroup: Implement new thread mode semantics
  ` [RFC PATCH 12/14] sched: Implement interface for cgroup unified hierarchy
` [RFC PATCH 03/14] cgroup: introduce cgroup->proc_cgrp and threaded css_set handling
` [RFC PATCH 04/14] cgroup: implement CSS_TASK_ITER_THREADED
` [RFC PATCH 05/14] cgroup: implement cgroup v2 thread support
` [RFC PATCH 06/14] cgroup: Fix reference counting bug in cgroup_procs_write()
` [RFC PATCH 07/14] cgroup: Move debug cgroup to its own file
` [RFC PATCH 08/14] cgroup: Keep accurate count of tasks in each css_set
` [RFC PATCH 09/14] cgroup: Make debug cgroup support v2 and thread mode
` [RFC PATCH 11/14] sched: Misc preps for cgroup unified hierarchy interface
` [RFC PATCH 13/14] sched: Make cpu/cpuacct threaded controllers
` [RFC PATCH 14/14] cgroup: Enable separate control knobs for thread root internal processes

about CPU QoS in KVM
 2017-04-26  7:48 UTC  (4+ messages)

cgroups, burst resources
 2017-04-25 10:58 UTC 

45830 cgroups
 2017-04-23 17:12 UTC 

36228 cgroups
 2017-04-22  1:03 UTC 

[PATCH -mm -v9 1/3] mm, THP, swap: Delay splitting THP during swap out
 2017-04-22  0:07 UTC  (7+ messages)

[PATCH] cgroup: define empty cftype structure for !CONFIG_CGROUPS
 2017-04-21 21:56 UTC  (2+ messages)

[PATCH RESEND] blk-cgroup: fix wrong unlock order when parse per blkg config
 2017-04-21  1:27 UTC 

blk-cgroup: fix wrong unlock order when parse per blkg config
 2017-04-21  1:23 UTC 

IO throttling with CFQ IO scheduler
 2017-04-18 16:52 UTC  (3+ messages)

[PATCH] cgroup: avoid attaching a cgroup root to two different superblocks
 2017-04-18  6:39 UTC  (8+ messages)
  `  "

[PATCH 00/19] Kernel subsystem refcounter conversions
 2017-04-18  6:33 UTC  (7+ messages)
` [PATCH 15/19] kernel: convert audit_tree.count from atomic_t to refcount_t

[PATCH -mm -v8 1/3] mm, THP, swap: Delay splitting THP during swap out
 2017-04-18  0:33 UTC  (5+ messages)

[RFC 0/1] add support for reclaiming priorities per mem cgroup
 2017-04-17  4:26 UTC  (8+ messages)

[GIT PULL] cgroup fixes for v4.11-rc6
 2017-04-16 15:33 UTC 

[GIT PULL] cgroup fixes for v4.11-rc6
 2017-04-11 23:32 UTC 

[PATCH 1/4] mm: memcontrol: clean up memory.events counting function
 2017-04-11 12:30 UTC  (10+ messages)
` [PATCH 2/4] mm: memcontrol: re-use global VM event enum
` [PATCH 4/4] mm: memcontrol: use node page state naming scheme for memcg

[PATCH v2] cgroup: move cgroup_subsys_state parent field for cache locality
 2017-04-11  0:05 UTC  (2+ messages)

[PATCH] Remove cpuset_update_active_cpus()'s parameter
 2017-04-10 23:58 UTC  (3+ messages)

17791 cgroups
 2017-04-07 20:13 UTC 

[PATCH] cgroup: move cgroup_subsys_state partner field for cache locality
 2017-04-07  0:00 UTC 


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