public inbox for cgroups@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-26 09:30:24 to 2026-02-04 04:51:42 UTC [more...]

[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

[PATCH/for-next v2 0/2] cgroup/cpuset: Fix partition related locking issues
 2026-02-04  1:55 UTC  (22+ 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

[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

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2026-02-03 18:16 UTC  (22+ 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

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

[PATCH v2 0/7] blk-cgroup: fix races and deadlocks
 2026-02-03 13:36 UTC  (12+ 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

[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)

[PATCH 0/4] memcg: cleanup the memcg stats interfaces
 2026-02-02  8:53 UTC  (7+ messages)
` [PATCH 1/4] memcg: use mod_node_page_state to update stats

[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  (3+ 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  (9+ 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  (19+ 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  (8+ messages)

[PATCH v2] cgroup: avoid css_set_lock in cgroup_css_set_fork()
 2026-01-29 13:22 UTC  (5+ messages)

[RFC PATCH -next 0/7] Introduce heat-level memcg reclaim
 2026-01-29 11:25 UTC  (2+ messages)

[PATCH 00/33 v7] cpuset/isolation: Honour kthreads preferred affinity
 2026-01-28 21:18 UTC  (12+ messages)
` [PATCH 03/33] memcg: Prepare to protect against concurrent isolated cpuset change
` [PATCH 04/33] mm: vmstat: "
` [PATCH 29/33] sched/arm64: Move fallback task cpumask to HK_TYPE_DOMAIN

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

[RFC PATCH bpf-next v4 08/12] mm: memcontrol: Add BPF struct_ops for memory controller
 2026-01-26  9:30 UTC  (2+ messages)

[RFC PATCH bpf-next v4 11/12] selftests/bpf: Add test for memcg_bpf_ops hierarchies
 2026-01-26  9:30 UTC  (2+ messages)


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