Linux cgroups development
 help / color / mirror / Atom feed
 messages from 2025-09-10 14:37:17 to 2025-09-15 11:56:08 UTC [more...]

[PATCH v2 00/33] ns: support file handles
 2025-09-15 11:56 UTC  (42+ messages)
` [PATCH v2 01/33] pidfs: validate extensible ioctls
` [PATCH v2 02/33] nsfs: drop tautological ioctl() check
` [PATCH v2 03/33] nsfs: validate extensible ioctls
` [PATCH v2 04/33] block: use extensible_ioctl_valid()
` [PATCH v2 05/33] ns: move to_ns_common() to ns_common.h
` [PATCH v2 06/33] nsfs: add nsfs.h header
` [PATCH v2 07/33] ns: uniformly initialize ns_common
` [PATCH v2 08/33] cgroup: use ns_common_init()
` [PATCH v2 09/33] ipc: "
` [PATCH v2 10/33] mnt: "
` [PATCH v2 11/33] net: "
` [PATCH v2 12/33] pid: "
` [PATCH v2 13/33] time: "
` [PATCH v2 14/33] user: "
` [PATCH v2 15/33] uts: "
` [PATCH v2 16/33] ns: remove ns_alloc_inum()
` [PATCH v2 17/33] nstree: make iterator generic
` [PATCH v2 18/33] mnt: support ns lookup
` [PATCH v2 19/33] cgroup: "
` [PATCH v2 20/33] ipc: "
` [PATCH v2 21/33] net: "
` [PATCH v2 22/33] pid: "
` [PATCH v2 23/33] time: "
` [PATCH v2 24/33] user: "
` [PATCH v2 25/33] uts: "
` [PATCH v2 26/33] ns: add to_<type>_ns() to respective headers
` [PATCH v2 27/33] nsfs: add current_in_namespace()
` [PATCH v2 28/33] nsfs: support file handles
` [PATCH v2 29/33] nsfs: support exhaustive "
` [PATCH v2 30/33] nsfs: add missing id retrieval support
` [PATCH v2 31/33] tools: update nsfs.h uapi header
` [PATCH v2 32/33] selftests/namespaces: add identifier selftests
` [PATCH v2 33/33] selftests/namespaces: add file handle selftests

[PATCH -next RFC -v2 00/11] Refactor cpus mask setting
 2025-09-15 11:18 UTC  (2+ messages)

[PATCH 00/14] sched: Support shared runqueue locking
 2025-09-15  8:48 UTC  (42+ messages)
` [PATCH 01/14] sched: Employ sched_change guards
` [PATCH 02/14] sched: Re-arrange the {EN,DE}QUEUE flags
` [PATCH 03/14] sched: Fold sched_class::switch{ing,ed}_{to,from}() into the change pattern
` [PATCH 04/14] sched: Cleanup sched_delayed handling for class switches
` [PATCH 05/14] sched: Move sched_class::prio_changed() into the change pattern
` [PATCH 06/14] sched: Fix migrate_disable_switch() locking
` [PATCH 07/14] sched: Fix do_set_cpus_allowed() locking
` [PATCH 08/14] sched: Rename do_set_cpus_allowed()
` [PATCH 09/14] sched: Make __do_set_cpus_allowed() use the sched_change pattern
` [PATCH 10/14] sched: Add locking comments to sched_class methods
` [PATCH 11/14] sched: Add flags to {put_prev,set_next}_task() methods
` [PATCH 12/14] sched: Add shared runqueue locking to __task_rq_lock()
` [PATCH 13/14] sched: Add {DE,EN}QUEUE_LOCKED
` [PATCH 14/14] sched/ext: Implement p->srq_lock support

[PATCH v2 0/4] cgroup v2 toctree cleanup
 2025-09-15  8:19 UTC  (5+ messages)
` [PATCH v2 1/4] Documentation: cgroup-v2: Use dot delimiter in manual toctree section numbers
` [PATCH v2 2/4] Documentation: cgroup-v2: Add "
` [PATCH v2 3/4] Documentation: cgroup-v2: Automatically-generate toctree
` [PATCH v2 4/4] Documentation: cgroup-v2: Sync manual toctree

[PATCH v2 0/5] memcg: Support per-memcg KSM metrics
 2025-09-14 13:54 UTC  (8+ messages)
` [PATCH v2 1/5] memcg: add per-memcg ksm_rmap_items stat
` [PATCH v2 2/5] memcg: show ksm_zero_pages count in memory.stat
` [PATCH v2 3/5] memcg: show ksm_merging_pages "
` [PATCH v2 4/5] memcg: add per-memcg ksm_profit
` [PATCH v2 5/5] Documentation: add KSM statistic counters description in cgroup-v2.rst

