summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-01-181-29/+6
|\
| * kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()Kees Cook2023-12-151-2/+2
| * kernel/cgroup: use kernfs_create_dir_ns()Max Kellermann2023-12-151-27/+4
* | Merge tag 'cgroup-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2024-01-081-15/+30
|\ \ | |/ |/|
| * cgroup: Add annotation for holding namespace_sem in current_cgns_cgroup_from_...Yafang Shao2023-11-091-0/+5
| * cgroup: Eliminate the need for cgroup_mutex in proc_cgroup_show()Yafang Shao2023-11-091-5/+7
| * cgroup: Make operations on the cgroup root_list RCU safeYafang Shao2023-11-091-7/+16
| * cgroup: Remove unnecessary list_empty()Yafang Shao2023-11-091-4/+3
* | sched: psi: fix unprivileged polling against cgroupsJohannes Weiner2023-11-141-12/+0
|/
* Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-1/+14
|\
| * hugetlb: memcg: account hugetlb-backed memory in memory controllerNhat Pham2023-10-181-1/+14
* | Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-10-311-6/+12
|\ \
| * | cgroup: Prepare for using css_task_iter_*() in BPFChuyi Zhou2023-10-191-6/+12
| |/
* | cgroup: use legacy_name for cgroup v1 disable infoKamalesh Babulal2023-10-091-1/+1
* | cgroup: add cgroup_favordynmods= command-line optionLuiz Capitulino2023-10-041-4/+14
* | cgroup: Avoid extra dereference in css_populate_dir()Kamalesh Babulal2023-09-181-2/+2
* | cgroup: Check for ret during cgroup1_base_files cft additionKamalesh Babulal2023-09-181-2/+4
|/
* cgroup: fix build when CGROUP_SCHED is not enabledLinus Torvalds2023-09-021-14/+14
* Merge tag 'cgroup-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-09-011-44/+41
|\
| * cgroup: Avoid -Wstringop-overflow warningsGustavo A. R. Silva2023-08-171-2/+2
| * cgroup: fix obsolete function name in cgroup_destroy_locked()Miaohe Lin2023-08-031-1/+1
| * cgroup: fix obsolete function name above css_free_rwork_fn()Miaohe Lin2023-08-021-1/+1
| * cgroup: clean up printk()Kamalesh Babulal2023-08-021-2/+2
| * cgroup: fix obsolete comment above cgroup_create()Miaohe Lin2023-07-211-2/+1
| * cgroup: remove cgrp->kn check in css_populate_dir()Kamalesh Babulal2023-07-171-1/+1
| * cgroup: fix obsolete function nameMiaohe Lin2023-07-171-1/+1
| * cgroup: use cached local variable parent in for loopMiaohe Lin2023-07-171-1/+1
| * cgroup: put cgroup_tryget_css() inside CONFIG_CGROUP_SCHEDMiaohe Lin2023-07-111-22/+22
| * cgroup: fix obsolete comment above for_each_css()Miaohe Lin2023-07-101-1/+1
| * cgroup: minor cleanup for cgroup_extra_stat_show()Miaohe Lin2023-07-101-4/+5
| * cgroup: remove unneeded return value of cgroup_rm_cftypes_locked()Miaohe Lin2023-07-101-6/+3
* | Merge tag 'v6.5-rc2' into sched/core, to pick up fixesIngo Molnar2023-07-191-1/+1
|\ \
| * | sched/psi: use kernfs polling functions for PSI trigger pollingSuren Baghdasaryan2023-07-101-1/+1
| |/
* / sched: add throttled time stat for throttled childrenJosh Don2023-07-131-0/+34
|/
* Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-06-271-62/+10
|\
| * Revert "cgroup: Avoid -Wstringop-overflow warnings"Tejun Heo2023-06-221-6/+0
| * cgroup: Avoid -Wstringop-overflow warningsGustavo A. R. Silva2023-06-211-0/+6
| * cgroup: remove obsolete comment on cgroup_on_dfl()Miaohe Lin2023-06-211-2/+0
| * cgroup: remove unused task_cgroup_path()Miaohe Lin2023-06-121-39/+0
| * cgroup: make cgroup_is_threaded() and cgroup_is_thread_root() staticMiaohe Lin2023-06-051-2/+2
| * cgroup: Replace the css_set call with cgroup_getGaosheng Cui2023-06-051-1/+1
| * cgroup: remove unused macro for_each_e_css()Miaohe Lin2023-06-051-15/+0
| * cgroup: Update out-of-date comment in cgroup_migrate()Xiu Jianfeng2023-05-241-3/+3
| * sched/cpuset: Keep track of SCHED_DEADLINE task in cpusetsJuri Lelli2023-05-081-0/+4
* | Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-06-271-0/+12
|\ \
| * | psi: remove 500ms min window size limitation for triggersSuren Baghdasaryan2023-05-081-0/+12
| |/
* | cgroup: Do not corrupt task iteration when rebinding subsystemXiu Jianfeng2023-06-121-3/+17
* | cgroup: always put cset in cgroup_css_set_put_forkJohn Sperbeck2023-05-221-9/+8
|/
* Merge tag 'cgroup-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-04-291-30/+30
|\
| * cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappersKamalesh Babulal2023-03-171-30/+30