cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-03 18:13:21 to 2022-06-23 15:03:31 UTC [more...]

[PATCH mm v3 0/9] memcg: accounting for objects allocated by mkdir cgroup
 2022-06-23 15:03 UTC  (22+ messages)
  ` [PATCH mm v4 "
      ` [PATCH mm v5 0/9] memcg: accounting for objects allocated by mkdir, cgroup
      ` [PATCH mm v5 1/9] memcg: enable accounting for struct cgroup
      ` [PATCH mm v5 2/9] memcg: enable accounting for kernfs nodes
      ` [PATCH mm v5 3/9] memcg: enable accounting for kernfs iattrs
      ` [PATCH mm v5 4/9] memcg: enable accounting for struct simple_xattr
      ` [PATCH mm v5 5/9] memcg: enable accounting for percpu allocation of struct psi_group_cpu
      ` [PATCH mm v5 6/9] memcg: enable accounting for percpu allocation of struct cgroup_rstat_cpu
      ` [PATCH mm v5 7/9] memcg: enable accounting for large allocations in mem_cgroup_css_alloc
      ` [PATCH mm v5 8/9] memcg: enable accounting for allocations in alloc_fair_sched_group
      ` [PATCH mm v5 9/9] memcg: enable accounting for perpu allocation of struct rt_rq
  ` [PATCH mm v4 1/9] memcg: enable accounting for struct cgroup
  ` [PATCH mm v4 2/9] memcg: enable accounting for kernfs nodes
  ` [PATCH mm v4 3/9] memcg: enable accounting for kernfs iattrs
  ` [PATCH mm v4 4/9] memcg: enable accounting for struct simple_xattr
  ` [PATCH mm v4 5/9] memcg: enable accounting for percpu allocation of struct psi_group_cpu
  ` [PATCH mm v4 6/9] memcg: enable accounting for percpu allocation of struct cgroup_rstat_cpu
  ` [PATCH mm v4 7/9] memcg: enable accounting for large allocations in mem_cgroup_css_alloc
  ` [PATCH mm v4 8/9] memcg: enable accounting for allocations in alloc_fair_sched_group
` [PATCH mm v4 9/9] memcg: enable accounting for perpu allocation of struct rt_rq

[RFC PATCH] cpuset: Allow setscheduler regardless of manipulated task
 2022-06-23 12:49 UTC 

[PATCH -next v5 0/8] bugfix and cleanup for blk-throttle
 2022-06-23 12:27 UTC  (10+ messages)
` [PATCH -next v5 3/8] blk-throttle: factor out code to calculate ios/bytes_allowed
` [PATCH -next v5 4/8] blk-throttle: fix io hung due to config updates

[PATCH] mm: vmpressure: don't count userspace-induced reclaim as memory pressure
 2022-06-23  9:42 UTC  (6+ messages)

[PATCH v2] sched: RT bandwidth interface for cgroup unified hierarchy
 2022-06-23  7:51 UTC  (5+ messages)
  ` [External] "

Will the "CONFIG_CGROUP_DEBUG" x86_64 default configuration be turned off in later versions?
 2022-06-23  6:24 UTC 

[syzbot] WARNING in folio_lruvec_lock_irqsave
 2022-06-23  3:49 UTC  (7+ messages)

[PATCH v2] mm: vmpressure: don't count userspace-induced reclaim as memory pressure
 2022-06-23  0:44 UTC 

[PATCH] cgroup.c: remove redundant check for mixable cgroup in cgroup_migrate_vet_dst
 2022-06-22 17:49 UTC  (2+ messages)

[PATCH] sched: RT bandwidth interface for cgroup unified hierarchy
 2022-06-22  1:52 UTC  (3+ messages)
    ` [External] "

[PATCH v6 00/11] Use obj_cgroup APIs to charge the LRU pages
 2022-06-21 12:56 UTC  (12+ messages)
` [PATCH v6 01/11] mm: memcontrol: remove dead code and comments
` [PATCH v6 02/11] mm: rename unlock_page_lruvec{_irq, _irqrestore} to lruvec_unlock{_irq, _irqrestore}
  ` [PATCH v6 03/11] mm: memcontrol: prepare objcg API for non-kmem usage
  ` [PATCH v6 04/11] mm: memcontrol: make lruvec lock safe when LRU pages are reparented
  ` [PATCH v6 05/11] mm: vmscan: rework move_pages_to_lru()
  ` [PATCH v6 06/11] mm: thp: make split queue lock safe when LRU pages are reparented
  ` [PATCH v6 07/11] mm: memcontrol: make all the callers of {folio,page}_memcg() safe
  ` [PATCH v6 09/11] mm: memcontrol: use obj_cgroup APIs to charge the LRU pages
  ` [PATCH v6 10/11] mm: lru: add VM_WARN_ON_ONCE_FOLIO to lru maintenance function
  ` [PATCH v6 11/11] mm: lru: use lruvec lock to serialize memcg changes
