public inbox for cgroups@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-13 19:42:08 to 2025-11-20 15:50:06 UTC [more...]

[PATCH 0/2] genirq: Fix IRQ threads VS cpuset
 2025-11-20 15:50 UTC  (13+ messages)
` [PATCH 1/2] genirq: Fix IRQ threads affinity VS cpuset isolated partitions
` [PATCH 2/2] genirq: Remove cpumask availability check on kthread affinity setting

[PATCH 00/44] Change a lot of min_t() that might mask high bits
 2025-11-20 14:52 UTC  (6+ messages)
` [PATCH 12/44] block: use min() instead of min_t()
` (subset) [PATCH 00/44] Change a lot of min_t() that might mask high bits

[PATCH v1 00/26] Eliminate Dying Memory Cgroup
 2025-11-20 13:45 UTC  (53+ messages)
` [PATCH v1 01/26] mm: memcontrol: remove dead code of checking parent memory cgroup
` [PATCH v1 03/26] mm: rename unlock_page_lruvec_irq and its variants
` [PATCH v1 05/26] mm: memcontrol: allocate object cgroup for non-kmem case
` [PATCH v1 06/26] mm: memcontrol: return root object cgroup for root memory cgroup
` [PATCH v1 07/26] mm: memcontrol: prevent memory cgroup release in get_mem_cgroup_from_folio()
` [PATCH v1 08/26] buffer: prevent memory cgroup release in folio_alloc_buffers()
` [PATCH v1 09/26] writeback: prevent memory cgroup release in writeback module
` [PATCH v1 10/26] mm: memcontrol: prevent memory cgroup release in count_memcg_folio_events()
` [PATCH v1 11/26] mm: page_io: prevent memory cgroup release in page_io module
` [PATCH v1 12/26] mm: migrate: prevent memory cgroup release in folio_migrate_mapping()
` [PATCH v1 13/26] mm: mglru: prevent memory cgroup release in mglru
` [PATCH v1 14/26] mm: memcontrol: prevent memory cgroup release in mem_cgroup_swap_full()
` [PATCH v1 15/26] mm: workingset: prevent memory cgroup release in lru_gen_eviction()
` [PATCH v1 16/26] mm: thp: prevent memory cgroup release in folio_split_queue_lock{_irqsave}()
` [PATCH v1 17/26] mm: workingset: prevent lruvec release in workingset_refault()
` [PATCH v1 18/26] mm: zswap: prevent lruvec release in zswap_folio_swapin()
` [PATCH v1 19/26] mm: swap: prevent lruvec release in swap module
` [PATCH v1 20/26] mm: workingset: prevent lruvec release in workingset_activation()
` [PATCH v1 25/26] mm: memcontrol: eliminate the problem of dying memory cgroup for LRU folios

[PATCH v3 0/1] cpuset: relax the overlap check for cgroup-v2
 2025-11-20 13:45 UTC  (21+ messages)
` [PATCH v4 1/1] "
        ` [PATCH v5] cpuset: Avoid invalidating sibling partitions on cpuset.cpus conflict

[RFC PATCH 0/3] Memory Controller eBPF support
 2025-11-20  9:29 UTC  (10+ messages)
` [RFC PATCH 1/3] memcg: add eBPF struct ops support for memory charging
` [RFC PATCH 2/3] selftests/bpf: add memcg eBPF struct ops test
` [RFC PATCH 3/3] samples/bpf: add example memcg eBPF program

[PATCH v1] cgroup: drop preemption_disabled checking
 2025-11-20  1:57 UTC  (3+ messages)

[PATCHv7 1/2] cgroup/cpuset: Introduce cpuset_cpus_allowed_locked()
 2025-11-20  1:12 UTC  (3+ messages)

[tj-cgroup:for-6.19] BUILD SUCCESS a0131c39270de634c33950a799d8870da2191974
 2025-11-19 23:56 UTC 

[tj-cgroup:for-next] BUILD SUCCESS 7587adebe583e9ea2063771d489962be9c50b66a
 2025-11-19 23:30 UTC 

[PATCHv6 1/2] cgroup/cpuset: Introduce cpuset_cpus_allowed_locked()
 2025-11-18 14:33 UTC  (4+ messages)

[RFC LPC2026 PATCH v2 00/11] Specific Purpose Memory NUMA Nodes
 2025-11-18 10:36 UTC  (3+ messages)

[PATCH -next] cpuset: Remove unnecessary checks in rebuild_sched_domains_locked
 2025-11-18  8:36 UTC 

[PATCH v3 00/14] Remove redundant rcu_read_lock/unlock() in spin_lock
 2025-11-18  7:24 UTC  (4+ messages)
` [PATCH v3 14/14] wifi: ath9k: "

[RFC] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
 2025-11-18  1:11 UTC  (14+ messages)
` [PATCH 1/3] mm, swap: change back to use each swap device's percpu cluster

[PATCH -next v3] cpuset: Treat cpusets in attaching as populated
 2025-11-18  0:31 UTC  (3+ messages)

