cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-26 16:46:32 to 2020-03-12 17:33:07 UTC [more...]

[PATCH 0/6] mm, memcg: cgroup v2 tunable load/store tearing fixes
 2020-03-12 17:33 UTC  (5+ messages)
  ` [PATCH 1/6] mm, memcg: Prevent memory.high load/store tearing
  ` [PATCH 2/6] mm, memcg: Prevent memory.max load tearing
  ` [PATCH 3/6] mm, memcg: Prevent memory.low load/store tearing
` [PATCH 4/6] mm, memcg: Prevent memory.min "

[PATCH] mm, memcg: Bypass high reclaim iteration for cgroup hierarchy root
 2020-03-12 16:41 UTC 

[PATCH v4 1/2] cgroup: memcg: net: do not associate sock with unrelated cgroup
 2020-03-12 14:05 UTC  (8+ messages)
  ` [PATCH v4 2/2] net: memcg: late association of sock to memcg

[PATCH] cgroup-v1: freezer: optionally killable freezer
 2020-03-11 17:46 UTC  (9+ messages)

[PATCH v2] sched/cpuset: distribute tasks within affinity masks
 2020-03-11 14:05 UTC  (2+ messages)

[GIT PULL] cgroup fixes for v5.6-rc5
 2020-03-10 22:35 UTC  (3+ messages)

[PATCH v2 0/4] Support user xattrs in cgroupfs
 2020-03-10 20:41 UTC  (16+ messages)
` [PATCH v2 2/4] kernfs: Add removed_size out param for simple_xattr_set
  ` [PATCH v2 1/4] kernfs: kvmalloc xattr value instead of kmalloc
  ` [PATCH v2 3/4] kernfs: Add option to enable user xattrs
  ` [PATCH v2 4/4] cgroupfs: Support "

KASAN: slab-out-of-bounds Read in cgroup_file_notify
 2020-03-10 15:55 UTC 

[PATCHv2] memcg: fix NULL pointer dereference in __mem_cgroup_usage_unregister_event
 2020-03-10 11:17 UTC  (4+ messages)

[PATCH] mm: Use fallthrough;
 2020-03-10 11:10 UTC  (11+ messages)

linux-next test error: BUG: using __this_cpu_read() in preemptible code in __mod_memcg_state
 2020-03-09 13:26 UTC  (4+ messages)

[regression] cpuset: offlined CPUs removed from affinity masks
 2020-03-07 16:06 UTC  (8+ messages)

[PATCH] memcg: optimize memory.numa_stat like memory.stat
 2020-03-06  4:54 UTC  (3+ messages)

[PATCH v9 00/21] per lruvec lru_lock for memcg
 2020-03-06  2:15 UTC  (35+ messages)
` [PATCH v9 01/20] mm/vmscan: remove unnecessary lruvec adding
` [PATCH v9 02/20] mm/memcg: fold lock_page_lru into commit_charge
` [PATCH v9 04/20] mm/thp: move lru_add_page_tail func to huge_memory.c
` [PATCH v9 06/20] mm/thp: narrow lru locking
` [PATCH v9 07/20] mm/lru: introduce TestClearPageLRU
` [PATCH v9 08/20] mm/lru: add page isolation precondition in __isolate_lru_page
` [PATCH v9 10/20] mm/lru: take PageLRU first in moving page between lru lists
` [PATCH v9 12/20] mm/mlock: clean up __munlock_isolate_lru_page
  ` [PATCH v9 03/20] mm/page_idle: no unlikely double check for idle page counting
  ` [PATCH v9 05/20] mm/thp: clean up lru_add_page_tail
  ` [PATCH v9 09/20] mm/mlock: ClearPageLRU before get lru lock in munlock page isolation
  ` [PATCH v9 11/20] mm/memcg: move SetPageLRU out of lru_lock in commit_charge
  ` [PATCH v9 13/20] mm/lru: replace pgdat lru_lock with lruvec lock
  ` [PATCH v9 14/20] mm/lru: introduce the relock_page_lruvec function
  ` [PATCH v9 15/20] mm/mlock: optimize munlock_pagevec by relocking
  ` [PATCH v9 16/20] mm/swap: only change the lru_lock iff page's lruvec is different
  ` [PATCH v9 18/20] mm/lru: revise the comments of lru_lock
