public inbox for cgroups@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-28 15:20:12 to 2025-11-02 20:54:37 UTC [more...]

[PATCH v2 00/23] mm: BPF OOM
 2025-11-02 20:53 UTC  (71+ messages)
` [PATCH v2 02/23] bpf: initial support for attaching struct ops to cgroups
            ` bpf_st_ops and cgroups. Was: "
` [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 10/23] mm: introduce BPF kfuncs to access memcg statistics and events

[PATCH v4 00/72] nstree: listns()
 2025-11-01 19:20 UTC  (77+ 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 "
` [PATCH v4 28/72] selftests/namespaces: sixth "
` [PATCH v4 29/72] selftests/namespaces: seventh "
` [PATCH v4 30/72] selftests/namespaces: eigth "
` [PATCH v4 31/72] selftests/namespaces: ninth "
` [PATCH v4 32/72] selftests/namespaces: tenth "
` [PATCH v4 33/72] selftests/namespaces: eleventh "
` [PATCH v4 34/72] selftests/namespaces: twelth "
` [PATCH v4 35/72] selftests/namespaces: thirteenth "
` [PATCH v4 36/72] selftests/namespaces: fourteenth "
` [PATCH v4 37/72] selftests/namespaces: fifteenth "
` [PATCH v4 38/72] selftests/namespaces: add listns() wrapper
` [PATCH v4 39/72] selftests/namespaces: first listns() test
` [PATCH v4 40/72] selftests/namespaces: second "
` [PATCH v4 41/72] selftests/namespaces: third "
` [PATCH v4 42/72] selftests/namespaces: fourth "
` [PATCH v4 43/72] selftests/namespaces: fifth "
` [PATCH v4 44/72] selftests/namespaces: sixth "
` [PATCH v4 45/72] selftests/namespaces: seventh "
` [PATCH v4 46/72] selftests/namespaces: eigth "
` [PATCH v4 47/72] selftests/namespaces: ninth "
` [PATCH v4 48/72] selftests/namespaces: first listns() permission test
` [PATCH v4 49/72] selftests/namespaces: second "
` [PATCH v4 50/72] selftests/namespaces: third "
` [PATCH v4 51/72] selftests/namespaces: fourth "
` [PATCH v4 52/72] selftests/namespaces: fifth "
` [PATCH v4 53/72] selftests/namespaces: sixth "
` [PATCH v4 54/72] selftests/namespaces: seventh "
` [PATCH v4 55/72] selftests/namespaces: first inactive namespace resurrection test
` [PATCH v4 56/72] selftests/namespaces: second "
` [PATCH v4 57/72] selftests/namespaces: third "
` [PATCH v4 58/72] selftests/namespaces: fourth "
` [PATCH v4 59/72] selftests/namespaces: fifth "
` [PATCH v4 60/72] selftests/namespaces: sixth "
` [PATCH v4 61/72] selftests/namespaces: seventh "
` [PATCH v4 62/72] selftests/namespaces: eigth "
` [PATCH v4 63/72] selftests/namespaces: ninth "
` [PATCH v4 64/72] selftests/namespaces: tenth "
` [PATCH v4 65/72] selftests/namespaces: eleventh "
` [PATCH v4 66/72] selftests/namespaces: twelth "
` [PATCH v4 67/72] selftests/namespace: first threaded active reference count test
` [PATCH v4 68/72] selftests/namespace: second "
` [PATCH v4 69/72] selftests/namespace: third "
` [PATCH v4 70/72] selftests/namespace: commit_creds() active reference tests
` [PATCH v4 71/72] selftests/namespace: add stress test
` [PATCH v4 72/72] selftests/namespace: test listns() pagination

[PATCHSET cgroup/for-6.19] cgroup: Fix task exit ordering
 2025-10-31 19:32 UTC  (7+ 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 00/33 v3] cpuset/isolation: Honour kthreads preferred affinity
 2025-10-31 19:29 UTC  (16+ messages)
` [PATCH 05/33] sched/isolation: Save boot defined domain flags
` [PATCH 11/33] cpuset: Provide lockdep check for cpuset lock held
` [PATCH 12/33] sched/isolation: Convert housekeeping cpumasks to rcu pointers
` [PATCH 13/33] cpuset: Update HK_TYPE_DOMAIN cpumask from cpuset
` [PATCH 18/33] cpuset: Remove cpuset_cpu_is_isolated()

[PATCH 01/33] PCI: Prepare to protect against concurrent isolated cpuset change
 2025-10-31 15:30 UTC  (3+ messages)

[PATCHv4 2/2] sched/deadline: Walk up cpuset hierarchy to decide root domain when hot-unplug
 2025-10-31 14:21 UTC  (9+ messages)

[PATCH v1 00/26] Eliminate Dying Memory Cgroup
 2025-10-31 10:35 UTC  (8+ messages)
` [syzbot ci] "
    `  "

[PATCH v2] sched/core: Mask out offline CPUs when user_cpus_ptr is used
 2025-10-31  0:53 UTC  (4+ messages)
` [RESEND PATCH v3] sched/core: Skip user_cpus_ptr masking if no online CPU left

[PATCH 00/14] sched: Support shared runqueue locking
 2025-10-30 12:47 UTC  (5+ messages)
` [PATCH 07/14] sched: Fix do_set_cpus_allowed() locking

[RFC PATCH 0/3] Introduce per-cgroup compression priority
 2025-10-30 11:32 UTC  (2+ messages)

[RFC PATCH 0/3] Introduce per-cgroup compression priority
 2025-10-30  9:22 UTC  (2+ messages)

[REPORT] Possible circular locking dependency on 6.18-rc2 in blkg_conf_open_bdev_frozen+0x80/0xa0
 2025-10-30  6:26 UTC  (7+ messages)

[PATCH v3 00/70] nstree: listns()
 2025-10-29  7:52 UTC  (16+ 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 17/70] nstree: add listns()

[PATCH v2 11/23] mm: introduce BPF kfunc to access memory events
 2025-10-28 19:54 UTC  (10+ messages)
` [PATCH v2 15/23] mm: introduce bpf_task_is_oom_victim() kfunc
` [PATCH v2 20/23] sched: psi: implement bpf_psi struct ops

[PATCH v2 23/23] bpf: selftests: PSI struct ops test
 2025-10-28 17:30 UTC  (4+ messages)

[PATCH v2 16/23] libbpf: introduce bpf_map__attach_struct_ops_opts()
 2025-10-28 17:24 UTC  (4+ messages)

[PATCH v2 13/23] mm: introduce bpf_out_of_memory() BPF kfunc
 2025-10-28 16:43 UTC  (3+ messages)

[PATCH v2 14/23] mm: allow specifying custom oom constraint for BPF triggers
 2025-10-28 16:35 UTC  (5+ messages)

[PATCH v2 17/23] bpf: selftests: introduce read_cgroup_file() helper
 2025-10-28 16:31 UTC  (3+ messages)


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