summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-111-1/+0
|\
| * mm: multi-gen LRU: kill switchYu Zhao2022-09-271-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-241-1/+1
| * | cgroup: simplify code in cgroup_apply_controlWilliam Dean2022-09-241-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-081-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-263-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
| * | cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlockTejun Heo2022-08-172-25/+55
| * | sched/psi: Remove unused parameter nbytes of psi_trigger_create()Hao Jia2022-08-161-1/+1
| |/
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-08-181-5/+0
|\ \ | |/ |/|
| * cgroup: enable cgroup_get_from_file() on cgroup1Yosry Ahmed2022-08-091-5/+0
* | Merge tag 'sched-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-071-1/+1
|\ \ | |/ |/|
| * sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long2022-08-031-1/+1
* | Merge tag 'cgroup-for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-033-52/+102
|\ \ | |/ |/|
| * cgroup: Skip subtree root in cgroup_update_dfl_csses()Waiman Long2022-07-281-0/+9
| * cgroup: remove "no" prefixed mount optionsTejun Heo2022-07-271-20/+4
| * cgroup: Make !percpu threadgroup_rwsem operations optionalTejun Heo2022-07-233-8/+53
| * cgroup: Add "no" prefixed mount optionsTejun Heo2022-07-231-5/+15
| * cgroup: Elide write-locking threadgroup_rwsem when updating csses on an empty...Tejun Heo2022-07-231-3/+13