summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/cgroup.c
AgeCommit message (Expand)AuthorLines
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
2024-11-03css_set_fork(): switch to CLASS(fd_raw, ...)Al Viro-8/+4
2024-11-03fdget_raw() users: switch to CLASS(fd_raw)Al Viro-6/+3
2024-10-21cgroup/bpf: only cgroup v2 can be attached by bpf programsChen Ridong-6/+11
2024-10-21Revert "cgroup: Fix memory leak caused by missing cgroup_bpf_offline"Chen Ridong-3/+1
2024-10-14cgroup: Fix potential overflow issue when checking max_depthXiu Jianfeng-2/+2
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-7/+16
2024-09-10cgroup/cpuset: Expose cpuset filesystem with cpuset v1 onlyMichal Koutný-2/+2
2024-09-09cgroup: clarify css sibling linkage is protected by cgroup_mutex or RCUKinsey Ho-7/+9
2024-09-01mm, memcg: cg2 memory{.swap,}.peak write handlersDavid Finkel-0/+7
2024-08-19cgroup: update some statememt about delegationChen Ridong-1/+1
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro-2/+2
2024-08-09cgroup: Fix incorrect WARN_ON_ONCE() in css_release_work_fn()Waiman Long-1/+8
2024-07-31cgroup: Show # of subsystem CSSes in cgroup.statWaiman Long-2/+53
2024-07-14Merge branch 'for-6.10-fixes' into for-6.11Tejun Heo-1/+1
2024-07-03cgroup: Protect css->cgroup write under css_set_lockWaiman Long-1/+1
2024-06-19cgroup: avoid the unnecessary list_add(dying_tasks) in cgroup_exit()Oleg Nesterov-5/+9
2024-05-26kernel/cgroup: cleanup cgroup_base_files when fail to add cgroup_psi_filesDavid Wang-1/+4
2024-05-26cgroup/pids: Separate semantics of pids.events related to pids.maxMichal Koutný-1/+14
2024-04-18cgroup: don't call cgroup1_pidlist_destroy_all() for v2Xiu Jianfeng-1/+2
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-29/+6
2024-01-08Merge tag 'cgroup-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-15/+30
2023-12-15kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()Kees Cook-2/+2