cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-25 13:44:43 to 2019-11-15 00:29:23 UTC [more...]

[PATCH 0/3] mm: fix page aging across multiple cgroups
 2019-11-15  0:29 UTC  (16+ messages)
` [PATCH 1/3] mm: vmscan: move file exhaustion detection to the node level
` [PATCH 2/3] mm: vmscan: detect file thrashing at the reclaim root
` [PATCH 3/3] mm: vmscan: enforce inactive:active ratio "

[PATCH -next] writeback: fix -Wformat compilation warnings
 2019-11-15  0:26 UTC  (3+ 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-14 22:54 UTC  (3+ messages)
  ` [PATCH cgroup/for-5.5] cgroup: fix incorrect WARN_ON_ONCE() in cgroup_setup_root()

[PATCHSET v2 block/for-next] blk-cgroup: use cgroup rstat for IO stats
 2019-11-14 22:31 UTC  (12+ messages)
` [PATCH 1/6] bfq-iosched: relocate bfqg_*rwstat*() helpers
` [PATCH 2/6] bfq-iosched: stop using blkg->stat_bytes and ->stat_ios
` [PATCH 3/6] blk-throtl: "
` [PATCH 4/6] blk-cgroup: remove now unused blkg_print_stat_{bytes|ios}_recursive()
` [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 6/6] blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTAT

[PATCH v2] sched/topology, cpuset: Account for housekeeping CPUs to avoid empty cpumasks
 2019-11-14 16:03 UTC  (3+ messages)

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

[PATCH RFC] sched/fair: add burst to cgroup cpu bandwidth controller
 2019-11-13  8:33 UTC  (3+ messages)

[PATCH -next] mm/vmscan: fix an undefined behavior for zone id
 2019-11-12 18:30 UTC  (13+ messages)

[PATCHSET cgroup/for-5.5] kernfs,cgroup: support 64bit inos and unify cgroup IDs
 2019-11-12 16:19 UTC  (19+ messages)
` [PATCH 01/10] kernfs: fix ino wrap-around detection
` [PATCH 02/10] writeback: use ino_t for inodes in tracepoints
` [PATCH 03/10] netprio: use css ID instead of cgroup ID
` [PATCH 04/10] kernfs: use dumber locking for kernfs_find_and_get_node_by_ino()
` [PATCH 05/10] kernfs: kernfs_find_and_get_node_by_ino() should only look up activated nodes
` [PATCH 06/10] kernfs: convert kernfs_node->id from union kernfs_node_id to u64
` [PATCH 07/10] kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id()
` [PATCH 08/10] kernfs: implement custom exportfs ops and fid type
` [PATCH 09/10] kernfs: use 64bit inos if ino_t is 64bit
` [PATCH 10/10] cgroup: use cgrp->kn->id as the cgroup ID

[GIT PULL] cgroup fixes for v5.4-rc7
 2019-11-12  0:30 UTC  (2+ messages)

[PATCH block/for-linus] cgroup,writeback: don't switch wbs immediately on dead wbs if the memcg is dead
 2019-11-11 16:34 UTC  (2+ messages)

[PATCH] docs: cgroup: mm: Document why inactive_X + active_X may not equal X
 2019-11-11 14:53 UTC  (2+ messages)

[PATCH] docs: cgroup: mm: Fix spelling of "list"
 2019-11-11 14:44 UTC 

[PATCH v8 1/9] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2019-11-09  0:46 UTC  (20+ messages)
` [PATCH v8 2/9] hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations
` [PATCH v8 3/9] hugetlb_cgroup: add cgroup-v2 support
` [PATCH v8 4/9] hugetlb_cgroup: add reservation accounting for private mappings
` [PATCH v8 5/9] hugetlb: disable region_add file_region coalescing
` [PATCH v8 6/9] hugetlb_cgroup: add accounting for shared mappings
` [PATCH v8 7/9] hugetlb_cgroup: support noreserve mappings
` [PATCH v8 8/9] hugetlb_cgroup: Add hugetlb_cgroup reservation tests
` [PATCH v8 9/9] hugetlb_cgroup: Add hugetlb_cgroup reservation docs

[PATCH 00/11] mm: fix page aging across multiple cgroups
 2019-11-08  3:43 UTC  (22+ messages)
` [PATCH 01/11] mm: vmscan: move inactive_list_is_low() swap check to the caller
` [PATCH 02/11] mm: clean up and clarify lruvec lookup procedure
` [PATCH 03/11] mm: vmscan: simplify lruvec_lru_size()
` [PATCH 04/11] mm: vmscan: naming fixes: cgroup_reclaim() and writeback_working()
` [PATCH 05/11] mm: vmscan: replace shrink_node() loop with a retry jump
` [PATCH 06/11] mm: vmscan: turn shrink_node_memcg() into shrink_lruvec()
` [PATCH 07/11] mm: vmscan: split shrink_node() into node part and memcgs part
` [PATCH 08/11] mm: vmscan: harmonize writeback congestion tracking for nodes & memcgs
` [PATCH 09/11] mm: vmscan: move file exhaustion detection to the node level

