cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-04-12 14:35:52 to 2025-04-22 01:26:22 UTC [more...]

[PATCH v4 0/2] vmscan: enforce mems_effective during demotion
 2025-04-22  1:26 UTC  (3+ messages)
` [PATCH v4 1/2] cpuset: rename cpuset_node_allowed to cpuset_current_node_allowed
` [PATCH v4 2/2] vmscan,cgroup: apply mems_effective to reclaim

[PATCH v3 0/2] vmscan: enforce mems_effective during demotion
 2025-04-22  1:00 UTC  (20+ messages)
` [PATCH v3 1/2] cpuset: rename cpuset_node_allowed to cpuset_current_node_allowed
` [PATCH v3 2/2] vmscan,cgroup: apply mems_effective to reclaim

[PATCH v2] memcg: introduce non-blocking limit setting option
 2025-04-21 21:34 UTC  (2+ messages)

[GIT PULL] cgroup: Fixes for v6.15-rc3
 2025-04-21 19:32 UTC 

[PATCH] cgroup: fix pointer check in css_rstat_init()
 2025-04-21 18:39 UTC  (3+ messages)

[PATCH v4 0/5] cgroup: separate rstat trees
 2025-04-21 18:18 UTC  (17+ messages)
` [PATCH v4 1/5] cgroup: move rstat base stat objects into their own struct
` [PATCH v4 4/5] cgroup: use separate rstat trees for each subsystem
` [PATCH v4 5/5] cgroup: use subsystem-specific rstat locks to avoid contention

[PATCH] memcg: introduce non-blocking limit setting interfaces
 2025-04-21 17:28 UTC  (9+ messages)

[PATCH v7 0/2] memcg: Fix test_memcg_min/low test failures
 2025-04-20 21:48 UTC  (5+ messages)
` [PATCH v7 1/2] selftests: memcg: Allow low event with no memory.low and memory_recursiveprot on
` [PATCH v7 2/2] selftests: memcg: Increase error tolerance of child memory.current check in test_memcg_protection()

[PATCH v2] cgroup: Fix compilation issue due to cgroup_mutex not being exported
 2025-04-20  0:49 UTC  (3+ messages)
  ` 回复: "

[PATCH v3 00/20] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT
 2025-04-19 16:35 UTC  (7+ messages)
` [PATCH v3 13/20] mm: Copy-on-Write (COW) reuse support for PTE-mapped THP

KASAN: slab-use-after-free Read in cgroup_rstat_flush
 2025-04-19 15:38 UTC  (5+ messages)

[PATCH RFC 00/28] Eliminate Dying Memory Cgroup
 2025-04-19 14:20 UTC  (46+ messages)
` [PATCH RFC 01/28] mm: memcontrol: remove dead code of checking parent memory cgroup
` [PATCH RFC 02/28] mm: memcontrol: use folio_memcg_charged() to avoid potential rcu lock holding
` [PATCH RFC 03/28] mm: workingset: use folio_lruvec() in workingset_refault()
` [PATCH RFC 04/28] mm: rename unlock_page_lruvec_irq and its variants
` [PATCH RFC 05/28] mm: thp: replace folio_memcg() with folio_memcg_charged()
` [PATCH RFC 06/28] mm: thp: introduce folio_split_queue_lock and its variants
` [PATCH RFC 07/28] mm: thp: use folio_batch to handle THP splitting in deferred_split_scan()
` [PATCH RFC 08/28] mm: vmscan: refactor move_folios_to_lru()
` [PATCH RFC 09/28] mm: memcontrol: allocate object cgroup for non-kmem case
` [PATCH RFC 10/28] mm: memcontrol: return root object cgroup for root memory cgroup
` [PATCH RFC 11/28] mm: memcontrol: prevent memory cgroup release in get_mem_cgroup_from_folio()
` [PATCH RFC 12/28] buffer: prevent memory cgroup release in folio_alloc_buffers()
` [PATCH RFC 13/28] writeback: prevent memory cgroup release in writeback module
` [PATCH RFC 14/28] mm: memcontrol: prevent memory cgroup release in count_memcg_folio_events()
` [PATCH RFC 15/28] mm: page_io: prevent memory cgroup release in page_io module
` [PATCH RFC 16/28] mm: migrate: prevent memory cgroup release in folio_migrate_mapping()
` [PATCH RFC 17/28] mm: mglru: prevent memory cgroup release in mglru
` [PATCH RFC 18/28] mm: memcontrol: prevent memory cgroup release in mem_cgroup_swap_full()
` [PATCH RFC 19/28] mm: workingset: prevent memory cgroup release in lru_gen_eviction()
` [PATCH RFC 20/28] mm: workingset: prevent lruvec release in workingset_refault()
` [PATCH RFC 21/28] mm: zswap: prevent lruvec release in zswap_folio_swapin()
` [PATCH RFC 22/28] mm: swap: prevent lruvec release in swap module
` [PATCH RFC 23/28] mm: workingset: prevent lruvec release in workingset_activation()
` [PATCH RFC 24/28] mm: memcontrol: prepare for reparenting LRU pages for lruvec lock
` [PATCH RFC 25/28] mm: thp: prepare for reparenting LRU pages for split queue lock
` [PATCH RFC 26/28] mm: memcontrol: introduce memcg_reparent_ops
` [PATCH RFC 27/28] mm: memcontrol: eliminate the problem of dying memory cgroup for LRU folios
` [PATCH RFC 28/28] mm: lru: add VM_WARN_ON_ONCE_FOLIO to lru maintenance helpers

[PATCH v3 0/2] sched/numa: Skip VMA scanning on memory pinned
 2025-04-19 11:16 UTC  (6+ messages)
` [PATCH v3 1/2] sched/numa: Skip VMA scanning on memory pinned to one NUMA node via cpuset.mems
` [PATCH v3 2/2] sched/numa: Add tracepoint that tracks the skipping of numa balancing due to cpuset memory pinning

[PATCH 1/2] cpuset: rename cpuset_node_allowed to cpuset_current_node_allowed
 2025-04-19  3:53 UTC  (10+ messages)
` [PATCH v2 2/2] vmscan,cgroup: apply mems_effective to reclaim