[linux-next20250911]Kernel OOPs while running generic/256 on Pmem device
 2025-09-13  2:48 UTC  (4+ messages)
  ` [External] "

[PATCH] rcu: Remove redundant rcu_read_lock/unlock() in spin_lock critical sections
 2025-09-13  0:33 UTC  (4+ messages)

[PATCH 1/4] mm/swap, memcg: Introduce infrastructure for cgroup-based swap priority
 2025-09-12 15:39 UTC  (11+ messages)

[PATCH] mm: memcontrol: fix memcg accounting during cpu hotplug
 2025-09-12 12:45 UTC  (3+ messages)

[PATCH 00/32] ns: support file handles
 2025-09-12  9:12 UTC  (73+ messages)
` [PATCH 01/32] pidfs: validate extensible ioctls
` [PATCH 02/32] nsfs: "
` [PATCH 03/32] block: use extensible_ioctl_valid()
` [PATCH 04/32] ns: move to_ns_common() to ns_common.h
` [PATCH 05/32] nsfs: add nsfs.h header
` [PATCH 06/32] ns: uniformly initialize ns_common
` [PATCH 07/32] mnt: use ns_common_init()
` [PATCH 08/32] ipc: "
` [PATCH 09/32] cgroup: "
` [PATCH 10/32] pid: "
` [PATCH 11/32] time: "
` [PATCH 12/32] uts: "
` [PATCH 13/32] user: "
` [PATCH 14/32] net: "
` [PATCH 15/32] ns: remove ns_alloc_inum()
` [PATCH 16/32] nstree: make iterator generic
` [PATCH 17/32] mnt: support iterator
` [PATCH 18/32] cgroup: "
` [PATCH 19/32] ipc: "
` [PATCH 20/32] net: "
` [PATCH 21/32] pid: "
` [PATCH 22/32] time: "
` [PATCH 23/32] userns: "
` [PATCH 24/32] uts: "
` [PATCH 25/32] ns: add to_<type>_ns() to respective headers
` [PATCH 26/32] nsfs: add current_in_namespace()
` [PATCH 27/32] nsfs: support file handles
` [PATCH 28/32] nsfs: support exhaustive "
` [PATCH 29/32] nsfs: add missing id retrieval support
` [PATCH 30/32] tools: update nsfs.h uapi header
` [PATCH 31/32] selftests/namespaces: add identifier selftests
` [PATCH 32/32] selftests/namespaces: add file handle selftests
` [syzbot ci] Re: ns: support file handles

[PATCH 07/33] cpuset: Convert boot_hk_cpus to use HK_TYPE_DOMAIN_BOOT
 2025-09-11 21:03 UTC  (2+ messages)

[tj-cgroup:for-next] BUILD SUCCESS cf9c2bbba2735831f1200227c7f13404b7d7908e
 2025-09-11 18:33 UTC 

[tj-cgroup:for-6.18] BUILD SUCCESS 0568f89d4fb82d98001baeb870e92f43cd1f7317
 2025-09-11 18:11 UTC 

[PATCH] cgroup: replace global percpu_rwsem with signal_struct->group_rwsem when writing cgroup.procs/threads
 2025-09-11  3:22 UTC  (10+ messages)
` [PATCH v5 0/3] cgroup: replace global percpu_rwsem with per threadgroup resem when writing to cgroup.procs
  ` [PATCH v5 1/3] cgroup: refactor the cgroup_attach_lock code to make it clearer
  ` [PATCH v5 2/3] cgroup: relocate cgroup_attach_lock within cgroup_procs_write_start
  ` [PATCH v5 3/3] cgroup: replace global percpu_rwsem with per threadgroup resem when writing to cgroup.procs

[PATCH v0 0/2] mm: swap: Gather swap entries and batch async release
 2025-09-11  3:04 UTC  (13+ messages)

[PATCH 0/2] cgroup v2 docs update
 2025-09-10 23:34 UTC  (8+ messages)
` [PATCH 2/2] Documentation: cgroup-v2: Replace manual table of contents with contents:: directive


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