summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
Commit message (Expand)AuthorAgeFilesLines
* cgroup: Do not corrupt task iteration when rebinding subsystemXiu Jianfeng2023-06-281-3/+17
* cgroup: always put cset in cgroup_css_set_put_forkJohn Sperbeck2023-06-211-9/+8
* cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()Waiman Long2023-04-201-1/+5
* memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo2022-12-141-1/+0
* cgroup/cpuset: Enable update_tasks_cpumask() on top_cpusetWaiman Long2022-10-261-7/+11
* cgroup: Honor caller's cgroup NS when resolving pathMichal Koutný2022-10-261-1/+5
* cgroup: cgroup_get_from_id() must check the looked-up kn is a directoryMing Lei2022-10-051-1/+4
* cgroup: reduce dependency on cgroup_mutexShakeel Butt2022-10-051-22/+29
* cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()Tetsuo Handa2022-09-231-0/+2
* cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlockTejun Heo2022-09-152-25/+55
* cgroup: Elide write-locking threadgroup_rwsem when updating csses on an empty...Tejun Heo2022-09-151-3/+13
* cgroup: Fix race condition at rebind_subsystems()Jing-Ting Wu2022-08-311-0/+1
* sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long2022-08-171-1/+1
* cgroup: Use separate src/dst nodes when preloading css_sets for migrationTejun Heo2022-07-211-14/+23
* cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()Waiman Long2022-05-181-2/+5
* cgroup-v1: Correct privileges check in release_agent writesMichal Koutný2022-03-021-2/+4
* cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplugZhang Qiao2022-03-021-0/+2
* cgroup/cpuset: Fix "suspicious RCU usage" lockdep warningWaiman Long2022-02-081-0/+10
* cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask()Tianchen Ding2022-02-051-2/+1
* cgroup-v1: Require capabilities to set release_agentEric W. Biederman2022-02-051-0/+14
* psi: Fix uaf issue when psi trigger is destroyed while being polledSuren Baghdasaryan2022-02-011-3/+8
* cgroup: Use open-time cgroup namespace for process migration perm checksTejun Heo2022-01-112-9/+21
* cgroup: Allocate cgroup_file_ctx for kernfs_open_file->privTejun Heo2022-01-113-31/+65
* cgroup: Use open-time credentials for process migraton perm checksTejun Heo2022-01-112-4/+12
* cgroup: Fix rootcg cpu.stat guest double countingDan Schatzberg2021-11-181-2/+0
* cgroup: Make rebind_subsystems() disable v2 controllers all at onceWaiman Long2021-11-181-4/+27
* 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