public inbox for cgroups@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-30 04:20:37 to 2026-01-09 08:57:22 UTC [more...]

[syzbot] [mm?] [cgroups?] kernel BUG in swap_cgroup_record (2)
 2026-01-09  8:57 UTC 

[PATCH 0/3] blk-cgroup: cleanup and bugfixs in blk-cgroup
 2026-01-09  8:46 UTC  (14+ messages)
` [PATCH 1/3] blk-cgroup: factor policy pd teardown loop into helper
` [PATCH 2/3] blk-cgroup: fix uaf in blkcg_activate_policy() racing with blkg_free_workfn()
` [PATCH 3/3] blk-cgroup: skip dying blkg in blkcg_activate_policy()

[cgroup/for-6.20 PATCH v2 0/4] cgroup/cpuset: Don't invalidate sibling partitions on cpuset.cpus conflict
 2026-01-09  4:14 UTC  (24+ messages)
` [cgroup/for-6.20 PATCH v2 1/4] cgroup/cpuset: Streamline rm_siblings_excl_cpus()
` [cgroup/for-6.20 PATCH v2 2/4] cgroup/cpuset: Consistently compute effective_xcpus in update_cpumasks_hier()
` [cgroup/for-6.20 PATCH v2 3/4] cgroup/cpuset: Don't fail cpuset.cpus change in v2
` [cgroup/for-6.20 PATCH v2 4/4] cgroup/cpuset: Don't invalidate sibling partitions on cpuset.cpus conflict

[tj-cgroup:for-next] BUILD SUCCESS 59ed36f2bd3338caf7afccaa10e72085f16b9dd6
 2026-01-09  3:21 UTC 

[PATCH V5 0/8] mm/slab: reduce slab accounting memory overhead by allocating slabobj_ext metadata within unsed slab space
 2026-01-09  2:32 UTC  (34+ messages)
` [PATCH V5 1/8] mm/slab: use unsigned long for orig_size to ensure proper metadata align
` [PATCH V5 2/8] mm/slab: allow specifying free pointer offset when using constructor
` [PATCH V5 3/8] ext4: specify the free pointer offset for ext4_inode_cache
` [PATCH V5 4/8] mm/slab: abstract slabobj_ext access via new slab_obj_ext() helper
` [PATCH V5 5/8] mm/slab: use stride to access slabobj_ext
` [PATCH V5 6/8] mm/memcontrol,alloc_tag: handle slabobj_ext access under KASAN poison
` [PATCH V5 7/8] mm/slab: save memory by allocating slabobj_ext array from leftover
` [PATCH V5 8/8] mm/slab: place slabobj_ext metadata in unused space within s->size

[PATCH] mm: optimize stat output for 11% sys time reduce
 2026-01-08 23:56 UTC  (4+ messages)

[RFC PATCH v3 0/8] mm,numa: N_PRIVATE node isolation for device-managed memory
 2026-01-08 20:37 UTC  (9+ messages)
` [RFC PATCH v3 1/8] numa,memory_hotplug: create N_PRIVATE (Private Nodes)
` [RFC PATCH v3 2/8] mm: constify oom_control, scan_control, and alloc_context nodemask
` [RFC PATCH v3 3/8] mm: restrict slub, compaction, and page_alloc to sysram
` [RFC PATCH v3 4/8] cpuset: introduce cpuset.mems.sysram
` [RFC PATCH v3 5/8] Documentation/admin-guide/cgroups: update docs for mems_allowed
` [RFC PATCH v3 6/8] drivers/cxl/core/region: add private_region
` [RFC PATCH v3 7/8] mm/zswap: compressed ram direct integration
` [RFC PATCH v3 8/8] drivers/cxl: add zswap private_region type

[PATCHv2 0/2] sched/deadline: Fix potential race in dl_add_task_root_domain()
 2026-01-08 12:02 UTC  (5+ messages)

[PATCH] mm: optimize stat output for 11% sys time reduce
 2026-01-08  9:36 UTC 

[PATCH 00/33 v6] cpuset/isolation: Honour kthreads preferred affinity
 2026-01-08  8:43 UTC  (39+ messages)
` [PATCH 01/33] PCI: Prepare to protect against concurrent isolated cpuset change
` [PATCH 02/33] cpu: Revert "cpu/hotplug: Prevent self deadlock on CPU hot-unplug"
` [PATCH 03/33] memcg: Prepare to protect against concurrent isolated cpuset change
` [PATCH 04/33] mm: vmstat: "
` [PATCH 05/33] sched/isolation: Save boot defined domain flags
` [PATCH 06/33] cpuset: Convert boot_hk_cpus to use HK_TYPE_DOMAIN_BOOT
` [PATCH 07/33] driver core: cpu: Convert /sys/devices/system/cpu/isolated "
` [PATCH 08/33] net: Keep ignoring isolated cpuset change
` [PATCH 09/33] block: Protect against concurrent "
` [PATCH 10/33] timers/migration: Prevent from lockdep false positive warning
` [PATCH 11/33] cpu: Provide lockdep check for CPU hotplug lock write-held
` [PATCH 12/33] cpuset: Provide lockdep check for cpuset lock held
` [PATCH 13/33] sched/isolation: Convert housekeeping cpumasks to rcu pointers
` [PATCH 14/33] cpuset: Update HK_TYPE_DOMAIN cpumask from cpuset
` [PATCH 15/33] sched/isolation: Flush memcg workqueues on cpuset isolated partition change
` [PATCH 16/33] sched/isolation: Flush vmstat "
` [PATCH 17/33] PCI: Flush PCI probe workqueue "
` [PATCH 18/33] cpuset: Propagate cpuset isolation update to workqueue through housekeeping
` [PATCH 19/33] cpuset: Propagate cpuset isolation update to timers "
` [PATCH 20/33] timers/migration: Remove superfluous cpuset isolation test
` [PATCH 21/33] cpuset: Remove cpuset_cpu_is_isolated()
` [PATCH 22/33] sched/isolation: Remove HK_TYPE_TICK test from cpu_is_isolated()
` [PATCH 23/33] PCI: Remove superfluous HK_TYPE_WQ check
` [PATCH 24/33] kthread: Refine naming of affinity related fields
` [PATCH 25/33] kthread: Include unbound kthreads in the managed affinity list
` [PATCH 26/33] kthread: Include kthreadd to "
` [PATCH 27/33] kthread: Rely on HK_TYPE_DOMAIN for preferred affinity management
` [PATCH 28/33] sched: Switch the fallback task allowed cpumask to HK_TYPE_DOMAIN
` [PATCH 29/33] sched/arm64: Move fallback task "
` [PATCH 30/33] kthread: Honour kthreads preferred affinity after cpuset changes
` [PATCH 31/33] kthread: Comment on the purpose and placement of kthread_affine_node() call
` [PATCH 32/33] kthread: Document kthread_affine_preferred()
` [PATCH 33/33] doc: Add housekeeping documentation

