cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-14 11:04:53 to 2020-05-29 09:49:10 UTC [more...]

mm: mkfs.ext4 invoked oom-killer on i386 - pagecache_get_page
 2020-05-29  9:49 UTC  (26+ messages)

[PATCH] mm: memcontrol: fix an unused-function warning
 2020-05-29  8:19 UTC  (3+ messages)

[PATCH] mm, memcg: reclaim more aggressively before high allocator throttling
 2020-05-29  7:31 UTC  (38+ messages)

[PATCH] memcg: Fix memcg_kmem_bypass() for remote memcg charging
 2020-05-28 14:44 UTC  (18+ messages)
      ` [PATCH v2] "
        ` [PATCH v3] "

[PATCH cgroup/for-5.8] cgroup: add cpu.stat file to root cgroup
 2020-05-28 14:07 UTC  (5+ messages)
    ` [PATCH v2 "

[PATCH v6 0/4] Charge loop device i/o to issuing cgroup
 2020-05-28 13:54 UTC  (5+ messages)
` [PATCH 1/4] loop: Use worker per cgroup instead of kworker
  ` [PATCH 2/4] mm: support nesting memalloc_use_memcg()
` [PATCH 3/4] mm: Charge active memcg when no mm is set
` [PATCH 4/4] loop: Charge i/o to mem and blk cg

[PATCH v11 00/16] per memcg lru lock
 2020-05-28 11:00 UTC  (17+ messages)
` [PATCH v11 01/16] mm/vmscan: remove unnecessary lruvec adding
  ` [PATCH v11 02/16] mm/page_idle: no unlikely double check for idle page counting
  ` [PATCH v11 03/16] mm/compaction: correct the comments of compact_defer_shift
  ` [PATCH v11 05/16] mm/thp: move lru_add_page_tail func to huge_memory.c
  ` [PATCH v11 06/16] mm/thp: clean up lru_add_page_tail
  ` [PATCH v11 07/16] mm/thp: narrow lru locking
  ` [PATCH v11 08/16] mm/memcg: add debug checking in lock_page_memcg
  ` [PATCH v11 10/16] mm/compaction: do page isolation first in compaction
  ` [PATCH v11 11/16] mm/mlock: reorder isolation sequence during munlock
  ` [PATCH v11 12/16] mm/lru: replace pgdat lru_lock with lruvec lock
  ` [PATCH v11 14/16] mm/vmscan: use relock for move_pages_to_lru
  ` [PATCH v11 15/16] mm/pgdat: remove pgdat lru_lock
  ` [PATCH v11 16/16] mm/lru: revise the comments of lru_lock
` [PATCH v11 04/16] mm/compaction: rename compact_deferred as compact_should_defer
` [PATCH v11 09/16] mm/lru: introduce TestClearPageLRU
` [PATCH v11 13/16] mm/lru: introduce the relock_page_lruvec function

[PATCH mm v6 0/4] memcg: Slow down swap allocation as the available space gets depleted
 2020-05-27 20:05 UTC  (6+ messages)
  ` [PATCH mm v6 1/4] mm: prepare for swap over-high accounting and penalty calculation
  ` [PATCH mm v6 2/4] mm: move penalty delay clamping out of calculate_high_delay()
  ` [PATCH mm v6 3/4] mm: move cgroup high memory limit setting into struct page_counter
  ` [PATCH mm v6 4/4] mm: automatically penalize tasks with high swap use

[GIT PULL] cgroup fixes for v5.7-rc7
 2020-05-27 18:10 UTC  (2+ messages)

[PATCH mm v5 RESEND 0/4] memcg: Slow down swap allocation as the available space gets depleted
 2020-05-27 15:51 UTC  (11+ messages)
  ` [PATCH mm v5 RESEND 1/4] mm: prepare for swap over-high accounting and penalty calculation
  ` [PATCH mm v5 RESEND 2/4] mm: move penalty delay clamping out of calculate_high_delay()
  ` [PATCH mm v5 RESEND 3/4] mm: move cgroup high memory limit setting into struct page_counter
  ` [PATCH mm v5 RESEND 4/4] mm: automatically penalize tasks with high swap use

[PATCH v5 0/4] Charge loop device i/o to issuing cgroup
 2020-05-27  5:09 UTC  (5+ messages)

[PATCH] blkcg:Fix memory leaks in blkg_conf_prep()
 2020-05-26 17:23 UTC  (3+ messages)
  ` [PATCH v2] blkcg: Fix memory leak "

