cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-29 07:39:42 to 2021-04-13 02:15:30 UTC [more...]

[RFC PATCH v1 00/11] Manage the top tier memory in a tiered memory
 2021-04-13  2:15 UTC  (27+ 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

[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 1/3] loop: Use worker per cgroup instead of kworker
  ` [PATCH 3/3] loop: Charge i/o to mem and blk cg
` [PATCH 2/3] mm: Charge active memcg when no mm is set
    ` [External] "

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

[PATCH] mm: optimize memory allocation
 2021-04-12 11:36 UTC  (3+ 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 00/18] IOASID extensions for guest SVA
 2021-04-08 11:41 UTC  (88+ messages)
` [PATCH V4 05/18] iommu/ioasid: Redefine IOASID set and allocation APIs

[PATCH] cgroup: Relax restrictions on kernel threads moving out of root cpu cgroup
 2021-04-07  1:38 UTC  (5+ 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  (6+ messages)
  ` [PATCH v4 1/3] cgroup: Add "
` [PATCH v4 2/3] cgroup: Miscellaneous cgroup documentation
` [PATCH v4 3/3] svm/sev: Register SEV and SEV-ES ASIDs to the misc controller

[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)

[PATCH V11 0/3] Charge loop device i/o to issuing cgroup
 2021-03-29 20:59 UTC  (6+ messages)
  ` [PATCH 1/3] loop: Use worker per cgroup instead of kworker
` [PATCH 2/3] mm: Charge active memcg when no mm is set
  ` [External] "
` [PATCH 3/3] loop: Charge i/o to mem and blk cg

add_key() syscall can lead to bypassing memcg limits
 2021-03-29  7:39 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 read-only IMAP folder(s) and NNTP newsgroup(s).