` [PATCH v9 17/20] mm/pgdat: remove pgdat lru_lock
` [PATCH v9 19/20] mm/lru: add debug checking for page memcg moving
` [PATCH v9 20/20] mm/memcg: add debug checking in lock_page_memcg

[PATCH] sched/cpuset: distribute tasks within affinity masks
 2020-03-06  2:00 UTC  (4+ messages)

[PATCH v3] net: memcg: late association of sock to memcg
 2020-03-05 22:45 UTC  (4+ messages)

[PATCH v2] mm: Make mem_cgroup_id_get_many() __maybe_unused
 2020-03-05 18:36 UTC  (3+ messages)

[PATCH] mm: Make mem_cgroup_id_get_many dependent on MMU and MEMCG_SWAP
 2020-03-05 18:34 UTC  (9+ messages)

Memory reclaim protection and cgroup nesting (desktop use)
 2020-03-05 15:39 UTC  (10+ messages)

[BUG] NULL pointer de-ref when setting io.cost.qos on LUKS devices
 2020-03-05 15:20 UTC  (6+ messages)

[PATCH] memcg: fix NULL pointer dereference in __mem_cgroup_usage_unregister_event
 2020-03-05 14:07 UTC  (4+ messages)

[cgroup:for-next] BUILD SUCCESS 9f7b2d1eba9919b2289b19766cbc285981609f20
 2020-03-05  9:02 UTC 

[cgroup:for-5.6-fixes] BUILD SUCCESS 2e5383d7904e60529136727e49629a82058a5607
 2020-03-05  5:44 UTC 

[PATCH v2] net: memcg: late association of sock to memcg
 2020-03-05  4:54 UTC  (5+ messages)

[PATCH] cgroup1: don't call release_agent when it is ""
 2020-03-04 16:54 UTC  (2+ messages)

[PATCH 0/2] Support user xattrs in cgroupfs
 2020-03-04 16:39 UTC  (8+ messages)
  ` [PATCH 1/2] kernfs: Add option to enable user xattrs
` [PATCH 2/2] cgroupfs: Support "

[PATCH] cgroup: fix psi_show() crash on 32bit ino archs
 2020-03-04 16:16 UTC  (4+ messages)

[PATCH v2] memcg: css_tryget_online cleanups
 2020-03-04 12:32 UTC  (4+ messages)

[PATCH 0/2] Support user xattrs in cgroupfs
 2020-03-03 19:20 UTC 

[PATCH 0/3] mm: memcontrol: recursive memory.low protection
 2020-02-27 19:56 UTC  (4+ messages)
` [PATCH 1/3] mm: memcontrol: fix memory.low proportional distribution
  ` [PATCH 2/3] mm: memcontrol: clean up and document effective low/min calculations
  ` [PATCH 3/3] mm: memcontrol: recursive memory.low protection

[PATCH v3 0/3] Charge loop device i/o to issuing cgroup
 2020-02-27 18:14 UTC  (4+ messages)
` [PATCH v3 1/3] loop: Use worker per cgroup instead of kworker

[PATCH v2 0/3] mm: memcontrol: recursive memory protection
 2020-02-27 15:06 UTC  (15+ messages)
` [PATCH v2 2/3] mm: memcontrol: clean up and document effective low/min calculations
` [PATCH v2 3/3] mm: memcontrol: recursive memory.low protection

[PATCH] mm: memcontrol: asynchronous reclaim for memory.high
 2020-02-27 12:50 UTC  (11+ messages)

[PATCH v3] cgroup: memcg: net: do not associate sock with unrelated cgroup
 2020-02-26 20:02 UTC  (3+ messages)

[PATCH v2 00/11] new cgroup controller for gpu/drm subsystem
 2020-02-26 19:01 UTC  (12+ messages)
      ` [PATCH v2 01/11] cgroup: Introduce cgroup for drm subsystem
      ` [PATCH v2 02/11] drm, cgroup: Bind drm and cgroup subsystem
      ` [PATCH v2 03/11] drm, cgroup: Initialize drmcg properties
      ` [PATCH v2 04/11] drm, cgroup: Add total GEM buffer allocation stats
      ` [PATCH v2 05/11] drm, cgroup: Add peak "
      ` [PATCH v2 06/11] drm, cgroup: Add GEM buffer allocation count stats
      ` [PATCH v2 07/11] drm, cgroup: Add total GEM buffer allocation limit
      ` [PATCH v2 08/11] drm, cgroup: Add peak "
      ` [PATCH v2 09/11] drm, cgroup: Add compute as gpu cgroup resource
      ` [PATCH v2 10/11] drm, cgroup: add update trigger after limit change
      ` [PATCH v2 11/11] drm/amdgpu: Integrate with DRM cgroup

[PATCH v2 3/3] mm: memcontrol: recursive memory.low protection
 2020-02-26 17:56 UTC  (11+ 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 NNTP newsgroup(s).