public inbox for cgroups@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-09 08:46:53 to 2026-01-14 17:07:05 UTC [more...]

[PATCH v3 00/30] Eliminate Dying Memory Cgroup
 2026-01-14 17:07 UTC  (32+ messages)
` [PATCH v3 01/30] mm: memcontrol: remove dead code of checking parent memory cgroup
` [PATCH v3 02/30] mm: workingset: use folio_lruvec() in workingset_refault()
` [PATCH v3 03/30] mm: rename unlock_page_lruvec_irq and its variants
` [PATCH v3 04/30] mm: vmscan: prepare for the refactoring the move_folios_to_lru()
` [PATCH v3 05/30] mm: vmscan: refactor move_folios_to_lru()
` [PATCH v3 06/30] mm: memcontrol: allocate object cgroup for non-kmem case
` [PATCH v3 07/30] mm: memcontrol: return root object cgroup for root memory cgroup
` [PATCH v3 08/30] mm: memcontrol: prevent memory cgroup release in get_mem_cgroup_from_folio()
` [PATCH v3 09/30] buffer: prevent memory cgroup release in folio_alloc_buffers()
` [PATCH v3 10/30] writeback: prevent memory cgroup release in writeback module
` [PATCH v3 11/30] mm: memcontrol: prevent memory cgroup release in count_memcg_folio_events()
` [PATCH v3 12/30] mm: page_io: prevent memory cgroup release in page_io module
` [PATCH v3 13/30] mm: migrate: prevent memory cgroup release in folio_migrate_mapping()
` [PATCH v3 14/30] mm: mglru: prevent memory cgroup release in mglru
` [PATCH v3 15/30] mm: memcontrol: prevent memory cgroup release in mem_cgroup_swap_full()
` [PATCH v3 16/30] mm: workingset: prevent memory cgroup release in lru_gen_eviction()
` [PATCH v3 17/30] mm: thp: prevent memory cgroup release in folio_split_queue_lock{_irqsave}()
` [PATCH v3 18/30] mm: zswap: prevent memory cgroup release in zswap_compress()
` [PATCH v3 19/30] mm: workingset: prevent lruvec release in workingset_refault()
` [PATCH v3 20/30] mm: zswap: prevent lruvec release in zswap_folio_swapin()
` [PATCH v3 21/30] mm: swap: prevent lruvec release in lru_gen_clear_refs()
` [PATCH v3 22/30] mm: workingset: prevent lruvec release in workingset_activation()
` [PATCH v3 23/30] mm: do not open-code lruvec lock
` [PATCH v3 24/30] mm: memcontrol: prepare for reparenting LRU pages for "
` [PATCH v3 25/30] mm: vmscan: prepare for reparenting traditional LRU folios
` [PATCH v3 26/30] mm: vmscan: prepare for reparenting MGLRU folios
` [PATCH v3 27/30] mm: memcontrol: refactor memcg_reparent_objcgs()
` [PATCH v3 28/30] mm: memcontrol: prepare for reparenting state_local
` [PATCH v3 29/30] mm: memcontrol: eliminate the problem of dying memory cgroup for LRU folios
` [PATCH v3 30/30] mm: lru: add VM_WARN_ON_ONCE_FOLIO to lru maintenance helpers
` [syzbot ci] Re: Eliminate Dying Memory Cgroup

[PATCH 00/12] sched: Cleanup the change-pattern and related locking
 2026-01-14 15:25 UTC  (17+ messages)
` [PATCH 05/12] sched: Move sched_class::prio_changed() into the change pattern

[PATCH] docs: Fix blk-iolatency peer throttling description
 2026-01-14 11:08 UTC 

[PATCH v2 0/3] blk-cgroup: cleanup and bugfixs in blk-cgroup
 2026-01-14 10:42 UTC  (6+ messages)
