cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-19 05:49:44 to 2021-04-05 17:08:35 UTC [more...]

[RFC PATCH v1 00/11] Manage the top tier memory in a tiered memory
 2021-04-05 17:08 UTC  (12+ messages)
  ` [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
` [RFC PATCH v1 03/11] mm: Account the top tier memory usage per cgroup

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

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

[PATCH v3 00/14] bfq: introduce bfq.ioprio for cgroup
 2021-04-04 16:09 UTC  (16+ messages)
` [PATCH v3 01/14] bfq: introduce bfq_entity_to_bfqg helper method
` [PATCH v3 02/14] bfq: convert the type of bfq_group.bfqd to bfq_data*
` [PATCH v3 03/14] bfq: introduce bfq.ioprio for cgroup
` [PATCH v3 05/14] bfq: limit the IO depth of CLASS_IDLE to 1
` [PATCH v3 06/14] bfq: keep the minimun bandwidth for CLASS_BE
` [PATCH v3 07/14] bfq: introduce better_fairness for container scene
  ` [PATCH v3 04/14] bfq: introduce bfq_ioprio_class to get ioprio class
  ` [PATCH v3 08/14] bfq: introduce prio_expire flag for bfq_queue
  ` [PATCH v3 09/14] bfq: expire in_serv_queue for prio_expire under better_fairness
  ` [PATCH v3 10/14] bfq: optimize IO injection "
  ` [PATCH v3 11/14] bfq: disable idle for prio_expire "
` [PATCH v3 12/14] bfq: disable merging between different groups "
` [PATCH v3 13/14] bfq: remove unnecessary initialization logic
` [PATCH v3 14/14] bfq: optimize the calculation of bfq_weight_to_ioprio()

[PATCH v3] cpu/hotplug: wait for cpuset_hotplug_work to finish on cpu onlining
 2021-04-04  2:32 UTC  (4+ messages)

[PATCH V12 0/3] Charge loop device i/o to issuing cgroup
 2021-04-03  5:47 UTC  (5+ 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

[PATCH V4 00/18] IOASID extensions for guest SVA
 2021-04-02 12:46 UTC  (68+ messages)
` [PATCH V4 05/18] iommu/ioasid: Redefine IOASID set and allocation APIs

[PATCH 00/11] treewide: address gcc-11 -Wstringop-overread warnings
 2021-03-30 14:44 UTC  (30+ messages)
  ` [PATCH 01/11] x86: compressed: avoid gcc-11 -Wstringop-overread warning
  ` [PATCH 04/11] ath11: Wstringop-overread warning
  ` [PATCH 05/11] qnx: avoid -Wstringop-overread warning
  ` [PATCH 06/11] cgroup: fix -Wzero-length-bounds warnings
  ` [PATCH 07/11] ARM: sharpsl_param: work around -Wstringop-overread warning
  ` [PATCH 11/11] [RFC] drm/i915/dp: fix array overflow warning
` [PATCH 02/11] x86: tboot: avoid Wstringop-overread-warning
` [PATCH 03/11] security: commoncap: fix -Wstringop-overread warning
` [PATCH 08/11] atmel: avoid gcc -Wstringop-overflow warning
` [PATCH 09/11] scsi: lpfc: fix gcc -Wstringop-overread warning
` [PATCH 10/11] drm/i915: avoid stringop-overread warning on pri_latency

[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 

[PATCH] mm: page_alloc: fix memcg accounting leak in speculative cache lookup
 2021-03-26 12:07 UTC  (13+ messages)

[mm, net-next v2] mm: net: memcg accounting for TCP rx zerocopy
 2021-03-25 17:50 UTC  (20+ messages)

[Patch v3 0/2] cgroup: New misc cgroup controller
 2021-03-24 22:09 UTC  (11+ messages)
` [Patch v3 1/2] cgroup: sev: Add "

[mm, net-next v2] mm: net: memcg accounting for TCP rx zerocopy
 2021-03-22 21:19 UTC  (3+ messages)

[PATCH 1/2] mm: memcontrol: don't allocate cgroup swap arrays when memcg is disabled
 2021-03-22 15:53 UTC  (10+ messages)
  ` [PATCH 2/2] mm: memcontrol: deprecate swapaccounting=0 mode

[RFC PATCH v2 00/11] bfq: introduce bfq.ioprio for cgroup
 2021-03-22  5:44 UTC  (3+ messages)

[PATCH v10 0/3] Charge loop device i/o to issuing cgroup
 2021-03-19 16: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 read-only IMAP folder(s) and NNTP newsgroup(s).