[PATCH v2] cpuset: relax the overlap check for cgroup-v2
 2025-11-17 18:43 UTC  (24+ messages)
        ` [PATCH -next] cpuset: treate root invalid trialcs as exclusive

[PATCH v2 0/3] block/blk-throttle: Fix throttle slice time for SSDs
 2025-11-17 16:42 UTC  (8+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] block/blk-throttle: drop unneeded blk_stat_enable_accounting
` [PATCH v2 3/3] block/blk-throttle: Remove throtl_slice from struct throtl_data

[syzbot] Monthly cgroups report (Nov 2025)
 2025-11-17  7:50 UTC 

[PATCH -next 00/21] cpuset: rework local partition logic
 2025-11-17  2:46 UTC  (22+ messages)
` [PATCH -next 01/21] cpuset: add early empty cpumask check in partition_xcpus_add/del
` [PATCH -next 02/21] cpuset: generalize the validate_partition() interface
` [PATCH -next 03/21] cpuset: introduce partition_enable()
` [PATCH -next 04/21] cpuset: introduce partition_disable()
` [PATCH -next 05/21] cpuset: introduce partition_update()
` [PATCH -next 06/21] cpuset: use partition_enable() for remote partition enablement
` [PATCH -next 07/21] cpuset: use partition_disable() for remote partition disablement
` [PATCH -next 08/21] cpuset: use partition_update() for remote partition update
` [PATCH -next 09/21] cpuset: introduce local_partition_enable()
` [PATCH -next 10/21] cpuset: introduce local_partition_disable()
` [PATCH -next 11/21] cpuset: user local_partition_disable() to invalidate local partition
` [PATCH -next 12/21] cpuset: introduce local_partition_update()
` [PATCH -next 13/21] cpuset: remove update_parent_effective_cpumask
` [PATCH -next 14/21] cpuset: remove redundant partition field updates
` [PATCH -next 15/21] cpuset: simplify partition update logic for hotplug tasks
` [PATCH -next 16/21] cpuset: use partition_disable for compute_partition_effective_cpumask
` [PATCH -next 17/21] cpuset: use validate_local_partition in local_partition_enable
` [PATCH -next 18/21] cpuset: introduce validate_remote_partition
` [PATCH -next 19/21] cpuset: simplify the update_prstate() function
` [PATCH -next 20/21] cpuset: remove prs_err clear when notify_partition_change
` [PATCH -next 21/21] cpuset: Remove unnecessary validation in partition_cpus_change

[PATCH v3 0/1] cpuset: relax the overlap check for cgroup-v2
 2025-11-16 14:27 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 0/4] memcg: cleanup the memcg stats interfaces
 2025-11-15 19:27 UTC  (2+ messages)

[PATCH] selftests/cgroup: conform test to TAP format output
 2025-11-15  3:43 UTC  (6+ messages)

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2025-11-15  0:52 UTC  (7+ messages)
` [RFC PATCH v1 06/37] KVM: guest_memfd: Update kvm_gmem_populate() to use gmem attributes
` [RFC PATCH v1 11/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES

[PATCH 0/2] block/blk-throttle: Fix throttle slice time for SSDs
 2025-11-15  0:30 UTC  (7+ messages)
` [PATCH 1/2] "

[PATCH v2 0/3] Memory reclaim documentation fixes
 2025-11-14 21:22 UTC  (5+ messages)
` [PATCH v2 1/3] docs: cgroup: Explain reclaim protection target
` [PATCH v2 2/3] docs: cgroup: Note about sibling relative reclaim protection
` [PATCH v2 3/3] docs: cgroup: No special handling of unpopulated memcgs

[PATCH RESEND 0/3] Memory reclaim documentation fixes
 2025-11-14 21:11 UTC  (5+ messages)
` [PATCH RESEND 1/3] docs: cgroup: Explain reclaim protection target

[PATCH 00/17] ns: header cleanups and initial namespace reference count improvements
 2025-11-14 19:27 UTC  (3+ messages)
` [PATCH 16/17] ns: drop custom reference count initialization for initial namespaces

[PATCH v2] selftests/cgroup: conform test to KTAP format output
 2025-11-14 18:20 UTC  (3+ messages)

[PATCHSET cgroup/for-6.19] cgroup: Fix task exit ordering
 2025-11-14 18:18 UTC  (6+ messages)
` [PATCH 2/4] cgroup: Move dying_tasks cleanup from cgroup_task_release() to cgroup_task_free()
` [PATCH 3/4] cgroup: Defer task cgroup unlink until after the task is done switching out

[PATCH] genirq: Fix IRQ threads affinity VS cpuset isolated partitions
 2025-11-14 15:40 UTC  (4+ messages)

[PATCH] cgroup: Improve cgroup_addrm_files remove files handling
 2025-11-14 15:35 UTC  (3+ messages)

[PATCH -next v2] cpuset: Treat cpusets in attaching as populated
 2025-11-14  0:54 UTC  (3+ messages)

[syzbot] [cgroups?] WARNING in cgroup_file_release
 2025-11-13 22:58 UTC 

[PATCH v4 14/16] memcg: Convert mem_cgroup_from_obj_folio() to mem_cgroup_from_obj_slab()
 2025-11-13 21:54 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