cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-13 17:53:59 to 2018-12-07 20:15:31 UTC [more...]

[PATCH v5 0/7] freezer for cgroup v2
 2018-12-07 20:15 UTC  (8+ messages)
` [PATCH v5 1/7] cgroup: rename freezer.c into legacy_freezer.c
` [PATCH v5 2/7] cgroup: implement __cgroup_task_count() helper
` [PATCH v5 3/7] cgroup: protect cgroup->nr_(dying_)descendants by css_set_lock
` [PATCH v5 4/7] cgroup: cgroup v2 freezer
` [PATCH v5 5/7] kselftests: cgroup: don't fail on cg_kill_all() error in cg_destroy()
` [PATCH v5 6/7] kselftests: cgroup: add freezer controller self-tests
` [PATCH v5 7/7] cgroup: document cgroup v2 freezer interface

[PATCH] blkcg: put back rcu lock in blkcg_bio_issue_check()
 2018-12-06 17:51 UTC  (2+ messages)

[PATCH 00/34] VFS: Introduce filesystem context [ver #12]
 2018-12-06 17:08 UTC  (4+ messages)
` [PATCH 21/34] kernfs, sysfs, cgroup, intel_rdt: Support fs_context "

[PATCH v6 00/14] block: always associate blkg and refcount cleanup
 2018-12-05 17:26 UTC  (16+ messages)
` [PATCH 01/14] blkcg: fix ref count issue with bio_blkcg() using task_css
` [PATCH 02/14] blkcg: update blkg_lookup_create() to do locking
` [PATCH 03/14] blkcg: convert blkg_lookup_create() to find closest blkg
` [PATCH 04/14] blkcg: introduce common blkg association logic
` [PATCH 05/14] dm: set the static flush bio device on demand
` [PATCH 06/14] blkcg: associate blkg when associating a device
` [PATCH 07/14] blkcg: consolidate bio_issue_init() to be a part of core
` [PATCH 08/14] blkcg: associate a blkg for pages being evicted by swap
` [PATCH 09/14] blkcg: associate writeback bios with a blkg
` [PATCH 10/14] blkcg: remove bio->bi_css and instead use bio->bi_blkg
` [PATCH 11/14] blkcg: remove additional reference to the css
` [PATCH 12/14] blkcg: remove bio_disassociate_task()
` [PATCH 13/14] blkcg: change blkg reference counting to use percpu_ref
` [PATCH 14/14] blkcg: rename blkg_try_get() to blkg_tryget()

[PATCH RFC 0/5] DRM cgroup controller
 2018-12-05 14:20 UTC  (32+ messages)
` [PATCH RFC 1/5] cgroup: Introduce cgroup for drm subsystem
  ` [PATCH RFC 2/5] cgroup: Add mechanism to register vendor specific DRM devices
                    ` [Intel-gfx] "
  ` [PATCH RFC 3/5] drm/amdgpu: Add DRM cgroup support for AMD devices
  ` [PATCH RFC 4/5] drm/amdgpu: Add accounting of command submission via DRM cgroup
` [PATCH RFC 5/5] drm/amdgpu: Add accounting of buffer object creation request "

[PATCH v5 00/14] block: always associate blkg and refcount cleanup
 2018-12-04 22:15 UTC  (22+ messages)
` [PATCH 01/14] blkcg: fix ref count issue with bio_blkcg() using task_css
` [PATCH 02/14] blkcg: update blkg_lookup_create() to do locking
` [PATCH 03/14] blkcg: convert blkg_lookup_create() to find closest blkg
` [PATCH 04/14] blkcg: introduce common blkg association logic
` [PATCH 05/14] dm: set the static flush bio device on demand
` [PATCH 06/14] blkcg: associate blkg when associating a device
` [PATCH 07/14] blkcg: consolidate bio_issue_init() to be a part of core
` [PATCH 08/14] blkcg: associate a blkg for pages being evicted by swap
` [PATCH 09/14] blkcg: associate writeback bios with a blkg
` [PATCH 10/14] blkcg: remove bio->bi_css and instead use bio->bi_blkg
` [PATCH 11/14] blkcg: remove additional reference to the css
` [PATCH 12/14] blkcg: remove bio_disassociate_task()
` [PATCH 13/14] blkcg: change blkg reference counting to use percpu_ref
` [PATCH 14/14] blkcg: rename blkg_try_get() to blkg_tryget()

KASAN: use-after-free Read in get_mem_cgroup_from_mm
 2018-12-04 15:43 UTC  (2+ messages)

[PATCH v4 0/7] freezer for cgroup v2
 2018-12-04  0:11 UTC  (15+ messages)