[PATCH] cgroup: Remove stale comments
 2020-05-26 17:20 UTC  (2+ messages)

[PATCH v3 0/2] mm: memcontrol: memory.{low,min} reclaim fix & cleanup
 2020-05-22 16:27 UTC  (11+ messages)
` [PATCH v3 2/2] mm, memcg: Decouple e{low,min} state mutations from protection checks

[PATCH] mm, memcg: unify reclaim retry limits with page allocator
 2020-05-22 14:07 UTC  (6+ messages)

[PATCH] netprio_cgroup: Fix unlimited memory leak of v2 cgroup
 2020-05-22  3:26 UTC  (6+ messages)
` [PATCH v2] netprio_cgroup: Fix unlimited memory leak of v2 cgroups

[PATCH mm v5 0/4] memcg: Slow down swap allocation as the available space gets depleted
 2020-05-21  0:22 UTC  (6+ messages)
  ` [PATCH mm v5 1/4] mm: prepare for swap over-high accounting and penalty calculation
  ` [PATCH mm v5 2/4] mm: move penalty delay clamping out of calculate_high_delay()
  ` [PATCH mm v5 3/4] mm: move cgroup high memory limit setting into struct page_counter
  ` [PATCH mm v5 4/4] mm: automatically penalize tasks with high swap use

[PATCH mm v4 0/4] memcg: Slow down swap allocation as the available space gets depleted
 2020-05-20  1:40 UTC  (10+ messages)
  ` [PATCH mm v4 1/4] mm: prepare for swap over-high accounting and penalty calculation
  ` [PATCH mm v4 2/4] mm: move penalty delay clamping out of calculate_high_delay()
  ` [PATCH mm v4 3/4] mm: move cgroup high memory limit setting into struct page_counter
  ` [PATCH mm v4 4/4] mm: automatically penalize tasks with high swap use

CLONE_INTO_CGROUP documentation?
 2020-05-19 13:51 UTC  (10+ messages)
` [PATCH] clone.2: Document CLONE_INTO_CGROUP
  ` [PATCH v2] "

[PATCH v2 3/4] mm/slub: Fix another circular locking dependency in slab_attr_store()
 2020-05-19  2:37 UTC  (4+ messages)

[PATCH mm v3 0/3] memcg: Slow down swap allocation as the available space gets depleted
 2020-05-19  1:10 UTC  (9+ messages)
  ` [PATCH mm v3 1/3] mm: prepare for swap over-high accounting and penalty calculation
  ` [PATCH mm v3 2/3] mm: move penalty delay clamping out of calculate_high_delay()
  ` [PATCH mm v3 3/3] mm: automatically penalize tasks with high swap use

[PATCH] blkcg: Fix memory leak in blkg_conf_prep()
 2020-05-18 11:34 UTC  (2+ messages)

[PATCH 00/19 V2] mm: memcontrol: charge swapin pages on instantiation
 2020-05-18 11:18 UTC  (6+ messages)
` [PATCH 01/19] mm: fix NUMA node file count error in replace_page_cache()

[PATCH v2 4/4] mm/slub: Fix sysfs shrink circular locking dependency
 2020-05-17  1:57 UTC  (2+ messages)

[PATCH v2 0/4] mm/slub: Fix sysfs circular locking dependency
 2020-05-17  1:54 UTC  (2+ messages)

[PATCH v2 4/4] mm/slub: Fix sysfs shrink circular locking dependency
 2020-05-17  1:46 UTC  (2+ messages)

[PATCH] memcg: expose root cgroup's memory.stat
 2020-05-16  1:42 UTC  (13+ messages)

[PATCH] blkcg:fixes memory leaks in blkg_conf_prep()
 2020-05-15 12:24 UTC 

[PATCH mm v2 0/3] memcg: Slow down swap allocation as the available space gets depleted
 2020-05-15  7:14 UTC  (9+ messages)
` [PATCH mm v2 3/3] mm: automatically penalize tasks with high swap use


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