cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-08 22:43:19 to 2019-03-20 00:03:56 UTC [more...]

[PATCH v5 0/7] psi: pressure stall monitors v5
 2019-03-20  0:03 UTC  (12+ messages)
` [PATCH v5 1/7] psi: introduce state_mask to represent stalled psi states
` [PATCH v5 2/7] psi: make psi_enable static
` [PATCH v5 3/7] psi: rename psi fields in preparation for psi trigger addition
` [PATCH v5 4/7] psi: split update_stats into parts
` [PATCH v5 5/7] psi: track changed states
` [PATCH v5 6/7] refactor header includes to allow kthread.h inclusion in psi_types.h
` [PATCH v5 7/7] psi: introduce psi monitor

[PATCH v6 0/7] psi: pressure stall monitors v6
 2019-03-20  0:02 UTC  (9+ messages)
` [PATCH v6 1/7] psi: introduce state_mask to represent stalled psi states
` [PATCH v6 2/7] psi: make psi_enable static
` [PATCH v6 3/7] psi: rename psi fields in preparation for psi trigger addition
` [PATCH v6 4/7] psi: split update_stats into parts
` [PATCH v6 5/7] psi: track changed states
` [PATCH v6 6/7] refactor header includes to allow kthread.h inclusion in psi_types.h
` [PATCH v6 7/7] psi: introduce psi monitor

[PATCH] device_cgroup: fix RCU imbalance in error case
 2019-03-19 17:47 UTC  (3+ messages)

KASAN: null-ptr-deref Read in reclaim_high
 2019-03-19 13:52 UTC  (15+ messages)

Cgroup cpu throttling with low cpu usage of multi-threaded applications on high-core count machines
 2019-03-18 14:59 UTC 

KASAN: use-after-free Read in get_mem_cgroup_from_mm
 2019-03-18  6:23 UTC  (24+ messages)

[PATCH v9 0/9] freezer for cgroup v2
 2019-03-16 17:58 UTC  (10+ messages)
` [PATCH v9 1/9] cgroup: rename freezer.c into legacy_freezer.c
` [PATCH v9 2/9] cgroup: implement __cgroup_task_count() helper
` [PATCH v9 3/9] cgroup: protect cgroup->nr_(dying_)descendants by css_set_lock
` [PATCH v9 4/9] cgroup: cgroup v2 freezer
` [PATCH v9 5/9] kselftests: cgroup: don't fail on cg_kill_all() error in cg_destroy()
` [PATCH v9 6/9] kselftests: cgroup: add freezer controller self-tests
` [PATCH v9 7/9] cgroup: make TRACE_CGROUP_PATH irq-safe
` [PATCH v9 8/9] cgroup: add tracing points for cgroup v2 freezer
` [PATCH v9 9/9] cgroup: document cgroup v2 freezer interface

fs_context-related oops in mainline
 2019-03-15 14:51 UTC  (10+ messages)

[PATCH v3] blkcg: prevent priority inversion problem during sync()
 2019-03-10  2:05 UTC  (4+ messages)
` [PATCH v4] "

[PATCH v2 0/3] blkcg: sync() isolation
 2019-03-08 17:32 UTC  (11+ messages)