` [PATCH v4 1/7] cgroup: rename freezer.c into legacy_freezer.c
` [PATCH v4 2/7] cgroup: implement __cgroup_task_count() helper
` [PATCH v4 3/7] cgroup: protect cgroup->nr_(dying_)descendants by css_set_lock
` [PATCH v4 4/7] cgroup: cgroup v2 freezer
` [PATCH v4 5/7] kselftests: cgroup: don't fail on cg_kill_all() error in cg_destroy()
` [PATCH v4 6/7] kselftests: cgroup: add freezer controller self-tests
` [PATCH v4 7/7] cgroup: document cgroup v2 freezer interface

CFS bandwidth control hits hard lockup warnings
 2018-12-03 22:59 UTC 

[PATCH 00/13 v4] block: always associate blkg and refcount cleanup
 2018-12-03 22:52 UTC  (29+ messages)
` [PATCH 01/13] blkcg: fix ref count issue with bio_blkcg() using task_css
` [PATCH 02/13] blkcg: update blkg_lookup_create() to do locking
` [PATCH 03/13] blkcg: convert blkg_lookup_create() to find closest blkg
` [PATCH 04/13] blkcg: introduce common blkg association logic
` [PATCH 05/13] blkcg: associate blkg when associating a device
` [PATCH 06/13] blkcg: consolidate bio_issue_init() to be a part of core
` [PATCH 07/13] blkcg: associate a blkg for pages being evicted by swap
` [PATCH 08/13] blkcg: associate writeback bios with a blkg
` [PATCH 09/13] blkcg: remove bio->bi_css and instead use bio->bi_blkg
` [PATCH 10/13] blkcg: remove additional reference to the css
` [PATCH 11/13] blkcg: remove bio_disassociate_task()
` [PATCH 12/13] blkcg: change blkg reference counting to use percpu_ref
` [PATCH 13/13] blkcg: rename blkg_try_get() to blkg_tryget()

[PATCH -next] cpuset: Remove set but not used variable 'cs'
 2018-12-03 16:25 UTC  (2+ messages)

[PATCH V2 00/10] unify the interface of the proportional-share policy in blkio/io
 2018-11-30 18:53 UTC  (16+ messages)
` [PATCH V2 01/10] cgroup: add hook seq_show_cft with also the owning cftype as parameter
` [PATCH V2 02/10] block, cgroup: pass cftype to functions that need to use it
` [PATCH V2 03/10] cgroup: link cftypes of the same subsystem with the same name
` [PATCH V2 04/10] cgroup: add owner name to cftypes
` [PATCH V2 05/10] block, bfq: align min and default weights with the old cfq default
` [PATCH V2 06/10] cgroup: make all functions of all cftypes be invoked
` [PATCH V2 07/10] block, bfq: use standard file names for the proportional-share policy
` [PATCH V2 08/10] block, throttle: allow sharing cgroup statistic files
` [PATCH V2 09/10] doc, bfq-iosched: fix a few clerical errors
` [PATCH V2 10/10] doc, bfq-iosched: make it consistent with the new cgroup interface

[PATCH v4 0/5] cgroup: Introducing bypass mode
 2018-11-29 11:18 UTC  (8+ messages)
` [PATCH v4 1/5] cgroup: subtree_control bypass mode for bypassable controllers
` [PATCH v4 2/5] cgroup: Allow reenabling of controller in bypass mode
` [PATCH v4 3/5] cgroup: Make debug controller report new controller masks
` [PATCH v4 4/5] sched/core: Make cpu cgroup controller bypassable
` [PATCH v4 5/5] cgroup: Document bypass mode

[PATCH v2 0/6] freezer for cgroup v2
 2018-11-28 17:36 UTC  (14+ messages)
` [PATCH v2 3/6] cgroup: cgroup v2 freezer

[PATCH] cgroup: remove unused member "cgrp_ancestor_id_storage" in struct cgroup_root
 2018-11-27  9:28 UTC  (2+ messages)

[PATCH v3 0/7] freezer for cgroup v2
 2018-11-20 18:05 UTC  (19+ messages)
` [PATCH v3 1/7] cgroup: rename freezer.c into legacy_freezer.c
` [PATCH v3 2/7] cgroup: implement __cgroup_task_count() helper
` [PATCH v3 3/7] cgroup: protect cgroup->nr_(dying_)descendants by css_set_lock
` [PATCH v3 4/7] cgroup: cgroup v2 freezer
` [PATCH v3 5/7] kselftests: cgroup: don't fail on cg_kill_all() error in cg_destroy()
` [PATCH v3 6/7] kselftests: cgroup: add freezer controller self-tests
` [PATCH v3 7/7] cgroup: document cgroup v2 freezer interface

[PATCH cgroup/for-4.21 1/2] cpuset: Minor cgroup2 interface updates
 2018-11-20 17:19 UTC  (7+ messages)
` [PATCH cgroup/for-4.21 2/2] cgroup: Add .__DEBUG__. prefix to debug file names

Cgroups v2 bug: incorrect reporting in "domain threaded" cgroup.procs file
 2018-11-20 16:13 UTC  (3+ messages)
` [PATCH for-4.20-fixes] cgroup: fix CSS_TASK_ITER_PROCS

[PATCH 00/12] unify the interface of the proportional-share policy in blkio/io
 2018-11-19  9:46 UTC  (12+ messages)
` [PATCH 01/12] kernfs: add function to find kernfs_node without increasing ref counter

linux-next: Unable to mount a cgroup file system
 2018-11-17 21:18 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).