public inbox for cgroups@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-29 22:49:29 to 2026-02-06 02:21:54 UTC [more...]

[PATCH v1] mm: zswap: add per-memcg stat for incompressible pages
 2026-02-06  2:21 UTC  (9+ messages)

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

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2026-02-05  7:04 UTC  (14+ messages)
` [RFC PATCH v1 05/37] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes

[PATCH 0/4] memcg: cleanup the memcg stats interfaces
 2026-02-05  5:58 UTC  (11+ messages)
` [PATCH 1/4] memcg: use mod_node_page_state to update stats

[PATCH/for-next v2 0/2] cgroup/cpuset: Fix partition related locking issues
 2026-02-04 20:52 UTC  (23+ messages)
` [PATCH/for-next v2 1/2] cgroup/cpuset: Defer housekeeping_update() call from CPU hotplug to workqueue
` [PATCH/for-next v2 2/2] cgroup/cpuset: Introduce a new top level cpuset_top_mutex

[PATCH] blk-cgroup: add CONFIG_BLK_CGROUP_DEBUG_STATS option
 2026-02-04 16:15 UTC 

[RFC PATCH bpf-next v6 00/12] mm: memcontrol: Add BPF hooks for memory controller
 2026-02-04  9:28 UTC  (18+ messages)
` [RFC PATCH bpf-next v6 01/12] bpf: move bpf_struct_ops_link into bpf.h
` [RFC PATCH bpf-next v6 02/12] bpf: initial support for attaching struct ops to cgroups
` [RFC PATCH bpf-next v6 03/12] bpf: mark struct oom_control's memcg field as TRUSTED_OR_NULL
` [RFC PATCH bpf-next v6 04/12] mm: define mem_cgroup_get_from_ino() outside of CONFIG_SHRINKER_DEBUG
` [RFC PATCH bpf-next v6 05/12] libbpf: introduce bpf_map__attach_struct_ops_opts()
` [RFC PATCH bpf-next v6 06/12] bpf: Pass flags in bpf_link_create for struct_ops
` [RFC PATCH bpf-next v6 07/12] libbpf: Support passing user-defined flags "
` [RFC PATCH bpf-next v6 08/12] mm: memcontrol: Add BPF struct_ops for memory controller
` [RFC PATCH bpf-next v6 09/12] selftests/bpf: Add tests for memcg_bpf_ops
` [RFC PATCH bpf-next v6 10/12] mm/bpf: Add BPF_F_ALLOW_OVERRIDE support "
` [RFC PATCH bpf-next v6 11/12] selftests/bpf: Add test for memcg_bpf_ops hierarchies
` [RFC PATCH bpf-next v6 12/12] samples/bpf: Add memcg priority control example

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

[PATCH/for-next v3 0/3] cgroup/cpuset: Fix partition related locking issues
 2026-02-04  4:51 UTC  (14+ messages)
` [PATCH/for-next v3 1/3] cgroup/cpuset: Clarify exclusion rules for cpuset internal variables
` [PATCH/for-next v3 2/3] cgroup/cpuset: Defer housekeeping_update() calls from CPU hotplug to workqueue
` [PATCH/for-next v3 3/3] cgroup/cpuset: Call housekeeping_update() without holding cpus_read_lock

[RFC PATCH v3 0/5] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
 2026-02-04  1:11 UTC  (8+ messages)
` [RFC PATCH v3 1/5] mm: swap: introduce swap tier infrastructure
` [RFC PATCH v3 2/5] mm: swap: associate swap devices with tiers
` [RFC PATCH v3 3/5] mm: memcontrol: add interface for swap tier selection
` [RFC PATCH v3 4/5] mm, swap: change back to use each swap device's percpu cluster
` [RFC PATCH v3 5/5] mm, swap: introduce percpu swap device cache to avoid fragmentation

[Kernel Bug] KASAN: slab-use-after-free Read in __blkcg_rstat_flush
 2026-02-03 14:46 UTC  (9+ messages)

[tj-cgroup:for-6.19-fixes] BUILD SUCCESS 99a2ef500906138ba58093b9893972a5c303c734
 2026-02-03  4:50 UTC 

[tj-cgroup:for-next] BUILD SUCCESS cdab91959f725a63396b947212e185556bc4539a
 2026-02-03  4:47 UTC 

[GIT PULL] cgroup fixes for v6.19-rc8
 2026-02-03  1:19 UTC  (2+ messages)

[PATCH -next v2 0/4] cgroup/dmem: bugfixes
 2026-02-03  0:37 UTC  (7+ messages)
` [PATCH -next v2 1/4] cgroup/dmem: fix NULL pointer dereference when setting max
` [PATCH -next v2 2/4] cgroup/dmem: avoid rcu warning when unregister region
` [PATCH -next v2 3/4] cgroup/dmem: avoid pool UAF
` [PATCH -next v2 4/4] cgroup/dmem: add argument checks in helpers

[PATCH v2] mm: khugepaged: fix NR_FILE_PAGES and NR_SHMEM in collapse_file()
 2026-02-02  8:55 UTC  (11+ messages)

[tj-cgroup:for-6.20] BUILD SUCCESS 8b1f3c54f930c3aeda0b5bad97bc317fc80267fd
 2026-02-02  5:21 UTC 

[tj-cgroup:for-next] BUILD SUCCESS 068b8cd1fc9b52c9633e64f71a27e79203b0ec4f
 2026-02-02  5:21 UTC 

[PATCH v9 0/2] mm/vmscan: fix demotion targets checks in reclaim/demotion
 2026-02-02  4:15 UTC  (5+ messages)
  ` [PATCH v9 1/2] "

[PATCH v3 00/30] Eliminate Dying Memory Cgroup
 2026-02-02  3:15 UTC  (9+ messages)
` [PATCH v3 28/30] mm: memcontrol: prepare for reparenting state_local

[PATCH -next 0/3] cgroup/dmem: bugfixes
 2026-02-02  0:50 UTC  (7+ messages)
` [PATCH -next 1/3] cgroup/dmem: fix NULL pointer dereference when setting max
` [PATCH -next 2/3] cgroup/dmem: avoid rcu warning when unregister region
` [PATCH -next 3/3] cgroup/dmem: avoid pool UAF

[PATCH -next] cpuset: fix overlap of partition effective CPUs
 2026-02-01 16:51 UTC  (2+ messages)

[PATCH -next v2] cgroup: increase maximum subsystem count from 16 to 32
 2026-02-01 16:51 UTC  (2+ messages)

[PATCH -next] cgroup: increase maximum subsystem count from 16 to 32
 2026-01-31  3:00 UTC  (8+ messages)

[PATCH 6.12.y] cgroup: Fix kernfs_node UAF in css_free_rwork_fn
 2026-01-30 16:14 UTC  (3+ messages)

[PATCH/for-next 0/2] cgroup/cpuset: Fix partition related locking issues
 2026-01-30  6:07 UTC  (17+ messages)
` [PATCH/for-next 1/2] cgroup/cpuset: Defer housekeeping_update() call from CPU hotplug to task_work
` [PATCH/for-next 2/2] cgroup/cpuset: Introduce a new top level isolcpus_update_mutex

[PATCH] mm: khugepaged: fix NR_FILE_PAGES accounting in collapse_file()
 2026-01-30  0:50 UTC  (6+ messages)


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