aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/cgroup.c
AgeCommit message (Expand)Author
2023-06-28cgroup: Do not corrupt task iteration when rebinding subsystemXiu Jianfeng
2023-04-05cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlockTejun Heo
2022-07-21cgroup: Use separate src/dst nodes when preloading css_sets for migrationTejun Heo
2022-04-15cgroup: Use open-time cgroup namespace for process migration perm checksTejun Heo
2022-04-15cgroup: Allocate cgroup_file_ctx for kernfs_open_file->privTejun Heo
2022-04-15cgroup: Use open-time credentials for process migraton perm checksTejun Heo
2021-11-26cgroup: Make rebind_subsystems() disable v2 controllers all at onceWaiman Long
2021-06-16cgroup: disable controllers at parse timeShakeel Butt
2020-08-19cgroup: add missing skcd->no_refcnt check in cgroup_sk_clone()Yang Yingliang
2020-07-22cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang
2020-03-18cgroup: Iterate tasks that did not finish do_exit()Michal Koutný
2020-03-18cgroup: cgroup_procs_next should increase position indexVasily Averin
2020-03-18cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt
2020-02-05cgroup: Prevent double killing of css when enabling threaded cgroupMichal Koutný
2019-08-09cgroup: Fix css_task_iter_advance_css_set() cset skip conditionTejun Heo
2019-08-09cgroup: css_task_iter_skip()'d iterators must be advanced before accessedTejun Heo
2019-08-09cgroup: Include dying leaders with live threads in PROCS iterationsTejun Heo
2019-08-09cgroup: Implement css_task_iter_skip()Tejun Heo
2019-05-31cgroup: protect cgroup->nr_(dying_)descendants by css_set_lockRoman Gushchin
2019-04-05cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ...Oleg Nesterov
2019-03-23fix cgroup_do_mount() handling of failure exitsAl Viro
2019-02-12cgroup: fix parsing empty mount option stringOndrej Mosnacek
2019-01-09cgroup: fix CSS_TASK_ITER_PROCSTejun Heo
2018-10-04cgroup: Fix dom_cgrp propagation when enabling threaded modeTejun Heo
2018-08-24Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2018-07-20kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov
2018-07-11cgroup/tracing: Move taking of spin lock out of trace event handlersSteven Rostedt (VMware)
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-06-05Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2018-05-23cgroup: css_set_lock should nest inside tasklist_lockTejun Heo
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-04-26cgroup: Add cgroup_subsys->css_rstat_flush()Tejun Heo
2018-04-26cgroup: Distinguish base resource stat implementation from rstatTejun Heo
2018-04-26cgroup: Rename stat to rstatTejun Heo
2018-04-26cgroup: Limit event generation frequencyTejun Heo
2018-04-26cgroup: Explicitly remove core interface filesTejun Heo
2018-04-03Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2018-03-19cgroup: Use rcu_work instead of explicit rcu and work itemTejun Heo
2018-02-21cgroup: fix rule checking for threaded mode switchingTejun Heo
2018-01-19string: drop __must_check from strscpy() and restore strscpy() usages in cgroupTejun Heo
2018-01-10cgroup: make cgroup.threads delegatableRoman Gushchin
2017-12-20cgroup: fix css_task_iter crash on CSS_TASK_ITER_PROCTejun Heo
2017-12-15cgroup: use strlcpy() instead of strscpy() to avoid spurious warningArnd Bergmann
2017-12-12cgroup: avoid copying strings longer than the buffersMa Shimiao
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2017-11-06cgroup: export list of cgroups v2 features using sysfsRoman Gushchin
2017-11-06cgroup: export list of delegatable control files using sysfsRoman Gushchin
2017-10-30cgroup: mark @cgrp __maybe_unused in cpu_stat_show()Tejun Heo
2017-10-26cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.statTejun Heo