cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-13 14:06:22 to 2017-07-18 17:28:01 UTC [more...]

[PATCHSET for-4.13] cgroup: implement cgroup2 thread mode, v3
 2017-07-18 17:28 UTC  (18+ 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 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  (19+ messages)
` [PATCH 07/10] cgroup: implement cgroup v2 thread support
    ` [PATCH v3 "
  ` [PATCH] cgroup: update debug controller to print out thread mode information

[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  (4+ messages)
  ` [PATCH 27/27] ... and the intel_rdt driver

[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  (20+ 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 3/6] cgroup: Allow bypss mode in subtree_control
` [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}
` [RFC PATCH-cgroup 6/6] cgroup: Make debug controller display bypass and subtree root modes info

[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

[RFC] ubsan: signed integer overflow in mem_cgroup_event_ratelimit
 2017-06-16 15:00 UTC  (2+ messages)

[RFC] ubsan: signed integer overflow in mem_cgroup_event_ratelimit
 2017-06-16 12:20 UTC 

[HMM-CDM 0/5] Cache coherent device memory (CDM) with HMM
 2017-06-15 15:35 UTC  (13+ messages)
` [HMM-CDM 3/5] mm/memcontrol: allow to uncharge page without using page->lru field
` [HMM-CDM 4/5] mm/memcontrol: support MEMORY_DEVICE_PRIVATE and MEMORY_DEVICE_PUBLIC

[PATCH] memcg: refactor mem_cgroup_resize_limit()
 2017-06-14 21:20 UTC  (2+ messages)
` [PATCH v4] "

[PATCHSET] cgroup: Make debug controller useful for debugging
 2017-06-14 20:53 UTC  (9+ messages)
` [PATCH 1/7] cgroup: Keep accurate count of tasks in each css_set
` [PATCH 2/7] cgroup: Move debug cgroup to its own file
` [PATCH 3/7] cgroup: Make Kconfig prompt of debug cgroup more accurate
` [PATCH 4/7] cgroup: Make debug cgroup support v2 and thread mode
` [PATCH 5/7] cgroup: make debug an implicit controller on cgroup2
  ` [PATCH 6/7] cgroup: refactor cgroup_masks_read() in the debug controller
` [PATCH 7/7] cgroup: fix lockdep warning in "

[PATCH-cgroup 0/5] cgroup: Make debug controller useful for debugging
 2017-06-13 21:18 UTC  (6+ messages)
` [PATCH-cgroup 1/5] cgroup: Keep accurate count of tasks in each css_set
` [PATCH-cgroup 2/5] cgroup: Move debug cgroup to its own file
  ` [PATCH-cgroup 3/5] cgroup: Make Kconfig prompt of debug cgroup more accurate
  ` [PATCH-cgroup 4/5] cgroup: Make debug cgroup support v2 and thread mode
` [PATCH-cgroup 5/5] cgroup: Enable debug controller only with cgroup_debug boot option

Bug in cgroup_do_mount()?
 2017-06-13 15:11 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).