cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-30 18:17:24 to 2017-06-30 13:23:24 UTC [more...]

[PATCHSET for-4.13] cgroup: implement cgroup2 thread mode, v2
 2017-06-30 13:23 UTC  (20+ messages)
` [PATCH 01/10] cgroup: separate out cgroup_has_tasks()
` [PATCH 02/10] cgroup: reorganize cgroup.procs / task write path
` [PATCH 03/10] cgroup: Fix reference counting bug in cgroup_procs_write()
` [PATCH 04/10] cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCS
` [PATCH 05/10] cgroup: introduce cgroup->proc_cgrp and threaded css_set handling
  ` [PATCH 06/10] cgroup: implement CSS_TASK_ITER_THREADED
  ` [PATCH 07/10] cgroup: implement cgroup v2 thread support
      ` [PATCH v3 "
  ` [PATCH 10/10] sched: Make cpu/cpuacct threaded controllers
  ` [PATCH] cgroup: update debug controller to print out thread mode information
` [PATCH 08/10] sched: Misc preps for cgroup unified hierarchy interface
` [PATCH 09/10] sched: Implement interface for cgroup unified hierarchy

[v3 1/6] mm, oom: use oom_victims counter to synchronize oom victim selection
 2017-06-30  8:25 UTC  (15+ 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

kmemleaks reports a lot of cases around memcg_create_kmem_cache
 2017-06-29 18:04 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  (12+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
` [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)

[RFC PATCH v2 1/7] mm, oom: refactor select_bad_process() to take memcg as an argument
 2017-06-08 15:59 UTC  (16+ messages)
` [RFC PATCH v2 2/7] mm, oom: split oom_kill_process() and export __oom_kill_process()
` [RFC PATCH v2 3/7] mm, oom: export oom_evaluate_task() and select_bad_process()
` [RFC PATCH v2 4/7] mm, oom: introduce oom_kill_all_tasks option for memory cgroups
  ` [RFC PATCH v2 5/7] mm, oom: introduce oom_score_adj "
` [RFC PATCH v2 6/7] mm, oom: cgroup-aware OOM killer
` [RFC PATCH v2 7/7] mm,oom,docs: describe the "

[PATCH 0/6] mm: per-lruvec slab stats
 2017-06-07 16:20 UTC  (31+ messages)
` [PATCH 1/6] mm: vmscan: delete unused pgdat_reclaimable_pages()
` [PATCH 2/6] mm: vmstat: move slab statistics from zone to node counters
` [PATCH 3/6] mm: memcontrol: use the node-native slab memory counters
` [PATCH 4/6] mm: memcontrol: use generic mod_memcg_page_state for kmem pages
` [PATCH 5/6] mm: memcontrol: per-lruvec stats infrastructure
` [PATCH 6/6] mm: memcontrol: account slab stats per lruvec
  ` [6/6] "

[PATCH] mm/memcontrol: exclude @root from checks in mem_cgroup_low
 2017-06-06 10:29 UTC  (6+ messages)

[hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org: Re: [6/6] mm: memcontrol: account slab stats per lruvec]
 2017-06-05 20:30 UTC 

[GIT PULL] cgroup fixes for v4.12-rc4
 2017-06-05 20:30 UTC 

[RFC PATCH] mm, oom: cgroup-aware OOM-killer
 2017-06-05  8:27 UTC  (12+ messages)

[PATCH] swap: cond_resched in swap_cgroup_prepare()
 2017-06-05  5:12 UTC  (6+ messages)
  ` [PATCH v2] "

[RFC PATCH v2 00/17] cgroup: Major changes to cgroup v2 core
 2017-06-03 10:33 UTC  (23+ messages)
` [RFC PATCH v2 11/17] cgroup: Implement new thread mode semantics

[RFC PATCH] KEYS: Allow a live daemon in a namespace to service request_key upcalls
 2017-06-02 16:34 UTC  (7+ messages)

[mm: memcontrol] 1e698e532c: BUG: unable to handle kernel NULL pointer dereference at 000002d4
 2017-05-31 17:38 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).