public inbox for cgroups@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-25 19:18:28 to 2022-05-07 02:05:25 UTC [more...]

[PATCH] mm/memcg: support control THP behaviour in cgroup
 2022-05-07  2:05 UTC  (6+ messages)

[PATCH v3] mm/memcg: support control THP behaviour in cgroup
 2022-05-07  1:12 UTC 

[PATCH v2] mm/memcg: support control THP behaviour in cgroup
 2022-05-06 23:12 UTC  (3+ messages)

[PATCH] mm/memcontrol: Export memcg->watermark via sysfs for v2 memcg
 2022-05-06 21:04 UTC  (12+ messages)

[PATCH] percpu: improve percpu_alloc_percpu event trace
 2022-05-06 20:38 UTC  (4+ messages)
      ` [PATCH v2] "

[PATCH v2 0/5] Fix bugs in memcontroller cgroup tests
 2022-05-06 16:40 UTC  (8+ messages)
` [PATCH v2 1/5] cgroups: Refactor children cgroups in memcg tests
` [PATCH v2 2/5] cgroup: Account for memory_recursiveprot in test_memcg_low()

[PATCH] memcg: accounting for objects allocated for new netdevice
 2022-05-06  8:37 UTC  (14+ messages)
          ` [PATCH memcg v2] "
      ` kernfs memcg accounting

[PATCH v6 0/6] Proposal for a GPU cgroup controller
 2022-05-05 23:56 UTC  (12+ messages)
` [PATCH v6 1/6] gpu: rfc: "
  ` [PATCH v6 2/6] cgroup: gpu: Add a cgroup controller for allocator attribution of GPU memory
` [PATCH v6 4/6] dmabuf: Add gpu cgroup charge transfer function

[PATCH 0/5] zswap: cgroup accounting & control
 2022-05-05 23:54 UTC  (34+ messages)
  ` [PATCH 1/5] mm: Kconfig: move swap and slab config options to the MM section
  ` [PATCH 2/5] mm: Kconfig: group swap, slab, hotplug and thp options into submenus
  ` [PATCH 3/5] mm: Kconfig: simplify zswap configuration
  ` [PATCH 4/5] mm: zswap: add basic meminfo and vmstat coverage
  ` [PATCH 5/5] zswap: memcg accounting

[PATCH v3] cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()
 2022-05-05 18:58 UTC  (2+ messages)

[PATCH -next v5 0/3] support concurrent sync io for bfq on a specail occasion
 2022-05-05  1:00 UTC  (6+ messages)
` [PATCH -next v5 1/3] block, bfq: record how many queues are busy in bfq_group
  ` [PATCH -next v5 2/3] block, bfq: refactor the counting of 'num_groups_with_pending_reqs'
  ` [PATCH -next v5 3/3] block, bfq: do not idle if only one group is activated

[PATCH v10 0/8] cgroup/cpuset: Major cpu partition code restructuring
 2022-05-04 18:33 UTC  (15+ messages)
` [PATCH v10 2/8] cgroup/cpuset: Miscellaneous cleanups & add helper functions
` [PATCH v10 3/8] cgroup/cpuset: Allow no-task partition to have empty cpuset.cpus.effective
` [PATCH v10 4/8] cgroup/cpuset: Relax constraints to partition & cpus changes
` [PATCH v10 5/8] cgroup/cpuset: Add a new isolated cpus.partition type
` [PATCH v10 6/8] cgroup/cpuset: Show invalid partition reason string
` [PATCH v10 7/8] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst
  ` [PATCH v10 1/8] cgroup/cpuset: Add top_cpuset check in update_tasks_cpumask()
  ` [PATCH v10 8/8] kselftest/cgroup: Add cpuset v2 partition root state test

[PATCH v5 0/4] memcg: introduce per-memcg proactive reclaim
 2022-05-04  0:13 UTC  (12+ messages)
