cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-14 22:42:13 to 2019-12-19 20:07:17 UTC [more...]

[PATCH v2 0/3] mm: memcontrol: recursive memory protection
 2019-12-19 20:07 UTC  (3+ messages)
` [PATCH v2 1/3] mm: memcontrol: fix memory.low proportional distribution
` [PATCH v2 2/3] mm: memcontrol: clean up and document effective low/min calculations

[PATCH] mm: vmscan: memcg: Add global shrink priority
 2019-12-19 11:26 UTC  (6+ messages)

[PATCH] mm: fix hanging shrinker management on long do_shrink_slab
 2019-12-19 10:35 UTC  (12+ messages)

cgroups: WARN_ON_ONCE(css && percpu_ref_is_dying(&css->refcnt)) triggerable running stress tests cgroups
 2019-12-19  2:27 UTC 

[PATCH v9 1/8] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2019-12-19  1:59 UTC  (11+ messages)
` [PATCH v9 2/8] hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations
` [PATCH v9 3/8] hugetlb_cgroup: add reservation accounting for private mappings
` [PATCH v9 4/8] hugetlb: disable region_add file_region coalescing
` [PATCH v9 5/8] hugetlb_cgroup: add accounting for shared mappings
` [PATCH v9 6/8] hugetlb_cgroup: support noreserve mappings
` [PATCH v9 7/8] hugetlb_cgroup: Add hugetlb_cgroup reservation tests
` [PATCH v9 8/8] hugetlb_cgroup: Add hugetlb_cgroup reservation docs

[PATCH 1/3] cgroup: unify attach permission checking
 2019-12-19  0:39 UTC  (5+ messages)
` [PATCH 2/3] clone3: allow spawning processes into cgroups
` [PATCH 3/3] selftests/cgroup: add tests for cloning "

[PATCH] mm: memcontrol.c: move mem_cgroup_id_get_many under CONFIG_MMU
 2019-12-17 15:46 UTC  (16+ messages)

[PATCH v6 00/10] per lruvec lru_lock for memcg
 2019-12-17 13:11 UTC  (15+ messages)
` [PATCH v6 01/10] mm/vmscan: remove unnecessary lruvec adding
` [PATCH v6 02/10] mm/lru: replace pgdat lru_lock with lruvec lock
` [PATCH v6 03/10] mm/lru: introduce the relock_page_lruvec function
` [PATCH v6 04/10] mm/mlock: optimize munlock_pagevec by relocking
` [PATCH v6 05/10] mm/swap: only change the lru_lock iff page's lruvec is different
` [PATCH v6 06/10] mm/pgdat: remove pgdat lru_lock
` [PATCH v6 07/10] mm/lru: revise the comments of lru_lock
` [PATCH v6 08/10] mm/lru: debug checking for page memcg moving and lock_page_memcg
` [PATCH v6 09/10] mm/memcg: fold lock in lock_page_lru
` [PATCH v6 10/10] mm: revise the comments of mem_cgroup_page_lruvec

[PATCH block/for-5.5-fixes] iocost: over-budget forced IOs should schedule async delay
 2019-12-16 23:10 UTC  (2+ messages)

[PATCH 0/3] mm: memcontrol: recursive memory protection
 2019-12-16 19:11 UTC  (8+ 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 v5 0/8] per lruvec lru_lock for memcg
 2019-12-11  3:51 UTC  (11+ messages)
` [PATCH v5 1/8] mm/vmscan: remove unnecessary lruvec adding
` [PATCH v5 2/8] mm/lru: replace pgdat lru_lock with lruvec lock
` [PATCH v5 3/8] mm/lru: introduce the relock_page_lruvec function
` [PATCH v5 4/8] mm/mlock: optimize munlock_pagevec by relocking
` [PATCH v5 5/8] mm/swap: only change the lru_lock iff page's lruvec is different
` [PATCH v5 6/8] mm/pgdat: remove pgdat lru_lock
` [PATCH v5 7/8] mm/lru: revise the comments of lru_lock
` [PATCH v5 8/8] mm/lru: debug checking for page memcg moving and lock_page_memcg

[PATCH AUTOSEL 5.4 244/350] cgroup: freezer: don't change task and cgroups status unnecessarily
 2019-12-10 21:05 UTC 

[PATCH v2] mm: cleanup some useless code
 2019-12-10 21:04 UTC  (2+ messages)

[PATCH] mm: cleanup some useless code
 2019-12-10 14:07 UTC  (2+ messages)

[PATCH] bfq: Replace kmalloc_node with kzalloc_node
 2019-12-03 15:01 UTC  (2+ messages)

[PATCH RFC v4 00/16] new cgroup controller for gpu/drm subsystem
 2019-12-02 19:14 UTC  (17+ messages)
` [PATCH RFC v4 02/16] cgroup: Introduce cgroup for drm subsystem
` [PATCH RFC v4 07/16] drm, cgroup: Add total GEM buffer allocation limit
` [PATCH RFC v4 14/16] drm, cgroup: Introduce lgpu as DRM cgroup resource

