public inbox for cgroups@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-06-17 15:18:30 to 2017-07-25 11:40:47 UTC [more...]

[PATCH] mm, memcg: reset low limit during memcg offlining
 2017-07-25 11:40 UTC 

[PATCH v2 0/4] cgroup: Introducing bypass mode
 2017-07-24 19:14 UTC  (11+ messages)
  ` [PATCH v2 1/4] cgroup: Child cgroup creation not allowed on invalid domain
        ` [PATCH] cgroup: remove unnecessary empty check when enabling threaded mode
` [PATCH v2 2/4] cgroup: Allow bypass mode in subtree_control
` [PATCH v2 3/4] cgroup: Allow reenabling of controller in bypass mode
` [PATCH v2 4/4] cgroup: Make debug controller report new controller masks

[PATCH cgroup/for-4.13-fixes] cgroup: fix error return value from cgroup_subtree_control()
 2017-07-23 12:15 UTC  (2+ messages)

[PATCHSET for-4.13] cgroup: implement cgroup2 thread mode, v4
 2017-07-21 15:18 UTC  (8+ messages)
` [PATCH 1/6] cgroup: reorganize cgroup.procs / task write path
` [PATCH 2/6] cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCS
` [PATCH 3/6] cgroup: introduce cgroup->dom_cgrp and threaded css_set handling
` [PATCH 4/6] cgroup: implement CSS_TASK_ITER_THREADED
` [PATCH 5/6] cgroup: implement cgroup v2 thread support
` [PATCH 6/6] cgroup: update debug controller to print out thread mode information

[PATCHSET for-4.14] cgroup, sched: cgroup2 interface for CPU controller
 2017-07-20 18:48 UTC  (3+ messages)
` [PATCH 1/2] sched: Misc preps for cgroup unified hierarchy interface
` [PATCH 2/2] sched: Implement interface for cgroup unified hierarchy

[PATCHSET for-4.13] cgroup: implement cgroup2 thread mode, v3
 2017-07-19 17:48 UTC  (31+ messages)
` [PATCH 1/6] cgroup: reorganize cgroup.procs / task write path
` [PATCH 2/6] cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCS
` [PATCH 3/6] cgroup: introduce cgroup->dom_cgrp and threaded css_set handling
` [PATCH 4/6] cgroup: implement CSS_TASK_ITER_THREADED
` [PATCH 5/6] cgroup: implement cgroup v2 thread support
` [PATCH 6/6] cgroup: update debug controller to print out thread mode information

[PATCH] cgroup: Show control files in cgroup2 root after mount
 2017-07-18 22:11 UTC  (10+ messages)
                    ` [PATCH cgroup/for-4.13-fixes] cgroup: create dfl_root files on subsys registration

[PATCH 00/15] v3 kernel core pieces refcount conversions
 2017-07-18  9:39 UTC  (20+ messages)
` [PATCH 01/15] kernel: convert sighand_struct.count from atomic_t to refcount_t
` [PATCH 02/15] kernel: convert signal_struct.sigcnt "
` [PATCH 03/15] kernel: convert user_struct.__count "
` [PATCH 04/15] kernel: convert task_struct.usage "
` [PATCH 05/15] kernel: convert task_struct.stack_refcount "
` [PATCH 06/15] kernel: convert perf_event_context.refcount "
` [PATCH 07/15] kernel: convert ring_buffer.refcount "
` [PATCH 08/15] kernel: convert ring_buffer.aux_refcount "
` [PATCH 09/15] kernel: convert uprobe.ref "
` [PATCH 10/15] kernel: convert nsproxy.count "
` [PATCH 11/15] kernel: convert group_info.usage "
` [PATCH 12/15] kernel: convert cred.usage "
` [PATCH 13/15] sched: convert numa_group.refcount "
` [PATCH 14/15] kernel: convert futex_pi_state.refcount "
` [PATCH 15/15] kernel: convert kcov.refcount "

[cgroup:review-cgroup2-threads-v3 10/10] kernel/cgroup/debug.c:137:21: sparse: incompatible types in comparison expression (different address spaces)
 2017-07-17 23:07 UTC 

[PATCH 4/6] mm/memcontrol: allow to uncharge page without using page->lru field
 2017-07-17  9:15 UTC  (4+ messages)
` [PATCH 5/6] mm/memcontrol: support MEMORY_DEVICE_PRIVATE and MEMORY_DEVICE_PUBLIC v3