[PATCH 8/8] memcg: rename mem_cgroup_ino() to mem_cgroup_id()
 2026-01-08  5:02 UTC  (2+ messages)

[PATCH 8/8] memcg: rename mem_cgroup_ino() to mem_cgroup_id()
 2026-01-08  4:59 UTC  (2+ messages)

[PATCH v2 0/2] fix demotion targets checks in reclaim/demotion
 2026-01-08  3:32 UTC  (22+ messages)
` [PATCH v3] mm/vmscan: "
  ` [PATCH v4] "
    ` [PATCH v5] "
      ` [PATCH v6] "
        ` [PATCH v7 0/2] "
          ` [PATCH v7 1/2] "
          ` [PATCH v7 2/2] mm/vmscan: select the closest preferred node in demote_folio_list()

[PATCH v2] cgroup: Eliminate cgrp_ancestor_storage in cgroup_root
 2026-01-08  1:14 UTC  (2+ messages)

[PATCH AUTOSEL 6.18-5.10] block,bfq: fix aux stat accumulation destination
 2026-01-07 15:53 UTC 

[PATCH 0/8] memcg: separate private and public ID namespaces
 2026-01-06 18:50 UTC  (3+ messages)

[PATCH 0/4] Use __counted_by for ancestor arrays
 2026-01-06 18:03 UTC  (9+ messages)
` [PATCH 1/4] cgroup: Eliminate cgrp_ancestor_storage in cgroup_root
` [PATCH 3/4] cgroup: Use __counted_by for cgroup::ancestors

[PATCH v2 00/28] Eliminate Dying Memory Cgroup
 2026-01-06 16:51 UTC  (38+ messages)
` [PATCH v2 13/28] mm: migrate: prevent memory cgroup release in folio_migrate_mapping()
` [PATCH v2 27/28] mm: memcontrol: eliminate the problem of dying memory cgroup for LRU folios

[PATCH v2] mm/memcg: scale memory.high penalty based on refault recency
 2026-01-06  3:14 UTC  (4+ messages)

[PATCH -next v2 0/7] mm/mglru: remove memcg lru
 2026-01-05 12:21 UTC  (3+ messages)

[PATCH RESEND -next 00/21] cpuset: rework local partition logic
 2026-01-05  6:21 UTC  (4+ messages)

[RFC PATCH v2 0/3] Memory Controller eBPF support
 2026-01-04  9:30 UTC  (4+ messages)

[PATCH 00/33 v5] cpuset/isolation: Honour kthreads preferred affinity
 2025-12-31 17:35 UTC  (25+ messages)
` [PATCH 01/33] PCI: Prepare to protect against concurrent isolated cpuset change
` [PATCH 05/33] sched/isolation: Save boot defined domain flags
` [PATCH 09/33] block: Protect against concurrent isolated cpuset change
` [PATCH 14/33] cpuset: Update HK_TYPE_DOMAIN cpumask from cpuset
` [PATCH 17/33] PCI: Flush PCI probe workqueue on cpuset isolated partition change
` [PATCH 19/33] cpuset: Propagate cpuset isolation update to timers through housekeeping
` [PATCH 33/33] doc: Add housekeeping documentation

[PATCH V4 0/8] mm/slab: reduce slab accounting memory overhead by allocating slabobj_ext metadata within unsed slab space
 2025-12-30  8:54 UTC  (7+ messages)
` [PATCH V4 8/8] mm/slab: place slabobj_ext metadata in unused space within s->size


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