messages from 2026-06-11 20:57:30 to 2026-06-18 12:37:05 UTC [more...]
[PATCH v8 0/4] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
2026-06-18 12:36 UTC (10+ messages)
` [PATCH v8 1/4] mm: swap: introduce swap tier infrastructure
` [PATCH v8 2/4] mm: swap: associate swap devices with tiers
` [PATCH v8 3/4] mm: memcontrol: add interface for swap tier selection
` [PATCH v8 4/4] mm: swap: filter swap allocation by memcg tier mask
[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
2026-06-18 11:13 UTC (26+ messages)
` [Lsf-pc] "
[PATCH] cgroup/cpuset: rebind mm mempolicy to effective_mems, not mems_allowed
2026-06-18 8:41 UTC (15+ messages)
` [PATCH v2] "
[PATCH v3 00/15] mm/slab: introduce alloc_flags and slab_alloc_context
2026-06-18 8:23 UTC (39+ messages)
` [PATCH v3 01/15] mm/slab: do not init any kfence objects on allocation
` [PATCH v3 02/15] mm/slab: stop inlining __slab_alloc_node()
` [PATCH v3 03/15] mm/slab: introduce slab_alloc_context
` [PATCH v3 04/15] mm/slab: introduce alloc_flags and SLAB_ALLOC_NOLOCK
` [PATCH v3 05/15] mm/slab: replace struct partial_context with slab_alloc_context
` [PATCH v3 06/15] mm/slab: add alloc_flags to slab_alloc_context
` [PATCH v3 07/15] mm/slab: pass alloc_flags to new slab allocation
` [PATCH v3 08/15] mm/slab: pass alloc_flags through slab_post_alloc_hook() chain
` [PATCH v3 09/15] mm/slab: replace slab_alloc_node() parameters with slab_alloc_context
` [PATCH v3 10/15] mm/slab: allow kmem_cache_alloc_bulk() with any gfp flags
` [PATCH v3 11/15] mm/slab: pass slab_alloc_context to __do_kmalloc_node()
` [PATCH v3 12/15] mm/slab: allow __GFP_NOMEMALLOC and __GFP_NOWARN for kmalloc_nolock()
` [PATCH v3 13/15] mm/slab: introduce kmalloc_flags()
` [PATCH v3 14/15] mm/slab: remove __GFP_NO_OBJ_EXT usage from alloc_slab_obj_exts()
` [PATCH v3 15/15] mm/slab: replace __GFP_NO_OBJ_EXT with SLAB_ALLOC_NO_RECURSE for sheaves
[PATCH v3 00/13] Dynamic Housekeeping Management (DHM) via CPUSets
2026-06-18 3:11 UTC (14+ messages)
` [PATCH v3 01/13] sched/isolation: Replace notifier chain with explicit callback interface
` [PATCH v3 02/13] sched/isolation: Add housekeeping_update_types() for kernel-noise masks
` [PATCH v3 03/13] sched/isolation: RCU-protect all housekeeping cpumask readers
` [PATCH v3 04/13] sched/isolation: Fix RCU protection for runtime-mutable cpumask callers
` [PATCH v3 05/13] cpu/hotplug: Reserve CPUHP states for nohz_full and managed IRQ down-paths
` [PATCH v3 06/13] tick/nohz, context_tracking: Prepare for runtime nohz_full updates
` [PATCH v3 07/13] rcu/nocb: Add explicit housekeeping callback for runtime NOCB toggling
` [PATCH v3 08/13] genirq: Add explicit housekeeping callback for managed IRQ migration
` [PATCH v3 09/13] watchdog/lockup_detector: Register housekeeping callback for kernel-noise
` [PATCH v3 10/13] sched: Guard sched_tick_start/stop against uninitialized tick_work_cpu
` [PATCH v3 11/13] cgroup/cpuset: Extend isolated partition to trigger kernel-noise isolation
` [PATCH v3 12/13] docs: cgroup-v2: Document kernel-noise isolation via isolated partitions
` [PATCH v3 13/13] selftests/cgroup: Add kernel-noise isolation test to cpuset selftest
[PATCH v3 2/4] mm/zswap: Implement proactive writeback
2026-06-17 17:11 UTC (26+ messages)
` [swap tier discussion] "
[PATCH v2 00/16] mm/slab: introduce alloc_flags and slab_alloc_context
2026-06-17 14:39 UTC (70+ 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 v7 0/8] selftests/cgroup: improve zswap tests robustness and support large page sizes
2026-06-17 12:28 UTC (18+ messages)
` [PATCH v7 1/8] selftests/cgroup: skip test_zswap if zswap is globally disabled
` [PATCH v7 2/8] selftests/cgroup: avoid OOM in test_swapin_nozswap
` [PATCH v7 3/8] selftests/cgroup: use runtime page size for zswpin check
` [PATCH v7 4/8] selftests/cgroup: rename PAGE_SIZE to BUF_SIZE in cgroup_util
` [PATCH v7 5/8] selftests/cgroup: replace hardcoded page size values in test_zswap
` [PATCH v7 6/8] selftest/cgroup: fix zswap test_no_invasive_cgroup_shrink on large pagesize system
` [PATCH v7 7/8] selftest/cgroup: fix zswap attempt_writeback() on 64K "
` [PATCH v7 8/8] selftests/cgroup: test_zswap: wait for asynchronous writeback
[GIT PULL] cgroup changes for v7.2
2026-06-17 11:25 UTC (2+ messages)
[PATCH v3] security: Expand task_setscheduler LSM hook to include CPU affinity mask
2026-06-17 10:52 UTC (10+ messages)
[PATCH V3] blk-cgroup: defer blkcg css_put until blkg is unlinked from queue
2026-06-16 16:50 UTC (2+ messages)
[PATCH V2] blk-cgroup: defer blkcg css_put until blkg is unlinked from queue
2026-06-16 16:44 UTC (4+ messages)
[RFC PATCH v2 0/7] mm, swap: Virtual Swap Space (Swap Table Edition)
2026-06-16 12:15 UTC (13+ messages)
` [RFC PATCH v2 1/7] mm, swap: add virtual swap device infrastructure
` [RFC PATCH v2 2/7] mm, swap: support zswap and zeroswap as vswap backends
` [RFC PATCH v2 3/7] mm, swap: support physical swap as a vswap backend
` [RFC PATCH v2 4/7] mm, swap: only charge physical swap entries
` [RFC PATCH v2 5/7] mm, swap: add debugfs counters for vswap
` [RFC PATCH v2 6/7] mm, swap: defer memcg_table allocation on physical clusters
` [RFC PATCH v2 7/7] mm, swap: widen swap_info_struct max/pages to unsigned long
[RFC PATCH v6 00/25] Hierarchical Constant Bandwidth Server
2026-06-16 7:52 UTC (3+ messages)
[PATCH v6 0/6] [PATCH v6 0/6] Add reclaim to the dmem cgroup controller
2026-06-15 18:57 UTC (3+ messages)
[syzbot] [cgroups?] INFO: task hung in cgroup_subtree_control_write (2)
2026-06-15 8:05 UTC (2+ messages)
[PATCH v3 1/4] mm/zswap: Make shrink_worker writeback cursor per-memcg
2026-06-15 2:45 UTC (13+ messages)
[PATCH] blk-iocost: correct CONFIG_TRACEPOINTS macro name in comments
2026-06-13 22:54 UTC
[PATCH 1/1] mm/thp: clear deferred split shrinker bits when queues drain
2026-06-13 2:58 UTC (2+ messages)
[PATCH v3 0/7] sched: Flatten the pick
2026-06-12 2:29 UTC (6+ messages)
` [PATCH v3 3/7] sched/fair: Add cgroup_mode: max
[PATCH v2 00/10] sched: Flatten the pick
2026-06-12 2:19 UTC (5+ messages)
` [PATCH v2 08/10] sched/fair: Add newidle balance to pick_task_fair()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox