Linux cgroups development
 help / color / mirror / Atom feed
 messages from 2026-07-16 13:23:41 to 2026-07-21 03:03:38 UTC [more...]

[PATCH v2] block/blk-iolatency: fix always-zero cur_stat mean on non-SSD
 2026-07-21  3:03 UTC 

[PATCH v3 00/13] Fix bugs on HugeTLB folio allocation failure paths
 2026-07-21  0:25 UTC  (14+ messages)
` [PATCH v3 01/13] mm: hugetlb: Track used_hpages when getting/putting pages from subpool
` [PATCH v3 02/13] mm: hugetlb: Return -ENOSPC on memcg charge failure
` [PATCH v3 03/13] mm: hugetlb: Use try-commit-cancel protocol for memcg charge of folios
` [PATCH v3 04/13] mm: hugetlb: Remove unused mem_cgroup_charge_hugetlb function
` [PATCH v3 05/13] mm: hugetlb: Fix subpool usage leak on allocation failure
` [PATCH v3 06/13] WIP: mm: hugetlb: Move subpool functions to hugetlb_subpool.c
` [PATCH v3 07/13] WIP: fs: hugetlbfs: Refactor subpool getters and integrate with hugetlb_subpool API
` [PATCH v3 08/13] WIP: mm: hugetlb: Make struct hugepage_subpool private to hugetlb_subpool.c
` [PATCH v3 09/13] WIP: tools: testing: Add userspace unit tests for HugeTLB subpools
` [PATCH v3 10/13] WIP: Reproducer for allocation failure due to cgroup v2 memory limits
` [PATCH v3 11/13] WIP: Reproducer for subpool usage leak
` [PATCH v3 12/13] WIP: Reproducer for false restoration on shared HugeTLB mappings
` [PATCH v3 13/13] WIP: Reproducer for out_put_pages subpool reserve leakage

[PATCH] block/blk-stat: fix mean loss when re-summing aggregated stats
 2026-07-21  2:36 UTC  (3+ messages)

[PATCH RFC 00/12] mm/slab, alloc_tag: reduce obj_ext memory waste
 2026-07-21  2:00 UTC  (24+ messages)
` [PATCH RFC 01/12] mm/slab: skip kfence objects in allocation profiling
` [PATCH RFC 05/12] mm/slab: abstract slabobj_ext.objcg access
` [PATCH RFC 08/12] mm/slab: change struct slabobj_ext to a union
` [PATCH RFC 09/12] mm/slab: introduce slab_obj_ext_has_codetag()
` [PATCH RFC 12/12] mm/slab: stop allocating objcg pointers when unnecessary

