messages from 2026-03-13 12:53:05 to 2026-03-23 20:28:30 UTC [more...]
[PATCH cgroup/for-7.0-fixes] selftests/cgroup: Don't test populated synchrony against task exit
2026-03-23 20:28 UTC
[PATCH v5 00/21] Virtual Swap Space
2026-03-23 20:05 UTC (28+ messages)
` [PATCH v5 01/21] mm/swap: decouple swap cache from physical swap infrastructure
` [PATCH v5 02/21] swap: rearrange the swap header file
` [PATCH v5 03/21] mm: swap: add an abstract API for locking out swapoff
` [PATCH v5 04/21] zswap: add new helpers for zswap entry operations
` [PATCH v5 05/21] mm/swap: add a new function to check if a swap entry is in swap cached
` [PATCH v5 06/21] mm: swap: add a separate type for physical swap slots
` [PATCH v5 07/21] mm: create scaffolds for the new virtual swap implementation
` [PATCH v5 08/21] zswap: prepare zswap for swap virtualization
` [PATCH v5 09/21] mm: swap: allocate a virtual swap slot for each swapped out page
` [PATCH v5 10/21] swap: move swap cache to virtual swap descriptor
` [PATCH v5 11/21] zswap: move zswap entry management to the "
` [PATCH v5 12/21] swap: implement the swap_cgroup API using virtual swap
` [PATCH v5 13/21] swap: manage swap entry lifecycle at the virtual swap layer
` [PATCH v5 14/21] mm: swap: decouple virtual swap slot from backing store
` [PATCH v5 15/21] zswap: do not start zswap shrinker if there is no physical swap slots
` [PATCH v5 16/21] swap: do not unnecesarily pin readahead swap entries
` [PATCH v5 17/21] swapfile: remove zeromap bitmap
` [PATCH v5 18/21] memcg: swap: only charge physical swap slots
` [PATCH v5 19/21] swap: simplify swapoff using virtual swap
` [PATCH v5 20/21] swapfile: replace the swap map with bitmaps
` [PATCH v5 21/21] vswap: batch contiguous vswap free calls
[PATCH v2] cgroup: Wait for dying tasks to leave on rmdir
2026-03-23 20:02 UTC
[PATCH] cgroup: Wait for dying tasks to leave on rmdir
2026-03-23 19:55 UTC (3+ messages)
[PATCH v2 0/3] cgroup/dmem: allow atomic irrestrictive writes to dmem.max
2026-03-23 17:37 UTC (7+ messages)
` [PATCH v2 1/3] cgroup/dmem: remove region parameter from dmemcg_parse_limit
` [PATCH v2 2/3] cgroup/dmem: accept a single region when writing to attributes
` [PATCH v2 3/3] cgroup/dmem: allow max to be set below current usage
[PATCH v6 00/33] Eliminate Dying Memory Cgroup
2026-03-23 13:29 UTC (9+ messages)
` [PATCH v6 26/33] mm: vmscan: prepare for reparenting MGLRU folios
` [PATCH v6 30/33] mm: memcontrol: prepare for reparenting non-hierarchical stats
[PATCH v2 0/7] selftests: memcg: Fix test_memcontrol test failures with large page sizes
2026-03-23 12:47 UTC (15+ messages)
` [PATCH v2 1/7] memcg: Scale up vmstats flush threshold with int_sqrt(nr_cpus+2)
` [PATCH v2 2/7] memcg: Scale down MEMCG_CHARGE_BATCH with increase in PAGE_SIZE
` [PATCH v2 3/7] selftests: memcg: Iterate pages based on the actual page size
` [PATCH v2 4/7] selftests: memcg: Increase error tolerance in accordance with "
` [PATCH v2 5/7] selftests: memcg: Reduce the expected swap.peak with larger "
` [PATCH v2 6/7] selftests: memcg: Don't call reclaim_until() if already in target
` [PATCH v2 7/7] selftests: memcg: Treat failure for zeroing sock in test_memcg_sock as XFAIL
[PATCH v3 0/7] blk-cgroup: fix races related to blkg_list iteration
2026-03-23 8:11 UTC (2+ messages)
[linus:master] [cgroup] a72f73c4dd: kernel-selftests.cgroup.test_stress.sh.test_cgcore_destroy.fail
2026-03-22 13:48 UTC
[tj-cgroup:for-next] BUILD SUCCESS f886983d16e433e4e69fbb67e1676cb76ba1046f
2026-03-22 10:46 UTC
[tj-cgroup:for-7.1] [cgroup] 4616120fca: stress-ng.mremap.ops_per_sec 48.3% improvement
2026-03-22 10:45 UTC
[tj-cgroup:for-7.1] BUILD SUCCESS 6675af9c1a3251ff95ef1290f9317ba0e83ce99d
2026-03-22 8:21 UTC
[PATCH 0/3] mm/memcontrol: control demotion in memcg reclaim
2026-03-21 4:04 UTC (18+ messages)
` [PATCH 1/3] mm/memcontrol: fix reclaim_options leak in try_charge_memcg()
` [PATCH 2/3] mm/memcontrol: disable demotion in memcg direct reclaim
` [PATCH v2] mm/memcontrol: fix reclaim_options leak in try_charge_memcg()
` [PATCH v3] "
` [PATCH v4] "
` [PATCH 3/3] mm/vmscan: add demote= option to proactive reclaim
[PATCH 0/7] selftests: memcg: Fix test_memcontrol test failures with large page sizes
2026-03-20 20:26 UTC (16+ messages)
` [PATCH 1/7] memcg: Scale up vmstats flush threshold with log2(nums_possible_cpus)
` [PATCH 2/7] memcg: Scale down MEMCG_CHARGE_BATCH with increase in PAGE_SIZE
` [PATCH 3/7] selftests: memcg: Iterate pages based on the actual page size
` [PATCH 4/7] selftests: memcg: Increase error tolerance in accordance with "
` [PATCH 5/7] selftests: memcg: Reduce the expected swap.peak with larger "
` [PATCH 6/7] selftests: memcg: Don't call reclaim_until() if already in target
` [PATCH 7/7] selftests: memcg: Treat failure for zeroing sock in test_memcg_sock as XFAIL
[PATCH mm-unstable v2] mm/memcontrol: batch memcg charging in __memcg_slab_post_alloc_hook
2026-03-20 2:07 UTC
[PATCH v4 00/21] Virtual Swap Space
2026-03-19 23:27 UTC (30+ messages)
` [PATCH v4 01/21] mm/swap: decouple swap cache from physical swap infrastructure
` [PATCH v4 02/21] swap: rearrange the swap header file
` [PATCH v4 03/21] mm: swap: add an abstract API for locking out swapoff
` [PATCH v4 04/21] zswap: add new helpers for zswap entry operations
` [PATCH v4 05/21] mm/swap: add a new function to check if a swap entry is in swap cached
` [PATCH v4 06/21] mm: swap: add a separate type for physical swap slots
` [PATCH v4 07/21] mm: create scaffolds for the new virtual swap implementation
` [PATCH v4 08/21] zswap: prepare zswap for swap virtualization
` [PATCH v4 09/21] mm: swap: allocate a virtual swap slot for each swapped out page
` [PATCH v4 10/21] swap: move swap cache to virtual swap descriptor
` [PATCH v4 11/21] zswap: move zswap entry management to the "
` [PATCH v4 12/21] swap: implement the swap_cgroup API using virtual swap
` [PATCH v4 13/21] swap: manage swap entry lifecycle at the virtual swap layer
` [PATCH v4 14/21] mm: swap: decouple virtual swap slot from backing store
` [PATCH v4 15/21] zswap: do not start zswap shrinker if there is no physical swap slots
` [PATCH v4 16/21] swap: do not unnecesarily pin readahead swap entries
` [PATCH v4 17/21] swapfile: remove zeromap bitmap
` [PATCH v4 18/21] memcg: swap: only charge physical swap slots
` [PATCH v4 19/21] swap: simplify swapoff using virtual swap
` [PATCH v4 20/21] swapfile: replace the swap map with bitmaps
` [PATCH v4 21/21] vswap: batch contiguous vswap free calls
` [syzbot ci] Re: Virtual Swap Space
[LSF/MM/BPF TOPIC][RFC PATCH v4 00/27] Private Memory Nodes (w/ Compressed RAM)
2026-03-19 15:09 UTC (8+ messages)
[PATCH] cgroup/dmem: return error when failing to set dmem.max
2026-03-19 9:40 UTC (4+ messages)
[PATCH] mm: add memory.compact_unevictable_allowed cgroup attribute
2026-03-19 8:35 UTC (14+ messages)
[BUG] cgroups/cpusets: Spurious CPU-hotplug failures
2026-03-18 19:29 UTC (4+ messages)
[PATCH] blk-iocost: do not lower busy_level when no IOs are completed
2026-03-18 16:33 UTC
[RFC][PATCH 0/8] sched: Flatten the pick
2026-03-18 9:32 UTC (12+ messages)
` [RFC][PATCH 1/8] sched/debug: Collapse subsequent CONFIG_SCHED_CLASS_EXT sections
` [RFC][PATCH 2/8] sched/fair: Add cgroup_mode switch
` [RFC][PATCH 3/8] sched/fair: Add cgroup_mode: UP
` [RFC][PATCH 4/8] sched/fair: Add cgroup_mode: MAX
` [RFC][PATCH 5/8] sched/fair: Add cgroup_mode: CONCUR
` [RFC][PATCH 6/8] sched/fair: Add newidle balance to pick_task_fair()
` [RFC][PATCH 7/8] sched: Remove sched_class::pick_next_task()
` [RFC][PATCH 8/8] sched/eevdf: Move to a single runqueue
[PATCH 08/11] mm/memcontrol: Track MEMCG_ZSWAPPED in bytes
2026-03-17 19:13 UTC (2+ messages)
[PATCH v2] mm/mempolicy: track page allocations per mempolicy
2026-03-17 17:55 UTC (14+ messages)
[PATCH v3] mm/mempolicy: track user-defined mempolicy allocations
2026-03-17 5:06 UTC
[PATCH v6 0/6] cgroup/dmem,drm/ttm: Improve protection in contended cases
2026-03-16 9:31 UTC (14+ messages)
` [PATCH v6 2/6] cgroup,cgroup/dmem: Add (dmem_)cgroup_common_ancestor helper
` [PATCH v6 4/6] drm/ttm: Split cgroup charge and resource allocation
` [PATCH v6 5/6] drm/ttm: Be more aggressive when allocating below protection limit
` [PATCH v6 6/6] drm/ttm: Use common ancestor of evictor and evictee as limit pool
[PATCH mm-unstable] mm/memcontrol: batch memcg charging in __memcg_slab_post_alloc_hook
2026-03-16 8:48 UTC
[PATCH] cgroup: Move cgroup_task_dead() to task_struct clean up
2026-03-16 8:06 UTC (5+ messages)
[GIT PULL] cgroup: Fixes for v7.0-rc3
2026-03-13 22:15 UTC (2+ messages)
[PATCH 07/11] mm/zsmalloc, zswap: Handle objcg charging and lifetime in zsmalloc
2026-03-13 16:49 UTC (3+ messages)
[PATCH] cgroup/cpuset: Replace use of system_unbound_wq with system_dfl_wq
2026-03-13 16:13 UTC (3+ messages)
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