cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-21 16:11:38 to 2020-05-08 16:01:22 UTC [more...]

[PATCH 00/18] mm: memcontrol: charge swapin pages on instantiation
 2020-05-08 16:01 UTC  (58+ messages)
` [PATCH 01/18] mm: fix NUMA node file count error in replace_page_cache()
` [PATCH 02/18] mm: memcontrol: fix theoretical race in charge moving
` [PATCH 03/18] mm: memcontrol: drop @compound parameter from memcg charging API
` [PATCH 04/18] mm: memcontrol: move out cgroup swaprate throttling
` [PATCH 05/18] mm: memcontrol: convert page cache to a new mem_cgroup_charge() API
` [PATCH 06/18] mm: memcontrol: prepare uncharging for removal of private page type counters
` [PATCH 07/18] mm: memcontrol: prepare move_account "
` [PATCH 08/18] mm: memcontrol: prepare cgroup vmstat infrastructure for native anon counters
` [PATCH 09/18] mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM counters
` [PATCH 10/18] mm: memcontrol: switch to native NR_ANON_MAPPED counter
` [PATCH 11/18] mm: memcontrol: switch to native NR_ANON_THPS counter
` [PATCH 12/18] mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() API
` [PATCH 13/18] mm: memcontrol: drop unused try/commit/cancel charge API
` [PATCH 14/18] mm: memcontrol: prepare swap controller setup for integration
` [PATCH 15/18] mm: memcontrol: make swap tracking an integral part of memory control
` [PATCH 16/18] mm: memcontrol: charge swapin pages on instantiation
` [PATCH 17/18] mm: memcontrol: delete unused lrucare handling
` [PATCH 18/18] mm: memcontrol: update page->mem_cgroup stability rules

[PATCH] doc: cgroup: update note about conditions when oom killer is invoked
 2020-05-08 16:00 UTC  (2+ messages)

[PATCH] memcg: effective memory.high reclaim for remote charging
 2020-05-07 17:49 UTC  (4+ messages)

cgroup pointed by sock is leaked on mode switch
 2020-05-06  7:51 UTC  (5+ messages)

[PATCH] memcg: oom: ignore oom warnings from memory.max
 2020-05-05 16:57 UTC  (36+ messages)

[PATCH iproute2-next 0/2] ss: add support for cgroup v2 information and filtering
 2020-05-05 15:50 UTC  (5+ messages)
` [PATCH iproute2-next 1/2] ss: introduce cgroup2 cache and helper functions
` [PATCH iproute2-next 2/2] ss: add support for cgroup v2 information and filtering

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

[block/for-5.7] iocost: protect iocg->abs_vdebt with iocg->waitq.lock
 2020-05-05 15:23 UTC  (2+ messages)

[PATCH v3 0/2] mm: memcontrol: memory.{low,min} reclaim fix & cleanup
 2020-05-05  8:41 UTC  (3+ messages)
` [PATCH v3 1/2] mm, memcg: Avoid stale protection values when cgroup is above protection
  ` [PATCH v3 2/2] mm, memcg: Decouple e{low,min} state mutations from protection checks

[PATCH 0/2] mm: memcontrol: memory.{low,min} reclaim fix & cleanup
 2020-05-04 22:59 UTC  (25+ messages)
  ` [PATCH 1/2] mm, memcg: Avoid stale protection values when cgroup is above protection
  ` [PATCH 2/2] mm, memcg: Decouple e{low,min} state mutations from protection checks

[PATCH net-next 0/2] inet_diag: add cgroup attribute and filter
 2020-05-01  5:54 UTC  (5+ messages)
` [PATCH net-next 1/2] inet_diag: add cgroup id attribute
  ` [PATCH net-next 2/2] inet_diag: add support for cgroup filter

[PATCHSET v2 block/for-5.8] iocost: improve use_delay and latency target handling
 2020-04-30 21:55 UTC  (2+ messages)

[PATCH 0/3] memcg: Slow down swap allocation as the available space gets depleted
 2020-04-29  9:55 UTC  (25+ messages)

[PATCH v2 0/4] mm/slub: Fix sysfs circular locking dependency
 2020-04-29  2:52 UTC  (10+ messages)
  ` [PATCH v2 1/4] mm, slab: Revert "extend slab/shrink to shrink all memcg caches"
` [PATCH v2 2/4] mm/slub: Fix slab_mutex circular locking problem in slab_attr_store()
` [PATCH v2 3/4] mm/slub: Fix another circular locking dependency "
` [PATCH v2 4/4] mm/slub: Fix sysfs shrink circular locking dependency

memleak in cgroup
 2020-04-28 17:45 UTC  (5+ messages)

Question about BPF_MAP_TYPE_CGROUP_STORAGE
 2020-04-27 20:17 UTC  (9+ messages)

[PATCH v10 00/15] per memcg lru lock
 2020-04-27  7:03 UTC  (17+ messages)
` [PATCH v10 03/15] mm/page_idle: no unlikely double check for idle page counting
` [PATCH v10 05/15] mm/thp: clean up lru_add_page_tail
` [PATCH v10 06/15] mm/thp: narrow lru locking
` [PATCH v10 07/15] mm/memcg: add debug checking in lock_page_memcg
` [PATCH v10 09/15] mm/compaction: do page isolation first in compaction
` [PATCH v10 10/15] mm/mlock: ClearPageLRU before get lru lock in munlock page isolation
` [PATCH v10 10/15] mm/mlock: isolation page before get lru lock in munlock
` [PATCH v10 11/15] mm/lru: replace pgdat lru_lock with lruvec lock
  ` [PATCH v10 01/15] mm/swap: use vmf clean up swapin funcs parameters
  ` [PATCH v10 02/15] mm/vmscan: remove unnecessary lruvec adding
  ` [PATCH v10 04/15] mm/thp: move lru_add_page_tail func to huge_memory.c
  ` [PATCH v10 08/15] mm/lru: introduce TestClearPageLRU
  ` [PATCH v10 12/15] mm/lru: introduce the relock_page_lruvec function
  ` [PATCH v10 13/15] mm/vmscan: use relock for move_pages_to_lru
  ` [PATCH v10 15/15] mm/lru: revise the comments of lru_lock
` [PATCH v10 14/15] mm/pgdat: remove pgdat lru_lock

[PATCH] memcg: optimize memory.numa_stat like memory.stat
 2020-04-24  2:38 UTC  (6+ messages)

CLONE_INTO_CGROUP documentation?
 2020-04-23 10:14 UTC  (5+ messages)
` [PATCH] clone.2: Document CLONE_INTO_CGROUP


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