cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-30 10:56:51 to 2021-04-14 23:22:34 UTC [more...]

[RFC PATCH v1 00/11] Manage the top tier memory in a tiered memory
 2021-04-14 23:22 UTC  (30+ messages)
` [RFC PATCH v1 03/11] mm: Account the top tier memory usage per cgroup
  ` [RFC PATCH v1 01/11] mm: Define top tier memory node mask
  ` [RFC PATCH v1 02/11] mm: Add soft memory limit for mem cgroup
  ` [RFC PATCH v1 04/11] mm: Report top tier memory usage in sysfs
  ` [RFC PATCH v1 05/11] mm: Add soft_limit_top_tier tree for mem cgroup
  ` [RFC PATCH v1 06/11] mm: Handle top tier memory in cgroup soft limit memory tree utilities
  ` [RFC PATCH v1 07/11] mm: Account the total top tier memory in use
  ` [RFC PATCH v1 08/11] mm: Add toptier option for mem_cgroup_soft_limit_reclaim()
  ` [RFC PATCH v1 09/11] mm: Use kswapd to demote pages when toptier memory is tight
  ` [RFC PATCH v1 10/11] mm: Set toptier_scale_factor via sysctl
  ` [RFC PATCH v1 11/11] mm: Wakeup kswapd if toptier memory need soft reclaim

[PATCH] cgroup: Relax restrictions on kernel threads moving out of root cpu cgroup
 2021-04-14 22:00 UTC  (6+ messages)

[PATCH v3 0/5] mm/memcg: Reduce kmemcache memory accounting overhead
 2021-04-14  1:20 UTC  (6+ messages)
  ` [PATCH v3 1/5] mm/memcg: Pass both memcg and lruvec to mod_memcg_lruvec_state()
  ` [PATCH v3 2/5] mm/memcg: Introduce obj_cgroup_uncharge_mod_state()
  ` [PATCH v3 3/5] mm/memcg: Cache vmstat data in percpu memcg_stock_pcp
  ` [PATCH v3 5/5] mm/memcg: Optimize user context object stock access
` [PATCH v3 4/5] mm/memcg: Separate out object stock data into its own struct

[PATCH 0/2] Relax cpuset validation for cgroup v2
 2021-04-13 11:10 UTC  (4+ messages)
  ` [PATCH 1/2] cgroup2: cpuset: Disable subset validation on set
  ` [PATCH 2/2] cgroup2: cpuset: Always allow setting empty cpuset

[cgroup:for-5.13] BUILD SUCCESS WITH WARNING d95af61df072a7d70b311a11c0c24cf7d8ccebd9
 2021-04-13  9:56 UTC 

[PATCH] mm: optimize memory allocation
 2021-04-13  6:56 UTC  (4+ messages)

[cgroup:for-next 1/5] kernel/cgroup/misc.c:61 valid_type() warn: unsigned 'type' is never less than zero
 2021-04-13  6:21 UTC  (2+ messages)

[RESEND PATCH] cgroup: use tsk->in_iowait instead of delayacct_is_task_waiting_on_io()
 2021-04-13  1:39 UTC 

[PATCH v2 0/5] mm/memcg: Reduce kmemcache memory accounting overhead
 2021-04-13  1:03 UTC  (11+ messages)
  ` [PATCH v2 1/5] mm/memcg: Pass both memcg and lruvec to mod_memcg_lruvec_state()
  ` [PATCH v2 2/5] mm/memcg: Introduce obj_cgroup_uncharge_mod_state()
  ` [PATCH v2 3/5] mm/memcg: Cache vmstat data in percpu memcg_stock_pcp
  ` [PATCH v2 4/5] mm/memcg: Separate out object stock data into its own struct
  ` [PATCH v2 5/5] mm/memcg: Optimize user context object stock access

[PATCH -next] cgroup/cpuset: fix typos in comments
 2021-04-12 21:21 UTC  (2+ messages)

[RFC v2 0/2] introduce new attribute "priority" to control group
 2021-04-12 21:13 UTC  (4+ messages)
  ` [RFC v2 1/2] cgroup: add support for cgroup priority
  ` [RFC v2 2/2] memcg: introduce prioritized oom in memcg

[PATCH 0/5] mm/memcg: Reduce kmemcache memory accounting overhead
 2021-04-12 19:58 UTC  (22+ messages)
` [PATCH 2/5] mm/memcg: Introduce obj_cgroup_uncharge_mod_state()
  ` [PATCH 1/5] mm/memcg: Pass both memcg and lruvec to mod_memcg_lruvec_state()
  ` [PATCH 3/5] mm/memcg: Cache vmstat data in percpu memcg_stock_pcp
  ` [PATCH 4/5] mm/memcg: Separate out object stock data into its own struct
  ` [PATCH 5/5] mm/memcg: Optimize user context object stock access

[PATCH V12 0/3] Charge loop device i/o to issuing cgroup
 2021-04-12 15:50 UTC  (9+ messages)
` [PATCH 2/3] mm: Charge active memcg when no mm is set
    ` [External] "
  ` [PATCH 1/3] loop: Use worker per cgroup instead of kworker
  ` [PATCH 3/3] loop: Charge i/o to mem and blk cg

memcg: performance degradation since v5.9
 2021-04-12 15:22 UTC  (7+ messages)

[RFC 0/1] Introduce new attribute "priority" to control group
 2021-04-08 20:58 UTC  (5+ messages)
  ` [RFC 1/1] cgroup: add support for cgroup priority

[PATCH] mm: page_counter: mitigate consequences of a page_counter underflow
 2021-04-08 16:24 UTC  (4+ messages)

[PATCH V4 05/18] iommu/ioasid: Redefine IOASID set and allocation APIs
 2021-04-08 11:41 UTC  (86+ messages)

[PATCH] cgroup: Relax restrictions on kernel threads moving out of root cpu cgroup
 2021-04-06 13:00 UTC  (3+ messages)

Page fault in cgroup_get_e_css
 2021-04-06  8:25 UTC 

[PATCH v3 00/14] bfq: introduce bfq.ioprio for cgroup
 2021-04-06  7:31 UTC  (3+ messages)

[PATCH 00/11] treewide: address gcc-11 -Wstringop-overread warnings
 2021-04-06  4:53 UTC  (8+ messages)
` [PATCH 06/11] cgroup: fix -Wzero-length-bounds warnings
` [PATCH 11/11] [RFC] drm/i915/dp: fix array overflow warning

[cgroup:for-5.13] BUILD SUCCESS dd3f4e4972f146a685930ccfed95e4e1d13d952a
 2021-04-05 10:49 UTC 

[PATCH v4 0/3] cgroup: New misc cgroup controller
 2021-04-05  0:29 UTC  (3+ messages)

[cgroup:for-next 3/3] include/linux/misc_cgroup.h:98:15: warning: no previous prototype for function 'misc_cg_res_total_usage'
 2021-04-05  0:27 UTC  (3+ messages)

[PATCH v3] cpu/hotplug: wait for cpuset_hotplug_work to finish on cpu onlining
 2021-04-04  2:32 UTC  (4+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).