public inbox for cgroups@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-03 09:29:39 to 2026-03-11 02:13:50 UTC [more...]

[PATCH 0/2] fix kmem over-charging for embedded obj_exts array
 2026-03-11  2:13 UTC  (4+ messages)
` [PATCH 1/2] mm/slab: move obj_exts_in_slab() definition to slab.h
` [PATCH 2/2] memcg: fix kmem over-charging for embedded obj_exts array

[PATCH v5 0/6] cgroup/dmem,drm/ttm: Improve protection in contended cases
 2026-03-11  1:12 UTC  (8+ messages)
` [PATCH v5 1/6] cgroup/dmem: Add queries for protection values
` [PATCH v5 2/6] cgroup,cgroup/dmem: Add (dmem_)cgroup_common_ancestor helper

[PATCH v2 0/3] cgroup: improve cgroup_file_notify() scalability
 2026-03-11  1:01 UTC  (4+ messages)
` [PATCH v2 1/3] cgroup: reduce cgroup_file_kn_lock hold time in cgroup_file_notify()
` [PATCH v2 2/3] cgroup: add lockless fast-path checks to cgroup_file_notify()
` [PATCH v2 3/3] cgroup: replace global cgroup_file_kn_lock with per-cgroup_file lock

[PATCH 0/4] Introduce QPW for per-cpu operations
 2026-03-11  0:03 UTC  (29+ messages)
` [PATCH 3/4] swap: apply new queue_percpu_work_on() interface

[PATCH v2] selftest: memcg: Skp memcg_sock test if address family not supported
 2026-03-10 20:18 UTC  (2+ messages)

[PATCH v2] mm/mempolicy: track page allocations per mempolicy
 2026-03-10 17:01 UTC  (14+ messages)

[PATCH] selftest: memcg: Skp memcg_sock test if address family not supported
 2026-03-10 14:09 UTC  (4+ messages)

[BUG] WARNING in alloc_slab_obj_exts triggered by __d_alloc
 2026-03-10 10:06 UTC  (9+ messages)
  ` [PATCH] mm/slab: fix an incorrect check in obj_exts_alloc_size()

drm/ttm/memcg/lru: enable memcg tracking for ttm and amdgpu driver (complete series v5)
 2026-03-10  1:27 UTC  (18+ messages)
` [PATCH 07/16] memcg: add support for GPU page counters. (v4)

[LSF/MM/BPF TOPIC] Reimagining Memory Cgroup (memcg_ext)
 2026-03-09 23:09 UTC  (3+ messages)

[PATCH 0/4] bpf: add a few hooks for sandboxing
 2026-03-09 16:45 UTC  (15+ messages)
` [PATCH 1/4] ns: add bpf hooks
` [PATCH 2/4] cgroup: add bpf hook for attach
` [PATCH 3/4] selftests/bpf: add ns hook selftest
` [PATCH 4/4] selftests/bpf: add cgroup attach selftests

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

[RFC PATCH v1 0/7] Open HugeTLB allocation routine for more generic use
 2026-03-09  6:58 UTC  (2+ messages)

[tj-cgroup:for-next] BUILD SUCCESS 51e451160670cbb720e7f173f90e6ef999749c15
 2026-03-07 17:29 UTC 

[tj-cgroup:for-7.0-fixes] BUILD SUCCESS a72f73c4dd9b209c53cf8b03b6e97fcefad4262c
 2026-03-07 17:15 UTC 

[PATCH v2] cgroup: Don't expose dead tasks in cgroup
 2026-03-06 22:48 UTC  (2+ messages)

[PATCH v2] cgroup/cpuset: Call rebuild_sched_domains() directly in hotplug
 2026-03-06 18:08 UTC  (3+ messages)

[tj-cgroup:for-next] BUILD SUCCESS 5b30afc20b3fea29b9beb83c6415c4ff06f774aa
 2026-03-06 16:40 UTC 

[PATCH v2 0/4] mm: Remove stray references to pagevec
 2026-03-06 11:45 UTC  (9+ messages)
` [PATCH v2 1/4] mm: Remove stray references to struct pagevec
` [PATCH v2 2/4] fs: Remove unncessary pagevec.h includes
` [PATCH v2 3/4] folio_batch: Rename pagevec.h to folio_batch.h
` [PATCH v2 4/4] folio_batch: Rename PAGEVEC_SIZE to FOLIO_BATCH_SIZE

