messages from 2025-10-24 16:41:55 to 2025-10-29 12:22:55 UTC [more...]
[PATCH v4 00/72] nstree: listns()
2025-10-29 12:20 UTC (28+ messages)
` [PATCH v4 01/72] libfs: allow to specify s_d_flags
` [PATCH v4 02/72] nsfs: use inode_just_drop()
` [PATCH v4 03/72] nsfs: raise DCACHE_DONTCACHE explicitly
` [PATCH v4 04/72] pidfs: "
` [PATCH v4 05/72] nsfs: raise SB_I_NODEV and SB_I_NOEXEC
` [PATCH v4 06/72] cgroup: add cgroup namespace to tree after owner is set
` [PATCH v4 07/72] nstree: simplify return
` [PATCH v4 08/72] ns: initialize ns_list_node for initial namespaces
` [PATCH v4 09/72] ns: add __ns_ref_read()
` [PATCH v4 10/72] ns: rename to exit_nsproxy_namespaces()
` [PATCH v4 11/72] ns: add active reference count
` [PATCH v4 12/72] ns: use anonymous struct to group list member
` [PATCH v4 13/72] nstree: introduce a unified tree
` [PATCH v4 14/72] nstree: allow lookup solely based on inode
` [PATCH v4 15/72] nstree: assign fixed ids to the initial namespaces
` [PATCH v4 16/72] nstree: maintain list of owned namespaces
` [PATCH v4 17/72] nstree: simplify rbtree comparison helpers
` [PATCH v4 18/72] nstree: add unified namespace list
` [PATCH v4 19/72] nstree: add listns()
` [PATCH v4 20/72] arch: hookup listns() system call
` [PATCH v4 21/72] nsfs: update tools header
` [PATCH v4 22/72] selftests/filesystems: remove CLONE_NEWPIDNS from setup_userns() helper
` [PATCH v4 23/72] selftests/namespaces: first active reference count tests
` [PATCH v4 24/72] selftests/namespaces: second "
` [PATCH v4 25/72] selftests/namespaces: third "
` [PATCH v4 26/72] selftests/namespaces: fourth "
` [PATCH v4 27/72] selftests/namespaces: fifth "
[PATCHv4 2/2] sched/deadline: Walk up cpuset hierarchy to decide root domain when hot-unplug
2025-10-29 11:18 UTC (3+ messages)
[REPORT] Possible circular locking dependency on 6.18-rc2 in blkg_conf_open_bdev_frozen+0x80/0xa0
2025-10-29 8:25 UTC (5+ messages)
[PATCH v1 00/26] Eliminate Dying Memory Cgroup
2025-10-29 8:05 UTC (33+ messages)
` [PATCH v1 01/26] mm: memcontrol: remove dead code of checking parent memory cgroup
` [PATCH v1 02/26] mm: workingset: use folio_lruvec() in workingset_refault()
` [PATCH v1 03/26] mm: rename unlock_page_lruvec_irq and its variants
` [PATCH v1 04/26] mm: vmscan: refactor move_folios_to_lru()
` [PATCH v1 05/26] mm: memcontrol: allocate object cgroup for non-kmem case
` [PATCH v1 06/26] mm: memcontrol: return root object cgroup for root memory cgroup
` [PATCH v1 07/26] mm: memcontrol: prevent memory cgroup release in get_mem_cgroup_from_folio()
` [PATCH v1 08/26] buffer: prevent memory cgroup release in folio_alloc_buffers()
` [PATCH v1 09/26] writeback: prevent memory cgroup release in writeback module
` [PATCH v1 10/26] mm: memcontrol: prevent memory cgroup release in count_memcg_folio_events()
` [PATCH v1 11/26] mm: page_io: prevent memory cgroup release in page_io module
` [PATCH v1 12/26] mm: migrate: prevent memory cgroup release in folio_migrate_mapping()
` [PATCH v1 13/26] mm: mglru: prevent memory cgroup release in mglru
` [PATCH v1 14/26] mm: memcontrol: prevent memory cgroup release in mem_cgroup_swap_full()
` [PATCH v1 15/26] mm: workingset: prevent memory cgroup release in lru_gen_eviction()
` [PATCH v1 16/26] mm: thp: prevent memory cgroup release in folio_split_queue_lock{_irqsave}()
` [PATCH v1 17/26] mm: workingset: prevent lruvec release in workingset_refault()
` [PATCH v1 18/26] mm: zswap: prevent lruvec release in zswap_folio_swapin()
` [PATCH v1 19/26] mm: swap: prevent lruvec release in swap module
` [PATCH v1 20/26] mm: workingset: prevent lruvec release in workingset_activation()
` [PATCH v1 21/26] mm: memcontrol: prepare for reparenting LRU pages for lruvec lock
` [PATCH v1 22/26] mm: vmscan: prepare for reparenting traditional LRU folios
` [PATCH v1 23/26] mm: vmscan: prepare for reparenting MGLRU folios
` [PATCH v1 24/26] mm: memcontrol: refactor memcg_reparent_objcgs()
` [PATCH v1 25/26] mm: memcontrol: eliminate the problem of dying memory cgroup for LRU folios
` [PATCH v1 26/26] mm: lru: add VM_WARN_ON_ONCE_FOLIO to lru maintenance helpers
` [syzbot ci] Re: Eliminate Dying Memory Cgroup
` "
[PATCH v3 00/70] nstree: listns()
2025-10-29 7:52 UTC (21+ messages)
` [PATCH v3 05/70] nsfs: raise SB_I_NODEV and SB_I_NOEXEC
` [PATCH v3 11/70] ns: add active reference count
` [PATCH v3 14/70] nstree: allow lookup solely based on inode
` [PATCH v3 17/70] nstree: add listns()
[PATCHSET cgroup/for-6.19] cgroup: Fix task exit ordering
2025-10-29 6:19 UTC (5+ messages)
` [PATCH 1/4] cgroup: Rename cgroup lifecycle hooks to cgroup_task_*()
` [PATCH 2/4] cgroup: Move dying_tasks cleanup from cgroup_task_release() to cgroup_task_free()
` [PATCH 3/4] cgroup: Defer task cgroup unlink until after the task is done switching out
` [PATCH 4/4] sched_ext: Fix cgroup exit ordering by moving sched_ext_free() to finish_task_switch()
[PATCH v2 00/23] mm: BPF OOM
2025-10-28 23:24 UTC (29+ messages)
` [PATCH v2 01/23] bpf: move bpf_struct_ops_link into bpf.h
` [PATCH v2 02/23] bpf: initial support for attaching struct ops to cgroups
` [PATCH v2 03/23] bpf: mark struct oom_control's memcg field as TRUSTED_OR_NULL
` [PATCH v2 04/23] mm: define mem_cgroup_get_from_ino() outside of CONFIG_SHRINKER_DEBUG
` [PATCH v2 05/23] mm: declare memcg_page_state_output() in memcontrol.h
` [PATCH v2 06/23] mm: introduce BPF struct ops for OOM handling
` [PATCH v2 07/23] mm: introduce bpf_oom_kill_process() bpf kfunc
` [PATCH v2 08/23] mm: introduce BPF kfuncs to deal with memcg pointers
` [PATCH v2 09/23] mm: introduce bpf_get_root_mem_cgroup() BPF kfunc
` [PATCH v2 10/23] mm: introduce BPF kfuncs to access memcg statistics and events
[PATCH v2 11/23] mm: introduce BPF kfunc to access memory events
2025-10-28 19:54 UTC (35+ messages)
` [PATCH v2 12/23] bpf: selftests: selftests for memcg stat kfuncs
` [PATCH v2 13/23] mm: introduce bpf_out_of_memory() BPF kfunc
` [PATCH v2 14/23] mm: allow specifying custom oom constraint for BPF triggers
` [PATCH v2 15/23] mm: introduce bpf_task_is_oom_victim() kfunc
` [PATCH v2 16/23] libbpf: introduce bpf_map__attach_struct_ops_opts()
` [PATCH v2 17/23] bpf: selftests: introduce read_cgroup_file() helper
` [PATCH v2 18/23] bpf: selftests: BPF OOM handler test
` [PATCH v2 19/23] sched: psi: refactor psi_trigger_create()
` [PATCH v2 20/23] sched: psi: implement bpf_psi struct ops
` [PATCH v2 21/23] sched: psi: implement bpf_psi_create_trigger() kfunc
` [PATCH v2 22/23] bpf: selftests: add config for psi
` [PATCH v2 23/23] bpf: selftests: PSI struct ops test
[tip:sched/core] [sched] b079d93796: WARNING:possible_recursive_locking_detected_migration_is_trying_to_acquire_lock:at:set_cpus_allowed_force_but_task_is_already_holding_lock:at:cpu_stopper_thread
2025-10-28 11:29 UTC (4+ messages)
[RFC PATCH 0/3] Introduce per-cgroup compression priority
2025-10-28 3:31 UTC (8+ messages)
` [RFC PATCH 1/3] mm/memcontrol: "
` [RFC PATCH 2/3] zram: Zram supports "
` [RFC PATCH 3/3] Doc: Update documentation for "
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2025-10-27 13:56 UTC (23+ messages)
` [RFC PATCH v1 01/37] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [RFC PATCH v1 07/37] KVM: Introduce KVM_SET_MEMORY_ATTRIBUTES2
` [RFC PATCH v1 08/37] KVM: guest_memfd: Don't set FGP_ACCESSED when getting folios
` [RFC PATCH v1 09/37] KVM: guest_memfd: Skip LRU for guest_memfd folios
` [RFC PATCH v1 16/37] KVM: selftests: Add support for mmap() on guest_memfd in core library
[PATCH RFC DRAFT 00/50] nstree: listns()
2025-10-27 10:49 UTC (4+ messages)
[PATCH] memcg: manually uninline __memcg_memory_event
2025-10-27 7:19 UTC (3+ messages)
[PATCH v2 0/5] cgroup/dmem,drm/ttm: Improve protection in contended cases
2025-10-26 12:56 UTC (4+ messages)
` [PATCH v2 4/5] drm/ttm: Be more aggressive when allocating below protection limit
[syzbot] [cgroups?] possible deadlock in cgroup_kn_lock_live
2025-10-26 1:13 UTC
[PATCH RFC v2 00/22] cpuset: rework local partition logic
2025-10-25 6:48 UTC (23+ messages)
` [PATCH RFC v2 01/22] cpuset: fix isolcpus stay in root when isolated partition changes to root
` [PATCH RFC v2 02/22] cpuset: add early empty cpumask check in partition_xcpus_add/del
` [PATCH RFC v2 03/22] cpuset: generalize validate_partition() interface
` [PATCH RFC v2 04/22] cpuset: introduce partition_enable()
` [PATCH RFC v2 05/22] cpuset: introduce partition_disable()
` [PATCH RFC v2 06/22] cpuset: introduce partition_update()
` [PATCH RFC v2 07/22] cpuset: use partition_enable() for remote partition enablement
` [PATCH RFC v2 08/22] cpuset: use partition_disable() for remote partition disablement
` [PATCH RFC v2 09/22] cpuset: use partition_update() for remote partition update
` [PATCH RFC v2 10/22] cpuset: introduce local_partition_enable()
` [PATCH RFC v2 11/22] cpuset: introduce local_partition_disable()
` [PATCH RFC v2 12/22] cpuset: introduce local_partition_invalidate()
` [PATCH RFC v2 13/22] cpuset: introduce local_partition_update()
` [PATCH RFC v2 14/22] cpuset: remove update_parent_effective_cpumask
` [PATCH RFC v2 15/22] cpuset: remove redundant partition field updates
` [PATCH RFC v2 16/22] cpuset: simplify partition update logic for hotplug tasks
` [PATCH RFC v2 17/22] cpuset: unify local partition disable and invalidate
` [PATCH RFC v2 18/22] cpuset: use partition_disable for compute_partition_effective_cpumask
` [PATCH RFC v2 19/22] cpuset: use validate_local_partition in local_partition_enable
` [PATCH RFC v2 20/22] cpuset: introduce validate_remote_partition
` [PATCH RFC v2 21/22] cpuset: simplify update_prstate() function
` [PATCH RFC v2 22/22] cpuset: remove prs_err clear when notify_partition_change
[PATCH 00/32] ns: support file handles
2025-10-24 22:31 UTC (4+ messages)
` [PATCH 01/32] pidfs: validate extensible ioctls
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