Linux cgroups development
 help / color / mirror / Atom feed
 messages from 2026-06-09 04:34:14 to 2026-06-11 20:57:30 UTC [more...]

[PATCH v3 0/7] sched: Flatten the pick
 2026-06-11 20:57 UTC  (8+ messages)
` [PATCH v3 3/7] sched/fair: Add cgroup_mode: max

[PATCH v6 0/6] [PATCH v6 0/6] Add reclaim to the dmem cgroup controller
 2026-06-11 19:41 UTC  (8+ messages)
` [PATCH v6 1/6] drm/amdgpu: Fix init ordering in amdgpu_vram_mgr_init()
` [PATCH v6 2/6] cgroup/dmem: Introduce struct dmem_cgroup_init for region initialization
` [PATCH v6 3/6] cgroup/dmem: Add reclaim callback for lowering max below current usage
` [PATCH v6 4/6] drm/ttm: Hook up a cgroup-aware reclaim callback for the dmem controller
` [PATCH v6 5/6] drm/xe: Wire up dmem cgroup reclaim for VRAM manager
` [PATCH v6 6/6] drm/amdgpu: "

[PATCH v3 2/4] mm/zswap: Implement proactive writeback
 2026-06-11 19:12 UTC  (13+ messages)

[PATCH v3 1/4] mm/zswap: Make shrink_worker writeback cursor per-memcg
 2026-06-11 17:39 UTC  (11+ messages)

[PATCH 1/1] cgroup: rdma: free idle pools during cgroup teardown
 2026-06-11 17:29 UTC  (3+ messages)

[Kernel Bug] INFO: rcu detected stall in count_memcg_event_mm
 2026-06-11 17:21 UTC  (2+ messages)

[PATCH v2 00/16] mm/slab: introduce alloc_flags and slab_alloc_context
 2026-06-11 16:37 UTC  (31+ messages)
` [PATCH v2 01/16] mm/slab: do not limit zeroing to orig_size when only red zoning is enabled
` [PATCH v2 02/16] mm/slab: do not init any kfence objects on allocation
` [PATCH v2 03/16] mm/slab: stop inlining __slab_alloc_node()
` [PATCH v2 04/16] mm/slab: introduce slab_alloc_context
` [PATCH v2 05/16] mm/slab: introduce alloc_flags and SLAB_ALLOC_TRYLOCK
` [PATCH v2 06/16] mm/slab: add alloc_flags to slab_alloc_context
` [PATCH v2 07/16] mm/slab: replace struct partial_context with slab_alloc_context
` [PATCH v2 08/16] mm/slab: pass alloc_flags to new slab allocation
` [PATCH v2 09/16] mm/slab: pass alloc_flags through slab_post_alloc_hook() chain
` [PATCH v2 10/16] mm/slab: replace slab_alloc_node() parameters with slab_alloc_context
` [PATCH v2 11/16] mm/slab: allow kmem_cache_alloc_bulk() with any gfp flags
` [PATCH v2 12/16] mm/slab: pass slab_alloc_context to __do_kmalloc_node()
` [PATCH v2 13/16] mm/slab: allow __GFP_NOMEMALLOC and __GFP_NOWARN for kmalloc_nolock()
` [PATCH v2 14/16] mm/slab: introduce kmalloc_flags()
` [PATCH v2 15/16] mm/slab: remove __GFP_NO_OBJ_EXT usage from alloc_slab_obj_exts()
` [PATCH v2 16/16] mm/slab: replace __GFP_NO_OBJ_EXT with SLAB_ALLOC_NO_RECURSE for sheaves

[PATCH v5 0/6] [PATCH v5 0/6] Add reclaim to the dmem cgroup controller
 2026-06-11 14:22 UTC  (7+ messages)
` [PATCH v5 1/6] drm/amdgpu: Fix init ordering in amdgpu_vram_mgr_init()
` [PATCH v5 2/6] cgroup/dmem: Introduce struct dmem_cgroup_init for region initialization
` [PATCH v5 3/6] cgroup/dmem: Add reclaim callback for lowering max below current usage
` [PATCH v5 4/6] drm/ttm: Hook up a cgroup-aware reclaim callback for the dmem controller
` [PATCH v5 5/6] drm/xe: Wire up dmem cgroup reclaim for VRAM manager
` [PATCH v5 6/6] drm/amdgpu: "

[PATCH v2 00/10] sched: Flatten the pick
 2026-06-11 11:32 UTC  (4+ messages)
` [PATCH v2 08/10] sched/fair: Add newidle balance to pick_task_fair()

