summaryrefslogtreecommitdiff
path: root/kernel/cgroup
AgeCommit message (Expand)AuthorFilesLines
2022-12-14memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo1-1/+0
2022-11-03cgroup-v1: add disabled controller check in cgroup1_parse_param()Chen Zhou1-0/+3
2022-10-26cgroup/cpuset: Enable update_tasks_cpumask() on top_cpusetWaiman Long1-7/+11
2022-09-28cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()Tetsuo Handa1-0/+3
2022-09-15cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlockTejun Heo2-25/+56
2022-09-15cgroup: Elide write-locking threadgroup_rwsem when updating csses on an empty...Tejun Heo1-3/+13
2022-09-15cgroup: Optimize single thread migrationMichal Koutný3-13/+36
2022-07-21cgroup: Use separate src/dst nodes when preloading css_sets for migrationTejun Heo1-14/+23
2022-05-18cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()Waiman Long1-2/+5
2022-04-15cgroup: Use open-time cgroup namespace for process migration perm checksTejun Heo2-7/+19
2022-04-15cgroup: Allocate cgroup_file_ctx for kernfs_open_file->privTejun Heo3-32/+65
2022-04-15cgroup: Use open-time credentials for process migraton perm checksTejun Heo2-4/+20
2022-03-02cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplugZhang Qiao1-0/+2
2022-02-08cgroup/cpuset: Fix "suspicious RCU usage" lockdep warningWaiman Long1-0/+10
2022-02-05cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask()Tianchen Ding1-2/+1
2022-02-05cgroup-v1: Require capabilities to set release_agentEric W. Biederman1-0/+14
2022-02-05psi: Fix uaf issue when psi trigger is destroyed while being polledSuren Baghdasaryan1-3/+8
2021-11-17cgroup: Make rebind_subsystems() disable v2 controllers all at onceWaiman Long1-4/+27
2021-09-15cgroup/cpuset: Fix a partition bug with hotplugWaiman Long1-0/+7
2021-07-31cgroup1: fix leaked context root causing sporadic NULL deref in LTPPaul Gortmaker1-3/+1
2021-07-20cgroup: verify that source is a stringChristian Brauner1-0/+2
2021-06-16cgroup1: don't allow '\n' in renamingAlexander Kuznetsov1-0/+4
2021-06-16cgroup: disable controllers at parse timeShakeel Butt1-8/+5
2021-02-17cgroup: fix psi monitor for root cgroupOdin Ugedal1-1/+3
2021-01-06cgroup: Fix memory leak when parsing multiple source parametersQinglang Miao1-0/+2
2020-12-30cpuset: fix race between hotplug work and later CPU offlineDaniel Jordan1-5/+28
2020-07-22cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang1-12/+19
2020-06-07Revert "cgroup: Add memory barriers to plug cgroup_rstat_updated() race window"Tejun Heo1-13/+3
2020-04-01cgroup1: don't call release_agent when it is ""Tycho Andersen1-1/+1
2020-04-01cgroup-v1: cgroup_pidlist_next should update position indexVasily Averin1-0/+1
2020-03-18cgroup: Iterate tasks that did not finish do_exit()Michal Koutný1-7/+16
2020-03-18cgroup: cgroup_procs_next should increase position indexVasily Averin1-3/+7
2020-03-18cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt1-0/+4
2020-02-05cgroup: Prevent double killing of css when enabling threaded cgroupMichal Koutný1-5/+6
2019-12-31cgroup: freezer: don't change task and cgroups status unnecessarilyHonglei Wang1-0/+9
2019-12-17cgroup: pids: use atomic64_t for pids->limitAleksa Sarai1-5/+6
2019-11-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+3
2019-11-10cgroup: don't put ERR_PTR() into fc->rootAl Viro1-2/+3
2019-10-29sched/topology: Don't try to build empty sched domainsValentin Schneider1-1/+2
2019-09-17Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2-25/+6
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-39/+126
2019-09-12cgroup: freezer: fix frozen state inheritanceRoman Gushchin1-1/+9
2019-08-07Use kvmalloc in cgroups-v1Marc Koderer1-23/+4
2019-07-25sched/core: Prevent race condition between cpuset and __sched_setscheduler()Juri Lelli1-0/+11
2019-07-25cgroup/cpuset: Change cpuset_rwsem and hotplug lock orderJuri Lelli1-5/+17
2019-07-25cgroup/cpuset: Convert cpuset_mutex to percpu_rwsemJuri Lelli1-33/+35
2019-07-25cpusets: Rebuild root domain deadline accounting informationMathieu Poirier2-2/+64
2019-07-23cgroup: minor tweak for logic to get cgroup cssPeng Wang1-1/+1
2019-07-23cgroup: Replace a seq_printf() call by seq_puts() in cgroup_print_ss_mask()Markus Elfring1-1/+1
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-62/+49