summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/cgroup.c
AgeCommit message (Expand)AuthorLines
2026-03-06cgroup: Don't expose dead tasks in cgroupSebastian Andrzej Siewior-0/+6
2026-03-03Merge tag 'cgroup-for-7.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-5/+5
2026-02-12cgroup: fix race between task migration and iterationQingye Zhao-0/+1
2026-02-11Merge tag 'cgroup-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-25/+25
2026-02-01cgroup: increase maximum subsystem count from 16 to 32Chen Ridong-23/+23
2026-01-15kernel: cgroup: Add SPDX-License-Identifier linesTim Bird-4/+1
2026-01-07cgroup: Eliminate cgrp_ancestor_storage in cgroup_rootMichal Koutný-1/+1
2025-12-08cgroup: switch to css_is_online() helperChen Ridong-2/+2
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+1
2025-12-03Merge tag 'cgroup-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-15/+76
2025-12-01Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-6/+4
2025-11-16memcg: net: track network throttling due to memcg memory pressureShakeel Butt-0/+1
2025-11-11cgroup: include missing header for struct irq_workBert Karwatzki-0/+1
2025-11-11ns: drop custom reference count initialization for initial namespacesChristian Brauner-1/+1
2025-11-11Merge branch 'kbuild-6.19.fms.extension'Christian Brauner-1/+1
2025-11-06cgroup: Fix sleeping from invalid context warning on PREEMPT_RTTejun Heo-1/+54
2025-11-04cgroup: use credential guards in cgroup_attach_permissions()Christian Brauner-6/+4
2025-11-03cgroup: Defer task cgroup unlink until after the task is done switching outTejun Heo-9/+14
2025-11-03cgroup: Move dying_tasks cleanup from cgroup_task_release() to cgroup_task_fr...Tejun Heo-4/+5
2025-11-03cgroup: Rename cgroup lifecycle hooks to cgroup_task_*()Tejun Heo-5/+6
2025-11-03ns: rename to exit_nsproxy_namespaces()Christian Brauner-3/+3
2025-11-03ns: use NS_COMMON_INIT() for all namespacesChristian Brauner-4/+1
2025-10-03cgroup: Fix seqcount lockdep assertion in cgroup freezerNirbhay Sharma-1/+1
2025-09-30Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-4/+20
2025-09-30Merge tag 'cgroup-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-47/+152
2025-09-29Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+5
2025-09-25ns: move ns type into struct ns_commonChristian Brauner-0/+1
2025-09-19ns: use inode initializer for initial namespacesChristian Brauner-1/+1
2025-09-19ns: rename to __ns_refChristian Brauner-1/+1
2025-09-19cgroup: support ns lookupChristian Brauner-0/+2
2025-09-16cgroup: Remove redundant rcu_read_lock/unlock() in spin_lockpengdonglin-2/+0
2025-09-15bpf: Do not limit bpf_cgroup_from_id to current's namespaceKumar Kartikeya Dwivedi-4/+20
2025-09-10cgroup: replace global percpu_rwsem with per threadgroup resem when writing t...Yi Tao-15/+58
2025-09-10cgroup: relocate cgroup_attach_lock within cgroup_procs_write_startYi Tao-23/+35
2025-09-10cgroup: refactor the cgroup_attach_lock code to make it clearerYi Tao-18/+49
2025-09-05cgroup: Merge branch 'for-6.17-fixes' into for-6.18Tejun Heo-7/+37
2025-09-05cgroup: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari-1/+1
2025-09-05cgroup: replace use of system_wq with system_percpu_wqMarco Crivellari-1/+1
2025-09-04cgroup: Remove unused local variables from cgroup_procs_write_finish()Tejun Heo-3/+0
2025-09-04cgroup: Remove unused cgroup_subsys::post_attachChuyi Zhou-4/+0
2025-08-25cgroup: Fix 64-bit division in cgroup.stat.localTiffany Yang-2/+2
2025-08-22cgroup: cgroup.stat.local time accountingTiffany Yang-0/+28
2025-08-22cgroup/psi: Set of->priv to NULL upon file releaseChen Ridong-0/+1
2025-08-22cgroup: split cgroup_destroy_wq into 3 workqueuesChen Ridong-7/+36
2025-06-09cgroup: Add bpf prog revisions to struct cgroup_bpfYonghong Song-0/+5
2025-05-27Merge tag 'cgroup-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-69/+79
2025-05-22sched_ext: Convert cgroup BPF support to use cgroup_lifetime_notifierTejun Heo-17/+3