[PATCH 1/2 cgroup/for-4.14] cgroup: distinguish local and children populated states
 2017-07-17  1:44 UTC  (2+ messages)
  ` [PATCH 2/2 cgroup/for-4.14] cgroup: replace css_set walking populated test with testing cgrp->nr_populated_csets

[PATCH cgroup/for-4.14] cgroup: remove now unused list_head @pending in cgroup_apply_cftypes()
 2017-07-17  1:39 UTC 

[PATCH] cgroup: update outdated cgroup.procs documentation
 2017-07-17  1:36 UTC 

[v3 1/6] mm, oom: use oom_victims counter to synchronize oom victim selection
 2017-07-12 20:26 UTC  (20+ messages)
` [v3 2/6] mm, oom: cgroup-aware OOM killer
` [v3 3/6] mm, oom: cgroup-aware OOM killer debug info
` [v3 4/6] mm, oom: introduce oom_score_adj for memory cgroups
` [v3 5/6] mm, oom: don't mark all oom victims tasks with TIF_MEMDIE
` [v3 6/6] mm,oom,docs: describe the cgroup-aware OOM killer

[PATCH 3/5] mm/memcontrol: allow to uncharge page without using page->lru field
 2017-07-12 18:06 UTC  (2+ messages)
` [PATCH 4/5] mm/memcontrol: support MEMORY_DEVICE_PRIVATE and MEMORY_DEVICE_HOST v2

[PATCHSET for-4.13] cgroup: implement cgroup2 thread mode, v2
 2017-07-12 14:00 UTC  (13+ messages)

[PATCH 4/5] mm/memcontrol: allow to uncharge page without using page->lru field
 2017-07-10 18:10 UTC  (15+ messages)
` [PATCH 5/5] mm/memcontrol: support MEMORY_DEVICE_PRIVATE and MEMORY_DEVICE_PUBLIC

[PATCH 00/15] v2 kernel core refcount conversions
 2017-07-07 13:22 UTC  (27+ messages)
` [PATCH 01/15] kernel: convert sighand_struct.count from atomic_t to refcount_t
` [PATCH 02/15] kernel: convert signal_struct.sigcnt "
  ` [PATCH 03/15] kernel: convert user_struct.__count "
  ` [PATCH 04/15] kernel: convert task_struct.usage "
` [PATCH 05/15] kernel: convert task_struct.stack_refcount "
` [PATCH 06/15] kernel: convert perf_event_context.refcount "
` [PATCH 07/15] kernel: convert ring_buffer.refcount "
` [PATCH 08/15] kernel: convert ring_buffer.aux_refcount "
` [PATCH 09/15] kernel: convert uprobe.ref "
` [PATCH 10/15] kernel: convert nsproxy.count "
` [PATCH 11/15] kernel: convert group_info.usage "
` [PATCH 12/15] kernel: convert cred.usage "
` [PATCH 13/15] kernel: convert numa_group.refcount "
` [PATCH 14/15] kernel: convert futex_pi_state.refcount "
` [PATCH 15/15] kernel: convert kcov.refcount "

kmemleaks reports a lot of cases around memcg_create_kmem_cache
 2017-07-06  4:06 UTC  (4+ messages)

[GIT PULL] cgroup changes for v4.13-rc1
 2017-07-05 19:29 UTC 

[1/3] cgroup: "cgroup.subtree_control" should be writeable by delegatee
 2017-06-28 18:44 UTC  (6+ messages)
  ` [PATCH 2/3] cgroup: restructure cgroup_procs_write_permission()
      ` [PATCH 3/3] cgroup: implement "nsdelegate" mount option
          ` [PATCH v2 "

[PATCH 27/27] kernfs, sysfs, cgroup: Support fs_context [ver #5]
 2017-06-23 15:29 UTC  (3+ messages)

[PATCH] mm: Refactor conversion of pages to bytes macro definitions
 2017-06-23 11:48 UTC  (4+ messages)

[RFC PATCH-cgroup 0/6] cgroup: bypass and subtree root modes
 2017-06-22 20:27 UTC  (18+ messages)
` [RFC PATCH-cgroup 1/6] cgroup: Relax the no internal process constraint
` [RFC PATCH-cgroup 2/6] cgroup: Enable bypass mode in cgroup v2
` [RFC PATCH-cgroup 4/6] cgroup: Introduce subtree root mode
` [RFC PATCH-cgroup 5/6] cgroup: Skip dying css in cgroup_apply_control_{enable,disable}

[PATCH 00/31] Standardize doc formats - part 1
 2017-06-18 10:46 UTC  (5+ messages)
` [PATCH 06/31] cgroup-v2.txt: standardize document format


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox