summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-6/+1
|\
| * Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-12-091-1/+0
| |\
| | * memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo2022-12-091-1/+0
| * | memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin2022-11-081-1/+1
| * | cgroup/cpuset: use hotplug_memory_notifier() directlyLiu Shixin2022-11-081-6/+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 git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-081-1/+0
| |\ \
| * \ \ 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-122-11/+45
|\ \ \ \ | |_|_|/ |/| | |
| * | | cgroup: remove rcu_read_lock()/rcu_read_unlock() in critical section of spin_...Ran Tian2022-11-231-2/+0
| * | | cgroup/cpuset: Improve cpuset_css_alloc() descriptionKamalesh Babulal2022-11-221-4/+8
| * | | cgroup/cpuset: Optimize cpuset_attach() on v2Waiman Long2022-11-141-1/+23
| * | | cgroup/cpuset: Skip spread flags update on v2Waiman Long2022-11-141-4/+8
| * | | 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
* | | | 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
| |\ \ \ \ | | | |/ / | | |/| |