` [PATCH v6 08/11] mm: memcontrol: introduce memcg_reparent_ops

[PATCH bpf-next v2 0/8] bpf: rstat: cgroup hierarchical stats
 2022-06-21  7:25 UTC  (22+ messages)
` [PATCH bpf-next v2 1/8] cgroup: enable cgroup_get_from_file() on cgroup1
` [PATCH bpf-next v2 3/8] bpf, iter: Fix the condition on p when calling stop
` [PATCH bpf-next v2 4/8] bpf: Introduce cgroup iter
` [PATCH bpf-next v2 6/8] cgroup: bpf: enable bpf programs to integrate with rstat
` [PATCH bpf-next v2 7/8] selftests/bpf: extend cgroup helpers
` [PATCH bpf-next v2 8/8] bpf: add a selftest for cgroup hierarchical stats collection
  ` [PATCH bpf-next v2 2/8] cgroup: Add cgroup_put() in !CONFIG_CGROUPS case
  ` [PATCH bpf-next v2 5/8] selftests/bpf: Test cgroup_iter

[PATCH v5 00/11] Use obj_cgroup APIs to charge the LRU pages
 2022-06-20  7:14 UTC  (20+ messages)
` [PATCH v5 01/11] mm: memcontrol: remove dead code and comments
` [PATCH v5 02/11] mm: rename unlock_page_lruvec{_irq, _irqrestore} to lruvec_unlock{_irq, _irqrestore}
` [PATCH v5 03/11] mm: memcontrol: prepare objcg API for non-kmem usage
` [PATCH v5 07/11] mm: memcontrol: make all the callers of {folio,page}_memcg() safe
` [PATCH v5 08/11] mm: memcontrol: introduce memcg_reparent_ops
` [PATCH v5 09/11] mm: memcontrol: use obj_cgroup APIs to charge the LRU pages
` [PATCH v5 10/11] mm: lru: add VM_BUG_ON_FOLIO to lru maintenance function

[tj-cgroup:for-5.19-fixes] BUILD SUCCESS 07fd5b6cdf3cc30bfde8fe0f644771688be04447
 2022-06-17  8:20 UTC 

[tj-cgroup:for-5.20] BUILD SUCCESS e210a89f5b07680fe21d21e846e6817346c5ba3b
 2022-06-17  8:19 UTC 

[tj-cgroup:for-next] BUILD SUCCESS 507c8695c65aeea1e9ff67a76961c201dbd8e124
 2022-06-17  8:18 UTC 

[PATCH -next v10 0/4] support concurrent sync io for bfq on a specail occasion
 2022-06-17  1:12 UTC  (6+ messages)
` [PATCH -next v10 1/4] block, bfq: support to track if bfqq has pending requests
` [PATCH -next v10 2/4] block, bfq: record how many queues have "
  ` [PATCH -next v10 3/4] block, bfq: refactor the counting of 'num_groups_with_pending_reqs'
` [PATCH -next v10 4/4] block, bfq: do not idle if only one group is activated

Use after free in cgroup_migrate_execute
 2022-06-16 19:38 UTC  (4+ messages)
          ` [PATCH cgroup/for-5.19-fixes] cgroup: Use separate src/dst nodes when preloading css_sets for migration

[PATCH] cgroup.c: add helper __cset_cgroup_from_root to cleanup duplicated codes
 2022-06-16 19:35 UTC  (3+ messages)

[PATCH v7 0/6] Proposal for a GPU cgroup controller
 2022-06-15 17:31 UTC  (10+ messages)

[PATCH mm v6] mm/tracing: add 'accounted' entry into output of allocation tracepoints
 2022-06-15  9:41 UTC  (2+ messages)

[PATCH] block: update comment for blkcg_init_queue
 2022-06-15  6:21 UTC  (3+ messages)

[PATCH v11 0/8] cgroup/cpuset: cpu partition code enhancements
 2022-06-14 11:53 UTC  (22+ messages)
` [PATCH v11 3/8] cgroup/cpuset: Allow no-task partition to have empty cpuset.cpus.effective
` [PATCH v11 7/8] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst

[PATCH v5 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-06-13 17:11 UTC  (8+ messages)
` [PATCH v5 3/4] KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats
  ` [PATCH v5 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
  ` [PATCH v5 2/4] KVM: mmu: add a helper to account memory used by KVM MMU
  ` [PATCH v5 4/4] KVM: arm64/mmu: count KVM s2 mmu usage in secondary pagetable stats

[tj-cgroup:for-next] BUILD SUCCESS 5f69a6577bc33d8f6d6bbe02bccdeb357b287f56
 2022-06-11 10:53 UTC 

[PATCH] mm: memcontrol: reference to tools/cgroup/memcg_slabinfo.py
 2022-06-10 17:37 UTC  (3+ messages)

[PATCH] cgroup: serialize css kill and release paths
 2022-06-09 14:55 UTC  (8+ messages)
` [PATCH v2] "
  ` [cgroup] 3c87862ca1: WARNING:at_kernel/softirq.c:#__local_bh_enable_ip

[PATCH] cgroup: handle cset multiidentity issue when migration
 2022-06-09 10:00 UTC  (3+ messages)

[PATCH v6 0/3] blk-cgroup: Optimize blkcg_rstat_flush()
 2022-06-08 22:14 UTC  (19+ messages)
` [PATCH v6 1/3] blk-cgroup: Correctly free percpu iostat_cpu in blkg on error exit
` [PATCH v6 2/3] blk-cgroup: Return -ENOMEM directly in blkcg_css_alloc() error path
` [PATCH v6 3/3] blk-cgroup: Optimize blkcg_rstat_flush()

[PATCH -next v9 0/4] support concurrent sync io for bfq on a specail occasion
 2022-06-08 12:27 UTC  (2+ messages)

[PATCH bpf-next v1 0/5] bpf: rstat: cgroup hierarchical stats
 2022-06-08 11:17 UTC  (15+ messages)
` [PATCH bpf-next v1 5/5] bpf: add a selftest for cgroup hierarchical stats collection

[PATCH -next v5 0/3] support concurrent sync io for bfq on a specail occasion
 2022-06-07 20:30 UTC  (14+ messages)

[PATCH] psi: dont alloc memory for psi by default
 2022-06-07 17:12 UTC  (2+ messages)

[PATCH memcg v5] net: set proper memcg for net_init hooks allocations
 2022-06-07 14:10 UTC  (9+ messages)
` [PATCH memcg v6] "


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