messages from 2025-04-23 22:17:17 to 2025-05-01 07:01:25 UTC [more...]
[PATCH v3] sched/numa: add statistics of numa balance task migration
2025-05-01 7:00 UTC (2+ messages)
[PATCH v4 0/5] cgroup: separate rstat trees
2025-04-30 23:43 UTC (11+ messages)
` [PATCH v4 2/5] cgroup: add helper for checking when css is cgroup::self
` [PATCH v4 3/5] cgroup: change rstat function signatures from cgroup-based to css-based
` [PATCH v4 4/5] cgroup: use separate rstat trees for each subsystem
` [PATCH v4 5/5] cgroup: use subsystem-specific rstat locks to avoid contention
[PATCH v3 0/5] KVM: selftests: access_tracking_perf_test fixes for NUMA balancing and MGLRU
2025-04-30 21:41 UTC (11+ messages)
` [PATCH v3 4/5] KVM: selftests: Build and link selftests/cgroup/lib into KVM selftests
` [PATCH v3 5/5] KVM: selftests: access_tracking_perf_test: Use MGLRU for access tracking
[PATCH v1] cgroup/cpuset: remove kernfs active break
2025-04-30 18:33 UTC (4+ messages)
[PATCH] memcg: multi-memcg percpu charge cache
2025-04-30 15:32 UTC (17+ messages)
[PATCH 0/4] memcg: decouple memcg and objcg stocks
2025-04-30 15:11 UTC (12+ messages)
` [PATCH 1/4] memcg: simplify consume_stock
` [PATCH 2/4] memcg: separate local_trylock for memcg and obj
` [PATCH 3/4] memcg: completely decouple memcg and obj stocks
` [PATCH 4/4] memcg: no irq disable for memcg stock lock
[PATCH rfc 00/12] mm: BPF OOM
2025-04-30 14:53 UTC (31+ messages)
` [PATCH rfc 01/12] mm: introduce a bpf hook for OOM handling
` [PATCH rfc 02/12] bpf: mark struct oom_control's memcg field as TRUSTED_OR_NULL
` [PATCH rfc 03/12] bpf: treat fmodret tracing program's arguments as trusted
` [PATCH rfc 04/12] mm: introduce bpf_oom_kill_process() bpf kfunc
` [PATCH rfc 05/12] mm: introduce bpf kfuncs to deal with memcg pointers
` [PATCH rfc 06/12] mm: introduce bpf_get_root_mem_cgroup() bpf kfunc
` [PATCH rfc 07/12] bpf: selftests: introduce read_cgroup_file() helper
` [PATCH rfc 08/12] bpf: selftests: bpf OOM handler test
` [PATCH rfc 09/12] sched: psi: bpf hook to handle psi events
` [PATCH rfc 10/12] mm: introduce bpf_out_of_memory() bpf kfunc
` [PATCH rfc 11/12] bpf: selftests: introduce open_cgroup_file() helper
` [PATCH rfc 12/12] bpf: selftests: psi handler test
[PATCH RFC 00/28] Eliminate Dying Memory Cgroup
2025-04-30 14:49 UTC (10+ messages)
` [PATCH RFC 07/28] mm: thp: use folio_batch to handle THP splitting in deferred_split_scan()
` [PATCH RFC 08/28] mm: vmscan: refactor move_folios_to_lru()
[RFC PATCH 0/3] cgroup: nmi safe css_rstat_updated
2025-04-30 13:14 UTC (10+ messages)
` [RFC PATCH 1/3] llist: add list_add_iff_not_on_list()
` [RFC PATCH 1/3] llist: add list_add_iff_not_on_list()g
` [RFC PATCH 2/3] cgroup: support to enable nmi-safe css_rstat_updated
` [RFC PATCH 3/3] cgroup: make css_rstat_updated nmi safe
` [OFFLIST PATCH 1/2] cgroup: use separate rstat trees for each subsystem
` [OFFLIST PATCH 2/2] cgroup: use subsystem-specific rstat locks to avoid contention
[syzbot] [cgroups?] [mm?] INFO: rcu detected stall in shmem_fault (6)
2025-04-30 13:02 UTC (3+ messages)
` [syzbot] [mm] "
[bug report] memcg: multi-memcg percpu charge cache - fix 2
2025-04-30 8:25 UTC (2+ messages)
[PATCH AUTOSEL 5.4 3/3] cgroup: Fix compilation issue due to cgroup_mutex not being exported
2025-04-29 23:54 UTC
[PATCH AUTOSEL 5.10 3/3] cgroup: Fix compilation issue due to cgroup_mutex not being exported
2025-04-29 23:53 UTC
[PATCH AUTOSEL 5.15 4/7] cgroup: Fix compilation issue due to cgroup_mutex not being exported
2025-04-29 23:53 UTC
[PATCH AUTOSEL 6.1 04/10] cgroup: Fix compilation issue due to cgroup_mutex not being exported
2025-04-29 23:53 UTC
[PATCH AUTOSEL 6.6 12/21] cgroup: Fix compilation issue due to cgroup_mutex not being exported
2025-04-29 23:52 UTC
[PATCH AUTOSEL 6.12 18/37] cgroup: Fix compilation issue due to cgroup_mutex not being exported
2025-04-29 23:51 UTC
[RFC PATCH v2 00/18] Virtual Swap Space
2025-04-29 23:51 UTC (20+ messages)
` [RFC PATCH v2 01/18] swap: rearrange the swap header file
` [RFC PATCH v2 02/18] swapfile: rearrange functions
` [RFC PATCH v2 03/18] swapfile: rearrange freeing steps
` [RFC PATCH v2 04/18] mm: swap: add an abstract API for locking out swapoff
` [RFC PATCH v2 05/18] mm: swap: add a separate type for physical swap slots
` [RFC PATCH v2 06/18] mm: create scaffolds for the new virtual swap implementation
` [RFC PATCH v2 07/18] mm: swap: zswap: swap cache and zswap support for virtualized swap
` [RFC PATCH v2 08/18] mm: swap: allocate a virtual swap slot for each swapped out page
` [RFC PATCH v2 09/18] swap: implement the swap_cgroup API using virtual swap
` [RFC PATCH v2 10/18] swap: manage swap entry lifetime at the virtual swap layer
` [RFC PATCH v2 11/18] mm: swap: temporarily disable THP swapin and batched freeing swap
` [RFC PATCH v2 12/18] mm: swap: decouple virtual swap slot from backing store
` [RFC PATCH v2 13/18] zswap: do not start zswap shrinker if there is no physical swap slots
` [RFC PATCH v2 14/18] memcg: swap: only charge "
` [RFC PATCH v2 15/18] vswap: support THP swapin and batch free_swap_and_cache
` [RFC PATCH v2 16/18] swap: simplify swapoff using virtual swap
` [RFC PATCH v2 17/18] swapfile: move zeromap setup out of enable_swap_info
` [RFC PATCH v2 18/18] swapfile: remove zeromap in virtual swap implementation
[PATCH AUTOSEL 6.14 19/39] cgroup: Fix compilation issue due to cgroup_mutex not being exported
2025-04-29 23:49 UTC
next-20250428: warning mm page_counter.c page_counter_cancel page_counter_cancel
2025-04-29 14:59 UTC (2+ messages)
[PATCH v2] sched/numa: Add statistics of numa balance task migration and swap
2025-04-29 11:18 UTC (4+ messages)
[rfc] drm/ttm/memcg: simplest initial memcg/ttm integration
2025-04-29 7:29 UTC (5+ messages)
[syzbot] Monthly cgroups report (Apr 2025)
2025-04-28 7:54 UTC
[PATCH v3 0/3] Use kmem_cache for memcg alloc
2025-04-28 2:20 UTC (14+ messages)
` [PATCH v3 1/3] mm/memcg: move mem_cgroup_init() ahead of cgroup_init()
` [PATCH v3 2/3] mm/memcg: use kmem_cache when alloc memcg
` [PATCH v3 3/3] mm/memcg: use kmem_cache when alloc memcg pernode info
[PATCH-cgroup v2] cgroup/rstat: Improve cgroup_rstat_push_children() documentation
2025-04-25 19:45 UTC (2+ messages)
[tj-cgroup:for-6.16] BUILD SUCCESS f304da9134f8c245d198502ad681ffae63b5e29c
2025-04-25 19:07 UTC
[tj-cgroup:for-next] BUILD SUCCESS df04f578698d00d33c6b1666e541fdcd5cf5e34c
2025-04-25 19:03 UTC
cgroup null pointer dereference
2025-04-25 17:20 UTC (13+ messages)
[PATCH v2 0/3] Use kmem_cache for memcg alloc
2025-04-25 1:55 UTC (10+ messages)
` [PATCH v2 1/3] mm/memcg: use kmem_cache when alloc memcg
` [PATCH v2 2/3] mm/memcg: use kmem_cache when alloc memcg pernode info
` [PATCH v2 3/3] mm/memcg: introduce mem_cgroup_early_init
[PATCH] cgroup/rstat: Improve cgroup_rstat_push_children() documentation
2025-04-24 22:33 UTC
[PATCH v5 0/2] vmscan: enforce mems_effective during demotion
2025-04-24 20:28 UTC (3+ messages)
` [PATCH v5 1/2] cpuset: rename cpuset_node_allowed to cpuset_current_node_allowed
` [PATCH v5 2/2] vmscan,cgroup: apply mems_effective to reclaim
[PATCH v4 2/2] vmscan,cgroup: apply mems_effective to reclaim
2025-04-24 20:22 UTC (4+ messages)
` [PATCH v5 0/2] vmscan: enforce mems_effective during demotion
` [PATCH v5 1/2] cpuset: rename cpuset_node_allowed to cpuset_current_node_allowed
` [PATCH v5 2/2] vmscan,cgroup: apply mems_effective to reclaim
[PATCH] cgroup: fix goto ordering in cgroup_init()
2025-04-24 18:38 UTC (2+ messages)
don't autoload block drivers on stat (and cgroup configuration)
2025-04-24 13:35 UTC (3+ messages)
[PATCH v5 0/2] sched/numa: Skip VMA scanning on memory pinned to one NUMA node via cpuset.mems
2025-04-24 9:50 UTC (9+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] sched/numa: Add tracepoint that tracks the skipping of numa balancing due to cpuset memory pinning
[PATCH 0/2] Use kmem_cache for memcg alloc
2025-04-24 3:40 UTC (8+ messages)
` [PATCH 1/2] mm/memcg: use kmem_cache when alloc memcg
[PATCH v4 0/2] sched/numa: Skip VMA scanning on memory pinned to one NUMA node via cpuset.mem
2025-04-24 1:41 UTC (9+ messages)
` [PATCH v4 1/2] sched/numa: Skip VMA scanning on memory pinned to one NUMA node via cpuset.mems
` [PATCH v4 2/2] sched/numa: Add tracepoint that tracks the skipping of numa balancing due to cpuset memory pinning
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;
as well as URLs for NNTP newsgroup(s).