` [PATCH v2 1/3] blk-cgroup: fix race between policy activation and blkg destruction
` [PATCH v2 2/3] blk-cgroup: skip dying blkg in blkcg_activate_policy()
` [PATCH v2 3/3] blk-cgroup: factor policy pd teardown loop into helper

[PATCH] MAINTAINERS: Add Chen Ridong as cpuset reviewer
 2026-01-14  9:51 UTC  (2+ messages)

[PATCH v2 00/28] Eliminate Dying Memory Cgroup
 2026-01-14  7:21 UTC  (6+ messages)

[PATCH v6 4/4] mm: thp: reparent the split queue during memcg offline
 2026-01-14  7:19 UTC  (5+ messages)

[PATCH v3 3/3] Documentation: Fix typos and grammatical errors
 2026-01-13 20:58 UTC  (3+ messages)

[tj-cgroup:for-6.19-fixes] BUILD SUCCESS ef56578274d2b98423c8ef82bb450223f5811b59
 2026-01-13 18:12 UTC 

[RFC PATCH v3 0/8] mm,numa: N_PRIVATE node isolation for device-managed memory
 2026-01-13 16:24 UTC  (32+ messages)
` [RFC PATCH v3 4/8] cpuset: introduce cpuset.mems.sysram
` [RFC PATCH v3 5/8] Documentation/admin-guide/cgroups: update docs for mems_allowed
` [RFC PATCH v3 7/8] mm/zswap: compressed ram direct integration

[PATCH V6 0/9] mm/slab: reduce slab accounting memory overhead by allocating slabobj_ext metadata within unsed slab space
 2026-01-13 14:13 UTC  (18+ messages)
` [PATCH V6 1/9] mm/slab: use unsigned long for orig_size to ensure proper metadata align
` [PATCH V6 2/9] mm/slab: allow specifying free pointer offset when using constructor
` [PATCH V6 3/9] ext4: specify the free pointer offset for ext4_inode_cache
` [PATCH V6 4/9] mm/slab: abstract slabobj_ext access via new slab_obj_ext() helper
` [PATCH V6 5/9] mm/slab: use stride to access slabobj_ext
` [PATCH V6 6/9] mm/memcontrol,alloc_tag: handle slabobj_ext access under KASAN poison
` [PATCH V6 7/9] mm/slab: save memory by allocating slabobj_ext array from leftover
` [PATCH V6 8/9] mm/slab: move [__]ksize and slab_ksize() to mm/slub.c
` [PATCH V6 9/9] mm/slab: place slabobj_ext metadata in unused space within s->size

[REGRESSION] 6.12: Workqueue lockups in inode_switch_wbs_work_fn (suspect commit 66c14dccd810)
 2026-01-13 12:02 UTC  (4+ messages)

[tj-cgroup:for-6.20] BUILD SUCCESS 090e0ae303c76d4026b4bf50b2543690741730ae
 2026-01-13  8:22 UTC 

[tj-cgroup:for-next] BUILD SUCCESS 53552add1a7c81e218770935b0d72fee978d83e7
 2026-01-13  8:07 UTC 

[PATCH 00/33 v6] cpuset/isolation: Honour kthreads preferred affinity
 2026-01-13  1:49 UTC  (13+ messages)
` [PATCH 05/33] sched/isolation: Save boot defined domain flags
` [PATCH 12/33] cpuset: Provide lockdep check for cpuset lock held
` [PATCH 13/33] sched/isolation: Convert housekeeping cpumasks to rcu pointers

[PATCH] mm: optimize stat output for 11% sys time reduce
 2026-01-13  0:29 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 8/8] memcg: rename mem_cgroup_ino() to mem_cgroup_id()
 2026-01-12 21:36 UTC  (3+ messages)

[GIT PULL] cgroup fixes for v6.19-rc5
 2026-01-12 20:35 UTC  (2+ messages)

[cgroup/for-next PATCH RESEND] cpuset: replace direct lockdep_assert_held() with lockdep_assert_cpuset_lock_held()
 2026-01-12 19:32 UTC  (2+ messages)

[PATCH cgroup/for-6.20 v5 0/5] cgroup/cpuset: Don't invalidate sibling partitions on cpuset.cpus conflict
 2026-01-12 19:31 UTC  (7+ messages)
` [PATCH cgroup/for-6.20 v5 1/5] cgroup/cpuset: Streamline rm_siblings_excl_cpus()
` [PATCH cgroup/for-6.20 v5 2/5] cgroup/cpuset: Consistently compute effective_xcpus in update_cpumasks_hier()
` [PATCH cgroup/for-6.20 v5 3/5] cgroup/cpuset: Don't fail cpuset.cpus change in v2
` [PATCH cgroup/for-6.20 v5 4/5] cgroup/cpuset: Don't invalidate sibling partitions on cpuset.cpus conflict
` [PATCH cgroup/for-6.20 v5 5/5] cgroup/cpuset: Move the v1 empty cpus/mems check to cpuset1_validate_change()

[PATCH v2 00/23] mm: BPF OOM
 2026-01-12 18:20 UTC  (5+ messages)
` [PATCH v2 06/23] mm: introduce BPF struct ops for OOM handling

