cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-20 18:58:14 to 2018-12-20 16:16:50 UTC [more...]

[PATCH v5 0/7] freezer for cgroup v2
 2018-12-20 16:16 UTC  (15+ 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: remove unused __blkg_release_rcu()
 2018-12-19 22:43 UTC 

[PATCH] blkcg: clean up blkg_tryget_closest()
 2018-12-19 22:43 UTC 

[PATCH 1/2] cgroup/cpuset: Update stale generate_sched_domains() comments
 2018-12-19 19:36 UTC  (3+ messages)
` [PATCH 2/2] sched/topology: Update init_sched_domains() comment

[PATCH 0/6] psi: pressure stall monitors
 2018-12-18 20:29 UTC  (23+ messages)
` [PATCH 1/6] fs: kernfs: add poll file operation
` [PATCH 2/6] kernel: cgroup: "
` [PATCH 3/6] psi: eliminate lazy clock mode
` [PATCH 4/6] psi: introduce state_mask to represent stalled psi states
` [PATCH 5/6] psi: rename psi fields in preparation for psi trigger addition
` [PATCH 6/6] psi: introduce psi monitor

[PATCH V2 00/10] unify the interface of the proportional-share policy in blkio/io
 2018-12-18 18:05 UTC  (11+ messages)

[PATCH v3] block: fix blk-iolatency accounting underflow
 2018-12-17 23:23 UTC  (5+ messages)

[PATCH v2] block: fix iolat timestamp and restore accounting semantics
 2018-12-13 20:10 UTC  (6+ messages)

[PATCH] blkcg: handle dying request_queue when associating a blkg
 2018-12-13 15:47 UTC  (6+ messages)

[PATCH] block: fix iolat timestamp and restore accounting semantics
 2018-12-11  3:21 UTC  (4+ messages)

[PATCH v5 0/5] cgroup: Introducing bypass mode
 2018-12-10 21:40 UTC  (6+ messages)
` [PATCH v5 1/5] cgroup: subtree_control bypass mode for bypassable controllers
` [PATCH v5 2/5] cgroup: Allow reenabling of controller in bypass mode
` [PATCH v5 3/5] cgroup: Make debug controller report new controller masks
` [PATCH v5 4/5] sched/core: Make cpu cgroup controller bypassable
` [PATCH v5 5/5] cgroup: Document bypass mode

[PATCH v4 1/5] cgroup: subtree_control bypass mode for bypassable controllers
 2018-12-10 19:56 UTC  (3+ messages)

[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  (31+ messages)
` [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 0/6] freezer for cgroup v2
 2018-11-28 17:36 UTC  (6+ 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 v4 0/5] cgroup: Introducing bypass mode
 2018-11-21 14:27 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).