[RFC PATCH] cgroup/pids: Make pids.events notifications affine to pids.max
 2019-12-02 19:11 UTC  (2+ messages)

[PATCH 0/3] mm: fix page aging across multiple cgroups
 2019-11-27 22:16 UTC  (8+ messages)
` [PATCH 2/3] mm: vmscan: detect file thrashing at the reclaim root
` [PATCH 3/3] mm: vmscan: enforce inactive:active ratio "

[PATCH v2] sched/fair: add burst to cgroup cpu bandwidth controller
 2019-11-26 10:56 UTC 

[GIT PULL] cgroup changes for v5.5-rc1
 2019-11-26  4:25 UTC  (2+ messages)

[PATCH v8 1/9] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2019-11-26  0:05 UTC  (12+ messages)
` [PATCH v8 2/9] hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations
` [PATCH v8 5/9] hugetlb: disable region_add file_region coalescing

[PATCH v4 0/9] per lruvec lru_lock for memcg
 2019-11-25 17:27 UTC  (29+ messages)
` [PATCH v4 1/9] mm/swap: fix uninitialized compiler warning
` [PATCH v4 2/9] mm/huge_memory: "
` [PATCH v4 3/9] mm/lru: replace pgdat lru_lock with lruvec lock
` [PATCH v4 4/9] mm/mlock: only change the lru_lock iff page's lruvec is different
` [PATCH v4 5/9] mm/swap: "
` [PATCH v4 6/9] mm/vmscan: "
` [PATCH v4 7/9] mm/pgdat: remove pgdat lru_lock
` [PATCH v4 8/9] mm/lru: likely enhancement
` [PATCH v4 9/9] mm/lru: revise the comments of lru_lock

[PATCH -next] writeback: fix -Wformat compilation warnings
 2019-11-25 15:51 UTC  (6+ messages)

[PATCH 0/2] block, bfq: make bfq disable iocost and present a double interface
 2019-11-22 15:42 UTC  (5+ messages)

mount cgroup with "already mounted or cgroup busy"
 2019-11-22 15:19 UTC  (2+ messages)

[PATCH v3 0/8] per lruvec lru_lock for memcg
 2019-11-22  6:46 UTC  (30+ messages)
` [PATCH v3 1/7] mm/lru: add per lruvec lock "
` [PATCH v3 2/7] mm/lruvec: add irqsave flags into lruvec struct
` [PATCH v3 3/7] mm/lru: replace pgdat lru_lock with lruvec lock
` [PATCH v3 4/7] mm/lru: only change the lru_lock iff page's lruvec is different
` [PATCH v3 5/7] mm/pgdat: remove pgdat lru_lock
` [PATCH v3 6/7] mm/lru: likely enhancement
` [PATCH v3 7/7] mm/lru: revise the comments of lru_lock

[PATCH] mm: fix unsafe page -> lruvec lookups with cgroup charge migration
 2019-11-21 21:30 UTC  (7+ messages)

KASAN: use-after-free Read in blkcg_print_stat (2)
 2019-11-19 10:06 UTC 

KASAN: use-after-free Read in blkcg_print_stat (2)
 2019-11-19  7:11 UTC 

PSI: use-after-free in collect_percpu_times()
 2019-11-18 21:58 UTC 

[PATCH] docs: cgroup: mm: Fix spelling of "list"
 2019-11-18 16:00 UTC  (2+ messages)

[PATCHSET v2 block/for-next] blk-cgroup: use cgroup rstat for IO stats
 2019-11-18 15:41 UTC  (7+ messages)
` [PATCH 5/6] blk-cgroup: reimplement basic IO stats using cgroup rstat
      ` [PATCH block/for-next] blk-cgroup: cgroup_rstat_updated() shouldn't be called on cgroup1

[PATCH AUTOSEL 4.19 178/237] mm: handle no memcg case in memcg_kmem_charge() properly
 2019-11-16 15:40 UTC 

[PATCH v2] sched/topology, cpuset: Account for housekeeping CPUs to avoid empty cpumasks
 2019-11-15 18:48 UTC  (4+ messages)

linux-next: arm32: beagleboard x15: WARNING: CPU: 0 PID: 0 at /usr/src/kernel/kernel/cgroup/cgroup.c:1969 cgroup_setup_root+0x36c/0x4e8
 2019-11-15  8:58 UTC  (4+ messages)
  ` [PATCH cgroup/for-5.5] cgroup: fix incorrect WARN_ON_ONCE() in cgroup_setup_root()


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