summaryrefslogtreecommitdiff
path: root/kernel/cgroup/cgroup.c
AgeCommit message (Expand)Author
2026-05-05Merge tag 'cgroup-for-7.1-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-05-05Merge tag 'sched_ext-for-7.1-rc2-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-05-04cgroup, sched_ext: Include exiting tasks in cgroup iterTejun Heo
2026-05-04cgroup: Defer css percpu_ref kill on rmdir until cgroup is depopulatedTejun Heo
2026-04-27Merge tag 'cgroup-for-7.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-04-23cgroup: Increment nr_dying_subsys_* from rmdir contextPetr Malat
2026-04-19Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-04-18mm: memcontrol: prepare for reparenting non-hierarchical statsQi Zheng
2026-04-17sched/psi: fix race between file release and pressure writeEdward Adam Davis
2026-04-15Merge tag 'cgroup-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2026-03-25cgroup: Fix cgroup_drain_dying() testing the wrong conditionTejun Heo
2026-03-24cgroup: Wait for dying tasks to leave on rmdirTejun Heo
2026-03-11cgroup: replace global cgroup_file_kn_lock with per-cgroup_file lockShakeel Butt
2026-03-11cgroup: add lockless fast-path checks to cgroup_file_notify()Shakeel Butt
2026-03-11cgroup: reduce cgroup_file_kn_lock hold time in cgroup_file_notify()Shakeel Butt
2026-03-06cgroup: Don't expose dead tasks in cgroupSebastian Andrzej Siewior
2026-03-05cgroup: Expose some cgroup helpersTejun Heo
2026-03-03Merge tag 'cgroup-for-7.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12cgroup: fix race between task migration and iterationQingye Zhao
2026-02-11Merge tag 'cgroup-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-02-01cgroup: increase maximum subsystem count from 16 to 32Chen Ridong
2026-01-15kernel: cgroup: Add SPDX-License-Identifier linesTim Bird
2026-01-07cgroup: Eliminate cgrp_ancestor_storage in cgroup_rootMichal Koutný
2025-12-08cgroup: switch to css_is_online() helperChen Ridong
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-12-03Merge tag 'cgroup-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-12-01Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-11-16memcg: net: track network throttling due to memcg memory pressureShakeel Butt
2025-11-11cgroup: include missing header for struct irq_workBert Karwatzki
2025-11-11ns: drop custom reference count initialization for initial namespacesChristian Brauner
2025-11-11Merge branch 'kbuild-6.19.fms.extension'Christian Brauner
2025-11-06cgroup: Fix sleeping from invalid context warning on PREEMPT_RTTejun Heo
2025-11-04cgroup: use credential guards in cgroup_attach_permissions()Christian Brauner
2025-11-03cgroup: Defer task cgroup unlink until after the task is done switching outTejun Heo
2025-11-03cgroup: Move dying_tasks cleanup from cgroup_task_release() to cgroup_task_fr...Tejun Heo
2025-11-03cgroup: Rename cgroup lifecycle hooks to cgroup_task_*()Tejun Heo
2025-11-03ns: rename to exit_nsproxy_namespaces()Christian Brauner
2025-11-03ns: use NS_COMMON_INIT() for all namespacesChristian Brauner
2025-10-03cgroup: Fix seqcount lockdep assertion in cgroup freezerNirbhay Sharma
2025-09-30Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-09-30Merge tag 'cgroup-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-09-29Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-25ns: move ns type into struct ns_commonChristian Brauner
2025-09-19ns: use inode initializer for initial namespacesChristian Brauner
2025-09-19ns: rename to __ns_refChristian Brauner
2025-09-19cgroup: support ns lookupChristian Brauner
2025-09-16cgroup: Remove redundant rcu_read_lock/unlock() in spin_lockpengdonglin