[tj-cgroup:for-6.15-fixes] BUILD SUCCESS 1bf67c8fdbda21fadd564a12dbe2b13c1ea5eda7
 2025-04-18 18:13 UTC 

[tj-cgroup:for-next] BUILD SUCCESS 986fb28ac6483ac1e1ea5093cf88a4d914b25d34
 2025-04-18 18:11 UTC 

[PATCH] cgroup: Fix compilation issue due to cgroup_mutex not being exported
 2025-04-18  2:03 UTC  (5+ messages)
  ` 回复: "

[PATCH v3] cgroup/cpuset-v1: Add missing support for cpuset_v2_mode
 2025-04-17 17:33 UTC  (2+ messages)

[PATCH v2 00/10] Add kernel cmdline option for rt_group_sched
 2025-04-17 12:13 UTC  (3+ messages)
` [PATCH v2 10/10] sched: Add deprecation warning for users of RT_GROUP_SCHED

[PATCH] mm: memcontrol: remove unnecessary NULL check before free_percpu()
 2025-04-17  8:43 UTC 

[PATCH v2] cgroup/cpuset-v1: Add missing support for cpuset_v2_mode
 2025-04-16 18:32 UTC  (9+ messages)

[PATCH] memcg: multi-memcg percpu charge cache
 2025-04-16 18:02 UTC 

[RFC 0/5] add option to restore swap account to cgroupv1 mode
 2025-04-16  8:29 UTC  (11+ messages)
` [RFC 2/5] memcontrol: add boot option to enable memsw account on dfl
            ` [External] "

[PATCH] memcg: decouple memcg_hotplug_cpu_dead from stock_lock
 2025-04-15 17:01 UTC  (10+ messages)

[PATCH v3 0/3] netfilter: Make xt_cgroup independent from net_cls
 2025-04-15 16:06 UTC  (4+ messages)

[RFC PATCH v4 0/6] Promotion of Unmapped Page Cache Folios
 2025-04-15  0:45 UTC  (10+ messages)

[RFC PATCH v4 5/6] migrate,sysfs: add pagecache promotion
 2025-04-15  0:41 UTC  (2+ messages)

[RFC PATCH v4 4/6] migrate: implement migrate_misplaced_folio_batch
 2025-04-15  0:19 UTC  (2+ messages)

[RFC PATCH v4 1/6] migrate: Allow migrate_misplaced_folio_prepare() to accept a NULL VMA
 2025-04-15  0:12 UTC  (2+ messages)

[PATCH v3 0/2] Fix false warning in inode_to_wb
 2025-04-14 23:22 UTC  (8+ messages)
` [PATCH v3 1/2] gfs2: replace sd_aspace with sd_inode
` [PATCH v3 2/2] writeback: Fix false warning in inode_to_wb()

[PATCH] cgroup/cpuset-v1: Add missing support for cpuset_v2_mode
 2025-04-14 20:58 UTC  (4+ messages)

[PATCH v3 0/5] KVM: selftests: access_tracking_perf_test fixes for NUMA balancing and MGLRU
 2025-04-14 20:25 UTC  (7+ messages)
` [PATCH v3 1/5] KVM: selftests: Extract guts of THP accessor to standalone sysfs helpers
` [PATCH v3 2/5] KVM: selftests: access_tracking_perf_test: Add option to skip the sanity check
` [PATCH v3 3/5] cgroup: selftests: Move cgroup_util into its own library
` [PATCH v3 4/5] KVM: selftests: Build and link selftests/cgroup/lib into KVM selftests
` [PATCH v3 5/5] KVM: selftests: access_tracking_perf_test: Use MGLRU for access tracking

[PATCH] memcg: no refill for offlined objcg
 2025-04-14 18:44 UTC  (3+ messages)

[PATCH v6 0/2] memcg: Fix test_memcg_min/low test failures
 2025-04-14 18:10 UTC  (9+ messages)
` [PATCH v6 1/2] mm/vmscan: Skip memcg with !usage in shrink_node_memcgs()
` [PATCH v6 2/2] selftests: memcg: Increase error tolerance of child memory.current check in test_memcg_protection()

selftests: cgroup: Failures – Timeouts & OOM Issues Analysis
 2025-04-14 13:46 UTC  (3+ messages)

[PATCH AUTOSEL 6.12 03/30] cgroup/cpuset: Don't allow creation of local partition over a remote one
 2025-04-14 13:28 UTC 

[PATCH AUTOSEL 6.13 04/34] cgroup/cpuset: Don't allow creation of local partition over a remote one
 2025-04-14 13:26 UTC 

[PATCH AUTOSEL 6.14 04/34] cgroup/cpuset: Don't allow creation of local partition over a remote one
 2025-04-14 13:25 UTC 

[PATCH v3 0/2] memcg: Fix test_memcg_min/low test failures
 2025-04-13  3:15 UTC  (4+ messages)
` [PATCH v3 2/2] selftests: memcg: Increase error tolerance of child memory.current check in test_memcg_protection()

[PATCH v2 0/2] Fix false warning in inode_to_wb
 2025-04-12 16:37 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;
as well as URLs for NNTP newsgroup(s).