public inbox for cgroups@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-13 07:44:59 to 2026-04-21 07:20:39 UTC [more...]

[PATCH v2 0/4] cgroup: dmem: add selftest helper, coverage, and VM runner
 2026-04-21  7:19 UTC  (5+ messages)
` [PATCH v2 1/4] cgroup: Add dmem_selftest module
` [PATCH v2 2/4] selftests: cgroup: Add dmem selftest coverage
` [PATCH v2 3/4] selftests: cgroup: Add vmtest-dmem runner based on hid vmtest
` [PATCH v2 4/4] selftests: cgroup: handle vmtest-dmem -b to test locally built kernel

[PATCH v3 00/12] mm, swap: swap table phase IV: unify allocation and reduce static metadata
 2026-04-21  6:16 UTC  (13+ messages)
` [PATCH v3 01/12] mm, swap: simplify swap cache allocation helper
` [PATCH v3 02/12] mm, swap: move common swap cache operations into standalone helpers
` [PATCH v3 03/12] mm/huge_memory: move THP gfp limit helper into header
` [PATCH v3 04/12] mm, swap: add support for stable large allocation in swap cache directly
` [PATCH v3 05/12] mm, swap: unify large folio allocation
` [PATCH v3 06/12] mm/memcg, swap: tidy up cgroup v1 memsw swap helpers
` [PATCH v3 07/12] mm, swap: support flexible batch freeing of slots in different memcgs
` [PATCH v3 08/12] mm, swap: delay and unify memcg lookup and charging for swapin
` [PATCH v3 09/12] mm, swap: consolidate cluster allocation helpers
` [PATCH v3 10/12] mm/memcg, swap: store cgroup id in cluster table directly
` [PATCH v3 11/12] mm/memcg: remove no longer used swap cgroup array
` [PATCH v3 12/12] mm, swap: merge zeromap into swap table

[PATCH v6 0/4] mm/swap, memcg: Introduce swap tiers for cgroup based swap control
 2026-04-21  5:53 UTC  (5+ messages)
` [PATCH v6 1/4] mm: swap: introduce swap tier infrastructure
` [PATCH v6 2/4] mm: swap: associate swap devices with tiers
` [PATCH v6 3/4] mm: memcontrol: add interfaces for swap tier selection
` [PATCH v6 4/4] mm: swap: filter swap allocation by memcg tier mask

[PATCH-next 00/23] cgroup/cpuset: Enable runtime update of nohz_full and managed_irq CPUs
 2026-04-21  3:03 UTC  (24+ messages)
` [PATCH 01/23] sched/isolation: Add HK_TYPE_KERNEL_NOISE_BOOT & HK_TYPE_MANAGED_IRQ_BOOT
` [PATCH 02/23] sched/isolation: Enhance housekeeping_update() to support updating more than one HK cpumask
` [PATCH 03/23] tick/nohz: Make nohz_full parameter optional
` [PATCH 04/23] tick/nohz: Allow runtime changes in full dynticks CPUs
` [PATCH 05/23] tick: Pass timer tick job to an online HK CPU in tick_cpu_dying()
` [PATCH 06/23] rcu/nocbs: Allow runtime changes in RCU NOCBS cpumask
` [PATCH 07/23] watchdog: Sync up with runtime change of isolated CPUs
` [PATCH 08/23] arm64: topology: Use RCU to protect access to HK_TYPE_TICK cpumask
` [PATCH 09/23] workqueue: Use RCU to protect access of HK_TYPE_TIMER cpumask
` [PATCH 10/23] cpu: "
` [PATCH 11/23] hrtimer: "
` [PATCH 12/23] net: Use boot time housekeeping cpumask settings for now
` [PATCH 13/23] sched/core: Use RCU to protect access of HK_TYPE_KERNEL_NOISE cpumask
` [PATCH 14/23] hwmon/coretemp: Use RCU to protect access of HK_TYPE_MISC cpumask
` [PATCH 15/23] Drivers: hv: Use RCU to protect access of HK_TYPE_MANAGED_IRQ cpumask
` [PATCH 16/23] genirq/cpuhotplug: "
` [PATCH 17/23] sched/isolation: Extend housekeeping_dereference_check() to cover changes in nohz_full or manged_irqs cpumasks
` [PATCH 18/23] cpu/hotplug: Add a new cpuhp_offline_cb() API
` [PATCH 19/23] cgroup/cpuset: Improve check for calling housekeeping_update()
` [PATCH 20/23] cgroup/cpuset: Enable runtime update of HK_TYPE_{KERNEL_NOISE,MANAGED_IRQ} cpumasks
` [PATCH 21/23] cgroup/cpuset: Limit the side effect of using CPU hotplug on isolated partition
` [PATCH 22/23] cgroup/cpuset: Prevent offline_disabled CPUs from being used in "
` [PATCH 23/23] cgroup/cpuset: Documentation and kselftest updates

[PATCH v3 0/2] cgroup/cpuset: Fix v1 task migration failure from empty cpuset
 2026-04-20 17:44 UTC  (4+ messages)
` [PATCH v3 2/2] cgroup/cpuset: Skip security check for hotplug induced v1 task migration

[PATCH v2 0/3] cgroup/dmem: allow atomic irrestrictive writes to dmem.max
 2026-04-20 16:20 UTC  (7+ messages)

[PATCH v3] cgroup/dmem: allow max to be set below current usage
 2026-04-20 16:16 UTC  (3+ messages)

[PATCH v5 00/21] Virtual Swap Space
 2026-04-20 16:02 UTC  (18+ messages)

