public inbox for cgroups@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-13 06:19:48 to 2026-01-20 13:57:50 UTC [more...]

[RFC PATCH -next 0/7] Introduce heat-level memcg reclaim
 2026-01-20 13:42 UTC  (8+ messages)
` [RFC PATCH -next 1/7] vmscan: add memcg heat level for reclaim
` [RFC PATCH -next 2/7] mm/mglru: make calls to flush_reclaim_state() similar for MGLRU and non-MGLRU
` [RFC PATCH -next 3/7] mm/mglru: rename should_abort_scan to lru_gen_should_abort_scan
` [RFC PATCH -next 4/7] mm/mglru: extend lru_gen_shrink_lruvec to support root reclaim
` [RFC PATCH -next 5/7] mm/mglru: combine shrink_many into shrink_node_memcgs
` [RFC PATCH -next 6/7] mm/mglru: remove memcg disable handling from lru_gen_shrink_node
` [RFC PATCH -next 7/7] mm/mglru: remove memcg lru

[PATCH] docs: Fix blk-iolatency peer throttling description
 2026-01-20 13:37 UTC  (2+ messages)

[PATCH v3 00/30] Eliminate Dying Memory Cgroup
 2026-01-20 12:50 UTC  (86+ 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 26/30 fix] mm: mglru: do not call update_lru_size() during reparenting
` [PATCH v3 27/30] mm: memcontrol: refactor memcg_reparent_objcgs()
` [PATCH v3 28/30] mm: memcontrol: prepare for reparenting state_local
  ` [PATCH v3 28/30 fix 1/2] mm: memcontrol: fix lruvec_stats->state_local reparenting
    ` [PATCH v3 28/30 fix 2/2] mm: memcontrol: change state_locals to atomic_long_t type
` [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

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2026-01-20  2:15 UTC  (7+ messages)
` [RFC PATCH v1 01/37] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [RFC PATCH v1 05/37] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [RFC PATCH v1 09/37] KVM: guest_memfd: Skip LRU for guest_memfd folios

[GIT PULL] Another cgroup fix for v6.19-rc5
 2026-01-19 13:53 UTC  (2+ messages)

[syzbot] [cgroups?] [mm?] WARNING in memcg1_swapout
 2026-01-18 20:53 UTC  (5+ messages)

[tj-cgroup:for-6.19-fixes] BUILD SUCCESS 84697bf5532923f70ac99ea9784fab325c560df0
 2026-01-16 20:22 UTC 

[tj-cgroup:for-next] BUILD SUCCESS 02cf958f1e0a85c09abb80380cfe25a7549e0f75
 2026-01-16 20:19 UTC 

[PATCH] kernel: cgroup: Add LGPL-2.1 SPDX license ID to legacy_freezer.c
 2026-01-16  8:05 UTC  (2+ messages)

[PATCH] kernel: cgroup: Add SPDX-License-Identifier lines
 2026-01-16  8:05 UTC  (2+ messages)

[PATCH 0/3] nodemask: align nodes_and{,not} with underlying bitmap ops
 2026-01-16  7:59 UTC  (15+ messages)
` [PATCH 1/3] nodemask: propagate boolean for nodes_and{,not}
` [PATCH 2/3] mm: use nodes_and() return value to simplify client code
` [PATCH 3/3] cgroup: use nodes_and() output where appropriate

[PATCH] MAINTAINERS: Add Chen Ridong as cpuset reviewer
 2026-01-16  7:57 UTC  (3+ messages)

[PATCH v9 0/2] mm/vmscan: fix demotion targets checks in reclaim/demotion
 2026-01-16  7:00 UTC  (5+ messages)
  ` [PATCH v9 1/2] "
  ` [PATCH v9 2/2] mm/vmscan: select the closest perferred node in demote_folio_list()

[RFC PATCH v3 0/8] mm,numa: N_PRIVATE node isolation for device-managed memory
 2026-01-15 22:09 UTC  (14+ messages)
` [RFC PATCH v3 7/8] mm/zswap: compressed ram direct integration

[PATCH] cgroup/rstat: fix missing prototype warning for bpf_rstat_flush()
 2026-01-15 18:45 UTC  (2+ messages)

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

[PATCH v2 0/3] blk-cgroup: cleanup and bugfixs in blk-cgroup
 2026-01-15  9:39 UTC  (13+ 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 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  (2+ 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 14:21 UTC  (13+ messages)

[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  (11+ messages)
` [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 


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