cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-04 07:40:16 to 2019-04-11 21:21:35 UTC [more...]

[RFC PATCH 0/2] mm/memcontrol: Finer-grained memory control
 2019-04-11 21:21 UTC  (14+ messages)
` [RFC PATCH 1/2] mm/memcontrol: Finer-grained control for subset of allocated memory
` [RFC PATCH 2/2] mm/memcontrol: Add a new MEMCG_SUBSET_HIGH event

Cgroup cpu throttling with low cpu usage of multi-threaded applications on high-core count machines
 2019-04-10 22:20 UTC  (3+ messages)
` [PATCH 0/1] cgroup: Fix low cpu usage with high throttling by removing slice expiration
  ` [PATCH] "

[PATCH 0/7] introduce cpu.headroom knob to cpu controller
 2019-04-10 19:43 UTC  (10+ messages)
` [PATCH 1/7] sched: refactor tg_set_cfs_bandwidth()
` [PATCH 2/7] cgroup: introduce hook css_has_tasks_changed
` [PATCH 3/7] cgroup: introduce cgroup_parse_percentage
` [PATCH 4/7] sched, cgroup: add entry cpu.headroom
` [PATCH 5/7] sched/fair: global idleness counter for cpu.headroom
` [PATCH 6/7] sched/fair: throttle task runtime based on cpu.headroom
` [PATCH 7/7] Documentation: cgroup-v2: add information for cpu.headroom

[PATCH v2] cpuset: restore sanity to cpuset_cpus_allowed_fallback()
 2019-04-10 17:44 UTC  (3+ messages)

[PATCH] mm: Throttle allocators when failing reclaim over memory.high
 2019-04-10 15:34 UTC  (3+ messages)
` [PATCH REBASED] "

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

[PATCH v7 0/7] sched/deadline: fix cpusets bandwidth accounting
 2019-04-05 12:53 UTC  (12+ messages)
` [PATCH v7 1/7] sched/topology: Adding function partition_sched_domains_locked()
` [PATCH v7 2/7] sched/core: Streamlining calls to task_rq_unlock()
` [PATCH v7 3/7] cgroup/cpuset: make callback_lock raw
` [PATCH v7 4/7] sched/core: Prevent race condition between cpuset and __sched_setscheduler()
` [PATCH v7 5/7] cpuset: Rebuild root domain deadline accounting information
` [PATCH v7 6/7] cgroup/cpuset: Use cpuset_mutex to protect seq_show operations
` [PATCH v7 7/7] sched/deadline: Fix bandwidth accounting at all levels after offline migration

[PATCH] cgroup: remove extra cgroup_migrate_finish() call
 2019-04-04 20:41 UTC  (3+ messages)

[PATCH v9 0/9] freezer for cgroup v2
 2019-04-02 22:08 UTC  (13+ 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

[PATCH AUTOSEL 4.14 095/123] cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix the accounting
 2019-03-27 18:15 UTC 

[PATCH AUTOSEL 4.19 026/192] memcg: killed threads should not invoke memcg OOM killer
 2019-03-27 18:09 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 096/192] cgroup, rstat: Don't flush subtree root unless necessary
` [PATCH AUTOSEL 4.19 149/192] cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix the accounting

[PATCH AUTOSEL 5.0 036/262] memcg: killed threads should not invoke memcg OOM killer
 2019-03-27 18:00 UTC  (3+ messages)
` [PATCH AUTOSEL 5.0 133/262] cgroup, rstat: Don't flush subtree root unless necessary
` [PATCH AUTOSEL 5.0 203/262] cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix the accounting

[PATCH] cpuset: restore sanity to cpuset_cpus_allowed_fallback()
 2019-03-26 17:32 UTC  (3+ messages)

[PATCH] mm, memcg: Make scan aggression always exclude protection
 2019-03-22 23:51 UTC  (10+ messages)
` [PATCH REBASED] "

[PATCH] fixup: vmscan: Fix build on !CONFIG_MEMCG from nr_deactivate changes
 2019-03-22 15:16 UTC  (3+ messages)

KASAN: use-after-free Read in get_mem_cgroup_from_mm
 2019-03-22  9:36 UTC  (2+ messages)

[PATCH 0/6] mm: memcontrol: clean up the LRU counts tracking
 2019-03-22  1:54 UTC  (3+ messages)
` [PATCH 3/6] mm: memcontrol: replace node summing with memcg_page_state()

[PATCH v6 0/7] psi: pressure stall monitors v6
 2019-03-20 21:04 UTC  (17+ 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 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] 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)

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

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] 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  (9+ 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).