` [PATCH v5 1/4] memcg: introduce per-memcg reclaim interface
` [PATCH v5 2/4] selftests: cgroup: return -errno from cg_read()/cg_write() on failure
` [PATCH v5 3/4] selftests: cgroup: fix alloc_anon_noexit() instantly freeing memory
` [PATCH v5 4/4] selftests: cgroup: add a selftest for memory.reclaim

[syzbot] WARNING in cpuset_write_resmask
 2022-05-03 11:48 UTC  (3+ messages)

make the blkcg and blkcg structures private
 2022-05-02 20:06 UTC  (3+ messages)

[PATCH v4 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-05-02 18:46 UTC  (10+ messages)
  ` [PATCH v4 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
  ` [PATCH v4 2/4] KVM: mmu: add a helper to account memory used by KVM mmu
  ` [PATCH v4 3/4] KVM: x86/mmu: count KVM mmu usage in secondary pagetable stats
  ` [PATCH v4 4/4] KVM: arm64/mmu: count KVM s2 "

[net] 3b379e5391: BUG:kernel_NULL_pointer_dereference,address
 2022-05-02  0:10 UTC  (16+ messages)
` [PATCH memcg v3] net: set proper memcg for net_init hooks allocations
    ` [PATCH memcg v4] "
                      ` [PATCH memcg v5] "

[PATCH] memcg: enable accounting for veth queues
 2022-05-01 12:20 UTC  (5+ messages)
      ` [PATCH net] net: enable memcg "

[tj-cgroup:for-next] BUILD SUCCESS 5c26993c31f0f726aa1f90158f17ec95069b7cb2
 2022-04-30  1:45 UTC 

[PATCH v3 0/6] KVM: mm: count KVM page table pages in memory stats
 2022-04-28 23:49 UTC  (13+ messages)
` [PATCH v3 3/6] KVM: x86/mmu: count KVM page table pages in pagetable stats
` [PATCH v3 4/6] KVM: arm64/mmu: "
` [PATCH v3 5/6] KVM: riscv/mmu: "
  ` [PATCH v3 1/6] mm: add NR_SECONDARY_PAGETABLE stat
  ` [PATCH v3 2/6] KVM: mmu: add a helper to account page table pages used by KVM
  ` [PATCH v3 6/6] KVM: mips/mmu: count KVM page table pages in pagetable stats

[PATCH] Documentation: add missing angle bracket in cgroup-v2 doc Tejun Heo <tj@kernel.org>
 2022-04-28 18:36 UTC  (2+ messages)

[PATCH -next v4 0/3] support concurrent sync io for bfq on a specail occasion
 2022-04-28 11:27 UTC  (8+ messages)
  ` [PATCH -next v4 1/3] block, bfq: record how many queues are busy in bfq_group
  ` [PATCH -next v4 2/3] block, bfq: refactor the counting of 'num_groups_with_pending_reqs'
  ` [PATCH -next v4 3/3] block, bfq: do not idle if only one group is activated

[PATCH -next v3 0/3] support concurrent sync io for bfq on a specail occasion
 2022-04-28  1:09 UTC  (8+ messages)
` [PATCH -next v3 1/3] block, bfq: record how many queues are busy in bfq_group
  ` [PATCH -next v3 2/3] block, bfq: refactor the counting of 'num_groups_with_pending_reqs'
  ` [PATCH -next v3 3/3] block, bfq: do not idle if only one group is activated

[PATCH] selftests: cgroup: Fix unsigned expression compared with zero
 2022-04-27 16:18 UTC  (2+ messages)

[PATCH v2] cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()
 2022-04-27 14:33 UTC  (8+ messages)

[PATCH] mm: memcontrol: annotation typo error
 2022-04-27  7:17 UTC 

[PATCH -next 00/11] support concurrent sync io for bfq on a specail occasion
 2022-04-26 14:24 UTC  (3+ messages)

[PATCH -next v2 0/5] support concurrent sync io for bfq on a specail occasion
 2022-04-26 14:04 UTC  (11+ messages)
` [PATCH -next v2 2/5] block, bfq: add fake weight_counter for weight-raised queue


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox