public inbox for cgroups@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-12 13:00:10 to 2025-11-18 14:31:04 UTC [more...]

[PATCH 0/2] genirq: Fix IRQ threads VS cpuset
 2025-11-18 14:30 UTC  (3+ 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 v1 00/26] Eliminate Dying Memory Cgroup
 2025-11-18 12:12 UTC  (12+ messages)
` [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 25/26] mm: memcontrol: eliminate the problem of dying memory cgroup for LRU folios

[RFC LPC2026 PATCH v2 00/11] Specific Purpose Memory NUMA Nodes
 2025-11-18 10:36 UTC  (14+ messages)
` [RFC PATCH v2 01/11] mm: constify oom_control, scan_control, and alloc_context nodemask
` [RFC PATCH v2 02/11] mm: change callers of __cpuset_zone_allowed to cpuset_zone_allowed
` [RFC PATCH v2 03/11] gfp: Add GFP_SPM_NODE for Specific Purpose Memory (SPM) allocations
` [RFC PATCH v2 04/11] memory-tiers: Introduce SysRAM and Specific Purpose Memory Nodes
` [RFC PATCH v2 05/11] mm: restrict slub, oom, compaction, and page_alloc to sysram by default
` [RFC PATCH v2 06/11] mm,cpusets: rename task->mems_allowed to task->sysram_nodes
` [RFC PATCH v2 07/11] cpuset: introduce cpuset.mems.sysram
` [RFC PATCH v2 08/11] mm/memory_hotplug: add MHP_SPM_NODE flag
` [RFC PATCH v2 09/11] drivers/dax: add spm_node bit to dev_dax
` [RFC PATCH v2 10/11] drivers/cxl: add spm_node bit to cxl region
` [RFC PATCH v2 11/11] [HACK] mm/zswap: compressed ram integration example

[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: "

[PATCHv6 1/2] cgroup/cpuset: Introduce cpuset_cpus_allowed_locked()
 2025-11-18  6:30 UTC  (3+ messages)

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

[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  (25+ 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

[PATCH v3 0/1] cpuset: relax the overlap check for cgroup-v2
 2025-11-17 11:37 UTC  (7+ messages)
` [PATCH v4 1/1] "

[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  (7+ messages)

[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
 2025-11-15  0:52 UTC  (9+ messages)
` [RFC PATCH v1 03/37] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [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  (4+ 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  (5+ 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  (9+ messages)

[cgroup/for-6.19 PATCH] cgroup/cpuset: Make callback_lock a raw_spinlock_t
 2025-11-13 16:35 UTC  (6+ messages)

[PATCH RFC v2 00/22] cpuset: rework local partition logic
 2025-11-13  7:22 UTC  (28+ messages)
` [PATCH RFC v2 01/22] cpuset: fix isolcpus stay in root when isolated partition changes to root
` [PATCH RFC v2 02/22] cpuset: add early empty cpumask check in partition_xcpus_add/del
` [PATCH RFC v2 04/22] cpuset: introduce partition_enable()
` [PATCH RFC v2 06/22] cpuset: introduce partition_update()
` [PATCH RFC v2 10/22] cpuset: introduce local_partition_enable()
` [PATCH RFC v2 11/22] cpuset: introduce local_partition_disable()
` [PATCH RFC v2 12/22] cpuset: introduce local_partition_invalidate()
` [PATCH RFC v2 13/22] cpuset: introduce local_partition_update()

[PATCH v1] cpuset: Avoid unnecessary partition invalidation
 2025-11-13  6:42 UTC  (4+ messages)

[PATCH v1] cpuset: Avoid unnecessary partition invalidation
 2025-11-13  6:26 UTC  (7+ messages)

[tj-cgroup:for-6.19] BUILD SUCCESS f23cb0ced8fb28ba65bf4ddaa2fcaf044c6894cc
 2025-11-12 23:59 UTC 

[PATCH 0/5] selftests/cgroup: add metrics mode and detailed CPU test diagnostics
 2025-11-12 16:49 UTC  (8+ messages)
` [PATCH 2/5] selftests/cgroup: add metrics mode for detailed test reporting
` [PATCH 4/5] selftests/cgroup: rename values_close_report() to report_metrics()
` [PATCH 5/5] selftests/cgroup: add aggregated CPU test metrics report

[PATCH v1 04/26] mm: vmscan: refactor move_folios_to_lru()
 2025-11-12 15:45 UTC  (12+ messages)

[PATCH mm-new v3] mm/memcontrol: Add memory.stat_refresh for on-demand stats flushing
 2025-11-12 14:02 UTC  (4+ messages)

[PATCH mm-new v3] mm/memcontrol: Add memory.stat_refresh for on-demand stats flushing
 2025-11-12 14:02 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