aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/cgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-22cgroup/psi: Set of->priv to NULL upon file releaseChen Ridong1-0/+1
2025-08-22cgroup: split cgroup_destroy_wq into 3 workqueuesChen Ridong1-7/+36
2025-06-09cgroup: Add bpf prog revisions to struct cgroup_bpfYonghong Song1-0/+5
2025-05-27Merge tag 'cgroup-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-69/+79
2025-05-22sched_ext: Convert cgroup BPF support to use cgroup_lifetime_notifierTejun Heo1-17/+3
2025-05-22sched_ext: Introduce cgroup_lifetime_notifierTejun Heo1-1/+26
2025-05-22cgroup: Minor reorganization of cgroup_create()Tejun Heo1-24/+24
2025-05-19cgroup: use subsystem-specific rstat locks to avoid contentionJP Kobryn1-1/+2
2025-05-19cgroup: use separate rstat trees for each subsystemJP Kobryn1-23/+11
2025-05-19cgroup: compare css to cgroup::self in helper for distingushing cssJP Kobryn1-4/+4
2025-05-19cgroup: warn on rstat usage by early init subsystemsJP Kobryn1-0/+2
2025-04-24cgroup: fix goto ordering in cgroup_init()JP Kobryn1-2/+2
2025-04-17cgroup/cpuset-v1: Add missing support for cpuset_v2_modeT.J. Mercier1-0/+29
2025-04-17cgroup: Fix compilation issue due to cgroup_mutex not being exportedgaoxu1-1/+1
2025-04-08Merge tag 'cgroup-for-6.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+6
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-04-04cgroup: change rstat function signatures from cgroup-based to css-basedJP Kobryn1-13/+17
2025-04-04cgroup: add helper for checking when css is cgroup::selfJP Kobryn1-2/+2
2025-04-04cgroup: move rstat base stat objects into their own structJP Kobryn1-2/+6
2025-04-01cgroup/cpuset: Fix race between newly created partition and dying oneWaiman Long1-0/+6
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-5/+19
2025-03-24Merge tag 'cgroup-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-3/+3
2025-03-11blk-cgroup: Simplify policy files registrationMichal Koutný1-1/+1
2025-03-11cgroup: Print message when /proc/cgroups is read on v2-only systemMichal Koutný1-1/+1
2025-02-17Merge 6.14-rc3 into driver-core-nextGreg Kroah-Hartman1-8/+12
2025-02-15kernfs: Use RCU to access kernfs_node::parent.Sebastian Andrzej Siewior1-5/+19
2025-02-02cgroup: fix race between fork and cgroup.killShakeel Butt1-8/+12
2025-01-21cgroup: update comment about dropping cgroup kn refsHaorui He1-1/+1
2024-11-20Merge tag 'cgroup-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-9/+12
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-14/+7
2024-11-03css_set_fork(): switch to CLASS(fd_raw, ...)Al Viro1-8/+4
2024-11-03fdget_raw() users: switch to CLASS(fd_raw)Al Viro1-6/+3
2024-10-21cgroup/bpf: only cgroup v2 can be attached by bpf programsChen Ridong1-6/+11
2024-10-21Revert "cgroup: Fix memory leak caused by missing cgroup_bpf_offline"Chen Ridong1-3/+1
2024-10-14cgroup: Fix potential overflow issue when checking max_depthXiu Jianfeng1-2/+2
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-7/+16
2024-09-10cgroup/cpuset: Expose cpuset filesystem with cpuset v1 onlyMichal Koutný1-2/+2
2024-09-09cgroup: clarify css sibling linkage is protected by cgroup_mutex or RCUKinsey Ho1-7/+9
2024-09-01mm, memcg: cg2 memory{.swap,}.peak write handlersDavid Finkel1-0/+7
2024-08-19cgroup: update some statememt about delegationChen Ridong1-1/+1
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro1-2/+2
2024-08-09cgroup: Fix incorrect WARN_ON_ONCE() in css_release_work_fn()Waiman Long1-1/+8
2024-07-31cgroup: Show # of subsystem CSSes in cgroup.statWaiman Long1-2/+53
2024-07-14Merge branch 'for-6.10-fixes' into for-6.11Tejun Heo1-1/+1
2024-07-03cgroup: Protect css->cgroup write under css_set_lockWaiman Long1-1/+1
2024-06-19cgroup: avoid the unnecessary list_add(dying_tasks) in cgroup_exit()Oleg Nesterov1-5/+9
2024-05-26kernel/cgroup: cleanup cgroup_base_files when fail to add cgroup_psi_filesDavid Wang1-1/+4
2024-05-26cgroup/pids: Separate semantics of pids.events related to pids.maxMichal Koutný1-1/+14
2024-04-18cgroup: don't call cgroup1_pidlist_destroy_all() for v2Xiu Jianfeng1-1/+2