[RFC PATCH v6 00/25] Hierarchical Constant Bandwidth Server
 2026-06-11  8:42 UTC  (6+ messages)
` [RFC PATCH v6 12/25] sched/rt: Add {alloc/unregister/free}_rt_sched_group

[PATCH] cgroup/cpuset: Support multiple source/destination cpusets using pids pattern
 2026-06-11  6:17 UTC  (4+ messages)

[PATCH] mm: don't allow empty relative nodemask in mpol_relative_nodemask()
 2026-06-11  2:50 UTC  (5+ messages)
` [PATCH] cgroup/cpuset: rebind mm mempolicy to effective_mems, not mems_allowed

[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
 2026-06-10 23:53 UTC  (19+ messages)

[PATCH RFC 00/15] mm/slab: introduce alloc_flags and slab_alloc_context
 2026-06-10 15:04 UTC  (26+ messages)
` [PATCH RFC 01/15] mm/slab: always zero only requested size on alloc
` [PATCH RFC 02/15] mm/slab: stop inlining __slab_alloc_node()
` [PATCH RFC 03/15] mm/slab: introduce slab_alloc_context
` [PATCH RFC 04/15] mm/slab: introduce alloc_flags and SLAB_ALLOC_TRYLOCK
` [PATCH RFC 05/15] mm/slab: add alloc_flags to slab_alloc_context
` [PATCH RFC 06/15] mm/slab: replace struct partial_context with slab_alloc_context
` [PATCH RFC 07/15] mm/slab: pass alloc_flags to new slab allocation
` [PATCH RFC 08/15] mm/slab: pass alloc_flags through slab_post_alloc_hook() chain
` [PATCH RFC 09/15] mm/slab: replace slab_alloc_node() parameters with slab_alloc_context
` [PATCH RFC 10/15] mm/slab: allow kmem_cache_alloc_bulk() with any gfp flags
` [PATCH RFC 11/15] mm/slab: pass slab_alloc_context to __do_kmalloc_node()
` [PATCH RFC 12/15] mm/slab: introduce kmalloc_flags()
` [PATCH RFC 13/15] mm/slab: remove __GFP_NO_OBJ_EXT usage from alloc_slab_obj_exts()
` [PATCH RFC 14/15] mm/slab: replace __GFP_NO_OBJ_EXT with SLAB_ALLOC_NO_RECURSE for sheaves
` [PATCH RFC 15/15] mm: remove the __GFP_NO_OBJ_EXT flag

[Kernel Bug] INFO: task hung in cgroup_drain_dying
 2026-06-10 13:27 UTC  (4+ messages)

[PATCH] mm: constify oom_control, scan_control, and alloc_context nodemask
 2026-06-10  1:48 UTC  (12+ messages)

[PATCH] mm: memcontrol-v1: use nofail allocations for soft limit trees
 2026-06-10  1:30 UTC  (3+ messages)

[syzbot] [cgroups?] [mm?] WARNING in hrtick_start_fair
 2026-06-09 23:04 UTC 

[PATCH 0/5] blk-cgroup: fix blkg list and policy data races
 2026-06-09 15:15 UTC  (2+ messages)

[PATCH v5 9/9] mm: switch deferred split shrinker to list_lru
 2026-06-09  8:02 UTC  (4+ messages)


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