[PATCHSET block/for-next] blk-cgroup: use cgroup rstat for IO stats
 2019-11-07 19:08 UTC  (9+ messages)
` [PATCH 1/5] bfq-iosched: stop using blkg->stat_bytes and ->stat_ios
  ` [PATCH v2 "
` [PATCH 2/5] blk-throtl: "
` [PATCH 3/5] blk-cgroup: remove now unused blkg_print_stat_{bytes|ios}_recursive()
` [PATCH 4/5] blk-cgroup: reimplement basic IO stats using cgroup rstat
` [PATCH 5/5] blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTAT
` [PATCH 0.5/5] bfq-iosched: relocate bfqg_*rwstat*() helpers

[RFC PATCH] cgroup: Document interface files and rationale for DRM controller
 2019-11-07 15:29 UTC  (4+ messages)

[PATCH block/for-5.4-fixes] blkcg: make blkcg_print_stat() print stats only for online blkgs
 2019-11-07  0:08 UTC  (2+ messages)

NULL pointer deref in put_fs_context with unprivileged LXC
 2019-11-06 21:06 UTC  (3+ messages)

[PATCH cgroup/for-5.5] cgroup: use cgroup->last_bstat instead of cgroup->bstat_pending for consistency
 2019-11-06 20:49 UTC 

[PATCH v9 0/8] sched/deadline: fix cpusets bandwidth accounting
 2019-11-05 12:03 UTC  (4+ messages)
` [PATCH v9 3/8] cpuset: Rebuild root domain deadline accounting information

[PATCH] mm/memcontrol: update documentation about invoking oom killer
 2019-11-05  6:09 UTC  (7+ messages)

[PATCH v2 0/2] cgroup: Sync cgroup id and inode number
 2019-11-04 18:58 UTC  (6+ messages)
` [PATCH v2 1/2] kernfs: Convert to u64 id
` [PATCH v2 2/2] cgroup: Use 64bit id from kernfs

KCSAN: data-race in mem_cgroup_select_victim_node / mem_cgroup_select_victim_node
 2019-11-04 11:27 UTC 

[PATCH 0/2] block, bfq: make bfq disable iocost and present a double interface
 2019-11-04  6:55 UTC  (4+ messages)

[PATCH] sched/topology, cpuset: Account for housekeeping CPUs to avoid empty cpumasks
 2019-11-04  0:37 UTC  (3+ messages)

[PATCHSET v3 block/for-linus] IO cost model based work-conserving porportional controller
 2019-11-01 16:56 UTC  (10+ messages)
` [PATCH 08/10] blkcg: implement blk-iocost

[PATCH v4 0/2] sched/topology: Asymmetric topologies fixes
 2019-11-01 10:08 UTC  (5+ messages)
` [PATCH v4 1/2] sched/topology: Don't try to build empty sched domains

[PATCH v7 1/9] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2019-10-31 17:05 UTC  (5+ messages)
` [PATCH v7 5/9] hugetlb: disable region_add file_region coalescing

[PATCH v2] mm: vmscan: memcontrol: remove mem_cgroup_select_victim_node()
 2019-10-30 20:42 UTC 

[PATCH] mm: vmscan: memcontrol: remove mem_cgroup_select_victim_node()
 2019-10-30 18:06 UTC  (9+ messages)

mount cgroup with "already mounted or cgroup busy"
 2019-10-30  9:32 UTC 

[PATCH] mm: memcontrol: fix data race in mem_cgroup_select_victim_node
 2019-10-29 18:47 UTC  (8+ messages)

[PATCH cgroup/for-5.5] cgroup: remove cgroup_enable_task_cg_lists() optimization
 2019-10-25 15:52 UTC  (6+ messages)

[PATCH 0/8]: mm: vmscan: cgroup-related cleanups
 2019-10-25 14:41 UTC  (10+ messages)
` [PATCH 5/8] mm: vmscan: replace shrink_node() loop with a retry jump
` [PATCH 7/8] mm: vmscan: split shrink_node() into node part and memcgs part
` [PATCH 8/8] mm: vmscan: harmonize writeback congestion tracking for nodes & memcgs


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