[PATCH] cgroup/cpu: document cpu.stat nice_usec and core_sched.force_idle_usec
 2026-07-21  1:43 UTC  (7+ messages)

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-07-20 20:05 UTC  (37+ messages)
` [PATCH v5 01/36] mm: refactor find_next_best_node to find_next_best_node_in
` [PATCH v5 02/36] mm/page_alloc: refactor build_node_zonelist() out of build_zonelists()
` [PATCH v5 03/36] mm/page_alloc: let the bulk and folio allocators carry alloc_flags
` [PATCH v5 04/36] numa: introduce N_MEMORY_PRIVATE
` [PATCH v5 05/36] mm: add ZONELIST_PRIVATE(_NOFALLBACK) for N_MEMORY_PRIVATE nodes
` [PATCH v5 06/36] cpuset: exclude private nodes from cpuset.mems (default-open)
` [PATCH v5 07/36] mm/memory_hotplug: disallow migration-driven private node hotunplug
` [PATCH v5 08/36] mm/mempolicy: skip private node folios when queueing for migration
` [PATCH v5 09/36] mm/migrate: disallow userland driven migration for private nodes
` [PATCH v5 10/36] mm/madvise: disallow madvise operations on private node folios
` [PATCH v5 11/36] mm/compaction: disallow compaction on private nodes
` [PATCH v5 12/36] mm/page_alloc: clear private node watermarks and system reserves
` [PATCH v5 13/36] mm/mempolicy: disallow NUMA Balancing prot_none on private nodes
` [PATCH v5 14/36] mm/damon: skip private node memory in DAMON migration and pageout
` [PATCH v5 15/36] mm/ksm: skip KSM for managed-memory folios
` [PATCH v5 16/36] mm/khugepaged: skip private node folios when trying to collapse
` [PATCH v5 17/36] mm/vmscan: disallow reclaim of private node memory
` [PATCH v5 18/36] mm/gup: disallow longterm pin of private node folios
` [PATCH v5 19/36] proc: include N_MEMORY_PRIVATE nodes in numa_maps output
` [PATCH v5 20/36] mm/memcontrol: account private-node memory in per-node stats
` [PATCH v5 21/36] proc/kcore: include private-node RAM in the kcore RAM map
` [PATCH v5 22/36] mm/mempolicy: add MPOL_F_PRIVATE and zonelist selection
` [PATCH v5 23/36] mm/mempolicy: apply policy at the kernel zone for private-node binds
` [PATCH v5 24/36] mm/mempolicy: add in-kernel MPOL_BIND interfaces for drivers/services
` [PATCH v5 25/36] mm/memory_hotplug: support N_MEMORY_PRIVATE node hotplug
` [PATCH v5 26/36] mm: add NODE_PRIVATE_CAP_RECLAIM for opted-in private node reclaim
` [PATCH v5 27/36] mm: add NODE_PRIVATE_CAP_USER_NUMA for userland numa controls
` [PATCH v5 28/36] mm: add NODE_PRIVATE_CAP_HOTUNPLUG for opted-in private nodes
` [PATCH v5 29/36] mm: add NODE_PRIVATE_CAP_DEMOTION for private-node tiering demotion
` [PATCH v5 30/36] mm: add NODE_PRIVATE_CAP_NUMA_BALANCING for private-node NUMA balancing
` [PATCH v5 31/36] mm: add NODE_PRIVATE_CAP_LTPIN for private node folio pinning
` [PATCH v5 32/36] mm/khugepaged: base private node collapse eligiblity on actor/cap bits
` [PATCH v5 33/36] Documentation/mm: describe private (N_MEMORY_PRIVATE) memory nodes
` [PATCH v5 34/36] mm/mempolicy: add mpol_set_shared_policy_range()
` [PATCH v5 35/36] KVM: guest_memfd: bind backing memory to a NUMA node at creation

[PATCH v10 0/6] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
 2026-07-20 18:27 UTC  (9+ messages)

[PATCH v3 0/2] mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance cost
 2026-07-20 17:02 UTC  (5+ messages)
` [PATCH v3 1/2] mm/vmstat, mm/memcontrol: add _monotonic vmstat readers
` [PATCH v3 2/2] mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance cost

[PATCH v4 0/2] mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance cost
 2026-07-20 16:41 UTC  (3+ messages)
` [PATCH v4 1/2] mm/vmstat, mm/memcontrol: add _monotonic vmstat readers
` [PATCH v4 2/2] mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance cost

[PATCH-cgroup/for-7.3] selftests/cgroup: Fix minor defects in test_cpuset
 2026-07-20 15:40 UTC  (5+ messages)

[PATCH v2 00/13] mm/slab, alloc_tag: reduce obj_ext memory waste
 2026-07-20 14:16 UTC  (14+ messages)
` [PATCH v2 01/13] mm/slab: skip kfence objects in allocation profiling
` [PATCH v2 02/13] mm/slub: skip handle_failed_objexts_alloc() with profiling disabled
` [PATCH v2 03/13] mm/slab: remove objs_per_slab()
` [PATCH v2 04/13] mm: move struct slabobj_ext to mm/slab.h
` [PATCH v2 05/13] mm/slab: make slab_obj_ext() determine object index
` [PATCH v2 06/13] mm/slab: abstract slabobj_ext.objcg access
` [PATCH v2 07/13] mm/slab: abstract slabobj_ext.ref access
` [PATCH v2 08/13] mm/slab: replace slab.stride with obj_exts_in_object
` [PATCH v2 09/13] mm/slab: change struct slabobj_ext to a union
` [PATCH v2 10/13] mm/slab: introduce slab_obj_ext_has_codetag()
` [PATCH v2 11/13] mm/slab: reduce slabobj_ext memory with allocation profiling disabled
` [PATCH v2 12/13] mm/slab: add cache_ and slab_needs_objcg() helpers
` [PATCH v2 13/13] mm/slab: stop allocating objcg pointers when unnecessary

