public inbox for cgroups@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-26 14:04:56 to 2026-04-13 07:44:59 UTC [more...]

[PATCH v2 00/12] Dynamic Housekeeping Management (DHM) via CPUSets
 2026-04-13  7:43 UTC  (10+ messages)
` [PATCH v2 01/12] sched/isolation: Separate housekeeping types in enum hk_type
` [PATCH v2 02/12] sched/isolation: Introduce housekeeping notifier infrastructure
` [PATCH v2 03/12] rcu: Support runtime NOCB initialization and dynamic offloading
` [PATCH v2 04/12] tick/nohz: Transition to dynamic full dynticks state management
` [PATCH v2 05/12] genirq: Support dynamic migration for managed interrupts
` [PATCH v2 06/12] watchdog: Allow runtime toggle of lockup detector affinity
` [PATCH v2 07/12] sched/core: Dynamically update scheduler domain housekeeping mask
` [PATCH v2 08/12] workqueue, mm: Support dynamic housekeeping mask updates
` [PATCH v2 09/12] cgroup/cpuset: Introduce CPUSet-driven dynamic housekeeping (DHM)

[PATCH 0/8 RFC] mm/memcontrol, page_counter: move stock from mem_cgroup to page_counter
 2026-04-13  7:23 UTC  (10+ messages)
` [PATCH 1/8 RFC] mm/page_counter: introduce per-page_counter stock
` [PATCH 2/8 RFC] mm/page_counter: use page_counter_stock in page_counter_try_charge
` [PATCH 3/8 RFC] mm/page_counter: use page_counter_stock in page_counter_uncharge
` [PATCH 4/8 RFC] mm/page_counter: introduce stock drain APIs
` [PATCH 5/8 RFC] mm/memcontrol: convert memcg to use page_counter_stock
` [PATCH 6/8 RFC] mm/memcontrol: optimize memsw stock for cgroup v1
` [PATCH 7/8 RFC] mm/memcontrol: optimize stock usage for cgroup v2
` [PATCH 8/8 RFC] mm/memcontrol: remove unused memcg_stock code

[PATCH] mm/memcontrol: restore irq wrapper for lruvec_stat_mod_folio()
 2026-04-13  6:48 UTC 

[syzbot] [cgroups?] KASAN: slab-use-after-free Read in pressure_write
 2026-04-13  2:44 UTC  (15+ messages)
` [PATCH] sched/psi: fix race between file release and pressure write
      ` [PATCH v2] "
                    ` [PATCH v3] "
                ` [PATCH v4] "

[PATCH v6 0/8] selftests/cgroup: improve zswap tests robustness and support large page sizes
 2026-04-13  0:29 UTC  (13+ messages)
` [PATCH v6 1/8] selftests/cgroup: skip test_zswap if zswap is globally disabled
` [PATCH v6 2/8] selftests/cgroup: avoid OOM in test_swapin_nozswap
` [PATCH v6 3/8] selftests/cgroup: use runtime page size for zswpin check
` [PATCH v6 4/8] selftests/cgroup: rename PAGE_SIZE to BUF_SIZE in cgroup_util
` [PATCH v6 5/8] selftests/cgroup: replace hardcoded page size values in test_zswap
` [PATCH v6 6/8] selftest/cgroup: fix zswap test_no_invasive_cgroup_shrink on large pagesize system
` [PATCH v6 7/8] selftest/cgroup: fix zswap attempt_writeback() on 64K "
` [PATCH v6 8/8] selftests/cgroup: test_zswap: wait for asynchronous writeback

[PATCH RFC 00/13] mm/rmap: support arbitrary folio mappings
 2026-04-12 18:59 UTC  (14+ messages)
` [PATCH RFC 01/13] mm/rmap: remove folio->_nr_pages_mapped
` [PATCH RFC 02/13] fs/proc/task_mmu: remove CONFIG_PAGE_MAPCOUNT handling for "mapmax"
` [PATCH RFC 03/13] fs/proc/page: remove CONFIG_PAGE_MAPCOUNT handling for kpagecount
` [PATCH RFC 04/13] fs/proc/task_mmu: remove CONFIG_PAGE_MAPCOUNT handling for PM_MMAP_EXCLUSIVE
` [PATCH RFC 05/13] fs/proc/task_mmu: remove mapcount comment in smaps_account()
` [PATCH RFC 06/13] fs/proc/task_mmu: remove CONFIG_PAGE_MAPCOUNT handling "
` [PATCH RFC 07/13] mm/rmap: remove CONFIG_PAGE_MAPCOUNT
` [PATCH RFC 08/13] mm: re-consolidate folio->_entire_mapcount
` [PATCH RFC 09/13] mm: move _large_mapcount to _mapcount in page[1] of a large folio
` [PATCH RFC 10/13] mm: re-consolidate folio->_pincount
` [PATCH RFC 11/13] mm/rmap: stop using the entire mapcount for hugetlb folios
` [PATCH RFC 12/13] mm/rmap: large mapcount interface cleanups
` [PATCH RFC 13/13] mm/rmap: support arbitrary folio mappings