[PATCH] mm/slab: change stride type from unsigned short to unsigned int
 2026-03-06  6:24 UTC  (10+ messages)

[PATCH] cgroup/cpuset: Call rebuild_sched_domains() directly in hotplug
 2026-03-05 19:27 UTC  (5+ messages)

[PATCH 0/5]: memcg: obj stock and slab stat caching cleanups
 2026-03-05 13:09 UTC  (19+ messages)
` [PATCH 1/5] mm: memcg: factor out trylock_stock() and unlock_stock()
` [PATCH 2/5] mm: memcg: simplify objcg charge size and stock remainder math
` [PATCH 3/5] mm: memcontrol: split out __obj_cgroup_charge()
` [PATCH 4/5] mm: memcontrol: use __account_obj_stock() in the !locked path
` [PATCH 5/5] mm: memcg: separate slab stat accounting from objcg charge cache

[PATCH v5 30/32] mm: memcontrol: convert objcg to be per-memcg per-node type
 2026-03-05  9:10 UTC  (4+ messages)
` [PATCH v5 update "

[PATCH 0/3] cgroup: improve cgroup_file_notify() scalability
 2026-03-05  7:01 UTC  (8+ messages)
` [PATCH 2/3] cgroup: add lockless fast-path checks to cgroup_file_notify()

[PATCH 3/3] ptdesc: Account page tables to memcgs again
 2026-03-05  7:00 UTC  (2+ messages)

[PATCH v5 29/32] mm: memcontrol: prepare for reparenting non-hierarchical stats
 2026-03-05  2:51 UTC  (13+ messages)
` [PATCH v5 update "

[tj-cgroup:test-merge-cgroup-7.0-rc2-fixes] BUILD SUCCESS e92f9e943242db2fd5eccfe67f6686b1d2a68339
 2026-03-05  0:20 UTC 

[PATCH] cgroup: Don't expose dead tasks in cgroup
 2026-03-04 19:22 UTC  (7+ messages)

[PATCH v6 0/8] cgroup/cpuset: Fix partition related locking issues
 2026-03-04 18:11 UTC  (11+ messages)
` [PATCH v6 7/8] cgroup/cpuset: Defer housekeeping_update() calls from CPU hotplug to workqueue

[PATCH v2] blk-cgroup: always display debug stats in io.stat
 2026-03-04 17:11 UTC  (8+ messages)

[PATCH 0/8] mm/zswap, zsmalloc: Per-memcg-lruvec zswap accounting
 2026-03-04 16:49 UTC  (9+ messages)
` [PATCH 6/8] mm/zsmalloc, zswap: Handle objcg charging and lifetime in zsmalloc

[PATCH v4 0/3] kernfs: Add inotify IN_DELETE_SELF, IN_IGNORED support
 2026-03-04 13:26 UTC  (12+ messages)
` [PATCH v4 2/3] kernfs: Send IN_DELETE_SELF and IN_IGNORED

[PATCH v3 0/7] blk-cgroup: fix races related to blkg_list iteration
 2026-03-04  7:38 UTC  (8+ messages)
` [PATCH v3 1/7] blk-cgroup: protect q->blkg_list iteration in blkg_destroy_all() with blkcg_mutex
` [PATCH v3 2/7] bfq: protect q->blkg_list iteration in bfq_end_wr_async() "
` [PATCH v3 3/7] blk-cgroup: fix race between policy activation and blkg destruction
` [PATCH v3 4/7] blk-cgroup: skip dying blkg in blkcg_activate_policy()
` [PATCH v3 5/7] blk-cgroup: factor policy pd teardown loop into helper
` [PATCH v3 6/7] blk-cgroup: allocate pds before freezing queue in blkcg_activate_policy()
` [PATCH v3 7/7] blk-rq-qos: move rq_qos_mutex acquisition inside rq_qos_add/del

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

[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
 2026-03-03 20:36 UTC  (5+ messages)

[PATCH 0/8] mm/zswap, zsmalloc: Per-memcg-lruvec zswap accounting
 2026-03-03 18:01 UTC  (3+ messages)

[PATCH] blk-cgroup: add CONFIG_BLK_CGROUP_DEBUG_STATS option
 2026-03-03 13:59 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