summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
Commit message (Expand)AuthorAgeFilesLines
* memcg: Fix possible use-after-free in memcg_write_event_control()Tejun Heo2022-12-081-1/+0
* 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
| * cgroup: Reorganize css_set_lock and kernfs path processingMichal Koutný2022-10-101-13/+27
* | Merge tag 'sched-psi-2022-10-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-141-9/+95
|\ \
| * | sched/psi: Per-cgroup PSI accounting disable/re-enable interfaceChengming Zhou2022-09-091-6/+64
| * | sched/psi: Consolidate cgroup_psi()Chengming Zhou2022-09-091-5/+5
| * | sched/psi: Add PSI_IRQ to track IRQ/SOFTIRQ pressureChengming Zhou2022-09-091-0/+27
| * | sched/psi: Don't create cgroup PSI files when psi_disabledChengming Zhou2022-09-091-0/+3
| * | Merge branch 'driver-core/driver-core-next'Peter Zijlstra2022-09-091-0/+20
| |\ \
* | \ \ Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-1/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | mm: multi-gen LRU: kill switchYu Zhao2022-09-261-1/+0
| |/ /
* | | Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-10-105-342/+663
|\ \ \
| * | | cgroup: use strscpy() is more robust and saferye xingchen2022-09-231-1/+1
| * | | cgroup: simplify code in cgroup_apply_controlWilliam Dean2022-09-231-5/+1
| * | | cgroup: Make cgroup_get_from_id() prettierTejun Heo2022-09-231-9/+10
| * | | Merge branch 'for-6.0-fixes' into for-6.1Tejun Heo2022-09-231-0/+4
| |\ \ \
| * | | | cgroup/cpuset: remove unreachable codeJiapeng Chong2022-09-071-2/+0
| * | | | cgroup: Remove CFTYPE_PRESSURETejun Heo2022-09-061-27/+37
| * | | | cgroup: Improve cftype add/rm error handlingTejun Heo2022-09-061-7/+20
| * | | | cgroup/cpuset: Make partition invalid if cpumask change violates exclusivity ...Waiman Long2022-09-041-9/+60
| * | | | cgroup/cpuset: Relocate a code block in validate_change()Waiman Long2022-09-041-16/+16
| * | | | cgroup/cpuset: Show invalid partition reason stringWaiman Long2022-09-041-18/+75
| * | | | cgroup/cpuset: Add a new isolated cpus.partition typeWaiman Long2022-09-041-11/+63
| * | | | cgroup/cpuset: Relax constraints to partition & cpus changesWaiman Long2022-09-041-194/+215
| * | | | cgroup/cpuset: Allow no-task partition to have empty cpuset.cpus.effectiveWaiman Long2022-09-041-25/+84
| * | | | cgroup/cpuset: Miscellaneous cleanups & add helper functionsWaiman Long2022-09-041-79/+90
| * | | | cgroup/cpuset: Enable update_tasks_cpumask() on top_cpusetWaiman Long2022-09-041-7/+11
| * | | | cgroup: add pids.peak interface for pids controllerJosh Don2022-09-041-2/+35
| * | | | cgroup: Remove data-race around cgrp_dfl_visibleTejun Heo2022-09-041-2/+2
| * | | | cgroup: Use cgroup_attach_{lock,unlock}() from cgroup_attach_task_all()Tetsuo Handa2022-08-263-6/+6
| * | | | Merge branch 'for-6.0-fixes' into for-6.1Tejun Heo2022-08-263-26/+59
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | cgroup: Homogenize cgroup_get_from_id() return valueMichal Koutný2022-08-261-2/+2
| * | | | cgroup: cgroup: Honor caller's cgroup NS when resolving cgroup idMichal Koutný2022-08-261-2/+13
| * | | | cgroup: Honor caller's cgroup NS when resolving pathMichal Koutný2022-08-261-1/+5
| * | | | cgroup: Replace cgroup->ancestor_ids[] with ->ancestors[]Tejun Heo2022-08-151-4/+3
* | | | | Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-101-15/+8
|\ \ \ \ \
| * | | | | freezer,sched: Rewrite core freezer logicPeter Zijlstra2022-09-071-15/+8
| |/ / / /
* | | | | Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-071-0/+20
|\ \ \ \ \
| * \ \ \ \ Merge 6.0-rc5 into driver-core-nextGreg Kroah-Hartman2022-09-123-26/+59
| |\ \ \ \ \ | | | |/ / / | | |/| | / | | |_|_|/ | |/| | |
| * | | | cgroup: Implement cgroup_file_show()Tejun Heo2022-09-011-0/+20
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-291-1/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | cgroup: cgroup_get_from_id() must check the looked-up kn is a directoryMing Lei2022-09-231-1/+4
| | |/ | |/|
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni2022-09-061-0/+48
|\ \ \
| * | | cgroup: bpf: enable bpf programs to integrate with rstatYosry Ahmed2022-08-251-0/+48
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-253-26/+59
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()Tetsuo Handa2022-08-251-0/+2
| * | cgroup: Fix race condition at rebind_subsystems()Jing-Ting Wu2022-08-231-0/+1