messages from 2026-01-15 00:52:55 to 2026-01-25 22:48:34 UTC [more...]
[PATCH 00/33 v7] cpuset/isolation: Honour kthreads preferred affinity
2026-01-25 22:45 UTC (21+ messages)
` [PATCH 01/33] PCI: Prepare to protect against concurrent isolated cpuset change
` [PATCH 02/33] cpu: Revert "cpu/hotplug: Prevent self deadlock on CPU hot-unplug"
` [PATCH 03/33] memcg: Prepare to protect against concurrent isolated cpuset change
` [PATCH 04/33] mm: vmstat: "
` [PATCH 05/33] sched/isolation: Save boot defined domain flags
` [PATCH 06/33] cpuset: Convert boot_hk_cpus to use HK_TYPE_DOMAIN_BOOT
` [PATCH 07/33] driver core: cpu: Convert /sys/devices/system/cpu/isolated "
` [PATCH 08/33] net: Keep ignoring isolated cpuset change
` [PATCH 09/33] block: Protect against concurrent "
` [PATCH 10/33] timers/migration: Prevent from lockdep false positive warning
` [PATCH 11/33] cpu: Provide lockdep check for CPU hotplug lock write-held
` [PATCH 12/33] cpuset: Provide lockdep check for cpuset lock held
` [PATCH 13/33] sched/isolation: Convert housekeeping cpumasks to rcu pointers
` [PATCH 14/33] cpuset: Update HK_TYPE_DOMAIN cpumask from cpuset
` [PATCH 15/33] sched/isolation: Flush memcg workqueues on cpuset isolated partition change
` [PATCH 16/33] sched/isolation: Flush vmstat "
` [PATCH 17/33] PCI: Flush PCI probe workqueue "
` [PATCH 18/33] cpuset: Propagate cpuset isolation update to workqueue through housekeeping
` [PATCH 19/33] cpuset: Propagate cpuset isolation update to timers "
` [PATCH 20/33] timers/migration: Remove superfluous cpuset isolation test
[RFC PATCH bpf-next v3 00/12] mm: memcontrol: Add BPF hooks for memory controller
2026-01-23 20:47 UTC (21+ messages)
` [RFC PATCH bpf-next v3 01/12] bpf: move bpf_struct_ops_link into bpf.h
` [RFC PATCH bpf-next v3 02/12] bpf: initial support for attaching struct ops to cgroups
` [RFC PATCH bpf-next v3 03/12] bpf: mark struct oom_control's memcg field as TRUSTED_OR_NULL
` [RFC PATCH bpf-next v3 04/12] mm: define mem_cgroup_get_from_ino() outside of CONFIG_SHRINKER_DEBUG
` [RFC PATCH bpf-next v3 05/12] libbpf: introduce bpf_map__attach_struct_ops_opts()
` [RFC PATCH bpf-next v3 06/12] bpf: Pass flags in bpf_link_create for struct_ops
` [RFC PATCH bpf-next v3 07/12] libbpf: Support passing user-defined flags "
` [RFC PATCH bpf-next v3 08/12] mm: memcontrol: Add BPF struct_ops for memory controller
` [RFC PATCH bpf-next v3 09/12] selftests/bpf: Add tests for memcg_bpf_ops
` [RFC PATCH bpf-next v3 10/12] mm/bpf: Add BPF_F_ALLOW_OVERRIDE support "
` [RFC PATCH bpf-next v3 11/12] selftests/bpf: Add test for memcg_bpf_ops hierarchies
` [RFC PATCH bpf-next v3 12/12] samples/bpf: Add memcg priority control example
[PATCH v2] mm: optimize stat output for 11% sys time reduce
2026-01-23 15:06 UTC (10+ messages)
` [PATCH v3] "
` [PATCH v4 0/1] mm: memcg: optimize stat output to reduce printf overhead
` [PATCH v4 1/1] mm: optimize stat output for 11% sys time reduce
[PATCH -next] sched/isolation: Use static_branch_enable_cpuslocked() on housekeeping_update
2026-01-23 2:37 UTC (6+ messages)
[PATCH 23/33] PCI: Remove superfluous HK_TYPE_WQ check
2026-01-22 16:15 UTC (2+ messages)
[PATCH 17/33] PCI: Flush PCI probe workqueue on cpuset isolated partition change
2026-01-22 16:14 UTC (2+ messages)
[PATCH 01/33] PCI: Prepare to protect against concurrent isolated cpuset change
2026-01-22 16:14 UTC (2+ messages)
[tj-cgroup:for-6.20] BUILD SUCCESS 0ff6402de70b3233b4df09df9e5072088a993148
2026-01-22 15:00 UTC
[tj-cgroup:for-next] BUILD SUCCESS 5a821777cae1bc3273b366a8e4cfa6ef8058b433
2026-01-22 14:59 UTC
[PATCH 00/33 v6] cpuset/isolation: Honour kthreads preferred affinity
2026-01-22 14:25 UTC (10+ messages)
` [PATCH 14/33] cpuset: Update HK_TYPE_DOMAIN cpumask from cpuset
` [PATCH 29/33] sched/arm64: Move fallback task cpumask to HK_TYPE_DOMAIN
[PATCH v2] cgroup: avoid css_set_lock in cgroup_css_set_fork()
2026-01-22 11:29 UTC
[PATCH] cgroup: avoid css_set_lock in cgroup_css_set_fork()
2026-01-22 10:29 UTC (3+ messages)
[PATCH v3 00/30] Eliminate Dying Memory Cgroup
2026-01-22 9:13 UTC (78+ messages)
` [PATCH v3 04/30] mm: vmscan: prepare for the refactoring the move_folios_to_lru()
` [PATCH v3 05/30] mm: vmscan: refactor move_folios_to_lru()
` [PATCH v3 07/30] mm: memcontrol: return root object cgroup for root memory cgroup
` [PATCH v3 08/30] mm: memcontrol: prevent memory cgroup release in get_mem_cgroup_from_folio()
` [PATCH v3 14/30] mm: mglru: prevent memory cgroup release in mglru
` [PATCH v3 17/30] mm: thp: prevent memory cgroup release in folio_split_queue_lock{_irqsave}()
` [PATCH v3 18/30] mm: zswap: prevent memory cgroup release in zswap_compress()
` [PATCH v3 19/30] mm: workingset: prevent lruvec release in workingset_refault()
` [PATCH v3 23/30] mm: do not open-code lruvec lock
` [PATCH v3 24/30] mm: memcontrol: prepare for reparenting LRU pages for "
` [PATCH v3 25/30] mm: vmscan: prepare for reparenting traditional LRU folios
` [PATCH v3 26/30] mm: vmscan: prepare for reparenting MGLRU folios
` [PATCH v3 26/30 fix] mm: mglru: do not call update_lru_size() during reparenting
` [PATCH v3 27/30] mm: memcontrol: refactor memcg_reparent_objcgs()
` [PATCH v3 28/30] mm: memcontrol: prepare for reparenting state_local
` [PATCH v3 28/30 fix 1/2] mm: memcontrol: fix lruvec_stats->state_local reparenting
` [PATCH v3 28/30 fix 2/2] mm: memcontrol: change state_locals to atomic_long_t type
[RFC PATCH -next 0/7] Introduce heat-level memcg reclaim
2026-01-22 2:32 UTC (12+ messages)
` [RFC PATCH -next 1/7] vmscan: add memcg heat level for reclaim
` [RFC PATCH -next 2/7] mm/mglru: make calls to flush_reclaim_state() similar for MGLRU and non-MGLRU
` [RFC PATCH -next 3/7] mm/mglru: rename should_abort_scan to lru_gen_should_abort_scan
` [RFC PATCH -next 4/7] mm/mglru: extend lru_gen_shrink_lruvec to support root reclaim
` [RFC PATCH -next 5/7] mm/mglru: combine shrink_many into shrink_node_memcgs
` [RFC PATCH -next 6/7] mm/mglru: remove memcg disable handling from lru_gen_shrink_node
` [RFC PATCH -next 7/7] mm/mglru: remove memcg lru
[RFC PATCH 0/3] mm/lru_gen: add memory.lru_gen interface for cgroup v2
2026-01-22 1:30 UTC (6+ messages)
` [RFC PATCH 1/3] mm/lru_gen: refactor to extract helper functions
` [RFC PATCH 2/3] mm/lru_gen: add memory.lru_gen interface for cgroup v2
` [RFC PATCH 3/3] docs/cgroup: document memory.lru_gen interface
[PATCH cgroup/for-6.20] cgroup: Remove stale cpu.rt.max reference from documentation
2026-01-22 0:31 UTC
[syzbot] [cgroups?] [mm?] WARNING in memcg1_swapout
2026-01-21 17:01 UTC (9+ messages)
[PATCH] docs: Fix blk-iolatency peer throttling description
2026-01-20 13:37 UTC (2+ messages)
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2026-01-20 2:15 UTC (7+ messages)
` [RFC PATCH v1 01/37] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [RFC PATCH v1 05/37] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
` [RFC PATCH v1 09/37] KVM: guest_memfd: Skip LRU for guest_memfd folios
[GIT PULL] Another cgroup fix for v6.19-rc5
2026-01-19 13:53 UTC (2+ messages)
[tj-cgroup:for-6.19-fixes] BUILD SUCCESS 84697bf5532923f70ac99ea9784fab325c560df0
2026-01-16 20:22 UTC
[tj-cgroup:for-next] BUILD SUCCESS 02cf958f1e0a85c09abb80380cfe25a7549e0f75
2026-01-16 20:19 UTC
[PATCH] kernel: cgroup: Add LGPL-2.1 SPDX license ID to legacy_freezer.c
2026-01-16 8:05 UTC (2+ messages)
[PATCH] kernel: cgroup: Add SPDX-License-Identifier lines
2026-01-16 8:05 UTC (2+ messages)
[PATCH 0/3] nodemask: align nodes_and{,not} with underlying bitmap ops
2026-01-16 7:59 UTC (10+ messages)
` [PATCH 1/3] nodemask: propagate boolean for nodes_and{,not}
` [PATCH 2/3] mm: use nodes_and() return value to simplify client code
` [PATCH 3/3] cgroup: use nodes_and() output where appropriate
[PATCH] MAINTAINERS: Add Chen Ridong as cpuset reviewer
2026-01-16 7:57 UTC (2+ messages)
[PATCH v9 0/2] mm/vmscan: fix demotion targets checks in reclaim/demotion
2026-01-16 7:00 UTC (3+ messages)
[RFC PATCH v3 0/8] mm,numa: N_PRIVATE node isolation for device-managed memory
2026-01-15 22:09 UTC (13+ messages)
` [RFC PATCH v3 7/8] mm/zswap: compressed ram direct integration
[PATCH] cgroup/rstat: fix missing prototype warning for bpf_rstat_flush()
2026-01-15 18:45 UTC (2+ messages)
[PATCH 00/12] sched: Cleanup the change-pattern and related locking
2026-01-15 13:56 UTC (14+ messages)
` [PATCH 05/12] sched: Move sched_class::prio_changed() into the change pattern
[PATCH v2 0/3] blk-cgroup: cleanup and bugfixs in blk-cgroup
2026-01-15 9:39 UTC (11+ messages)
` [PATCH v2 1/3] blk-cgroup: fix race between policy activation and blkg destruction
` [PATCH v2 2/3] blk-cgroup: skip dying blkg in blkcg_activate_policy()
[syzbot ci] Re: Eliminate Dying Memory Cgroup
2026-01-15 3:47 UTC (2+ 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