` [PATCH v2 1/3] blkcg: prevent priority inversion problem during sync()
` [PATCH v2 2/3] blkcg: introduce io.sync_isolation
` [PATCH v2 3/3] blkcg: implement sync() isolation

[GIT PULL] cgroup changes for v5.1-rc1
 2019-03-07 18:30 UTC  (2+ messages)

[PATCH] cpuset: restore sanity to cpuset_cpus_allowed_fallback()
 2019-03-07 14:42 UTC  (2+ messages)

[PATCH] sched/core: fix buffer overflow in cgroup2 property cpu.max
 2019-03-06 18:07 UTC  (2+ messages)

[PATCH] sched/core: check format and overflows in cgroup2 cpu.max
 2019-03-06 17:21 UTC  (6+ messages)

[PATCH] blk-throttle: verify format of bandwidth limit and detect overflows
 2019-03-05 17:27 UTC  (3+ messages)

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

[PATCH v2] memcg: fix a bad line
 2019-03-01 14:37 UTC 

[PATCH] mm, memcg: Make scan aggression always exclude protection
 2019-03-01  0:03 UTC  (2+ messages)

[PATCH 0/6] mm: memcontrol: clean up the LRU counts tracking
 2019-02-28 16:42 UTC  (8+ messages)
` [PATCH 1/6] mm: memcontrol: track LRU counts in the vmstats array
` [PATCH 2/6] mm: memcontrol: replace zone summing with lruvec_page_state()
` [PATCH 3/6] mm: memcontrol: replace node summing with memcg_page_state()
` [PATCH 4/6] mm: memcontrol: push down mem_cgroup_node_nr_lru_pages()
` [PATCH 5/6] mm: memcontrol: push down mem_cgroup_nr_lru_pages()
` [PATCH 6/6] mm: memcontrol: quarantine the mem_cgroup_[node_]nr_lru_pages() API

[PATCH] mm, memcg: Handle cgroup_disable=memory when getting memcg protection
 2019-02-28 12:51 UTC  (5+ messages)

[PATCH] memcg: fix a bad line
 2019-02-28 11:56 UTC  (2+ messages)

[PATCH] mm: Throttle allocators when failing reclaim over memory.high
 2019-02-28  9:52 UTC  (4+ messages)

[PATCH] doc: cgroup: correct the wrong information about measure of memory pressure
 2019-02-21 19:54 UTC  (5+ messages)

[RFC PATCH 02/27] containers: Implement containers as kernel objects
 2019-02-20 13:26 UTC  (9+ messages)

[PATCH 0/3] blkcg: sync() isolation
 2019-02-19 15:27 UTC  (4+ messages)
` [PATCH 1/3] blkcg: prevent priority inversion problem during sync()
` [PATCH 2/3] blkcg: introduce io.sync_isolation
` [PATCH 3/3] blkcg: implement sync() isolation

[PATCH] cpuset: remove unused task_has_mempolicy()
 2019-02-19 14:27 UTC  (2+ messages)

[PATCH cgroup/for-5.0] cgroup, rstat: Don't flush subtree root unless necessary
 2019-02-15 19:05 UTC 

[PATCH 0/6] mm: memcontrol: clean up the LRU counts tracking
 2019-02-15 18:14 UTC  (7+ messages)
` [PATCH 1/6] mm: memcontrol: track LRU counts in the vmstats array
` [PATCH 2/6] mm: memcontrol: replace zone summing with lruvec_page_state()
` [PATCH 3/6] mm: memcontrol: replace node summing with memcg_page_state()
` [PATCH 4/6] mm: memcontrol: push down mem_cgroup_node_nr_lru_pages()
` [PATCH 5/6] mm: memcontrol: push down mem_cgroup_nr_lru_pages()
` [PATCH 6/6] mm: memcontrol: quarantine the mem_cgroup_[node_]nr_lru_pages() API

[PATCH v6 0/7] freezer for cgroup v2
 2019-02-14 16:41 UTC  (8+ messages)
` [PATCH v6 4/7] cgroup: cgroup v2 freezer

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

[RFC PATCH v2] blkcg: prevent priority inversion problem during sync()
 2019-02-11 21:34 UTC  (4+ messages)

[PATCH 2/2] mm: Consider subtrees in memory.events
 2019-02-11 19:01 UTC  (5+ messages)
` [PATCH v2 1/2] mm: Rename ambiguously named memory.stat counters and functions
  ` [PATCH v2 2/2] mm: Consider subtrees in memory.events

[RFC PATCH] blkcg: prevent priority inversion problem during sync()
 2019-02-09 13:52 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).