[PATCH v5 00/21] Virtual Swap Space
 2026-04-12  1:40 UTC  (7+ messages)

[syzbot] Monthly cgroups report (Apr 2026)
 2026-04-11  6:40 UTC 

[tj-cgroup:for-7.1] BUILD SUCCESS 3348e1e83a0f8a5ca1095843bc3316aaef7aae34
 2026-04-11  5:32 UTC 

[tj-cgroup:for-next] BUILD SUCCESS 7bccd95b6a17f2c66a0b6b6f38cd3228c424f673
 2026-04-11  5:29 UTC 

[syzbot] [cgroups?] possible deadlock in cgroup_kn_lock_live (2)
 2026-04-10 17:24 UTC 

[PATCH] cgroup/rdma: fix swapped arguments in pr_warn() format string
 2026-04-10  8:54 UTC  (2+ messages)

[RFC PATCH 0/1] netlink: Netlink process event for cgroup migration
 2026-04-09 12:28 UTC  (5+ messages)
` [RFC PATCH 1/1] netlink: Add "

[PATCH 6.19 033/311] cgroup: Wait for dying tasks to leave on rmdir
 2026-04-08 18:00 UTC  (2+ messages)
` [PATCH 6.19 034/311] selftests/cgroup: Dont require synchronous populated update on task exit

[PATCH] cgroup: add cpu.stat.percpu for per-CPU cgroup stats
 2026-04-08 18:31 UTC  (5+ messages)

[PATCH v2] mm/percpu, memcontrol: Per-memcg-lruvec percpu accounting
 2026-04-08  3:52 UTC  (6+ messages)

[PATCH RFC 0/2] cgroup/mem: add a node to double charge in memcg
 2026-04-07 23:35 UTC  (7+ messages)
` [PATCH RFC 1/2] mm/memcontrol: add page-level charge/uncharge functions
` [PATCH RFC 2/2] cgroup/dmem: add a node to double charge in memcg

[syzbot] [mm?] [cgroups?] WARNING: bad unlock balance in lruvec_stat_mod_folio
 2026-04-07 17:53 UTC 

[PATCH RFC 0/2] mm, swap: fix swapin race that causes inaccurate memcg accounting
 2026-04-07 14:55 UTC  (3+ messages)
` [PATCH RFC 1/2] mm, swap: fix potential race of charging into the wrong memcg
` [PATCH RFC 2/2] mm, swap: fix race of charging into the wrong memcg for THP

[PATCH v6 32/33] mm: memcontrol: eliminate the problem of dying memory cgroup for LRU folios
 2026-04-07  2:12 UTC  (3+ messages)

[PATCH v6 00/33] Eliminate Dying Memory Cgroup
 2026-04-03 21:39 UTC  (3+ messages)
` [PATCH v6 29/33] mm: memcontrol: refactor mod_memcg_state() and mod_memcg_lruvec_state()

[tj-cgroup:for-7.0-fixes] BUILD SUCCESS 089f3fcd690c71cb3d8ca09f34027764e28920a0
 2026-04-02 14:45 UTC 

[PATCH] mm/percpu, memcontrol: Per-memcg-lruvec percpu accounting
 2026-04-02 12:24 UTC  (10+ messages)

[PATCH v2 0/7] selftests: memcg: Fix test_memcontrol test failures with large page sizes
 2026-04-02 10:19 UTC  (5+ messages)
` [PATCH v2 1/7] memcg: Scale up vmstats flush threshold with int_sqrt(nr_cpus+2)

[tj-cgroup:for-next] BUILD SUCCESS 72156392efe9c6f7e7d801a66757af90d60240a1
 2026-04-02  2:01 UTC 

[PATCH] slab: remove the SLUB_DEBUG functionality and config option
 2026-04-01 16:44 UTC  (7+ messages)

[PATCH v3 cgroup/for-7.0-fixes] cgroup: Fix cgroup_drain_dying() testing the wrong condition
 2026-04-01 13:27 UTC  (6+ messages)

[PATCH mm-stable v3] mm/memcontrol: batch memcg charging in __memcg_slab_post_alloc_hook
 2026-04-01 12:26 UTC  (5+ messages)

[GIT PULL] cgroup: Fixes for v7.0-rc6
 2026-03-31 21:34 UTC  (2+ messages)

