summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/cgroup.c
AgeCommit message (Expand)AuthorLines
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
2025-05-22sched_ext: Introduce cgroup_lifetime_notifierTejun Heo-1/+26
2025-05-22cgroup: Minor reorganization of cgroup_create()Tejun Heo-24/+24
2025-05-19cgroup: use subsystem-specific rstat locks to avoid contentionJP Kobryn-1/+2
2025-05-19cgroup: use separate rstat trees for each subsystemJP Kobryn-23/+11
2025-05-19cgroup: compare css to cgroup::self in helper for distingushing cssJP Kobryn-4/+4
2025-05-19cgroup: warn on rstat usage by early init subsystemsJP Kobryn-0/+2
2025-04-24cgroup: fix goto ordering in cgroup_init()JP Kobryn-2/+2
2025-04-17cgroup/cpuset-v1: Add missing support for cpuset_v2_modeT.J. Mercier-0/+29
2025-04-17cgroup: Fix compilation issue due to cgroup_mutex not being exportedgaoxu-1/+1
2025-04-08Merge tag 'cgroup-for-6.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+6
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2025-04-04cgroup: change rstat function signatures from cgroup-based to css-basedJP Kobryn-13/+17
2025-04-04cgroup: add helper for checking when css is cgroup::selfJP Kobryn-2/+2
2025-04-04cgroup: move rstat base stat objects into their own structJP Kobryn-2/+6
2025-04-01cgroup/cpuset: Fix race between newly created partition and dying oneWaiman Long-0/+6
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-5/+19
2025-03-24Merge tag 'cgroup-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+3
2025-03-11blk-cgroup: Simplify policy files registrationMichal Koutný-1/+1
2025-03-11cgroup: Print message when /proc/cgroups is read on v2-only systemMichal Koutný-1/+1
2025-02-17Merge 6.14-rc3 into driver-core-nextGreg Kroah-Hartman-8/+12
2025-02-15kernfs: Use RCU to access kernfs_node::parent.Sebastian Andrzej Siewior-5/+19
2025-02-02cgroup: fix race between fork and cgroup.killShakeel Butt-8/+12
2025-01-21cgroup: update comment about dropping cgroup kn refsHaorui He-1/+1
2024-11-20Merge tag 'cgroup-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-9/+12
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-14/+7