[PATCH AUTOSEL 7.0-6.6] blk-iocost: fix busy_level reset when no IOs complete
 2026-04-20 13:18 UTC 

[PATCH] cgroup/cpuset: Skip cpuset_top_mutex for cpuset.mems writes
 2026-04-20 13:15 UTC  (5+ messages)

[PATCH 0/2] cgroup/cpuset: fix DL rollback accounting and add a selftest
 2026-04-20  7:58 UTC  (12+ messages)
` [PATCH 1/2] cgroup/cpuset: record DL BW alloc CPU for attach rollback
` [PATCH 2/2] selftests/sched_ext: add cpuset DL rollback test

[PATCH] cgroup/rdma: fix strncmp prefix match in parse_resource()
 2026-04-20  4:52 UTC  (6+ messages)
      ` [PATCH v2] cgroup/rdma: refactor resource parsing with match_table_t/match_token()

[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
 2026-04-20  2:56 UTC  (16+ messages)

[PATCH v2 00/11] mm, swap: swap table phase IV: unify allocation and reduce static metadata
 2026-04-19 15:55 UTC  (18+ messages)
` [PATCH v2 01/11] mm, swap: simplify swap cache allocation helper
` [PATCH v2 02/11] mm, swap: move common swap cache operations into standalone helpers
` [PATCH v2 03/11] mm/huge_memory: move THP gfp limit helper into header
` [PATCH v2 04/11] mm, swap: add support for stable large allocation in swap cache directly
` [PATCH v2 05/11] mm, swap: unify large folio allocation
` [PATCH v2 06/11] mm/memcg, swap: tidy up cgroup v1 memsw swap helpers
` [PATCH v2 07/11] mm, swap: support flexible batch freeing of slots in different memcg
` [PATCH v2 08/11] mm/swap: delay and unify memcg lookup and charging for swapin
` [PATCH v2 09/11] mm/memcg, swap: store cgroup id in cluster table directly
` [PATCH v2 10/11] mm/memcg: remove no longer used swap cgroup array
` [PATCH v2 11/11] mm, swap: merge zeromap into swap table

[PATCH] cgroup/rdma: fix integer overflow in rdmacg_try_charge()
 2026-04-17 17:37 UTC  (3+ messages)

[PATCH v2] sched/psi: fix race between file release and pressure write
 2026-04-17 17:37 UTC  (7+ messages)
` [PATCH v4] "
      ` [PATCH v5] "

[tj-cgroup:test-merge-for-7.1] BUILD SUCCESS e3538ca09b059069ef9969f31142c909fe2707d9
 2026-04-16 21:16 UTC 

[GIT PULL] cgroup changes for v7.1
 2026-04-15 18:12 UTC  (2+ messages)

[PATCH] mm/memcontrol: restore irq wrapper for lruvec_stat_mod_folio()
 2026-04-15 16:22 UTC  (4+ messages)

[PATCH v2] mm/percpu, memcontrol: Per-memcg-lruvec percpu accounting
 2026-04-15 14:33 UTC  (4+ messages)

[PATCH 0/2] kselftests: cgroup: fix test_kmem false failures
 2026-04-15 11:03 UTC  (5+ messages)
` [PATCH 1/2] kselftests: cgroup: update kmem test tolerance for multi-memcg stock
` [PATCH 2/2] kselftests: cgroup: account for slab memory in test_percpu_basic

[PATCH v2 00/12] Dynamic Housekeeping Management (DHM) via CPUSets
 2026-04-15 10:50 UTC  (21+ messages)
` [PATCH v2 01/12] sched/isolation: Separate housekeeping types in enum hk_type
` [PATCH v2 02/12] sched/isolation: Introduce housekeeping notifier infrastructure
` [PATCH v2 03/12] rcu: Support runtime NOCB initialization and dynamic offloading
` [PATCH v2 04/12] tick/nohz: Transition to dynamic full dynticks state management
` [PATCH v2 05/12] genirq: Support dynamic migration for managed interrupts
` [PATCH v2 07/12] sched/core: Dynamically update scheduler domain housekeeping mask
` [PATCH v2 08/12] workqueue, mm: Support dynamic housekeeping mask updates
` [PATCH v2 09/12] cgroup/cpuset: Introduce CPUSet-driven dynamic housekeeping (DHM)
` [PATCH v2 10/12] cgroup/cpuset: Implement SMT-aware grouping and safety guards
` [PATCH v2 11/12] Documentation: cgroup-v2: Document dynamic housekeeping (DHM)
` [PATCH v2 12/12] selftests: cgroup: Add functional tests for dynamic housekeeping

[syzbot] [mm?] [cgroups?] WARNING: bad unlock balance in lruvec_stat_mod_folio
 2026-04-15  2:22 UTC  (5+ messages)

[PATCH RFC 0/2] mm, swap: fix swapin race that causes inaccurate memcg accounting
 2026-04-14  3:26 UTC  (3+ messages)

[PATCH] mm: blk-cgroup: fix use-after-free in cgwb_release_workfn()
 2026-04-13 19:41 UTC  (4+ messages)

[PATCH 0/8 RFC] mm/memcontrol, page_counter: move stock from mem_cgroup to page_counter
 2026-04-13 15:28 UTC  (3+ messages)

[PATCH v6 0/8] selftests/cgroup: improve zswap tests robustness and support large page sizes
 2026-04-13  8:46 UTC  (4+ messages)
` [PATCH v6 6/8] selftest/cgroup: fix zswap test_no_invasive_cgroup_shrink on large pagesize system


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