[PATCH] block/blk-stat: fix use-after-free on callback timer teardown
 2026-07-20 13:36 UTC 

[PATCH v3] cgroup/cpu: document cpu.stat.local and clarify cpu.stat behavior
 2026-07-20 13:16 UTC  (3+ messages)
` PING "

[PATCH v2] fs: push nr_cached_objects memcg gating into individual filesystems
 2026-07-20 10:42 UTC  (2+ messages)

[PATCH 0/4] block: drain per-cpu latency stats over possible CPUs
 2026-07-20  9:37 UTC  (5+ messages)
` [PATCH 1/4] block/blk-stat: drain per-cpu callback "
` [PATCH 2/4] block/blk-iolatency: account per-cpu latency "
` [PATCH 3/4] block/blk-iocost: collect "
` [PATCH 4/4] block/kyber-iosched: flush per-cpu latency buckets "

[PATCHSET sched_ext/for-7.3] sched_ext: Cgroup migration and op delivery for sub-schedulers
 2026-07-20  7:43 UTC  (14+ messages)
` [PATCH 1/8] cgroup: Add cgroup_task_notifier and task migration events
` [PATCH 2/8] sched_ext: Factor out scx_rehome_task() and scx_punt_task()
` [PATCH 3/8] sched_ext: Relocate scx_cgroup_enabled
` [PATCH 4/8] sched_ext: Re-home tasks on cgroup migration
` [PATCH 5/8] sched_ext: Deliver cgroup ops to each task_group's sched
` [PATCH 6/8] sched_ext: Hand over cgroups at sub-scheduler enable/disable
` [PATCH 7/8] tools/sched_ext: scx_qmap - Consume cgroup weights through set_weight
` [PATCH 8/8] tools/sched_ext: scx_qmap - Add init fault injection modes

[PATCH v4] security: Expand task_setscheduler LSM hook
 2026-07-20  1:41 UTC 

[PATCH 2/5] Documentation: admin-guide: fix trailing whitespace in cgroup-v2.rst
 2026-07-19 17:21 UTC  (8+ messages)
    ` [PATCH v3] "

[PATCH 6.12.y 0/2] sched/psi: fix race in pressure_write (CVE-2026-52991)
 2026-07-19 15:00 UTC  (4+ messages)

[PATCH v3] Documentation: add SPDX license identifiers to RST files
 2026-07-19  5:26 UTC  (2+ messages)

[PATCH 2/5] Documentation: admin-guide: fix trailing whitespace in cgroup-v2.rst
 2026-07-18 14:40 UTC 

[PATCH v3] Docs/admin-guide/cgroup-v2: document io.latency rotational vs non-rotational behavior
 2026-07-18  2:07 UTC 

[PATCH v3 0/4] mm/page_alloc: couple of followups for recent cleanups
 2026-07-17 22:02 UTC  (7+ messages)
` [PATCH v3 2/4] cgroup/cpuset: update some comments about the page allocator

[RFC PATCH v1 00/17] blk-cgroup: protect blkgs with blkcg_mutex
 2026-07-17 19:12 UTC  (3+ messages)
` [RFC PATCH v1 01/17] nvme-multipath: retarget failedover bios from requeue work

[PATCH v2 0/2] blk-iolatency: fix io.latency documentation accuracy
 2026-07-17 17:23 UTC  (7+ messages)
` [PATCH v2 1/2] Docs/admin-guide/cgroup-v2: document io.latency rotational vs non-rotational behavior
` [PATCH v2 2/2] Docs/admin-guide/cgroup-v2: fix delay_nsec unit in io.latency doc

