summaryrefslogtreecommitdiff
path: root/kernel/cgroup/cgroup.c
AgeCommit message (Expand)Author
2025-05-27Merge tag 'cgroup-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-05-22sched_ext: Convert cgroup BPF support to use cgroup_lifetime_notifierTejun Heo
2025-05-22sched_ext: Introduce cgroup_lifetime_notifierTejun Heo
2025-05-22cgroup: Minor reorganization of cgroup_create()Tejun Heo
2025-05-19cgroup: use subsystem-specific rstat locks to avoid contentionJP Kobryn
2025-05-19cgroup: use separate rstat trees for each subsystemJP Kobryn
2025-05-19cgroup: compare css to cgroup::self in helper for distingushing cssJP Kobryn
2025-05-19cgroup: warn on rstat usage by early init subsystemsJP Kobryn
2025-04-24cgroup: fix goto ordering in cgroup_init()JP Kobryn
2025-04-17cgroup/cpuset-v1: Add missing support for cpuset_v2_modeT.J. Mercier
2025-04-17cgroup: Fix compilation issue due to cgroup_mutex not being exportedgaoxu
2025-04-08Merge tag 'cgroup-for-6.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-04cgroup: change rstat function signatures from cgroup-based to css-basedJP Kobryn
2025-04-04cgroup: add helper for checking when css is cgroup::selfJP Kobryn
2025-04-04cgroup: move rstat base stat objects into their own structJP Kobryn
2025-04-01cgroup/cpuset: Fix race between newly created partition and dying oneWaiman Long
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-03-24Merge tag 'cgroup-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-11blk-cgroup: Simplify policy files registrationMichal Koutný
2025-03-11cgroup: Print message when /proc/cgroups is read on v2-only systemMichal Koutný
2025-02-17Merge 6.14-rc3 into driver-core-nextGreg Kroah-Hartman
2025-02-15kernfs: Use RCU to access kernfs_node::parent.Sebastian Andrzej Siewior
2025-02-02cgroup: fix race between fork and cgroup.killShakeel Butt
2025-01-21cgroup: update comment about dropping cgroup kn refsHaorui He
2024-11-20Merge tag 'cgroup-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-11-03css_set_fork(): switch to CLASS(fd_raw, ...)Al Viro
2024-11-03fdget_raw() users: switch to CLASS(fd_raw)Al Viro
2024-10-21cgroup/bpf: only cgroup v2 can be attached by bpf programsChen Ridong
2024-10-21Revert "cgroup: Fix memory leak caused by missing cgroup_bpf_offline"Chen Ridong
2024-10-14cgroup: Fix potential overflow issue when checking max_depthXiu Jianfeng
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-10cgroup/cpuset: Expose cpuset filesystem with cpuset v1 onlyMichal Koutný
2024-09-09cgroup: clarify css sibling linkage is protected by cgroup_mutex or RCUKinsey Ho
2024-09-01mm, memcg: cg2 memory{.swap,}.peak write handlersDavid Finkel
2024-08-19cgroup: update some statememt about delegationChen Ridong
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-08-09cgroup: Fix incorrect WARN_ON_ONCE() in css_release_work_fn()Waiman Long
2024-07-31cgroup: Show # of subsystem CSSes in cgroup.statWaiman Long
2024-07-14Merge branch 'for-6.10-fixes' into for-6.11Tejun Heo
2024-07-03cgroup: Protect css->cgroup write under css_set_lockWaiman Long
2024-06-19cgroup: avoid the unnecessary list_add(dying_tasks) in cgroup_exit()Oleg Nesterov
2024-05-26kernel/cgroup: cleanup cgroup_base_files when fail to add cgroup_psi_filesDavid Wang
2024-05-26cgroup/pids: Separate semantics of pids.events related to pids.maxMichal Koutný
2024-04-18cgroup: don't call cgroup1_pidlist_destroy_all() for v2Xiu Jianfeng
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-01-08Merge tag 'cgroup-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-12-15kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()Kees Cook