summaryrefslogtreecommitdiff
path: root/kernel/cgroup/cgroup.c
AgeCommit message (Expand)Author
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
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
2023-12-15kernel/cgroup: use kernfs_create_dir_ns()Max Kellermann
2023-11-14sched: psi: fix unprivileged polling against cgroupsJohannes Weiner
2023-11-09cgroup: Add annotation for holding namespace_sem in current_cgns_cgroup_from_...Yafang Shao
2023-11-09cgroup: Eliminate the need for cgroup_mutex in proc_cgroup_show()Yafang Shao
2023-11-09cgroup: Make operations on the cgroup root_list RCU safeYafang Shao
2023-11-09cgroup: Remove unnecessary list_empty()Yafang Shao
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-31Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-10-19cgroup: Prepare for using css_task_iter_*() in BPFChuyi Zhou
2023-10-18hugetlb: memcg: account hugetlb-backed memory in memory controllerNhat Pham
2023-10-09cgroup: use legacy_name for cgroup v1 disable infoKamalesh Babulal
2023-10-04cgroup: add cgroup_favordynmods= command-line optionLuiz Capitulino
2023-09-18cgroup: Avoid extra dereference in css_populate_dir()Kamalesh Babulal
2023-09-18cgroup: Check for ret during cgroup1_base_files cft additionKamalesh Babulal
2023-09-02cgroup: fix build when CGROUP_SCHED is not enabledLinus Torvalds
2023-09-01Merge tag 'cgroup-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds