public inbox for cgroups@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-21 17:59:54 to 2022-04-28 14:05:13 UTC [more...]

[PATCH 0/5] zswap: cgroup accounting & control
 2022-04-28 14:05 UTC  (17+ 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 -next v5 0/3] support concurrent sync io for bfq on a specail occasion
 2022-04-28 12:45 UTC  (5+ 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 -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 memcg RFC] net: set proper memcg for net_init hooks allocations
 2022-04-28  4:37 UTC  (23+ messages)
            ` [PATCH] "
                ` [PATCH memcg v2] "
              ` [net] 3b379e5391: BUG:kernel_NULL_pointer_dereference,address
                ` [PATCH memcg v3] net: set proper memcg for net_init hooks allocations
                    ` [PATCH memcg v4] "

[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] memcg: enable accounting for veth queues
 2022-04-27 22:48 UTC  (3+ messages)

[PATCH] memcg: accounting for objects allocated for new netdevice
 2022-04-27 22:35 UTC  (4+ messages)

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

[PATCH v3] cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()
 2022-04-27 14:54 UTC 

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

[PATCH v2 0/5] Fix bugs in memcontroller cgroup tests
 2022-04-27 14:09 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 v2 3/5] cgroup: Account for memory_localevents in test_memcg_oom_group_leaf_events()
  ` [PATCH v2 4/5] cgroup: Removing racy check in test_memcg_sock()
  ` [PATCH v2 5/5] cgroup: Fix racy check in alloc_pagecache_max_30M() helper function

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

[PATCH v3 0/6] KVM: mm: count KVM page table pages in memory stats
 2022-04-26 19:33 UTC  (11+ messages)
  ` [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 v3 3/6] KVM: x86/mmu: "
` [PATCH v3 4/6] KVM: arm64/mmu: "
` [PATCH v3 5/6] KVM: riscv/mmu: "

[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  (16+ messages)
` [PATCH -next v2 1/5] block, bfq: cleanup bfq_weights_tree add/remove apis
` [PATCH -next v2 2/5] block, bfq: add fake weight_counter for weight-raised queue

[PATCH v5 0/4] memcg: introduce per-memcg proactive reclaim
 2022-04-26  8:22 UTC  (12+ messages)
` [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 1/4] memcg: introduce per-memcg reclaim interface
  ` [PATCH v5 4/4] selftests: cgroup: add a selftest for memory.reclaim

[PATCH 1/5] cgroup: Adding test_cpucg_nested_weight_overprovisioned() testcase
 2022-04-25 17:28 UTC  (6+ messages)
  ` [PATCH 2/5] cgroup: Add test_cpucg_nested_weight_underprovisioned() testcase
  ` [PATCH 3/5] cgroup: Add test_cpucg_max() testcase
  ` [PATCH 4/5] Add test_cpucg_max_nested() testcase
  ` [PATCH 5/5] cgroup: Add config file to cgroup selftest suite

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

[PATCH] cgroup/cpuset: Remove redundant cpu/node masks setup in cpuset_init_smp()
 2022-04-25 14:43 UTC  (3+ messages)

[PATCH] mm/memcg: Free percpu stats memory of dying memcg's
 2022-04-25  1:01 UTC  (10+ messages)

[RFC PATCH] cgroup/cpuset: fix a memory binding failure for cgroup v2
 2022-04-24 23:06 UTC  (4+ messages)

[PATCH 0/5] Fix bugs in memcontroller cgroup tests
 2022-04-23 15:33 UTC  (17+ messages)
  ` [PATCH 1/5] cgroups: Refactor children cgroups in memcg tests
  ` [PATCH 2/5] cgroup: Account for memory_recursiveprot in test_memcg_low()
  ` [PATCH 3/5] cgroup: Account for memory_localevents in test_memcg_oom_group_leaf_events()
  ` [PATCH 4/5] cgroup: Removing racy check in test_memcg_sock()
  ` [PATCH 5/5] cgroup: Fix racy check in alloc_pagecache_max_30M() helper function

[tj-cgroup:for-next] BUILD SUCCESS 4ab93063c83a2478863158799b027e9489ad4a40
 2022-04-23 10:40 UTC 

[PATCH 0/4] cgroup: Introduce cpu controller test suite
 2022-04-22 18:40 UTC  (8+ messages)
  ` [PATCH v2 1/4] cgroup: Add new test_cpu.c test suite in cgroup selftests
  ` [PATCH v2 2/4] cgroup: Add test_cpucg_stats() testcase to cgroup cpu selftests
  ` [PATCH v2 3/4] cgroup: Add test_cpucg_weight_overprovisioned() testcase
  ` [PATCH v2 4/4] cgroup: Add test_cpucg_weight_underprovisioned() testcase

[PATCH] Documentation: add missing angle bracket in cgroup-v2 doc Tejun Heo <tj@kernel.org>
 2022-04-22 16:45 UTC 

[RFC v5 0/6] Proposal for a GPU cgroup controller
 2022-04-22 16:40 UTC  (3+ messages)

make the blkcg and blkcg structures private
 2022-04-22 15:42 UTC  (6+ messages)
` [PATCH 01/15] blk-cgroup: remove __bio_blkcg

[PATCH 0/4] cgroup: Introduce cpu controller test suite
 2022-04-22 12:32 UTC  (3+ messages)

[PATCH] cgroup: don't queue css_release_work if one already pending
 2022-04-22 11:05 UTC  (6+ messages)

[syzbot] WARNING in __kfence_free
 2022-04-22 10:37 UTC  (3+ messages)

[PATCH -next] mm/memcontrol.c: make cgroup_memory_noswap static
 2022-04-22  2:23 UTC  (3+ messages)

[PATCH v2] cgroup: Kill the parent controller when its last child is killed
 2022-04-21 22:37 UTC  (5+ messages)

[PATCH 0/4] mm: memcg kselftests fixes
 2022-04-21 20:16 UTC  (4+ messages)
` [PATCH 3/4] MAINTAINERS: add corresponding kselftests to cgroup entry

[PATCH -next] mm/memcontrol.c: remove unused private flag of memory.oom_control
 2022-04-21 18:27 UTC  (2+ messages)


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