[PATCH v2] blk-iocost: fix busy_level reset when no IOs complete
 2026-03-31 19:56 UTC  (6+ messages)
` [PATCH v3] "

[PATCH] blk-cgroup: fix disk reference leak in blkcg_maybe_throttle_current()
 2026-03-31 19:56 UTC  (4+ messages)

[PATCH v3 0/2] cgroup/cpuset: Fix v1 task migration failure from empty cpuset
 2026-03-31 19:22 UTC  (4+ messages)
` [PATCH v3 1/2] cgroup/cpuset: Simplify setsched decision check in task iteration loop of cpuset_can_attach()
` [PATCH v3 2/2] cgroup/cpuset: Skip security check for hotplug induced v1 task migration

[PATCH 13/15] sched/isolation: Implement sysfs interface for dynamic housekeeping
 2026-03-31 14:38 UTC  (3+ messages)

[PATCH 01/15] sched/isolation: Support dynamic allocation for housekeeping masks
 2026-03-31  9:23 UTC  (2+ messages)

[PATCH mm-unstable v2] mm/memcontrol: batch memcg charging in __memcg_slab_post_alloc_hook
 2026-03-31  8:42 UTC  (4+ messages)

[PATCH 06/15] sched/core: Dynamically update scheduler domain housekeeping mask
 2026-03-31  4:03 UTC  (2+ messages)

[PATCH v2 0/3] cgroup/cpuset: Fix v1 task migration failure from empty cpuset
 2026-03-31  3:15 UTC  (10+ messages)
` [PATCH v2 1/3] cgroup/cpuset: Simplify setsched decision check in task iteration loop of cpuset_can_attach()
` [PATCH v2 2/3] cgroup/cpuset: Skip security check for hotplug induced v1 task migration
` [PATCH v2 3/3] cgroup/cpuset: Improve check for v1 task migration out of empty cpuset

[PATCH 07/15] watchdog: Allow runtime toggle of lockup detector affinity
 2026-03-30 11:45 UTC 

[PATCH 03/15] sched/isolation: Separate housekeeping types in enum hk_type
 2026-03-30 11:44 UTC 

[PATCH 02/15] sched/isolation: Introduce housekeeping notifier infrastructure
 2026-03-30 11:44 UTC 

[PATCH 00/15] Implementation of Dynamic Housekeeping & Enhanced Isolation (DHEI)
 2026-03-30 11:41 UTC 

[PATCH] cgroup/cpuset: Skip security check for hotplug induced v1 task migration
 2026-03-29 17:27 UTC  (5+ messages)

[PATCH v5 1/4] mm: swap: introduce swap tier infrastructure
 2026-03-29 13:46 UTC  (3+ messages)

[PATCH v5 3/4] mm: memcontrol: add interfaces for swap tier selection
 2026-03-29 11:10 UTC  (3+ messages)

[BUG] cgroups/cpusets: Spurious CPU-hotplug failures
 2026-03-28 21:18 UTC  (5+ messages)

[syzbot] [mm?] [cgroups?] WARNING in page_counter_uncharge (2)
 2026-03-28  5:14 UTC 

[PATCH v5 2/4] mm: swap: associate swap devices with tiers
 2026-03-27 19:06 UTC  (2+ messages)

[PATCH 0/3] cgroup: dmem: add selftest helper, coverage, and VM runner
 2026-03-27 13:15 UTC  (5+ messages)
` [PATCH 1/3] cgroup: Add dmem_selftest module
` [PATCH 2/3] selftests: cgroup: Add dmem selftest coverage
` [PATCH 3/3] selftests: cgroup: Add vmtest-dmem runner based on hid vmtest

[PATCH 0/5] Add reclaim to the dmem cgroup controller
 2026-03-27  8:33 UTC  (7+ messages)
` [PATCH 1/5] cgroup/dmem: Return error when setting max below current usage
` [PATCH 2/5] cgroup/dmem: Add reclaim callback for lowering "
` [PATCH 3/5] drm/ttm: Hook up a cgroup-aware reclaim callback for the dmem controller
` [PATCH 4/5] drm/xe: Wire up dmem cgroup reclaim for VRAM manager
` [PATCH 5/5] drm/amdgpu: "

[tj-cgroup:for-next] BUILD SUCCESS 6ffdb01db6d5d785e7278c6d98fd4ef8598b0fc5
 2026-03-26 20:47 UTC 

[PATCH v2 0/3] cgroup/dmem: allow atomic irrestrictive writes to dmem.max
 2026-03-26 15:24 UTC  (6+ messages)

[PATCH v3] cgroup/dmem: allow max to be set below current usage
 2026-03-26 15:18 UTC 

[PATCH v5 0/4] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
 2026-03-26 14:04 UTC  (3+ messages)


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