summaryrefslogtreecommitdiff
path: root/kernel/cgroup
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2022-01-113-42/+31
|\
| * cpuset: convert 'allowed' in __cpuset_node_allowed() to be booleanQi Zheng2022-01-071-1/+1
| * cgroup/rstat: check updated_next only for rootWei Yang2022-01-061-24/+23
| * cgroup: rstat: explicitly put loop variant in whileWei Yang2022-01-061-3/+1
| * cgroup: return early if it is already on preloaded listWei Yang2021-12-141-2/+2
| * cgroup/cpuset: Don't let child cpusets restrict parent in default hierarchyWaiman Long2021-12-131-11/+3
| * cgroup: get the wrong css for css_alloc() during cgroup_init_subsys()Wei Yang2021-11-291-1/+1
| * cgroup: rstat: Mark benign data race to silence KCSANMichal Koutný2021-11-151-1/+1
* | Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-01-101-0/+1
|\ \
| * | add missing bpf-cgroup.h includesJakub Kicinski2021-12-161-0/+1
| |/
* | cgroup: Use open-time cgroup namespace for process migration perm checksTejun Heo2022-01-062-9/+21
* | cgroup: Allocate cgroup_file_ctx for kernfs_open_file->privTejun Heo2022-01-063-31/+65
* | cgroup: Use open-time credentials for process migraton perm checksTejun Heo2022-01-062-4/+12
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-0/+23
|\
| * mm/page_alloc: detect allocation forbidden by cpuset and bail out earlyFeng Tang2021-11-061-0/+23
* | Merge branch 'for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2021-11-024-86/+84
|\ \ | |/ |/|
| * cgroup: bpf: Move wrapper for __cgroup_bpf_*() to kernel/bpf/cgroup.cHe Fengqing2021-11-011-38/+0
| * cgroup: Fix rootcg cpu.stat guest double countingDan Schatzberg2021-11-011-2/+0
| * cgroup: no need for cgroup_mutex for /proc/cgroupsShakeel Butt2021-10-251-5/+2
| * cgroup: remove cgroup_mutex from cgroupstats_buildShakeel Butt2021-10-251-5/+2
| * cgroup: reduce dependency on cgroup_mutexShakeel Butt2021-10-251-22/+29
| * cgroup: cgroup-v1: do not exclude cgrp_dfl_rootVishal Verma2021-10-051-3/+0
| * cgroup: Make rebind_subsystems() disable v2 controllers all at onceWaiman Long2021-09-201-4/+27
| * misc_cgroup: remove error log to avoid log floodChunguang Xu2021-09-201-7/+0
| * misc_cgroup: introduce misc.events to count failuresChunguang Xu2021-09-201-0/+24
* | cgroup: Fix memory leak caused by missing cgroup_bpf_offlineQuanyang Wang2021-10-221-1/+3
* | Merge branch 'for-5.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-10-111-27/+29
|\ \ | |/
| * cgroup/cpuset: Change references of cpuset_mutex to cpuset_rwsemWaiman Long2021-09-131-27/+29
* | bpf, cgroup: Assign cgroup in cgroup_sk_alloc when called from interruptDaniel Borkmann2021-09-281-5/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-09-141-40/+10
|\ \ | |/ |/|
| * bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed modeDaniel Borkmann2021-09-131-40/+10
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-1/+1
|\ \ | |/ |/|
| * memcg: enable accounting for new namesapces and struct nsproxyVasily Averin2021-09-031-1/+1
* | Merge branch 'for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2021-08-313-64/+133
|\ \
| * | cgroup: Avoid compiler warnings with no subsystemsKees Cook2021-08-301-6/+20
| * | cgroup/cpuset: Avoid memory migration when nodemasks matchNicolas Saenz Julienne2021-08-251-0/+5
| * | cgroup/cpuset: Enable memory migration for cpuset v2Waiman Long2021-08-121-1/+5
| * | cgroup/cpuset: Enable event notification when partition state changesWaiman Long2021-08-111-11/+35
| * | cgroup: cgroup-v1: clean up kernel-doc notationRandy Dunlap2021-08-111-1/+7
| * | cgroup: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-091-15/+15
| * | cgroup/cpuset: Fix violation of cpuset locking ruleWaiman Long2021-08-091-23/+35
| * | cgroup/cpuset: Fix a partition bug with hotplugWaiman Long2021-07-261-0/+7
| * | cgroup/cpuset: Miscellaneous code cleanupWaiman Long2021-07-261-21/+19
| * | cgroup: remove cgroup_mount from commentszhaoxiaoqiang112021-07-161-1/+0
* | | Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-08-301-20/+39
|\ \ \ | |_|/ |/| |
| * | cpuset: Cleanup cpuset_cpus_allowed_fallback() use in select_fallback_rq()Will Deacon2021-08-201-2/+8
| * | cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus()Will Deacon2021-08-201-17/+26
| * | cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1Will Deacon2021-08-201-2/+6
* | | cgroup: rstat: fix A-A deadlock on 32bit around u64_stats_syncTejun Heo2021-07-271-8/+11
* | | cgroup1: fix leaked context root causing sporadic NULL deref in LTPPaul Gortmaker2021-07-211-3/+1
| |/ |/|