[PATCH] mm/swap_cgroup: fix kernel BUG in swap_cgroup_record
 2026-01-12 16:16 UTC  (5+ messages)

[PATCH cgroup/for-6.20 v4 0/5] cgroup/cpuset: Don't invalidate sibling partitions on cpuset.cpus conflict
 2026-01-12 16:02 UTC  (11+ messages)
` [PATCH cgroup/for-6.20 v4 1/5] cgroup/cpuset: Streamline rm_siblings_excl_cpus()
` [PATCH cgroup/for-6.20 v4 2/5] cgroup/cpuset: Consistently compute effective_xcpus in update_cpumasks_hier()
` [PATCH cgroup/for-6.20 v4 3/5] cgroup/cpuset: Don't fail cpuset.cpus change in v2
` [PATCH cgroup/for-6.20 v4 4/5] cgroup/cpuset: Don't invalidate sibling partitions on cpuset.cpus conflict
` [PATCH cgroup/for-6.20 v4 5/5] cgroup/cpuset: Move the v1 empty cpus/mems check to cpuset1_validate_change()

[PATCH v5.10-v5.15] blk-throttle: Set BIO_THROTTLED when bio has been throttled
 2026-01-12 11:39 UTC 

[PATCH v2] Documentation: Fix typos and grammatical errors
 2026-01-12  9:16 UTC 

[PATCH] cpuset: replace direct lockdep_assert_held() with lockdep_assert_cpuset_lock_held()
 2026-01-12  7:04 UTC 

[PATCH] cpuset: Treat cpusets in attaching as populated
 2026-01-12  7:03 UTC  (5+ messages)

[PATCH V5 0/8] mm/slab: reduce slab accounting memory overhead by allocating slabobj_ext metadata within unsed slab space
 2026-01-12  6:28 UTC  (6+ messages)
` [PATCH V5 1/8] mm/slab: use unsigned long for orig_size to ensure proper metadata align

[PATCH cgroup/for-6.20 v3 0/5] cgroup/cpuset: Don't invalidate sibling partitions on cpuset.cpus conflict
 2026-01-12  4:04 UTC  (16+ messages)
` [PATCH cgroup/for-6.20 v3 1/5] cgroup/cpuset: Streamline rm_siblings_excl_cpus()
` [PATCH cgroup/for-6.20 v3 2/5] cgroup/cpuset: Consistently compute effective_xcpus in update_cpumasks_hier()
` [PATCH cgroup/for-6.20 v3 3/5] cgroup/cpuset: Don't fail cpuset.cpus change in v2
` [PATCH cgroup/for-6.20 v3 4/5] cgroup/cpuset: Don't invalidate sibling partitions on cpuset.cpus conflict
` [PATCH cgroup/for-6.20 v3 5/5] cgroup/cpuset: Move the v1 empty cpus/mems check to cpuset1_validate_change()

[PATCH v2] sched/core: Mask out offline CPUs when user_cpus_ptr is used
 2026-01-12  3:36 UTC  (3+ messages)
` [RESEND PATCH v3] sched/core: Skip user_cpus_ptr masking if no online CPU left

[cgroup/for-6.20 PATCH v2 0/4] cgroup/cpuset: Don't invalidate sibling partitions on cpuset.cpus conflict
 2026-01-12  1:10 UTC  (15+ messages)
` [cgroup/for-6.20 PATCH v2 2/4] cgroup/cpuset: Consistently compute effective_xcpus in update_cpumasks_hier()
` [cgroup/for-6.20 PATCH v2 4/4] cgroup/cpuset: Don't invalidate sibling partitions on cpuset.cpus conflict

[PATCH 0/3] blk-cgroup: cleanup and bugfixs in blk-cgroup
 2026-01-12  1:04 UTC  (7+ messages)
` [PATCH 1/3] blk-cgroup: factor policy pd teardown loop into helper
` [PATCH 3/3] blk-cgroup: skip dying blkg in blkcg_activate_policy()

[RFC PATCH v2 0/3] Memory Controller eBPF support
 2026-01-09 11:00 UTC  (4+ messages)

[syzbot] [mm?] [cgroups?] kernel BUG in swap_cgroup_record (2)
 2026-01-09  8:57 UTC 


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