[PATCH] selftests/cgroup: Remove redundant cg_enter_current() call in test_core
 2026-07-17 17:23 UTC  (5+ messages)

[RFC PATCH v3 0/4] mm: avoid large folio splits when swap is unavailable
 2026-07-17 12:25 UTC  (5+ messages)
` [RFC PATCH v3 1/4] mm: add page_counter_margin()
` [RFC PATCH v3 2/4] mm: distinguish large folio swap allocation failures
` [RFC PATCH v3 3/4] mm/vmscan: avoid pointless large folio splits without swap
` [RFC PATCH v3 4/4] mm/shmem: split large folios only on -E2BIG

[PATCH] blk-throttle: remove dead field last_check_time from throtl_grp
 2026-07-17 11:25 UTC  (2+ messages)

[PATCH v2] mm: memcg: initialize *locked in memcg1_oom_prepare() stub
 2026-07-17 10:52 UTC  (3+ messages)

[PATCH] blk-cgroup: remove unused blk_queue_for_each_rl stub
 2026-07-17 10:20 UTC 

[PATCH v2] blk-iolatency: use guard(spinlock_irqsave)() in iolatency_clear_scaling()
 2026-07-17  7:34 UTC 

[PATCH] blk-iolatency: use spin_lock_irqsave() in iolatency_clear_scaling()
 2026-07-17  5:44 UTC  (3+ messages)

[PATCH 0/2] blk-iolatency: fix io.latency documentation accuracy
 2026-07-17  4:28 UTC  (3+ messages)
` [PATCH 1/2] Docs/admin-guide/cgroup-v2: document io.latency rotational vs non-rotational behavior
` [PATCH 2/2] Docs/admin-guide/cgroup-v2: fix delay_nsec unit in io.latency doc

[PATCH rdma-next v3 00/14] RDMA: Make device names unique per net namespace
 2026-07-17  4:22 UTC  (12+ messages)
` [PATCH rdma-next v3 05/14] RDMA/nldev: Allow setting the device name while changing "
` [PATCH rdma-next v3 06/14] net/smc: Look up the pnetid ib device within the "
` [PATCH rdma-next v3 07/14] RDMA/srp: Make the SRP sysfs class net namespace aware
` [PATCH rdma-next v3 08/14] RDMA/cgroup: Disambiguate devices across net namespaces
` [PATCH rdma-next v3 09/14] RDMA/cma: Document that CM configfs cannot be net namespace scoped
` [PATCH rdma-next v3 10/14] RDMA/core: Document the SELinux ibendport net namespace limitation
` [PATCH rdma-next v3 11/14] RDMA/core: Make device names unique per net namespace
` [PATCH rdma-next v3 12/14] RDMA/rxe: Allow queue VMAs to outlive ucontexts
` [PATCH rdma-next v3 13/14] RDMA/rxe: Implement disassociate_ucontext callback
` [PATCH rdma-next v3 14/14] RDMA/selftests: Add rxe_netns_names test

[PATCH v2 0/2] mm: fix node reclaim swappiness handling
 2026-07-17  2:27 UTC  (7+ messages)
` [PATCH v2 2/2] mm: vmscan: fix node reclaim ignoring swappiness parameter

[PATCH-next v3 0/3] cgroup/cpuset: Support multiple destination cpusets for cpuset_*attach()
 2026-07-16 19:47 UTC  (5+ messages)

[RFC PATCH 0/9 v2] mm/memcontrol: Make memory cgroup limits tier-aware
 2026-07-16 17:33 UTC  (7+ messages)

[PATCH] blk-cgroup: avoid 32-bit overflow in root io.stat byte accounting
 2026-07-16 17:17 UTC  (2+ messages)

[PATCH] blk-throttle: fix divide-by-zero on legacy iops limit of 0
 2026-07-16 15:12 UTC  (7+ messages)

[PATCH] mm: memcg: initialize *locked in memcg1_oom_prepare() stub
 2026-07-16 13:40 UTC  (3+ messages)


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