cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-27 18:00:58 to 2019-05-08 04:19:58 UTC [more...]

WARNING in cgroup_exit
 2019-05-08  4:19 UTC  (2+ messages)

ptrace warning due to "cgroup: get rid of cgroup_freezer_frozen_exit()"
 2019-05-07 21:37 UTC  (2+ messages)

[RESEND PATCH v2] cpuset: restore sanity to cpuset_cpus_allowed_fallback()
 2019-05-07 21:12 UTC 

[RFC PATCH 0/5] cgroup support for GPU devices
 2019-05-07 19:50 UTC  (18+ messages)
` [RFC PATCH 1/5] cgroup: Add cgroup_subsys per-device registration framework
` [RFC PATCH 2/5] cgroup: Change kernfs_node for directories to store cgroup_subsys_state
` [RFC PATCH 3/5] memcg: Add per-device support to memory cgroup subsystem
` [RFC PATCH 4/5] drm: Add memory cgroup registration and DRIVER_CGROUPS feature bit
` [RFC PATCH 5/5] drm/i915: Use memory cgroup for enforcing device memory limit

[PATCH] mm: Throttle allocators when failing reclaim over memory.high
 2019-05-07  8:44 UTC  (5+ messages)
` [PATCH REBASED] "
    ` [PATCH v3] "

[PATCH v2 02/06] kernel: cgroup: fix misuse of %x
 2019-05-06 15:48 UTC  (2+ messages)

[PATCH v2 08/79] docs: cgroup-v1: convert docs to ReST and rename to *.rst
 2019-05-06 15:47 UTC  (4+ messages)
` [PATCH v2 57/79] docs: accounting: convert to ReST

[PATCH 0/2] cgroup v2 freezer follow-up patches
 2019-05-06 15:40 UTC  (4+ messages)
` [PATCH 1/2] cgroup: prevent spurious transition into non-frozen state
` [PATCH 2/2] cgroup: get rid of cgroup_freezer_frozen_exit()

[PATCH v4 RESEND] fs/writeback: use rcu_barrier() to wait for inflight wb switches going into workqueue when umount
 2019-05-05 12:09 UTC 

[PATCH v2] memcg, fsnotify: no oom-kill for remote memcg charging
 2019-05-04 14:52 UTC 

[PATCH 0/4] AMDKFD (AMD GPU compute) support for device cgroup
 2019-05-01 14:59 UTC  (5+ messages)
  ` [PATCH 1/4] drm/amdkfd: Store kfd_dev in iolink and cache properties
  ` [PATCH 2/4] drm/amd: Pass drm_device to kfd
  ` [PATCH 3/4] device_cgroup: Export __devcgroup_check_permission
  ` [PATCH 4/4] drm/amdkfd: Check against device cgroup

[PATCH 0/7] introduce cpu.headroom knob to cpu controller
 2019-04-30 16:54 UTC  (18+ 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 1/2] memcg, oom: no oom-kill for __GFP_RETRY_MAYFAIL
 2019-04-30  3:32 UTC  (4+ messages)
` [PATCH 2/2] memcg, fsnotify: no oom-kill for remote memcg charging

[PATCH] memcg, oom: no oom-kill for __GFP_RETRY_MAYFAIL
 2019-04-29 14:52 UTC  (4+ messages)

memcg causes crashes in list_lru_add
 2019-04-29 13:15 UTC  (11+ messages)
    ` [PATCH] memcg: make it work on sparse non-0-node systems

[PATCH v2] memcg: refill_stock for kmem uncharging too
 2019-04-28 23:54 UTC  (3+ messages)

[PATCH v10 0/9] freezer for cgroup v2
 2019-04-26 17:40 UTC  (25+ 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

WARNING: suspicious RCU usage in line6_pcm_acquire
 2019-04-25 11:26 UTC 

[PATCH v2 0/6] mm: reparent slab memory on cgroup removal
 2019-04-24 19:51 UTC  (11+ messages)
` [PATCH v2 1/6] mm: postpone kmem_cache memcg pointer initialization to memcg_link_cache()
` [PATCH v2 2/6] mm: generalize postponed non-root kmem_cache deactivation
` [PATCH v2 3/6] mm: introduce __memcg_kmem_uncharge_memcg()
` [PATCH v2 4/6] mm: unify SLAB and SLUB page accounting
` [PATCH v2 5/6] mm: rework non-root kmem_cache lifecycle management
` [PATCH v2 6/6] mm: reparent slab memory on cgroup removal

[PATCH -next] cgroup: remove set but not used variable 'cgrp'
 2019-04-24  8:06 UTC 

[GIT PULL] cgroup fix for v5.1-rc5
 2019-04-20  1:10 UTC  (2+ messages)

[PATCH] memcg: refill_stock for kmem uncharging too
 2019-04-19 21:14 UTC  (3+ messages)

[PATCH 0/5] mm: reparent slab memory on cgroup removal
 2019-04-18 18:27 UTC  (18+ messages)
` [PATCH 1/5] mm: postpone kmem_cache memcg pointer initialization to memcg_link_cache()
` [PATCH 2/5] mm: generalize postponed non-root kmem_cache deactivation
` [PATCH 3/5] mm: introduce __memcg_kmem_uncharge_memcg()
` [PATCH 4/5] mm: rework non-root kmem_cache lifecycle management
` [PATCH 5/5] mm: reparent slab memory on cgroup removal

[PATCH] mm: fix inactive list balancing between NUMA nodes and cgroups
 2019-04-16  1:57 UTC  (2+ messages)

[PATCH 0/4] mm: memcontrol: memory.stat cost & correctness
 2019-04-12 22:04 UTC  (12+ messages)
` [PATCH 1/4] mm: memcontrol: make cgroup stats and events query API explicitly local
` [PATCH 2/4] mm: memcontrol: move stat/event counting functions out-of-line
` [PATCH 3/4] mm: memcontrol: fix recursive statistics correctness & scalabilty
` [PATCH 4/4] mm: memcontrol: fix NUMA round-robin reclaim at intermediate level

[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 v2] cpuset: restore sanity to cpuset_cpus_allowed_fallback()
 2019-04-10 17:44 UTC  (3+ messages)

[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  (4+ messages)
` [PATCH v9 4/9] cgroup: cgroup v2 freezer

[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 203/262] cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix the accounting
 2019-03-27 18:00 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).