summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
Commit message (Expand)AuthorAgeFilesLines
* cgroup: Use separate src/dst nodes when preloading css_sets for migrationTejun Heo2022-06-161-14/+23
* Merge branch 'for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2022-05-252-3/+2
|\
| * cgroup: remove the superfluous judgmentShida Zhang2022-05-191-1/+1
| * cgroup: Make cgroup_debug staticXiu Jianfeng2022-05-182-2/+1
* | cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()Waiman Long2022-05-051-2/+5
|/
* Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-281-2/+2
|\
| * Merge 5.17-rc6 into driver-core-nextGreg Kroah-Hartman2022-02-283-22/+96
| |\
| * | kernfs: move struct kernfs_root out of the public view.Greg Kroah-Hartman2022-02-231-2/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-241-2/+11
|\ \ \
| * | | cgroup: use irqsave in cgroup_rstat_flush_locked().Sebastian Andrzej Siewior2022-03-231-2/+11
| | |/ | |/|
* | | Merge branch 'for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2022-03-234-9/+10
|\ \ \
| * | | cgroup: cleanup commentsTom Rix2022-03-132-6/+6
| * | | cgroup: Fix cgroup_can_fork() and cgroup_post_fork() kernel-doc commentYang Li2022-01-121-0/+2
| * | | cgroup: rstat: retrieve current bstat to delta directlyWei Yang2022-01-121-3/+2
| * | | cgroup: rstat: use same convention to assign cgroup_base_statWei Yang2022-01-121-1/+1
| | |/ | |/|
* | | Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar2022-03-153-7/+25
|\ \ \ | | |/ | |/|
| * | Merge branch 'for-5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-02-223-7/+25
| |\ \
| | * | cpuset: Fix kernel-docJiapeng Chong2022-02-221-5/+5
| | * | cgroup-v1: Correct privileges check in release_agent writesMichal Koutný2022-02-221-2/+4
| | * | cgroup: clarify cgroup_css_set_fork()Christian Brauner2022-02-221-0/+14
| | * | cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplugZhang Qiao2022-02-141-0/+2
* | | | Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar2022-02-213-17/+73
|\| | |
| * | | Merge branch 'for-5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-02-032-14/+65
| |\| |
| | * | cgroup/cpuset: Fix "suspicious RCU usage" lockdep warningWaiman Long2022-02-031-0/+10
| | * | cgroup-v1: Require capabilities to set release_agentEric W. Biederman2022-02-011-0/+14
| | * | cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask()Tianchen Ding2022-01-261-2/+1
| | * | cgroup/cpuset: Make child cpusets restrict parents on v1 hierarchyMichal Koutný2022-01-121-12/+40
| | |/
| * / psi: Fix uaf issue when psi trigger is destroyed while being polledSuren Baghdasaryan2022-01-181-3/+8
| |/
* / sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker2022-02-161-3/+3
|/
* 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