summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-281-1/+1
|\ \
| * | sched/psi: Allow unprivileged polling of N*2s periodDomenico Cerasuolo2023-04-051-1/+1
| |/
* | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-261-2/+12
|\ \
| * | cgroup: Make current_cgns_cgroup_dfl() safe to call after exit_task_namespace()Tejun Heo2023-03-141-2/+12
| |/
* / cgroup_get_from_fd(): switch to fdget_raw()Al Viro2023-04-201-6/+4
|/
* fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-1/+1
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-131-0/+1
|\
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-11-021-0/+1
| |\
| | * bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song2022-10-251-0/+1
* | | Merge tag 'cgroup-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-12-121-2/+6
|\ \ \ | |/ / |/| |
| * | cgroup: remove rcu_read_lock()/rcu_read_unlock() in critical section of spin_...Ran Tian2022-11-231-2/+0
| * | cgroup: cgroup refcnt functions should be exported when CONFIG_DEBUG_CGROUP_REFTejun Heo2022-10-311-0/+1
| * | cgroup: Implement DEBUG_CGROUP_REFTejun Heo2022-10-281-0/+5
* | | Merge tag 'cgroup-for-6.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-171-20/+79
|\| |
| * | mm: cgroup: fix comments for get from fd/file helpersYosry Ahmed2022-10-111-1/+3
| * | cgroup: add cgroup_v1v2_get_from_[fd/file]()Yosry Ahmed2022-10-111-6/+44
| * | Revert "cgroup: enable cgroup_get_from_file() on cgroup1"Tejun Heo2022-10-101-0/+5